From ca6dd05c600cfbaf6c9b16059b2377932463ea0d Mon Sep 17 00:00:00 2001 From: Arturo Espinosa Date: Thu, 7 May 1998 01:32:53 +0000 Subject: My attempt at getting the nice pixmaps drawn next to the events. My attempt at getting the nice pixmaps drawn next to the events. For some wierdo reason it is not drawing them now. svn path=/trunk/; revision=208 --- calendar/gui/gncal-full-day.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'calendar/gui/gncal-full-day.h') 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 { -- cgit v1.2.3