aboutsummaryrefslogtreecommitdiff
path: root/generic/WidgetInfo.h
diff options
context:
space:
mode:
authorlecoanet2005-01-24 12:19:27 +0000
committerlecoanet2005-01-24 12:19:27 +0000
commit8f19fda4baa210eab4dd9c508b5aca253c13a0c4 (patch)
tree60b8c2ea44bc2813362a46b6f711ab731c78368a /generic/WidgetInfo.h
parenta56b4764d2773a957658e496b0e2863e27b0bca9 (diff)
downloadtkzinc-8f19fda4baa210eab4dd9c508b5aca253c13a0c4.zip
tkzinc-8f19fda4baa210eab4dd9c508b5aca253c13a0c4.tar.gz
tkzinc-8f19fda4baa210eab4dd9c508b5aca253c13a0c4.tar.bz2
tkzinc-8f19fda4baa210eab4dd9c508b5aca253c13a0c4.tar.xz
Suppressed the conditional compilation of the anti-overlapping
code. Added the conditional compilation of all the atc code.
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 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;