aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/gncal-full-day.h
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/gncal-full-day.h')
-rw-r--r--calendar/gui/gncal-full-day.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/calendar/gui/gncal-full-day.h b/calendar/gui/gncal-full-day.h
index 0d50243dc2..287c5f63f6 100644
--- a/calendar/gui/gncal-full-day.h
+++ b/calendar/gui/gncal-full-day.h
@@ -40,6 +40,9 @@ struct _GncalFullDay {
GdkCursor *up_down_cursor; /* for dragging children */
GdkCursor *beam_cursor; /* for the text widgets */
+ GdkGC *recur_gc; /* The gc used to draw the recur image */
+ GdkGC *bell_gc; /* The gc used to draw on imlib windows */
+
};
struct _GncalFullDayClass {