From 821548d922e719881f5dff34a34b3d6285b10855 Mon Sep 17 00:00:00 2001 From: Arturo Espinosa Date: Wed, 22 Apr 1998 05:19:51 +0000 Subject: 1. Calendar property configuration is finally here with nice live-updates. 1. Calendar property configuration is finally here with nice live-updates. 2. Double clicking on week view jumps to that day in the day view; Context menu allows adding an appointment on that day. Miguel. svn path=/trunk/; revision=182 --- calendar/main.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'calendar/main.h') diff --git a/calendar/main.h b/calendar/main.h index 91ba1e403a..adab317549 100644 --- a/calendar/main.h +++ b/calendar/main.h @@ -1,3 +1,7 @@ extern int day_begin, day_end; extern char *user_name; +extern int am_pm_flag; + +void properties (void); +void day_range_changed (void); -- cgit v1.2.3