summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorAlexander Preisinger <alexander.preisinger@gmail.com>2013-09-24 18:53:19 +0200
committerAlexander Preisinger <alexander.preisinger@gmail.com>2013-10-20 09:24:37 +0200
commit38ef925ab7c10c62986c28238abd4b5654e69237 (patch)
tree1f4b065fba907650fc83746b5d09b37feeb3de66 /video
parent280c8351ace8028bc21af26b79f8eb3cc080c778 (diff)
downloadmpv-38ef925ab7c10c62986c28238abd4b5654e69237.tar.bz2
mpv-38ef925ab7c10c62986c28238abd4b5654e69237.tar.xz
Revert "wayland: remove outdated comment"
This reverts commit d75cfef49c271e43317666451f17c55e6747e564.
Diffstat (limited to 'video')
-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);
}