diff options
Diffstat (limited to 'calendar/year-view.h')
-rw-r--r-- | calendar/year-view.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/year-view.h b/calendar/year-view.h index 705f99ffd7..a59be73f46 100644 --- a/calendar/year-view.h +++ b/calendar/year-view.h @@ -38,6 +38,8 @@ struct _YearView { GnomeCanvasItem *titles[12]; /* Titles for months */ GnomeCanvasItem *mitems[12]; /* Month items */ + int old_marked_day; /* The day that is marked as the current day */ + guint idle_id; /* ID of idle handler for resize */ int need_resize : 1; /* Specifies whether we need to resize the canvas items or not */ |