Rootless: Properly typed expose_1
(cherry picked from commit 78e874fe17174ac8f61586573edaf7f16ece7b21)
This commit is contained in:
parent
3e999d35c2
commit
8b3c278fe7
|
@ -475,8 +475,7 @@ RootlessMarkOverlappedWindows(WindowPtr pWin, WindowPtr pFirst,
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
expose_1 (WindowPtr pWin)
|
void expose_1 (WindowPtr pWin) {
|
||||||
{
|
|
||||||
WindowPtr pChild;
|
WindowPtr pChild;
|
||||||
|
|
||||||
if (!pWin->realized)
|
if (!pWin->realized)
|
||||||
|
|
Loading…
Reference in New Issue