From 76779ad455eb2079a462fb16a19ad4239aa535a7 Mon Sep 17 00:00:00 2001 From: lecoanet Date: Thu, 11 Apr 2002 09:00:27 +0000 Subject: Modif de la variable render pour accomoder 3 �tats. --- generic/WidgetInfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'generic') 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; -- cgit v1.1