summaryrefslogtreecommitdiff
path: root/apps/recorder/widgets.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder/widgets.h')
-rw-r--r--apps/recorder/widgets.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/recorder/widgets.h b/apps/recorder/widgets.h
index 18f59a8893..de8e78520f 100644
--- a/apps/recorder/widgets.h
+++ b/apps/recorder/widgets.h
@@ -38,5 +38,6 @@ enum {
38extern void progressbar(int x, int y, int width, int height, int percent, int direction); 38extern void progressbar(int x, int y, int width, int height, int percent, int direction);
39extern void slidebar(int x, int y, int width, int height, int percent, int direction); 39extern void slidebar(int x, int y, int width, int height, int percent, int direction);
40extern void scrollbar(int x, int y, int width, int height, int items, int min_shown, int max_shown, int orientation); 40extern void scrollbar(int x, int y, int width, int height, int items, int min_shown, int max_shown, int orientation);
41extern void checkbox(int x, int y, int width, int height, bool checked);
41#endif /* HAVE_LCD_BITMAP */ 42#endif /* HAVE_LCD_BITMAP */
42#endif /* __WIDGETS_H__ */ 43#endif /* __WIDGETS_H__ */