aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;