aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-meeting-time-sel.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2010-10-09 08:49:52 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-10-30 01:49:58 +0800
commit9a3e7eddaa09dae434efb38cf68a45085460240c (patch)
tree90b7236bef68d707b6087a53ac494f258881f876 /calendar/gui/e-meeting-time-sel.h
parentde1adb892b2ab74695c03ef1899651d644c7ec91 (diff)
downloadgsoc2013-evolution-9a3e7eddaa09dae434efb38cf68a45085460240c.tar
gsoc2013-evolution-9a3e7eddaa09dae434efb38cf68a45085460240c.tar.gz
gsoc2013-evolution-9a3e7eddaa09dae434efb38cf68a45085460240c.tar.bz2
gsoc2013-evolution-9a3e7eddaa09dae434efb38cf68a45085460240c.tar.lz
gsoc2013-evolution-9a3e7eddaa09dae434efb38cf68a45085460240c.tar.xz
gsoc2013-evolution-9a3e7eddaa09dae434efb38cf68a45085460240c.tar.zst
gsoc2013-evolution-9a3e7eddaa09dae434efb38cf68a45085460240c.zip
calendar: Port meeting time selector to Cairo
Diffstat (limited to 'calendar/gui/e-meeting-time-sel.h')
-rw-r--r--calendar/gui/e-meeting-time-sel.h7
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];