summaryrefslogtreecommitdiff
path: root/imon.h
diff options
context:
space:
mode:
authoranbr <vdr07@deltab.de>2009-06-03 13:56:16 +0200
committeranbr <vdr07@deltab.de>2009-06-03 13:56:16 +0200
commit603be1f41b0703d35dba6ba512a0d0893a69ecb9 (patch)
treec256da81e100c6efe8982de30e6760bf03f6eda1 /imon.h
parentf7474de7957369a17754f558890d803ce9d5dc0f (diff)
downloadvdr-plugin-imonlcd-603be1f41b0703d35dba6ba512a0d0893a69ecb9.tar.gz
vdr-plugin-imonlcd-603be1f41b0703d35dba6ba512a0d0893a69ecb9.tar.bz2
Add svdrp command 'ICON'
Diffstat (limited to 'imon.h')
-rw-r--r--imon.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/imon.h b/imon.h
index e9309ff..36f705f 100644
--- a/imon.h
+++ b/imon.h
@@ -69,8 +69,8 @@ enum eIcons {
eIconBL_Mask = (eIconBL_MPG|eIconBL_DIVX|eIconBL_XVID|eIconBL_WMV),
eIconVolume = 1 << 22,
- eIconTIME = 1 << 23,
- eIconALARM = 1 << 24,
+ eIconTime = 1 << 23,
+ eIconAlarm = 1 << 24,
eIconRecording = 1 << 25,
@@ -127,7 +127,7 @@ public:
int DrawText(int x, int y, const char* string);
bool flush ();
- bool icons(int state);
+ bool icons(unsigned int state);
virtual bool SetFont(const char *szFont);
};
#endif