From d1769d5646e9fef3c6de607f9f884b02dd954844 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Wed, 30 Sep 1998 20:37:06 +0000 Subject: New function to mark the current day in the year view. 1998-09-30 Federico Mena Quintero * 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 --- calendar/gui/year-view.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'calendar/gui/year-view.h') diff --git a/calendar/gui/year-view.h b/calendar/gui/year-view.h index 705f99ffd7..a59be73f46 100644 --- a/calendar/gui/year-view.h +++ b/calendar/gui/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 */ -- cgit