changeset 35692:7bc21ff6b1b2

Use Bool type. It's a boolean property.
author ib
date Fri, 18 Jan 2013 21:09:01 +0000
parents dfdb25bad545
children 0334def9abaa
files gui/wm/ws.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gui/wm/ws.h	Fri Jan 18 20:31:46 2013 +0000
+++ b/gui/wm/ws.h	Fri Jan 18 21:09:01 2013 +0000
@@ -109,7 +109,7 @@
     unsigned char *bImage;
     XImage *xImage;
     Pixmap Mask;
-    int Decorations;
+    Bool Decorations;
 
     int State;
     int Visible;