From b1fc5434fc11851b3286d8044d01f60c62b3257d Mon Sep 17 00:00:00 2001 From: lecoanet Date: Wed, 27 Sep 2000 14:36:12 +0000 Subject: Ajout d'un flag disant si le serveur X support les Pixmaps partag�es au format ZPixmap. --- generic/WidgetInfo.h | 2 ++ 1 file changed, 2 insertions(+) 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 */ -- cgit v1.1