summaryrefslogtreecommitdiff
path: root/apps/gui/statusbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/statusbar.h')
-rw-r--r--apps/gui/statusbar.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/gui/statusbar.h b/apps/gui/statusbar.h
index e7fe92eaf9..816205e2b4 100644
--- a/apps/gui/statusbar.h
+++ b/apps/gui/statusbar.h
@@ -85,8 +85,9 @@ extern void gui_statusbar_init(struct gui_statusbar * bar);
85 * - bar : the statusbar structure 85 * - bar : the statusbar structure
86 * - display : the screen to attach 86 * - display : the screen to attach
87 */ 87 */
88#define gui_statusbar_set_screen(gui_statusbar, screen) \ 88#define gui_statusbar_set_screen(gui_statusbar, _display) \
89 (gui_statusbar)->display = screen 89 (gui_statusbar)->display = (_display);
90
90 91
91/* 92/*
92 * Draws the status bar on the attached screen 93 * Draws the status bar on the attached screen