rootless: Make expose_1 static

(cherry picked from commit 60c8d26970)
This commit is contained in:
Jeremy Huddleston 2008-12-17 14:43:02 -08:00
parent 22b2811e6a
commit 1335a300b9
1 changed files with 1 additions and 1 deletions

View File

@ -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)