summaryrefslogtreecommitdiff
path: root/apps/plugins/sudoku/sudoku.h
diff options
context:
space:
mode:
authorBarry Wardell <rockbox@barrywardell.net>2007-01-15 20:40:48 +0000
committerBarry Wardell <rockbox@barrywardell.net>2007-01-15 20:40:48 +0000
commit41ee9e33041dd2020e7ee3c44b81cef538b6592f (patch)
tree80dea3488f41fd0c78512760daf86e1a00dd3f32 /apps/plugins/sudoku/sudoku.h
parent6de815be5cb06e9e8df46fcfdfbf611bce24c99c (diff)
downloadrockbox-41ee9e33041dd2020e7ee3c44b81cef538b6592f.tar.gz
rockbox-41ee9e33041dd2020e7ee3c44b81cef538b6592f.zip
FS#6539 - Thanks to Tom Ross
Add Jewels, Spacerocks, Wormlet, Rockboy and Sudoku for the e200. Also Includes manual changes for plugins. Add X5 keymappings for wormlet to the manual. Add help text for Jewels on the H10 and give a warning if help text is not defined. Fix bug in spacerocks lives drawing on large screens (larger than Ondio). Change spacerocks comments to C style. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12018 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/sudoku/sudoku.h')
-rw-r--r--apps/plugins/sudoku/sudoku.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/plugins/sudoku/sudoku.h b/apps/plugins/sudoku/sudoku.h
index 2628e3254f..04923be18e 100644
--- a/apps/plugins/sudoku/sudoku.h
+++ b/apps/plugins/sudoku/sudoku.h
@@ -116,8 +116,9 @@
116#define SUDOKU_BUTTON_DOWN BUTTON_DOWN 116#define SUDOKU_BUTTON_DOWN BUTTON_DOWN
117#define SUDOKU_BUTTON_LEFT BUTTON_LEFT 117#define SUDOKU_BUTTON_LEFT BUTTON_LEFT
118#define SUDOKU_BUTTON_RIGHT BUTTON_RIGHT 118#define SUDOKU_BUTTON_RIGHT BUTTON_RIGHT
119#define SUDOKU_BUTTON_TOGGLE BUTTON_SELECT 119#define SUDOKU_BUTTON_TOGGLEBACK BUTTON_SCROLL_UP
120#define SUDOKU_BUTTON_MENU (BUTTON_SELECT|BUTTON_REPEAT) 120#define SUDOKU_BUTTON_TOGGLE BUTTON_SCROLL_DOWN
121#define SUDOKU_BUTTON_MENU BUTTON_SELECT
121#define SUDOKU_BUTTON_POSSIBLE BUTTON_REC 122#define SUDOKU_BUTTON_POSSIBLE BUTTON_REC
122 123
123#elif 124#elif