summaryrefslogtreecommitdiff
path: root/apps/gui/scrollbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/scrollbar.h')
-rw-r--r--apps/gui/scrollbar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/gui/scrollbar.h b/apps/gui/scrollbar.h
index e5ffae79b0..31f91a3eaa 100644
--- a/apps/gui/scrollbar.h
+++ b/apps/gui/scrollbar.h
@@ -29,6 +29,7 @@ enum orientation {
29 VERTICAL = 0x0000, /* Vertical orientation */ 29 VERTICAL = 0x0000, /* Vertical orientation */
30 HORIZONTAL = 0x0001, /* Horizontal orientation */ 30 HORIZONTAL = 0x0001, /* Horizontal orientation */
31 INVERTFILL = 0x0002, /* Invert the fill direction */ 31 INVERTFILL = 0x0002, /* Invert the fill direction */
32 INNER_NOFILL = 0x0004, /* Do not fill inner part */
32#ifdef HAVE_LCD_COLOR 33#ifdef HAVE_LCD_COLOR
33 FOREGROUND = 0x0020, /* Do not clear background pixels */ 34 FOREGROUND = 0x0020, /* Do not clear background pixels */
34 INNER_FILL = 0x0040, /* Fill inner part even if FOREGROUND */ 35 INNER_FILL = 0x0040, /* Fill inner part even if FOREGROUND */