From 603be1f41b0703d35dba6ba512a0d0893a69ecb9 Mon Sep 17 00:00:00 2001 From: anbr Date: Wed, 3 Jun 2009 13:56:16 +0200 Subject: Add svdrp command 'ICON' --- imon.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'imon.h') 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 -- cgit v1.2.3