diff options
Diffstat (limited to 'calendar/year-view.h')
-rw-r--r-- | calendar/year-view.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/calendar/year-view.h b/calendar/year-view.h index 0638698fb4..fa0b4ed65c 100644 --- a/calendar/year-view.h +++ b/calendar/year-view.h @@ -32,9 +32,15 @@ struct _YearView { GnomeCalendar *calendar; /* The calendar we are associated to */ + int year; /* The year we are displaying */ + GnomeCanvasItem *heading; /* Big heading with year */ GnomeCanvasItem *titles[12]; /* Titles for months */ GnomeCanvasItem *mitems[12]; /* Month items */ + + guint idle_id; /* ID of idle handler for resize */ + + int need_resize : 1; /* Specifies whether we need to resize the canvas items or not */ }; struct _YearViewClass { |