aboutsummaryrefslogtreecommitdiff
path: root/generic/WidgetInfo.h
diff options
context:
space:
mode:
authorlecoanet2003-10-02 12:25:30 +0000
committerlecoanet2003-10-02 12:25:30 +0000
commit0be92e99c1f307ff7897f3c5483e617317450e3f (patch)
tree8c9efd76db405813bb1d6b276354f33a59ac31c0 /generic/WidgetInfo.h
parent51e2f65c0dfc2c5c8d726e9e91c5c650b83c1f6e (diff)
downloadtkzinc-0be92e99c1f307ff7897f3c5483e617317450e3f.zip
tkzinc-0be92e99c1f307ff7897f3c5483e617317450e3f.tar.gz
tkzinc-0be92e99c1f307ff7897f3c5483e617317450e3f.tar.bz2
tkzinc-0be92e99c1f307ff7897f3c5483e617317450e3f.tar.xz
New variable for -tracksymbol option
Diffstat (limited to 'generic/WidgetInfo.h')
-rw-r--r--generic/WidgetInfo.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/generic/WidgetInfo.h b/generic/WidgetInfo.h
index 726ab21..7f1fa35 100644
--- a/generic/WidgetInfo.h
+++ b/generic/WidgetInfo.h
@@ -165,9 +165,10 @@ typedef struct _ZnWInfo {
ZnTexFontInfo map_font_tfi; /* Used to preserve the default font from
* being freed again and again */
#endif
- ZnImage map_distance_symbol;
- /* display distance marks along Map */
+ ZnImage map_distance_symbol; /* Distance marks displayed along Map */
/* lines. */
+ ZnImage track_symbol; /* Symbol displayed at track/wp current */
+ /* positrion. */
/* Transformer */
ZnTransfo *current_transfo;
ZnList transfo_stack;