changeset 35695:f1d1404c3828

Use Bool type. It's a boolean property.
author ib
date Sat, 19 Jan 2013 12:12:34 +0000
parents af387a83e557
children 2d3b65e5ae1a
files gui/wm/ws.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gui/wm/ws.h	Sat Jan 19 12:10:24 2013 +0000
+++ b/gui/wm/ws.h	Sat Jan 19 12:12:34 2013 +0000
@@ -103,7 +103,7 @@
     Window Parent;
     int X, Y, Width, Height;
     int OldX, OldY, OldWidth, OldHeight;
-    int isFullScreen;
+    Bool isFullScreen;
     int Property;
     unsigned char *bImage;
     XImage *xImage;