Some changes to the remote code : some one lines function turned into macros ; change...
commitbe7e96f7eb773be93bd6e30491e1d0c67d5b9289
authorkevin <kevin@a1c6a512-1295-4272-9138-f99709370657>
Sat, 29 Oct 2005 02:33:19 +0000 (29 02:33 +0000)
committerkevin <kevin@a1c6a512-1295-4272-9138-f99709370657>
Sat, 29 Oct 2005 02:33:19 +0000 (29 02:33 +0000)
tree96ebdd8d8a9cbe2495c896e489a9f413bc0ffd1f
parent6691f2e8d9dd1c744467f5049891e6704226f8ec
Some changes to the remote code : some one lines function turned into macros ; changed pre-increment to post-increment since it's clearer that way ; added a data pointer to the list callback (global variables are baaaad) ; some more documentation of the API and minor cleanups

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7681 a1c6a512-1295-4272-9138-f99709370657
apps/gui/icon.h
apps/gui/list.c
apps/gui/list.h
apps/gui/statusbar.c
apps/gui/statusbar.h
apps/screen_access.c
apps/screen_access.h
apps/tree.c