Only update serial on PtrEvent::Enter/Button when seat is already presented (#8)

Fixes primary selection storing, when mouse button was pressed inside surface
and then released outside.
This commit is contained in:
Kirill Chibisov 2019-09-03 16:38:28 +03:00 committed by trimental
parent b2b0e4099d
commit 705939b3bf
2 changed files with 23 additions and 3 deletions

View file

@ -2,6 +2,8 @@
## Unreleased
- Fix primary selection storing, when releasing button outside of the surface
## 0.3.4 -- 2019-08-14
- Add fallback to gtk primary selection, when zwp primary selection is not available