From a4cbf12a3adf1d187432d0af94ad6928ea6074f2 Mon Sep 17 00:00:00 2001 From: lecoanet Date: Fri, 25 Apr 2003 09:28:36 +0000 Subject: Correct a misalignment between the option array and the option offsets causing core dumps and a wrong behavior of scrollbars under Windows. --- generic/WidgetInfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'generic/WidgetInfo.h') 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 -- cgit v1.1