From d5b076b64a8a3abd55fca0e9db7b13c6024bdfa3 Mon Sep 17 00:00:00 2001 From: Tomer Shalev Date: Sun, 11 Oct 2009 20:15:22 +0000 Subject: RTL: Cosmetic changes, no functional change - Rename constants git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23117 a1c6a512-1295-4272-9138-f99709370657 --- firmware/drivers/lcd-bitmap-common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/drivers/lcd-bitmap-common.c') diff --git a/firmware/drivers/lcd-bitmap-common.c b/firmware/drivers/lcd-bitmap-common.c index 5bf4706c59..042500cce8 100644 --- a/firmware/drivers/lcd-bitmap-common.c +++ b/firmware/drivers/lcd-bitmap-common.c @@ -92,7 +92,7 @@ static void LCDFN(putsxyofs)(int x, int y, int ofs, const unsigned char *str) LCDFN(getstringsize)(str, &w, NULL); /* center takes precedence */ - if (vp_flags & VP_FLAG_CENTER_ALIGN) + if (vp_flags & VP_FLAG_ALIGN_CENTER) x = ((current_vp->width - w)/ 2) + x; else x = current_vp->width - w - x; -- cgit v1.2.3