summaryrefslogtreecommitdiffstats
path: root/Gui/wm/ws.h
diff options
context:
space:
mode:
Diffstat (limited to 'Gui/wm/ws.h')
-rw-r--r--Gui/wm/ws.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gui/wm/ws.h b/Gui/wm/ws.h
index 27d99c41ab..ddbb3ea683 100644
--- a/Gui/wm/ws.h
+++ b/Gui/wm/ws.h
@@ -161,8 +161,8 @@ typedef struct
XColor wsColor;
} wsTWindow;
-extern unsigned int wsMaxX;
-extern unsigned int wsMaxY;
+extern int wsMaxX;
+extern int wsMaxY;
extern Display * wsDisplay;
extern int wsScreen;