diff options
author | Srinivasa Ragavan <sragavan@src.gnome.org> | 2006-04-24 18:39:20 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2006-04-24 18:39:20 +0800 |
commit | 63351c17f7ebba7dfafd17be824212c0c6d2e583 (patch) | |
tree | 5d3eedd949568a287940ca474719ae49e8efecbd /calendar/gui/e-day-view.h | |
parent | d91fa3b9901e778cf7814dd3f4f69f0e80d8eef9 (diff) | |
download | gsoc2013-evolution-63351c17f7ebba7dfafd17be824212c0c6d2e583.tar.gz gsoc2013-evolution-63351c17f7ebba7dfafd17be824212c0c6d2e583.tar.zst gsoc2013-evolution-63351c17f7ebba7dfafd17be824212c0c6d2e583.zip |
Added Cairo support for Evolution.
svn path=/trunk/; revision=31880
Diffstat (limited to 'calendar/gui/e-day-view.h')
-rw-r--r-- | calendar/gui/e-day-view.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/gui/e-day-view.h b/calendar/gui/e-day-view.h index d137332a88..351bcd1039 100644 --- a/calendar/gui/e-day-view.h +++ b/calendar/gui/e-day-view.h @@ -325,6 +325,7 @@ struct _EDayView /* The large font used to display the hours. I don't think we need a fontset since we only display numbers. */ PangoFontDescription *large_font_desc; + PangoFontDescription *small_font_desc; /* The GC used for painting in different colors. */ GdkGC *main_gc; |