mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Rootless: Properly typed expose_1
(cherry picked from commit 78e874fe17174ac8f61586573edaf7f16ece7b21)
This commit is contained in:
@@ -475,8 +475,7 @@ RootlessMarkOverlappedWindows(WindowPtr pWin, WindowPtr pFirst,
|
||||
return result;
|
||||
}
|
||||
|
||||
expose_1 (WindowPtr pWin)
|
||||
{
|
||||
void expose_1 (WindowPtr pWin) {
|
||||
WindowPtr pChild;
|
||||
|
||||
if (!pWin->realized)
|
||||
|
||||
Reference in New Issue
Block a user