diff options
| author | Jonathan Gordon <rockbox@jdgordon.info> | 2010-02-16 05:24:27 +0000 |
|---|---|---|
| committer | Jonathan Gordon <rockbox@jdgordon.info> | 2010-02-16 05:24:27 +0000 |
| commit | 877d378710337e7b89b015e3901e467fbcff53be (patch) | |
| tree | e372499593369a7dd64f2f8dc72994bc183a829e /apps/SOURCES | |
| parent | 82f05895af2e361b983aa782e4294a641b287429 (diff) | |
| download | rockbox-877d378710337e7b89b015e3901e467fbcff53be.zip rockbox-877d378710337e7b89b015e3901e467fbcff53be.tar.gz rockbox-877d378710337e7b89b015e3901e467fbcff53be.tar.bz2 rockbox-877d378710337e7b89b015e3901e467fbcff53be.tar.xz | |
Reuse the backdrop buffers if 2 skins use the same backdrop (on the same screen of course)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24690 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/SOURCES')
| -rw-r--r-- | apps/SOURCES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/SOURCES b/apps/SOURCES index cd7cde7..d86bb11 100644 --- a/apps/SOURCES +++ b/apps/SOURCES @@ -87,6 +87,7 @@ gui/statusbar-skinned.c gui/yesno.c gui/viewport.c +gui/skin_engine/skin_backdrops.c gui/skin_engine/skin_buffer.c gui/skin_engine/wps_debug.c gui/skin_engine/skin_display.c |