summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/pluginlib_actions.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lib/pluginlib_actions.h')
-rw-r--r--apps/plugins/lib/pluginlib_actions.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/apps/plugins/lib/pluginlib_actions.h b/apps/plugins/lib/pluginlib_actions.h
index b0b9871de8..c11a087904 100644
--- a/apps/plugins/lib/pluginlib_actions.h
+++ b/apps/plugins/lib/pluginlib_actions.h
@@ -35,7 +35,12 @@ enum {
35 PLA_DOWN_REPEAT, 35 PLA_DOWN_REPEAT,
36 PLA_LEFT_REPEAT, 36 PLA_LEFT_REPEAT,
37 PLA_RIGHT_REPEAT, 37 PLA_RIGHT_REPEAT,
38 38
39 PLA_INC,
40 PLA_DEC,
41 PLA_INC_REPEAT,
42 PLA_DEC_REPEAT,
43
39 PLA_QUIT, 44 PLA_QUIT,
40 PLA_START, 45 PLA_START,
41 PLA_MENU, 46 PLA_MENU,
@@ -51,6 +56,7 @@ extern const struct button_mapping remote_directions[];
51extern const struct button_mapping generic_directions[]; 56extern const struct button_mapping generic_directions[];
52extern const struct button_mapping generic_left_right_fire[]; 57extern const struct button_mapping generic_left_right_fire[];
53extern const struct button_mapping generic_actions[]; 58extern const struct button_mapping generic_actions[];
59extern const struct button_mapping generic_increase_decrease[];
54 60
55int pluginlib_getaction(struct plugin_api *api,int timeout, 61int pluginlib_getaction(struct plugin_api *api,int timeout,
56 const struct button_mapping *plugin_contexts[], 62 const struct button_mapping *plugin_contexts[],