aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/gwin_keyboard.h
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2016-02-27 11:56:12 +1000
committerinmarket <andrewh@inmarket.com.au>2016-02-27 11:56:12 +1000
commitecc7f94c882a9f36538678cbc3ac941d7f518115 (patch)
tree69e31f9a574b695ebef95e2f1664e74d367130b6 /src/gwin/gwin_keyboard.h
parentc1007a2cc9a5553674e8dbbca8f26addff4bae23 (diff)
downloaduGFX-ecc7f94c882a9f36538678cbc3ac941d7f518115.tar.gz
uGFX-ecc7f94c882a9f36538678cbc3ac941d7f518115.tar.bz2
uGFX-ecc7f94c882a9f36538678cbc3ac941d7f518115.zip
Tidy up flags for custom redraw routines
Diffstat (limited to 'src/gwin/gwin_keyboard.h')
-rw-r--r--src/gwin/gwin_keyboard.h4
1 files changed, 2 insertions, 2 deletions
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
/** @} */