diff options
author | Milan Crha <mcrha@redhat.com> | 2009-07-03 22:17:28 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2009-07-03 22:17:28 +0800 |
commit | 266d51479ab6bc1fb2afddf73ef275047e6ced37 (patch) | |
tree | 431422e6c38a1497a763f69bb1d70ed2480806c4 /calendar/gui/e-week-view.h | |
parent | 044adbe76a1bf09d83ece2ad7944d1d549fa4f34 (diff) | |
download | gsoc2013-evolution-266d51479ab6bc1fb2afddf73ef275047e6ced37.tar.gz gsoc2013-evolution-266d51479ab6bc1fb2afddf73ef275047e6ced37.tar.zst gsoc2013-evolution-266d51479ab6bc1fb2afddf73ef275047e6ced37.zip |
Bug #251694 - Highlight current day in a calendar
Diffstat (limited to 'calendar/gui/e-week-view.h')
-rw-r--r-- | calendar/gui/e-week-view.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/gui/e-week-view.h b/calendar/gui/e-week-view.h index 9ef7149d61..eff5466895 100644 --- a/calendar/gui/e-week-view.h +++ b/calendar/gui/e-week-view.h @@ -105,6 +105,7 @@ typedef enum E_WEEK_VIEW_COLOR_DATES, E_WEEK_VIEW_COLOR_DATES_SELECTED, E_WEEK_VIEW_COLOR_TODAY, + E_WEEK_VIEW_COLOR_TODAY_BACKGROUND, E_WEEK_VIEW_COLOR_MONTH_NONWORKING_DAY, E_WEEK_VIEW_COLOR_LAST |