aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gncal-full-day.h
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gncal-full-day.h')
-rw-r--r--calendar/gncal-full-day.h6
1 files changed, 6 insertions, 0 deletions
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 {