Another wps rework:
commit89363cfa0560a21a476c635147948e4e2da3e0ba
authorkugel <kugel@a1c6a512-1295-4272-9138-f99709370657>
Mon, 23 Mar 2009 03:08:56 +0000 (23 03:08 +0000)
committerkugel <kugel@a1c6a512-1295-4272-9138-f99709370657>
Mon, 23 Mar 2009 03:08:56 +0000 (23 03:08 +0000)
tree88193782f42f971950e321a331f2387757affccb
parent4aefe2868dc28c248d6cbeaee0143db894f52a48
Another wps rework:
*rename gui_wps_refresh() to gui_wps_redraw() and update() to gui_wps_update() to better describe what they do
*Clear things up and differentiate better between gui_wps_redraw()/gui_wps_display()/gui_wps_update() (it wasn't so what they're supposed to do before)
*cleanup gui_wps_display() and gui_wps_update() quite a bit
*Remove unused/unneeded code, do some pointer copying to save binsize, and code cleanup at several places

Visible changes should be small

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20483 a1c6a512-1295-4272-9138-f99709370657
apps/gui/gwps-common.c
apps/gui/gwps-common.h
apps/gui/gwps.c
apps/gui/gwps.h