From ecc7f94c882a9f36538678cbc3ac941d7f518115 Mon Sep 17 00:00:00 2001 From: inmarket Date: Sat, 27 Feb 2016 11:56:12 +1000 Subject: Tidy up flags for custom redraw routines --- src/gwin/gwin_keyboard.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gwin/gwin_keyboard.h') diff --git a/src/gwin/gwin_keyboard.h b/src/gwin/gwin_keyboard.h index 2b1e2627..98780485 100644 --- a/src/gwin/gwin_keyboard.h +++ b/src/gwin/gwin_keyboard.h @@ -44,8 +44,8 @@ typedef GEventGWin GEventGWinKeyboard; * @note Used only for writing a custom draw routine. * @{ */ -#define GKEYBOARD_FLG_REVERTSET (0x00000001<<0) -#define GKEYBOARD_FLG_QUICKUPDATE (0x00000001<<1) +#define GKEYBOARD_FLG_REVERTSET 0x01 +#define GKEYBOARD_FLG_QUICKUPDATE 0x02 #define GKEY_BAD_ROWCOL 255 /** @} */ -- cgit v1.2.3