summaryrefslogtreecommitdiff
path: root/apps/gui/color_picker.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/color_picker.h')
-rw-r--r--apps/gui/color_picker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/color_picker.h b/apps/gui/color_picker.h
index 1fa35f0c70..f5200832ad 100644
--- a/apps/gui/color_picker.h
+++ b/apps/gui/color_picker.h
@@ -20,6 +20,6 @@
20 20
21#ifdef HAVE_LCD_COLOR /* this file is a bit useless on non color lcds.. */ 21#ifdef HAVE_LCD_COLOR /* this file is a bit useless on non color lcds.. */
22 22
23bool set_color(struct screen *display,char *title, int* color); 23bool set_color(struct screen *display,char *title, int* color, int banned_color);
24 24
25#endif 25#endif