summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index 97c3087779..05e4db00a9 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -126,12 +126,12 @@ void* plugin_get_buffer(size_t *buffer_size);
126#define PLUGIN_MAGIC 0x526F634B /* RocK */ 126#define PLUGIN_MAGIC 0x526F634B /* RocK */
127 127
128/* increase this every time the api struct changes */ 128/* increase this every time the api struct changes */
129#define PLUGIN_API_VERSION 139 129#define PLUGIN_API_VERSION 140
130 130
131/* update this to latest version if a change to the api struct breaks 131/* update this to latest version if a change to the api struct breaks
132 backwards compatibility (and please take the opportunity to sort in any 132 backwards compatibility (and please take the opportunity to sort in any
133 new function which are "waiting" at the end of the function table) */ 133 new function which are "waiting" at the end of the function table) */
134#define PLUGIN_MIN_API_VERSION 137 134#define PLUGIN_MIN_API_VERSION 140
135 135
136/* plugin return codes */ 136/* plugin return codes */
137enum plugin_status { 137enum plugin_status {
@@ -312,7 +312,7 @@ struct plugin_api {
312 int height); 312 int height);
313#endif 313#endif
314 void (*viewport_set_defaults)(struct viewport *vp, enum screen_type screen); 314 void (*viewport_set_defaults)(struct viewport *vp, enum screen_type screen);
315 bool (*viewportmanager_set_statusbar)(bool enabled); 315 char (*viewportmanager_set_statusbar)(char enabled);
316 /* list */ 316 /* list */
317 void (*gui_synclist_init)(struct gui_synclist * lists, 317 void (*gui_synclist_init)(struct gui_synclist * lists,
318 list_get_name callback_get_item_name, void * data, 318 list_get_name callback_get_item_name, void * data,