summaryrefslogtreecommitdiff
path: root/setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'setup.h')
-rw-r--r--setup.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/setup.h b/setup.h
index 92db621..00074f2 100644
--- a/setup.h
+++ b/setup.h
@@ -17,6 +17,15 @@
#include <vdr/menuitems.h>
#define memberof(x) (sizeof(x)/sizeof(*x))
+enum eOnExitMode {
+ eOnExitMode_FIRSTITEM = 0
+ ,eOnExitMode_SHOWMSG = 0 /**< Do nothing - just leave the "last" message there */
+ ,eOnExitMode_SHOWCLOCK = 1 /**< Show the big clock */
+ ,eOnExitMode_BLANKSCREEN = 2 /**< Blank the device completely */
+ ,eOnExitMode_NEXTTIMER = 3 /**< Show next active timer */
+ ,eOnExitMode_LASTITEM = 3
+};
+
struct cIMonSetup
{
int m_nOnExit;