summaryrefslogtreecommitdiff
path: root/apps/gui/viewport.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/viewport.h')
-rw-r--r--apps/gui/viewport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/viewport.h b/apps/gui/viewport.h
index be80e44721..2810be2ac3 100644
--- a/apps/gui/viewport.h
+++ b/apps/gui/viewport.h
@@ -55,7 +55,7 @@ void viewportmanager_init(void) INIT_ATTR;
55 55
56void viewportmanager_theme_enable(enum screen_type screen, bool enable, 56void viewportmanager_theme_enable(enum screen_type screen, bool enable,
57 struct viewport *viewport); 57 struct viewport *viewport);
58/* Force will cause a redraw even if the theme was previously and 58/* Force will cause a redraw even if the theme was previously and
59 * currently enabled (i,e the undo doing nothing). 59 * currently enabled (i,e the undo doing nothing).
60 * Should almost always be set to false except coming out of fully skinned screens */ 60 * Should almost always be set to false except coming out of fully skinned screens */
61void viewportmanager_theme_undo(enum screen_type screen, bool force_redraw); 61void viewportmanager_theme_undo(enum screen_type screen, bool force_redraw);