aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlecoanet2000-09-27 14:36:12 +0000
committerlecoanet2000-09-27 14:36:12 +0000
commitb1fc5434fc11851b3286d8044d01f60c62b3257d (patch)
tree16cd5e8e1800801f8808489eefe31a1d505de986
parent628af986c97dbf2347859008a247e174c18bd7fa (diff)
downloadtkzinc-b1fc5434fc11851b3286d8044d01f60c62b3257d.zip
tkzinc-b1fc5434fc11851b3286d8044d01f60c62b3257d.tar.gz
tkzinc-b1fc5434fc11851b3286d8044d01f60c62b3257d.tar.bz2
tkzinc-b1fc5434fc11851b3286d8044d01f60c62b3257d.tar.xz
Ajout d'un flag disant si le serveur X support les Pixmaps partag�es au
format ZPixmap.
-rw-r--r--generic/WidgetInfo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/generic/WidgetInfo.h b/generic/WidgetInfo.h
index e1e8730..52a1a76 100644
--- a/generic/WidgetInfo.h
+++ b/generic/WidgetInfo.h
@@ -177,6 +177,8 @@ typedef struct _WidgetInfo {
ZnBBox damaged_area; /* The current damaged rectangle */
GC gc;
ZnBool has_x_shm; /* Tell if the SHM X11 ext is avail. */
+ ZnBool has_z_pixmap; /* Tell if the server use ZPixmap format
+ * with shared pixmaps. */
ZnBool has_x_shape; /* Tell if she Shape X ext. is avail. */
ZnBool has_x_input; /* Tell if she X input ext. is avail. */
int events_flags; /* NEED_REPICK et al */