diff gui/wm/ws.c @ 35492:5cbbd9ca4010

Use correct data type (rather cosmetic). wsTrue is return value of a X11 Bool function.
author ib
date Tue, 04 Dec 2012 16:08:18 +0000
parents 90d181c052e5
children 411875efca3f
line wrap: on
line diff
--- a/gui/wm/ws.c	Mon Dec 03 22:57:23 2012 +0000
+++ b/gui/wm/ws.c	Tue Dec 04 16:08:18 2012 +0000
@@ -100,7 +100,7 @@
 int wsOutMask        = 0;
 int wsNonNativeOrder = 0;
 
-int wsTrue = True;
+Bool wsTrue = True;
 
 #define wsWLCount 5
 wsTWindow *wsWindowList[wsWLCount] = { NULL, NULL, NULL, NULL, NULL };