From b5a61327da495147f0a45b4a9f6ee3a77687eeab Mon Sep 17 00:00:00 2001 From: Arturo Espinosa Date: Tue, 7 Apr 1998 19:01:42 +0000 Subject: More work in progress, wheeeee - Federico svn path=/trunk/; revision=109 --- calendar/gncal-full-day.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'calendar/gncal-full-day.h') diff --git a/calendar/gncal-full-day.h b/calendar/gncal-full-day.h index eeee2278cd..27e60c9326 100644 --- a/calendar/gncal-full-day.h +++ b/calendar/gncal-full-day.h @@ -34,6 +34,12 @@ struct _GncalFullDay { time_t lower; /* lower time to display */ time_t upper; /* upper time to display */ int interval; /* interval between rows in minutes */ + + GList *children; /* container children */ + gpointer drag_info; /* internal drag information */ + + GdkCursor *up_down_cursor; /* for dragging children */ + GdkCursor *beam_cursor; /* for the text widgets */ }; struct _GncalFullDayClass { -- cgit v1.2.3