diff options
Diffstat (limited to 'calendar/gui/e-meeting-time-sel.h')
-rw-r--r-- | calendar/gui/e-meeting-time-sel.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/calendar/gui/e-meeting-time-sel.h b/calendar/gui/e-meeting-time-sel.h index 5a4b94ff1e..8697950e06 100644 --- a/calendar/gui/e-meeting-time-sel.h +++ b/calendar/gui/e-meeting-time-sel.h @@ -126,11 +126,13 @@ struct _EMeetingTimeSelector /* The canvas displaying the dates, times, and the summary 'All Attendees' free/busy display. */ GtkWidget *display_top; + GnomeCanvasItem *item_top; /* The canvas containing the free/busy displays of individual attendees. This is separate from display_top since it also scrolls vertically. */ GtkWidget *display_main; + GnomeCanvasItem *item_main; /* The 'Add attendees from addressbook' button */ GtkWidget *add_attendees_button; @@ -258,6 +260,8 @@ struct _EMeetingTimeSelector /* The notification function id for Free/Busy refreshes */ gboolean fb_refresh_not; + + GdkCursorType last_cursor_set; }; |