summaryrefslogtreecommitdiff
path: root/apps/gui/viewport.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/viewport.c')
-rw-r--r--apps/gui/viewport.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/gui/viewport.c b/apps/gui/viewport.c
index 1db1a81..6e15410 100644
--- a/apps/gui/viewport.c
+++ b/apps/gui/viewport.c
@@ -151,8 +151,8 @@ void viewport_set_defaults(struct viewport *vp, enum screen_type screen)
viewport_set_fullscreen(vp, screen);
#ifdef HAVE_LCD_BITMAP
- vp->flags &= ~VP_IS_RTL;
- vp->flags |= lang_is_rtl() ? VP_IS_RTL : 0;
+ vp->flags &= ~VP_FLAG_IS_RTL;
+ vp->flags |= lang_is_rtl() ? VP_FLAG_IS_RTL : 0;
#endif
}