diff options
Diffstat (limited to 'calendar/gui/year-view.h')
-rw-r--r-- | calendar/gui/year-view.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/calendar/gui/year-view.h b/calendar/gui/year-view.h index a59be73f46..77e63366d5 100644 --- a/calendar/gui/year-view.h +++ b/calendar/gui/year-view.h @@ -40,6 +40,9 @@ struct _YearView { int old_marked_day; /* The day that is marked as the current day */ + int min_width; /* Minimum dimensions of year view, used for size_request*/ + int min_height; + guint idle_id; /* ID of idle handler for resize */ int need_resize : 1; /* Specifies whether we need to resize the canvas items or not */ |