diff options
Diffstat (limited to 'calendar/gui/e-day-view-time-item.h')
-rw-r--r-- | calendar/gui/e-day-view-time-item.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/calendar/gui/e-day-view-time-item.h b/calendar/gui/e-day-view-time-item.h index 9fec96d7dc..8b20fe999e 100644 --- a/calendar/gui/e-day-view-time-item.h +++ b/calendar/gui/e-day-view-time-item.h @@ -50,6 +50,9 @@ typedef struct { /* The width of the time column. */ gint column_width; + + /* TRUE if we are currently dragging the selection times. */ + gboolean dragging_selection; } EDayViewTimeItem; typedef struct { |