aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/month-view.h
diff options
context:
space:
mode:
authorArturo Espinosa <unammx@src.gnome.org>1998-10-09 10:49:23 +0800
committerArturo Espinosa <unammx@src.gnome.org>1998-10-09 10:49:23 +0800
commit0a53e2161b9711fbe689d8e726f6d93ee2fe7e83 (patch)
treebd8ef85ac2042ec222628f182c7d4f94a9e414bc /calendar/month-view.h
parent52f7fe06901ad02630525a21c25993456577d133 (diff)
downloadgsoc2013-evolution-0a53e2161b9711fbe689d8e726f6d93ee2fe7e83.tar
gsoc2013-evolution-0a53e2161b9711fbe689d8e726f6d93ee2fe7e83.tar.gz
gsoc2013-evolution-0a53e2161b9711fbe689d8e726f6d93ee2fe7e83.tar.bz2
gsoc2013-evolution-0a53e2161b9711fbe689d8e726f6d93ee2fe7e83.tar.lz
gsoc2013-evolution-0a53e2161b9711fbe689d8e726f6d93ee2fe7e83.tar.xz
gsoc2013-evolution-0a53e2161b9711fbe689d8e726f6d93ee2fe7e83.tar.zst
gsoc2013-evolution-0a53e2161b9711fbe689d8e726f6d93ee2fe7e83.zip
Sync to laptop - Federico
svn path=/trunk/; revision=436
Diffstat (limited to 'calendar/month-view.h')
-rw-r--r--calendar/month-view.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/calendar/month-view.h b/calendar/month-view.h
index 77c418e947..300c8c5607 100644
--- a/calendar/month-view.h
+++ b/calendar/month-view.h
@@ -33,9 +33,11 @@ struct _MonthView {
int year; /* The year of the month we are displaying */
int month; /* The month we are displaying */
-
int old_current_index; /* The index of the day marked as current, or -1 if none */
+ GList *children; /* The list of children (events) we are carrying */
+ int num_slots; /* The number of slots we need to do the child layout (layout.h) */
+
GnomeCanvasItem *title; /* The title heading with the month/year */
GnomeCanvasItem *mitem; /* The canvas month item used by this month view */
};