diff options
author | Milan Crha <mcrha@redhat.com> | 2009-07-30 17:22:59 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-08-11 04:31:35 +0800 |
commit | aa8a700dd924a83e1dcd8eb374df777fb0a83b66 (patch) | |
tree | a6571a43052aafb50ddc927c3c7d03b092d4fabd /calendar/gui/calendar-config-keys.h | |
parent | 7eee013e97aa3d1d28112f5b25744035941ec23c (diff) | |
download | gsoc2013-evolution-aa8a700dd924a83e1dcd8eb374df777fb0a83b66.tar gsoc2013-evolution-aa8a700dd924a83e1dcd8eb374df777fb0a83b66.tar.gz gsoc2013-evolution-aa8a700dd924a83e1dcd8eb374df777fb0a83b66.tar.bz2 gsoc2013-evolution-aa8a700dd924a83e1dcd8eb374df777fb0a83b66.tar.lz gsoc2013-evolution-aa8a700dd924a83e1dcd8eb374df777fb0a83b66.tar.xz gsoc2013-evolution-aa8a700dd924a83e1dcd8eb374df777fb0a83b66.tar.zst gsoc2013-evolution-aa8a700dd924a83e1dcd8eb374df777fb0a83b66.zip |
Bug #300567 - Calendar drawing optimizations
Diffstat (limited to 'calendar/gui/calendar-config-keys.h')
-rw-r--r-- | calendar/gui/calendar-config-keys.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/calendar/gui/calendar-config-keys.h b/calendar/gui/calendar-config-keys.h index 61044f577b..9afa8dc7e4 100644 --- a/calendar/gui/calendar-config-keys.h +++ b/calendar/gui/calendar-config-keys.h @@ -95,6 +95,10 @@ G_BEGIN_DECLS #define CALENDAR_CONFIG_DEF_RECUR_COUNT CALENDAR_CONFIG_PREFIX "/other/def_recur_count" +/* drawing of events */ +#define CALENDAR_CONFIG_DISPLAY_EVENTS_GRADIENT CALENDAR_CONFIG_PREFIX "/display/events_gradient" +#define CALENDAR_CONFIG_DISPLAY_EVENTS_ALPHA CALENDAR_CONFIG_PREFIX "/display/events_transparency" + G_END_DECLS #endif |