rootless: Make expose_1 static
(cherry picked from commit 60c8d2697036a125ca5381df8e2eaedabad4d242)
This commit is contained in:
parent
22b2811e6a
commit
1335a300b9
|
@ -475,7 +475,7 @@ RootlessMarkOverlappedWindows(WindowPtr pWin, WindowPtr pFirst,
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
void expose_1 (WindowPtr pWin) {
|
static void expose_1 (WindowPtr pWin) {
|
||||||
WindowPtr pChild;
|
WindowPtr pChild;
|
||||||
|
|
||||||
if (!pWin->realized)
|
if (!pWin->realized)
|
||||||
|
|
Loading…
Reference in New Issue