aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/gwin_label.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gwin/gwin_label.h')
-rw-r--r--src/gwin/gwin_label.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gwin/gwin_label.h b/src/gwin/gwin_label.h
index b0e30af5..c54d5da4 100644
--- a/src/gwin/gwin_label.h
+++ b/src/gwin/gwin_label.h
@@ -38,9 +38,9 @@
* @note Used only for writing a custom draw routine.
* @{
*/
-#define GLABEL_FLG_WAUTO (GWIN_FIRST_CONTROL_FLAG << 0)
-#define GLABEL_FLG_HAUTO (GWIN_FIRST_CONTROL_FLAG << 1)
-#define GLABEL_FLG_BORDER (GWIN_FIRST_CONTROL_FLAG << 2)
+#define GLABEL_FLG_WAUTO (0x00000001 << 0)
+#define GLABEL_FLG_HAUTO (0x00000001 << 1)
+#define GLABEL_FLG_BORDER (0x00000001 << 2)
/** @} */
// An label window