Remove a viewport ambiguity by changing the screens width/heigth members into lcdwidt...
commit808c4c2d49e164375dcd196bd5311c34838437e9
authorpeter <peter@a1c6a512-1295-4272-9138-f99709370657>
Sat, 28 Jun 2008 20:45:21 +0000 (28 20:45 +0000)
committerpeter <peter@a1c6a512-1295-4272-9138-f99709370657>
Sat, 28 Jun 2008 20:45:21 +0000 (28 20:45 +0000)
tree356be7b807a4407b7e243ec57da4d5068fe09ab1
parent8f1e666ef3fe09946a517eb10df2d2659427da0d
Remove a viewport ambiguity by changing the screens width/heigth members into lcdwidth/lcdheight. Normal usercode should always use getwidth()/getheigth() as that returns the viewport width/height. Fixes issues that would have appeared in many places when introducing viewports with sizes != lcd sizes.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17857 a1c6a512-1295-4272-9138-f99709370657
26 files changed:
apps/gui/color_picker.c
apps/gui/gwps.c
apps/gui/list.c
apps/gui/pitchscreen.c
apps/gui/quickscreen.c
apps/gui/splash.c
apps/gui/statusbar.c
apps/gui/viewport.c
apps/gui/wps_parser.c
apps/menus/eq_menu.c
apps/menus/recording_menu.c
apps/plugins/clock/clock_draw.c
apps/plugins/clock/clock_draw_analog.c
apps/plugins/clock/clock_draw_binary.c
apps/plugins/clock/clock_draw_digital.c
apps/plugins/clock/clock_settings.c
apps/plugins/demystify.c
apps/plugins/dice.c
apps/plugins/jackpot.c
apps/plugins/maze.c
apps/plugins/star.c
apps/plugins/zxbox/zxbox_keyb.c
apps/recorder/keyboard.c
apps/recorder/recording.c
apps/screen_access.c
apps/screen_access.h