mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
Send pointer enter/leave on capability change
This is more correct according to the protocol and fixes issues with clients that wait for an enter event before processing pointer events.
This commit is contained in:
parent
7c309ba4d3
commit
1282c3b12f
3 changed files with 54 additions and 10 deletions
|
|
@ -11,6 +11,8 @@ extern const struct wlr_touch_grab_interface default_touch_grab_impl;
|
|||
void seat_client_create_pointer(struct wlr_seat_client *seat_client,
|
||||
uint32_t version, uint32_t id);
|
||||
void seat_client_destroy_pointer(struct wl_resource *resource);
|
||||
void seat_client_send_pointer_leave_raw(struct wlr_seat_client *seat_client,
|
||||
struct wlr_surface *surface);
|
||||
|
||||
void seat_client_create_keyboard(struct wlr_seat_client *seat_client,
|
||||
uint32_t version, uint32_t id);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue