aboutsummaryrefslogtreecommitdiff
path: root/generic/WidgetInfo.h
diff options
context:
space:
mode:
authorlecoanet2003-04-25 09:28:36 +0000
committerlecoanet2003-04-25 09:28:36 +0000
commita4cbf12a3adf1d187432d0af94ad6928ea6074f2 (patch)
tree625f86b44fd20b3eef118b1079725ac93ac89e75 /generic/WidgetInfo.h
parentc33722ae784a0ad6b3b5d17983e5467008665933 (diff)
downloadtkzinc-a4cbf12a3adf1d187432d0af94ad6928ea6074f2.zip
tkzinc-a4cbf12a3adf1d187432d0af94ad6928ea6074f2.tar.gz
tkzinc-a4cbf12a3adf1d187432d0af94ad6928ea6074f2.tar.bz2
tkzinc-a4cbf12a3adf1d187432d0af94ad6928ea6074f2.tar.xz
Correct a misalignment between the option array and
the option offsets causing core dumps and a wrong behavior of scrollbars under Windows.
Diffstat (limited to 'generic/WidgetInfo.h')
-rw-r--r--generic/WidgetInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/WidgetInfo.h b/generic/WidgetInfo.h
index 785a560..6779214 100644
--- a/generic/WidgetInfo.h
+++ b/generic/WidgetInfo.h
@@ -153,8 +153,8 @@ typedef struct _ZnWInfo {
ZnBool track_manage_history; /* Tell if the tracks manage their */
/* histories. */
ZnReal speed_vector_length; /* How long (in time) are speedvectors*/
-#ifdef OM
int om_group_id; /* Tell which group contains tracks to be */
+#ifdef OM
ZnItem om_group; /* processed for anti label overlap. */
#endif