diff options
Diffstat (limited to 'calendar/gui/e-week-view.h')
-rw-r--r-- | calendar/gui/e-week-view.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/calendar/gui/e-week-view.h b/calendar/gui/e-week-view.h index 7fde751b3f..549a8f789c 100644 --- a/calendar/gui/e-week-view.h +++ b/calendar/gui/e-week-view.h @@ -344,6 +344,10 @@ struct _EWeekView gchar *pm_string; gint am_string_width; gint pm_string_width; + + /* the invisible widget to manage the clipboard selections */ + GtkWidget *invisible; + gchar *clipboard_selection; }; struct _EWeekViewClass |