summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorAlexander Preisinger <alexander.preisinger@gmail.com>2013-09-24 18:53:19 +0200
committerwm4 <wm4@nowhere>2013-10-20 14:11:18 +0200
commit8c4cf5ce840da55ee9d8fae927558a3f094f4e0f (patch)
treef9b3ebdaf2c42de0bca107ba066cec367e947ef1 /video
parent16cbc4a014f2f9e278d1e110a017ae3c09b05df5 (diff)
downloadmpv-8c4cf5ce840da55ee9d8fae927558a3f094f4e0f.tar.bz2
mpv-8c4cf5ce840da55ee9d8fae927558a3f094f4e0f.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);
}