aboutsummaryrefslogtreecommitdiff
path: root/generic/WidgetInfo.h
diff options
context:
space:
mode:
authorlecoanet2000-03-23 13:55:34 +0000
committerlecoanet2000-03-23 13:55:34 +0000
commitc4fd467b128eaeef730f08f96ebe8cf355dfba33 (patch)
treebf9835e66dcc6d77c7e8db7ee5c0ae6ef600aaa2 /generic/WidgetInfo.h
parentc5dc385cf4b763e7d07c45e914bea4a8d39705a7 (diff)
downloadtkzinc-c4fd467b128eaeef730f08f96ebe8cf355dfba33.zip
tkzinc-c4fd467b128eaeef730f08f96ebe8cf355dfba33.tar.gz
tkzinc-c4fd467b128eaeef730f08f96ebe8cf355dfba33.tar.bz2
tkzinc-c4fd467b128eaeef730f08f96ebe8cf355dfba33.tar.xz
Ajout d'une liste de points X de travail.
D�finition priv�e de la pile de clip. Suppression de la damaged region.
Diffstat (limited to 'generic/WidgetInfo.h')
-rw-r--r--generic/WidgetInfo.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/WidgetInfo.h b/generic/WidgetInfo.h
index 9a4699c..63d0b62 100644
--- a/generic/WidgetInfo.h
+++ b/generic/WidgetInfo.h
@@ -106,7 +106,7 @@ typedef struct _WidgetInfo {
/* Transformer */
ZnTransfo *current_transfo;
ZnList transfo_stack;
- ClipState *current_clip;
+ struct _ClipState *current_clip;
ZnList clip_stack;
/* Others */
@@ -135,7 +135,6 @@ typedef struct _WidgetInfo {
ZnBool realized;
Pixmap draw_buffer; /* Pixmap for double buffering */
ZnBBox damaged_area; /* The current damaged rectangle */
- Region damaged_region;
GC gc;
ZnBool has_x_shm; /* Tell if the SHM X11 ext is avail. */
ZnBool has_x_shape; /* Tell if she Shape X ext. is avail. */
@@ -145,7 +144,8 @@ typedef struct _WidgetInfo {
Item top_group;
ZnList work_item_list; /* Temporary item list used in internal
* works. */
- ZnList work_pts; /* Temporary point list. */
+ ZnList work_pts; /* Temporary point lists. */
+ ZnList work_xpts;
/* Perf measurement variables. */
ZnBool monitoring;