From f6963100c2509175cbd22b1556273ddbc0dd4e7d Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Thu, 2 Apr 1998 20:35:12 +0000 Subject: Day events are now cached inside the widget. They get initialized at this 1998-04-02 Miguel de Icaza * gncal-day-view.c (gncal_day_view_update): Day events are now cached inside the widget. They get initialized at this time. * view-utils.c (view_utils_draw_events): Use the list of events. svn path=/trunk/; revision=95 --- calendar/gnome-cal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'calendar/gnome-cal.h') diff --git a/calendar/gnome-cal.h b/calendar/gnome-cal.h index 2b30bf1f7c..3b2108c560 100644 --- a/calendar/gnome-cal.h +++ b/calendar/gnome-cal.h @@ -20,6 +20,7 @@ BEGIN_GNOME_DECLS typedef struct { GnomeApp gnome_app; Calendar *cal; + GtkWidget *week_view; } GnomeCalendar; typedef struct { -- cgit