diff options
author | Arturo Espinosa <unammx@src.gnome.org> | 1998-05-07 09:32:53 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-05-07 09:32:53 +0800 |
commit | ca6dd05c600cfbaf6c9b16059b2377932463ea0d (patch) | |
tree | fc0e4a58543e23603dcef43f7e7da381102428cd /calendar/gncal-full-day.h | |
parent | e5ce5147f9b4e17bdef88987d714f52d7dab475a (diff) | |
download | gsoc2013-evolution-ca6dd05c600cfbaf6c9b16059b2377932463ea0d.tar.gz 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.h | 3 |
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 { |