From 8f19fda4baa210eab4dd9c508b5aca253c13a0c4 Mon Sep 17 00:00:00 2001 From: lecoanet Date: Mon, 24 Jan 2005 12:19:27 +0000 Subject: Suppressed the conditional compilation of the anti-overlapping code. Added the conditional compilation of all the atc code. --- generic/WidgetInfo.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'generic/WidgetInfo.h') diff --git a/generic/WidgetInfo.h b/generic/WidgetInfo.h index 4a35cce..725b2d9 100644 --- a/generic/WidgetInfo.h +++ b/generic/WidgetInfo.h @@ -141,13 +141,12 @@ typedef struct _ZnWInfo { ZnReliefStyle relief; /* The border relief. */ /* Tracks global resources */ +#ifdef ATC unsigned int track_managed_history_size; /* Size of history for tracks */ unsigned int track_visible_history_size; /* Size of displayed history */ ZnReal speed_vector_length; /* How long (in time) are speedvectors*/ int om_group_id; /* Tell which group contains tracks to be */ -#ifdef OM ZnItem om_group; /* processed for anti label overlap. */ -#endif /* Maps global resources */ Tk_Font map_text_font; /* Font for texts in Map items */ @@ -160,7 +159,8 @@ typedef struct _ZnWInfo { /* lines. */ Tcl_Obj *track_symbol_obj; ZnImage track_symbol; /* Symbol displayed at track/wp current */ - /* positrion. */ + /* position. */ +#endif /* Transformer */ ZnTransfo *current_transfo; ZnList transfo_stack; -- cgit v1.1