aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/gwin_button.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gwin/gwin_button.h')
-rw-r--r--src/gwin/gwin_button.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gwin/gwin_button.h b/src/gwin/gwin_button.h
index f226731f..11af82e0 100644
--- a/src/gwin/gwin_button.h
+++ b/src/gwin/gwin_button.h
@@ -44,7 +44,7 @@ typedef GEventGWin GEventGWinButton;
* @note Used only for writing a custom draw routine.
* @{
*/
-#define GBUTTON_FLG_PRESSED (0x00000001<<0)
+#define GBUTTON_FLG_PRESSED 0x01
/** @} */
/**