comparison gui/wm/ws.h @ 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
comparison
equal deleted inserted replaced
35694:af387a83e557 35695:f1d1404c3828
101 typedef struct { 101 typedef struct {
102 Window WindowID; 102 Window WindowID;
103 Window Parent; 103 Window Parent;
104 int X, Y, Width, Height; 104 int X, Y, Width, Height;
105 int OldX, OldY, OldWidth, OldHeight; 105 int OldX, OldY, OldWidth, OldHeight;
106 int isFullScreen; 106 Bool isFullScreen;
107 int Property; 107 int Property;
108 unsigned char *bImage; 108 unsigned char *bImage;
109 XImage *xImage; 109 XImage *xImage;
110 Pixmap Mask; 110 Pixmap Mask;
111 Bool Decorations; 111 Bool Decorations;