WPS update optimizations:
commitd76b52bffd984031dfbb35d1c1d15d02d54a5ff8
authorkugel <kugel@a1c6a512-1295-4272-9138-f99709370657>
Wed, 8 Apr 2009 17:11:50 +0000 (8 17:11 +0000)
committerkugel <kugel@a1c6a512-1295-4272-9138-f99709370657>
Wed, 8 Apr 2009 17:11:50 +0000 (8 17:11 +0000)
tree19665425fc4180e1e8d1017a5a3879de3c4ab839
parentceb6739fa41efecf4107e58b97c982c760c4e40b
WPS  update optimizations:
*) always initialize restore with true, and make the get_action timeout 1 tick if restore is true (which only happens at initially showing the wps), which makes the wps show up way faster (nearly instantly)
*) reduce the number of full updates by removing update_track (full updates are initiated by the event now), rename partial_update to update.
Now, full updates should really happen only on (re-)entering the wps or track change now.

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