summaryrefslogtreecommitdiff
path: root/apps/plugins/png/png.h
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2009-08-31 21:11:32 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2009-08-31 21:11:32 +0000
commit9680244f4a4b8625922867dd27d3cc59d0356c7a (patch)
treecc5336055c4f83ca2af5143ea12ed0abf602c4b1 /apps/plugins/png/png.h
parenta56199c49e3b22bdde97a7ff5b058ffd761c4a65 (diff)
downloadrockbox-9680244f4a4b8625922867dd27d3cc59d0356c7a.tar.gz
rockbox-9680244f4a4b8625922867dd27d3cc59d0356c7a.zip
* Fix plugin keymaps for VX777
* Enable plugins for VX777 * Fix VX777 simulator All done by Aaron DeMille. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22576 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/png/png.h')
-rw-r--r--apps/plugins/png/png.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/png/png.h b/apps/plugins/png/png.h
index 090eaa959d..ddf1ac2d26 100644
--- a/apps/plugins/png/png.h
+++ b/apps/plugins/png/png.h
@@ -300,6 +300,8 @@ You are free to name this file lodepng.cpp or lodepng.c depending on your usage.
300 300
301#elif CONFIG_KEYPAD == ONDAVX747_PAD 301#elif CONFIG_KEYPAD == ONDAVX747_PAD
302#define PNG_MENU BUTTON_POWER 302#define PNG_MENU BUTTON_POWER
303#elif CONFIG_KEYPAD == ONDAVX777_PAD
304#define PNG_MENU BUTTON_POWER
303 305
304#elif CONFIG_KEYPAD == SAMSUNG_YH_PAD 306#elif CONFIG_KEYPAD == SAMSUNG_YH_PAD
305#define PNG_ZOOM_IN (BUTTON_PLAY|BUTTON_UP) 307#define PNG_ZOOM_IN (BUTTON_PLAY|BUTTON_UP)