diff options
| author | Tomer Shalev <shalev.tomer@gmail.com> | 2009-10-11 20:15:22 +0000 |
|---|---|---|
| committer | Tomer Shalev <shalev.tomer@gmail.com> | 2009-10-11 20:15:22 +0000 |
| commit | d5b076b64a8a3abd55fca0e9db7b13c6024bdfa3 (patch) | |
| tree | 59ceb57c1f2633b8fd8f6458463499bc776a7930 /apps/gui/statusbar.c | |
| parent | 891c446302d341d2e8f6f2da54343589bf46d0e4 (diff) | |
| download | rockbox-d5b076b64a8a3abd55fca0e9db7b13c6024bdfa3.zip rockbox-d5b076b64a8a3abd55fca0e9db7b13c6024bdfa3.tar.gz rockbox-d5b076b64a8a3abd55fca0e9db7b13c6024bdfa3.tar.bz2 rockbox-d5b076b64a8a3abd55fca0e9db7b13c6024bdfa3.tar.xz | |
RTL: Cosmetic changes, no functional change - Rename constants
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23117 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/statusbar.c')
| -rw-r--r-- | apps/gui/statusbar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/statusbar.c b/apps/gui/statusbar.c index 8275165..5aac200 100644 --- a/apps/gui/statusbar.c +++ b/apps/gui/statusbar.c @@ -175,7 +175,7 @@ static void gui_statusbar_init(struct gui_statusbar * bar) #define GET_RECT(vp, vals,display) do { \ viewport_set_fullscreen(&(vp), (display)->screen_type); \ - (vp).flags &= ~VP_FLAG_IS_RTL; \ + (vp).flags &= ~VP_FLAG_ALIGN_RIGHT; \ (vp).height = STATUSBAR_HEIGHT; \ (vp).x = STATUSBAR_X_POS; \ if ((vals) != STATUSBAR_BOTTOM) \ |