Move screendump from apps to firmware, solving two nasty firmware-to-apps calls....
commite1122b6595410705bbe95259ac77e433a238fb2a
authoramiconn <amiconn@a1c6a512-1295-4272-9138-f99709370657>
Tue, 10 Feb 2009 23:43:37 +0000 (10 23:43 +0000)
committeramiconn <amiconn@a1c6a512-1295-4272-9138-f99709370657>
Tue, 10 Feb 2009 23:43:37 +0000 (10 23:43 +0000)
treece92c57120cb9b019743a863083f654e8d80f95f
parente6899731867a051b1e2bf50b109cb88d5ca7facb
Move screendump from apps to firmware, solving two nasty firmware-to-apps calls. This required to move the filename creation functions as well. * Fix bug in the BMP header of Clip screendumps. * Add remote screendump for targets with an LCD remote. * Simplify some ifdefs and rename a macro in the sim.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19967 a1c6a512-1295-4272-9138-f99709370657
15 files changed:
apps/misc.c
apps/misc.h
apps/plugin.h
apps/plugins/lib/grey_core.c
apps/recorder/radio.c
apps/recorder/recording.c
apps/settings.c
firmware/SOURCES
firmware/backlight.c
firmware/export/general.h
firmware/general.c
firmware/usb.c
uisimulator/sdl/lcd-bitmap.c
uisimulator/sdl/lcd-charcells.c
uisimulator/sdl/lcd-remote-bitmap.c