mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-03-30 11:11:05 -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
|
|
@ -81,8 +81,6 @@ struct wl_visual {
|
|||
|
||||
struct wl_output {
|
||||
struct wl_proxy proxy;
|
||||
struct wl_listener listener;
|
||||
int32_t width, height;
|
||||
};
|
||||
|
||||
struct wl_shell {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue