diff options
author | anbr <vdr07@deltab.de> | 2009-06-03 13:56:16 +0200 |
---|---|---|
committer | anbr <vdr07@deltab.de> | 2009-06-03 13:56:16 +0200 |
commit | 603be1f41b0703d35dba6ba512a0d0893a69ecb9 (patch) | |
tree | c256da81e100c6efe8982de30e6760bf03f6eda1 /imon.h | |
parent | f7474de7957369a17754f558890d803ce9d5dc0f (diff) | |
download | vdr-plugin-imonlcd-603be1f41b0703d35dba6ba512a0d0893a69ecb9.tar.gz vdr-plugin-imonlcd-603be1f41b0703d35dba6ba512a0d0893a69ecb9.tar.bz2 |
Add svdrp command 'ICON'
Diffstat (limited to 'imon.h')
-rw-r--r-- | imon.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |