diff options
Diffstat (limited to 'apps/gui/viewport.h')
-rw-r--r-- | apps/gui/viewport.h | 2 |
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; void viewportmanager_theme_enable(enum screen_type screen, bool enable, struct viewport *viewport); -/* Force will cause a redraw even if the theme was previously and +/* Force will cause a redraw even if the theme was previously and * currently enabled (i,e the undo doing nothing). * Should almost always be set to false except coming out of fully skinned screens */ void viewportmanager_theme_undo(enum screen_type screen, bool force_redraw); |