forked from len0rd/rockbox
Fix test_resize
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26216 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
af0d6f5394
commit
d2af487a05
1 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@
|
||||||
PLUGIN_HEADER
|
PLUGIN_HEADER
|
||||||
|
|
||||||
const struct button_mapping *plugin_contexts[]
|
const struct button_mapping *plugin_contexts[]
|
||||||
= {generic_actions, generic_directions};
|
= {pla_main_ctx};
|
||||||
|
|
||||||
|
|
||||||
/* Key assignement */
|
/* Key assignement */
|
||||||
|
@ -45,7 +45,7 @@ const struct button_mapping *plugin_contexts[]
|
||||||
#define WIDTH_DECREASE PLA_LEFT
|
#define WIDTH_DECREASE PLA_LEFT
|
||||||
#define WIDTH_DECREASE_REPEAT PLA_LEFT_REPEAT
|
#define WIDTH_DECREASE_REPEAT PLA_LEFT_REPEAT
|
||||||
|
|
||||||
#define BUTTON_QUIT PLA_CANCEL
|
#define BUTTON_QUIT PLA_EXIT
|
||||||
#define CHANGE_MODE PLA_SELECT
|
#define CHANGE_MODE PLA_SELECT
|
||||||
|
|
||||||
#define MAX_OUTPUT_WIDTH LCD_WIDTH
|
#define MAX_OUTPUT_WIDTH LCD_WIDTH
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue