summaryrefslogtreecommitdiff
path: root/apps/gui/quickscreen.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/quickscreen.h')
-rw-r--r--apps/gui/quickscreen.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/apps/gui/quickscreen.h b/apps/gui/quickscreen.h
index ebc7cef61a..179d619883 100644
--- a/apps/gui/quickscreen.h
+++ b/apps/gui/quickscreen.h
@@ -57,26 +57,7 @@ void gui_quickscreen_init(struct gui_quickscreen * qs,
57 struct option_select *bottom_option, 57 struct option_select *bottom_option,
58 struct option_select *right_option, 58 struct option_select *right_option,
59 quickscreen_callback *callback); 59 quickscreen_callback *callback);
60/*
61 * Draws the quickscreen on a given screen
62 * - qs : the quickscreen
63 * - display : the screen to draw on
64 */
65void gui_quickscreen_draw(struct gui_quickscreen * qs, struct screen * display);
66
67/*
68 * Does the actions associated to the given button if any
69 * - qs : the quickscreen
70 * - button : the key we are going to analyse
71 * returns : true if the button corresponded to an action, false otherwise
72 */
73bool gui_quickscreen_do_button(struct gui_quickscreen * qs, int button);
74 60
75/*
76 * Draws the quickscreen on all available screens
77 * - qs : the quickscreen
78 */
79void gui_syncquickscreen_draw(struct gui_quickscreen * qs);
80 61
81/* 62/*
82 * Runs the quickscreen on all available screens, if button_enter is released, quits 63 * Runs the quickscreen on all available screens, if button_enter is released, quits