https://github.com/swaywm/sway
Revision 3ede5983b9f39e5f110c5540d136945bc66d2fc0 authored by Ryan Dwyer on 11 March 2019, 08:11:01 UTC, committed by Drew DeVault on 11 March 2019, 14:57:16 UTC
By the time seatop_allows_events was called, seatop_impl was already
NULL, causing the function to always return false. This means a press
event was sent to clients without a corresponding release event.

This patch moves the call to seatop_finish to after the
seatop_allows_events check.
1 parent 9bfb385
History
Tip revision: 3ede5983b9f39e5f110c5540d136945bc66d2fc0 authored by Ryan Dwyer on 11 March 2019, 08:11:01 UTC
Fix click behaviour
Tip revision: 3ede598
File Mode Size
assets
client
common
completions
contrib
include
protocols
security.d
sway
swaybar
swaybg
swaymsg
swaynag
.build.yml -rw-r--r-- 533 bytes
.clang-format -rw-r--r-- 405 bytes
.editorconfig -rw-r--r-- 315 bytes
.gitignore -rw-r--r-- 137 bytes
CONTRIBUTING.md -rw-r--r-- 7.9 KB
ISSUE_TEMPLATE.md -rw-r--r-- 1.5 KB
LICENSE -rw-r--r-- 1.0 KB
README.bg.md -rw-r--r-- 3.3 KB
README.de.md -rw-r--r-- 2.7 KB
README.el.md -rw-r--r-- 5.0 KB
README.fr.md -rw-r--r-- 2.9 KB
README.it.md -rw-r--r-- 2.5 KB
README.ja.md -rw-r--r-- 3.1 KB
README.md -rw-r--r-- 2.7 KB
README.pt.md -rw-r--r-- 3.2 KB
README.ru.md -rw-r--r-- 4.0 KB
README.uk.md -rw-r--r-- 4.4 KB
config.in -rw-r--r-- 6.6 KB
meson.build -rw-r--r-- 7.3 KB
meson_options.txt -rw-r--r-- 832 bytes
sway.desktop -rw-r--r-- 97 bytes

README.md

back to top