diff options
Diffstat (limited to 'calendar/gui/gncal-full-day.h')
-rw-r--r-- | calendar/gui/gncal-full-day.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/calendar/gui/gncal-full-day.h b/calendar/gui/gncal-full-day.h index eeee2278cd..27e60c9326 100644 --- a/calendar/gui/gncal-full-day.h +++ b/calendar/gui/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 { |