summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index ade7f1584b..a302cc4241 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -135,12 +135,12 @@ void* plugin_get_buffer(size_t *buffer_size);
135#define PLUGIN_MAGIC 0x526F634B /* RocK */ 135#define PLUGIN_MAGIC 0x526F634B /* RocK */
136 136
137/* increase this every time the api struct changes */ 137/* increase this every time the api struct changes */
138#define PLUGIN_API_VERSION 175 138#define PLUGIN_API_VERSION 176
139 139
140/* update this to latest version if a change to the api struct breaks 140/* update this to latest version if a change to the api struct breaks
141 backwards compatibility (and please take the opportunity to sort in any 141 backwards compatibility (and please take the opportunity to sort in any
142 new function which are "waiting" at the end of the function table) */ 142 new function which are "waiting" at the end of the function table) */
143#define PLUGIN_MIN_API_VERSION 173 143#define PLUGIN_MIN_API_VERSION 176
144 144
145/* plugin return codes */ 145/* plugin return codes */
146enum plugin_status { 146enum plugin_status {
@@ -335,7 +335,6 @@ struct plugin_api {
335 int height); 335 int height);
336#endif 336#endif
337 void (*viewport_set_defaults)(struct viewport *vp, enum screen_type screen); 337 void (*viewport_set_defaults)(struct viewport *vp, enum screen_type screen);
338 int (*viewportmanager_set_statusbar)(int enable_status);
339 /* list */ 338 /* list */
340 void (*gui_synclist_init)(struct gui_synclist * lists, 339 void (*gui_synclist_init)(struct gui_synclist * lists,
341 list_get_name callback_get_item_name, void * data, 340 list_get_name callback_get_item_name, void * data,