summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--video/out/wayland_common.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/video/out/wayland_common.c b/video/out/wayland_common.c
index eb7faafc61..e486933e86 100644
--- a/video/out/wayland_common.c
+++ b/video/out/wayland_common.c
@@ -313,6 +313,8 @@ static void pointer_handle_enter(void *data,
wl->cursor.serial = serial;
wl->cursor.pointer = pointer;
+ /* Release the left button on pointer enter again
+ * because after moving the shell surface no release event is sent */
show_cursor(wl);
}