diff options
Diffstat (limited to 'calendar/gui/e-meeting-time-sel.h')
-rw-r--r-- | calendar/gui/e-meeting-time-sel.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/calendar/gui/e-meeting-time-sel.h b/calendar/gui/e-meeting-time-sel.h index efd7671f3d..5fd5086dc0 100644 --- a/calendar/gui/e-meeting-time-sel.h +++ b/calendar/gui/e-meeting-time-sel.h @@ -181,11 +181,8 @@ struct _EMeetingTimeSelector { GdkColor grid_unused_color; GdkColor busy_colors[E_MEETING_FREE_BUSY_LAST]; - /* The stipple used for attendees with no data. */ - GdkPixmap *stipple; - - /* GC for drawing the color key. */ - GdkGC *color_key_gc; + /* The pattern used for attendees with no data. */ + cairo_pattern_t *no_info_pattern; /* Width of the hours strings (e.g. "1:00") in the current font. */ gint hour_widths[24]; |