summaryrefslogtreecommitdiffstats
path: root/video/out/vo_wlshm.c
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2021-06-26 16:12:03 -0500
committerDudemanguy <random342@airmail.cc>2021-06-26 17:24:44 -0500
commit488581912d01a982f226162eef19ad8aec0c8ead (patch)
tree3b5aa34fe9afa52b9573b10c5f20448952712b73 /video/out/vo_wlshm.c
parent76a53f9de3592c435def1d020fab4a05f88a14e0 (diff)
downloadmpv-488581912d01a982f226162eef19ad8aec0c8ead.tar.bz2
mpv-488581912d01a982f226162eef19ad8aec0c8ead.tar.xz
wayland: reorganize wayland common code
Mostly a cosmetic change that (hopefully) makes things look better. Some functions and structs that were previously being exported in the wayland header were made static to the wayland_common.c file (these shouldn't be accessed by anyone else).
Diffstat (limited to 'video/out/vo_wlshm.c')
-rw-r--r--video/out/vo_wlshm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/vo_wlshm.c b/video/out/vo_wlshm.c
index 69cfdd9dcc..e6ba0875f0 100644
--- a/video/out/vo_wlshm.c
+++ b/video/out/vo_wlshm.c
@@ -278,7 +278,7 @@ static void flip_page(struct vo *vo)
vo_wayland_wait_frame(wl);
if (wl->presentation)
- wayland_sync_swap(wl);
+ vo_wayland_sync_swap(wl);
}
static void get_vsync(struct vo *vo, struct vo_vsync_info *info)