aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/year-view.h
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/year-view.h')
-rw-r--r--calendar/year-view.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/calendar/year-view.h b/calendar/year-view.h
index a59be73f46..77e63366d5 100644
--- a/calendar/year-view.h
+++ b/calendar/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 */