summaryrefslogtreecommitdiffstats
path: root/video/out
diff options
context:
space:
mode:
Diffstat (limited to 'video/out')
-rw-r--r--video/out/wayland_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/wayland_common.c b/video/out/wayland_common.c
index bb1a5e672f..b5bfb8b917 100644
--- a/video/out/wayland_common.c
+++ b/video/out/wayland_common.c
@@ -143,7 +143,7 @@ const struct m_sub_options wayland_conf = {
.size = sizeof(struct wayland_opts),
.defaults = &(struct wayland_opts) {
.configure_bounds = -1,
- .edge_pixels_pointer = 10,
+ .edge_pixels_pointer = 16,
.edge_pixels_touch = 32,
},
};