diff options
author | Federico Mena Quintero <federico@nuclecu.unam.mx> | 1998-10-01 04:37:06 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-10-01 04:37:06 +0800 |
commit | d1769d5646e9fef3c6de607f9f884b02dd954844 (patch) | |
tree | fa80d3825e8f7264f542a2d6cebb0c0c735b4a42 /calendar/year-view.h | |
parent | 63d572bcbc667902a5cc3e78c6e3429729f076d4 (diff) | |
download | gsoc2013-evolution-d1769d5646e9fef3c6de607f9f884b02dd954844.tar gsoc2013-evolution-d1769d5646e9fef3c6de607f9f884b02dd954844.tar.gz gsoc2013-evolution-d1769d5646e9fef3c6de607f9f884b02dd954844.tar.bz2 gsoc2013-evolution-d1769d5646e9fef3c6de607f9f884b02dd954844.tar.lz gsoc2013-evolution-d1769d5646e9fef3c6de607f9f884b02dd954844.tar.xz gsoc2013-evolution-d1769d5646e9fef3c6de607f9f884b02dd954844.tar.zst gsoc2013-evolution-d1769d5646e9fef3c6de607f9f884b02dd954844.zip |
New function to mark the current day in the year view.
1998-09-30 Federico Mena Quintero <federico@nuclecu.unam.mx>
* year-view.c (mark_current_day): New function to mark the current
day in the year view.
* mark.c: Removed mark_current_day from here.
svn path=/trunk/; revision=418
Diffstat (limited to 'calendar/year-view.h')
-rw-r--r-- | calendar/year-view.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/year-view.h b/calendar/year-view.h index 705f99ffd7..a59be73f46 100644 --- a/calendar/year-view.h +++ b/calendar/year-view.h @@ -38,6 +38,8 @@ struct _YearView { GnomeCanvasItem *titles[12]; /* Titles for months */ GnomeCanvasItem *mitems[12]; /* Month items */ + int old_marked_day; /* The day that is marked as the current day */ + guint idle_id; /* ID of idle handler for resize */ int need_resize : 1; /* Specifies whether we need to resize the canvas items or not */ |