aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-meeting-time-sel-item.h
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchen@src.gnome.org>2006-03-29 17:17:23 +0800
committerChenthill Palanisamy <pchen@src.gnome.org>2006-03-29 17:17:23 +0800
commitc350a4b0424fdb00b9b2d722fd112756c916a03e (patch)
tree3bd6fcf0a39bf2f43be705a21a8d013212b7a53e /calendar/gui/e-meeting-time-sel-item.h
parentd30e7f782ee451e13beac4858ba44b3bd390a768 (diff)
downloadgsoc2013-evolution-c350a4b0424fdb00b9b2d722fd112756c916a03e.tar
gsoc2013-evolution-c350a4b0424fdb00b9b2d722fd112756c916a03e.tar.gz
gsoc2013-evolution-c350a4b0424fdb00b9b2d722fd112756c916a03e.tar.bz2
gsoc2013-evolution-c350a4b0424fdb00b9b2d722fd112756c916a03e.tar.lz
gsoc2013-evolution-c350a4b0424fdb00b9b2d722fd112756c916a03e.tar.xz
gsoc2013-evolution-c350a4b0424fdb00b9b2d722fd112756c916a03e.tar.zst
gsoc2013-evolution-c350a4b0424fdb00b9b2d722fd112756c916a03e.zip
Fixes #160357
svn path=/trunk/; revision=31756
Diffstat (limited to 'calendar/gui/e-meeting-time-sel-item.h')
-rw-r--r--calendar/gui/e-meeting-time-sel-item.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/calendar/gui/e-meeting-time-sel-item.h b/calendar/gui/e-meeting-time-sel-item.h
index 11b355dfa0..2efe68b15e 100644
--- a/calendar/gui/e-meeting-time-sel-item.h
+++ b/calendar/gui/e-meeting-time-sel-item.h
@@ -58,9 +58,10 @@ struct _EMeetingTimeSelectorItem
GdkGC *main_gc;
GdkGC *stipple_gc;
- /* The normal & resize cursors. */
+ /* The normal, resize & busy cursors . */
GdkCursor *normal_cursor;
GdkCursor *resize_cursor;
+ GdkCursor *busy_cursor;
/* This remembers the last cursor set on the window. */
GdkCursor *last_cursor_set;
@@ -73,6 +74,7 @@ struct _EMeetingTimeSelectorItemClass
};
GtkType e_meeting_time_selector_item_get_type (void);
+void e_meeting_time_selector_item_set_normal_cursor (EMeetingTimeSelectorItem *mts_item);
#endif /* _E_MEETING_TIME_SELECTOR_ITEM_H_ */