summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/playback_control.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lib/playback_control.h')
-rw-r--r--apps/plugins/lib/playback_control.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/apps/plugins/lib/playback_control.h b/apps/plugins/lib/playback_control.h
index b8fa840d28..43719615ad 100644
--- a/apps/plugins/lib/playback_control.h
+++ b/apps/plugins/lib/playback_control.h
@@ -27,11 +27,9 @@
27 So, make sure you use the same viewport for the rb->do_menu() call 27 So, make sure you use the same viewport for the rb->do_menu() call
28 that you use in the playback_control_init() call 28 that you use in the playback_control_init() call
29*/ 29*/
30void playback_control_init(const struct plugin_api* newapi, 30void playback_control_init(struct viewport parent[NB_SCREENS]);
31 struct viewport parent[NB_SCREENS]);
32 31
33/* Use this if your menu still uses the old menu api */ 32/* Use this if your menu still uses the old menu api */
34bool playback_control(const struct plugin_api* api, 33bool playback_control(struct viewport parent[NB_SCREENS]);
35 struct viewport parent[NB_SCREENS]);
36 34
37#endif /* __PLAYBACK_CONTROL_H__ */ 35#endif /* __PLAYBACK_CONTROL_H__ */