mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-03-13 05:34:21 -04:00
Send out coordinates with pointer_focus event
We can't rely on motion events happening right away, pointer_focus could change because of windows coming or going etc.
This commit is contained in:
parent
c071f4d008
commit
6d70202f80
5 changed files with 25 additions and 10 deletions
4
TODO
4
TODO
|
|
@ -1,7 +1,7 @@
|
|||
Core wayland protocol
|
||||
|
||||
- enter notify needs coordinates for cases where pointer focus
|
||||
changes without motion (surfaces coming or going)
|
||||
- generate pointer_focus on raise/lower, move windows, all kinds of
|
||||
changes in surface stacking.
|
||||
|
||||
- generate marshal stubs as static inline functions.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue