Rework ppmviewer to fit our shiny new imageviewer framework. FS#11818 by me.
commitba42f70beaf9323f0f7336c6a7026a9882a13486
authorwodz <wodz@a1c6a512-1295-4272-9138-f99709370657>
Sun, 9 Jan 2011 13:22:54 +0000 (9 13:22 +0000)
committerwodz <wodz@a1c6a512-1295-4272-9138-f99709370657>
Sun, 9 Jan 2011 13:22:54 +0000 (9 13:22 +0000)
tree05c2b3628720bcf2fd6f181b25771a874628cb38
parentc5f0872225ac8abaed1daa35d45d2db7f2121c2b
Rework ppmviewer to fit our shiny new imageviewer framework. FS#11818 by me.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29012 a1c6a512-1295-4272-9138-f99709370657
12 files changed:
apps/plugins/CATEGORIES
apps/plugins/SOURCES
apps/plugins/imageviewer/SUBDIRS
apps/plugins/imageviewer/image_decoder.c
apps/plugins/imageviewer/image_decoder.h
apps/plugins/imageviewer/ppm/SOURCES [new file with mode: 0644]
apps/plugins/imageviewer/ppm/ppm.c [new file with mode: 0644]
apps/plugins/imageviewer/ppm/ppm.make [new file with mode: 0644]
apps/plugins/imageviewer/ppm/ppm_decoder.c [new file with mode: 0644]
apps/plugins/imageviewer/ppm/ppm_decoder.h [copied from apps/plugins/imageviewer/image_decoder.h with 63% similarity]
apps/plugins/ppmviewer.c [deleted file]
apps/plugins/viewers.config