diff options
Diffstat (limited to 'calendar/gui/e-week-view.h')
-rw-r--r-- | calendar/gui/e-week-view.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/calendar/gui/e-week-view.h b/calendar/gui/e-week-view.h index 7060d97bf7..84e113b1b5 100644 --- a/calendar/gui/e-week-view.h +++ b/calendar/gui/e-week-view.h @@ -205,6 +205,9 @@ struct _EWeekView gboolean events_need_layout; gboolean events_need_reshape; + /* The ID of the timeout function for doing a new layout. */ + gint layout_timeout_id; + /* An array of EWeekViewEventSpan elements. Each event has its own space within this array, and uses the spans_index and num_spans fields of the EWeekViewEvent struct to access it. */ |