aboutsummaryrefslogtreecommitdiff
path: root/generic/WidgetInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'generic/WidgetInfo.h')
-rw-r--r--generic/WidgetInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/WidgetInfo.h b/generic/WidgetInfo.h
index 0fd2553..a69d041 100644
--- a/generic/WidgetInfo.h
+++ b/generic/WidgetInfo.h
@@ -190,7 +190,7 @@ typedef struct _WidgetInfo {
ZnBool has_glx; /* Tell if openGL can be used. */
ZnBool has_x_shape; /* Tell if the X shape ext. is avail. */
ZnBool has_x_input; /* Tell if the X input ext. is avail. */
- ZnBool render;
+ int render;
unsigned char alpha; /* Current composite group alpha. */
int events_flags; /* NEED_REPICK et al */
Window real_top;