mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 16:44:52 +00:00
rootless: Make expose_1 static
(cherry picked from commit 60c8d2697036a125ca5381df8e2eaedabad4d242)
This commit is contained in:
@@ -475,7 +475,7 @@ RootlessMarkOverlappedWindows(WindowPtr pWin, WindowPtr pFirst,
|
||||
return result;
|
||||
}
|
||||
|
||||
void expose_1 (WindowPtr pWin) {
|
||||
static void expose_1 (WindowPtr pWin) {
|
||||
WindowPtr pChild;
|
||||
|
||||
if (!pWin->realized)
|
||||
|
||||
Reference in New Issue
Block a user