aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/wayland_common.h
diff options
context:
space:
mode:
authorGravatar Alexander Preisinger <alexander.preisinger@gmail.com>2013-05-16 16:43:34 +0200
committerGravatar wm4 <wm4@nowhere>2013-05-26 16:44:19 +0200
commitbb9b6501fda409420acda7e41cec7eb990037f50 (patch)
treedaa1f6c939dc6c7ef5f3be768bf8a4d5bb9353c8 /video/out/wayland_common.h
parente6a225d57a60be62bd6bd7c758e9460e53775585 (diff)
wayland: introduce vo_wayland_config
This removes the need for exposing vo_wayland_fullscreen and other functions also this will be usefull for other vos in the future.
Diffstat (limited to 'video/out/wayland_common.h')
-rw-r--r--video/out/wayland_common.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/video/out/wayland_common.h b/video/out/wayland_common.h
index c3ff0522cb..3b643f8f49 100644
--- a/video/out/wayland_common.h
+++ b/video/out/wayland_common.h
@@ -124,12 +124,7 @@ struct vo_wayland_state {
int vo_wayland_init(struct vo *vo);
void vo_wayland_uninit(struct vo *vo);
-void vo_wayland_ontop(struct vo *vo);
-void vo_wayland_border(struct vo *vo);
-void vo_wayland_fullscreen(struct vo *vo);
-void vo_wayland_update_screeninfo(struct vo *vo);
-int vo_wayland_check_events(struct vo *vo);
-void vo_wayland_update_window_title(struct vo *vo);
+bool vo_wayland_config(struct vo *vo, uint32_t d_width, uint32_t d_height, uint32_t flags);
int vo_wayland_control(struct vo *vo, int *events, int request, void *arg);
#endif /* MPLAYER_WAYLAND_COMMON_H */