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_slider.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gwin/gwin_slider.h') diff --git a/src/gwin/gwin_slider.h b/src/gwin/gwin_slider.h index 000adb78..a3c8489b 100644 --- a/src/gwin/gwin_slider.h +++ b/src/gwin/gwin_slider.h @@ -50,7 +50,7 @@ typedef struct GEventGWinSlider { * @note Used only for writing a custom draw routine. * @{ */ -#define GSLIDER_FLG_EXTENDED_EVENTS (0x00000001<<0) +#define GSLIDER_FLG_EXTENDED_EVENTS 0x01 /** @} */ // A slider window -- cgit v1.2.3