aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gncal-full-day.h
diff options
context:
space:
mode:
authorArturo Espinosa <unammx@src.gnome.org>1998-05-07 09:32:53 +0800
committerArturo Espinosa <unammx@src.gnome.org>1998-05-07 09:32:53 +0800
commitca6dd05c600cfbaf6c9b16059b2377932463ea0d (patch)
treefc0e4a58543e23603dcef43f7e7da381102428cd /calendar/gncal-full-day.h
parente5ce5147f9b4e17bdef88987d714f52d7dab475a (diff)
downloadgsoc2013-evolution-ca6dd05c600cfbaf6c9b16059b2377932463ea0d.tar
gsoc2013-evolution-ca6dd05c600cfbaf6c9b16059b2377932463ea0d.tar.gz
gsoc2013-evolution-ca6dd05c600cfbaf6c9b16059b2377932463ea0d.tar.bz2
gsoc2013-evolution-ca6dd05c600cfbaf6c9b16059b2377932463ea0d.tar.lz
gsoc2013-evolution-ca6dd05c600cfbaf6c9b16059b2377932463ea0d.tar.xz
gsoc2013-evolution-ca6dd05c600cfbaf6c9b16059b2377932463ea0d.tar.zst
gsoc2013-evolution-ca6dd05c600cfbaf6c9b16059b2377932463ea0d.zip
My attempt at getting the nice pixmaps drawn next to the events.
My attempt at getting the nice pixmaps drawn next to the events. For some wierdo reason it is not drawing them now. svn path=/trunk/; revision=208
Diffstat (limited to 'calendar/gncal-full-day.h')
-rw-r--r--calendar/gncal-full-day.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/calendar/gncal-full-day.h b/calendar/gncal-full-day.h
index 0d50243dc2..287c5f63f6 100644
--- a/calendar/gncal-full-day.h
+++ b/calendar/gncal-full-day.h
@@ -40,6 +40,9 @@ struct _GncalFullDay {
GdkCursor *up_down_cursor; /* for dragging children */
GdkCursor *beam_cursor; /* for the text widgets */
+ GdkGC *recur_gc; /* The gc used to draw the recur image */
+ GdkGC *bell_gc; /* The gc used to draw on imlib windows */
+
};
struct _GncalFullDayClass {