diff options
Diffstat (limited to 'alarms/frame.h')
-rw-r--r-- | alarms/frame.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/alarms/frame.h b/alarms/frame.h new file mode 100644 index 0000000..9333c31 --- /dev/null +++ b/alarms/frame.h @@ -0,0 +1,20 @@ +#ifndef _FRAME_INC
+#define _FRAME_INC
+
+#include "alarmlist.h"
+#include "icons.h"
+#include "options.h"
+
+void RefreshReminderFrame();
+
+void InitFrames();
+void DeinitFrames();
+
+// update 'show/hide reminder frame' menu item
+void FixMainMenu();
+
+// used when no multiwindow functionality avaiable
+bool ReminderFrameVisible();
+void SetReminderFrameVisible(bool visible);
+
+#endif
|