diff options
author | Alexander Preisinger <alexander.preisinger@gmail.com> | 2013-09-24 18:34:50 +0200 |
---|---|---|
committer | Alexander Preisinger <alexander.preisinger@gmail.com> | 2013-09-24 18:34:50 +0200 |
commit | d75cfef49c271e43317666451f17c55e6747e564 (patch) | |
tree | 2dab22f6e7205f85ae83a42cdd24c18733ba068d | |
parent | 3308bc2bc919cb8fadddad04e48b94d4e9324a34 (diff) |
wayland: remove outdated comment
-rw-r--r-- | video/out/wayland_common.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/video/out/wayland_common.c b/video/out/wayland_common.c index e486933e86..eb7faafc61 100644 --- a/video/out/wayland_common.c +++ b/video/out/wayland_common.c @@ -313,8 +313,6 @@ 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); } |