diff options
Diffstat (limited to 'calendar/gui/main.h')
-rw-r--r-- | calendar/gui/main.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/calendar/gui/main.h b/calendar/gui/main.h index 584ce2e83c..6419153be8 100644 --- a/calendar/gui/main.h +++ b/calendar/gui/main.h @@ -44,6 +44,9 @@ extern gboolean todo_style_changed; extern gint todo_current_sort_column; extern gint todo_current_sort_type; +/* default alarm stuff */ +extern CalendarAlarm alarm_defaults[4]; +extern gboolean beep_on_display; /* Creates and runs the preferences dialog box */ void properties (GtkWidget *toplevel); @@ -79,3 +82,8 @@ GnomeCalendar *new_calendar (char *full_name, char *calendar_file, char *geometry, char *page, gboolean hidden); #endif + + + + + |