summaryrefslogtreecommitdiff
path: root/uisimulator/x11/vroot.h
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/x11/vroot.h')
-rw-r--r--uisimulator/x11/vroot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/uisimulator/x11/vroot.h b/uisimulator/x11/vroot.h
index ba3e5d29fa..83c7ba9acc 100644
--- a/uisimulator/x11/vroot.h
+++ b/uisimulator/x11/vroot.h
@@ -78,7 +78,7 @@ VirtualRootWindowOfScreen(screen) Screen *screen;
78 if (screen != save_screen) { 78 if (screen != save_screen) {
79 Display *dpy = DisplayOfScreen(screen); 79 Display *dpy = DisplayOfScreen(screen);
80 Atom __SWM_VROOT = None; 80 Atom __SWM_VROOT = None;
81 int i; 81 unsigned int i;
82 Window rootReturn, parentReturn, *children; 82 Window rootReturn, parentReturn, *children;
83 unsigned int numChildren; 83 unsigned int numChildren;
84 84