From 017a40b429a28c7b69abee005262794dde049e15 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Thu, 23 Apr 1998 00:26:37 +0000 Subject: Made it use popup_menu(). 1998-04-22 Federico Mena Quintero * gncal-full-day.c: Made it use popup_menu(). * popup-menu.c: New file with utility functions for creating popup menus. Maybe such a thing would be useful in libgnomeui, a la gnome-app-helper? * Makefile.am (gnomecal_SOURCES): Added popup-menu.[ch] to the sources. 1998-04-21 Federico Mena Quintero * gncal-todo.c: New widget for editing TODO lists. This will be worked on a lot. * Makefile.am (gnomecal_SOURCES): Added gncal-todo.[ch] to the sources. * gncal-day-panel.c: Make it use the new TODO widget. svn path=/trunk/; revision=189 --- calendar/gui/main.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'calendar/gui/main.h') diff --git a/calendar/gui/main.h b/calendar/gui/main.h index adab317549..81605a55f6 100644 --- a/calendar/gui/main.h +++ b/calendar/gui/main.h @@ -1,3 +1,5 @@ +#ifndef MAIN_H +#define MAIN_H extern int day_begin, day_end; extern char *user_name; @@ -5,3 +7,5 @@ extern int am_pm_flag; void properties (void); void day_range_changed (void); + +#endif -- cgit