diff options
Diffstat (limited to 'generic')
-rw-r--r-- | generic/WidgetInfo.h | 6 |
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; |