aboutsummaryrefslogtreecommitdiff
path: root/generic/WidgetInfo.h
diff options
context:
space:
mode:
authorlecoanet2002-05-16 08:09:05 +0000
committerlecoanet2002-05-16 08:09:05 +0000
commitccb4057f93106cac62010a36e43c4898ba1470f0 (patch)
tree7115a7239d21e8726d5bf255fd205b4c35185c24 /generic/WidgetInfo.h
parent243d3dc40358a2a45c237c9f14e4c12cb24e1ccb (diff)
downloadtkzinc-ccb4057f93106cac62010a36e43c4898ba1470f0.zip
tkzinc-ccb4057f93106cac62010a36e43c4898ba1470f0.tar.gz
tkzinc-ccb4057f93106cac62010a36e43c4898ba1470f0.tar.bz2
tkzinc-ccb4057f93106cac62010a36e43c4898ba1470f0.tar.xz
Modifications suite au changement du code des images.
Ajout d'une liste de chaines.
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 a69d041..a3370ca 100644
--- a/generic/WidgetInfo.h
+++ b/generic/WidgetInfo.h
@@ -144,7 +144,7 @@ typedef struct _WidgetInfo {
/* Maps global resources */
ZnFont map_text_font; /* Font for texts in Map items */
- Pixmap map_distance_symbol;
+ ZnImage map_distance_symbol;
/* display distance marks along Map */
/* lines. */
/* Transformer */
@@ -165,7 +165,6 @@ typedef struct _WidgetInfo {
ZnFont font; /* Default font used in new items */
ZnBool reshape; /* Use the Shape Extension on the window.*/
ZnBool full_reshape; /* Use it on the top level window. */
- char *tile_name;
ZnImage tile;
/* Zinc private resources */
@@ -200,7 +199,8 @@ typedef struct _WidgetInfo {
ZnList work_pts; /* Temporary point lists. */
ZnList work_xpts;
ZnList work_doubles; /* Temporary number list. */
-
+ ZnList work_strs; /* Temporary string list */
+
/* Text management */
TextInfo text_info;
int insert_on_time;