mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
Send keyboard 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 key events
This commit is contained in:
parent
e0bbafc253
commit
3f617631cb
3 changed files with 50 additions and 10 deletions
|
|
@ -15,6 +15,8 @@ void seat_client_destroy_pointer(struct wl_resource *resource);
|
|||
void seat_client_create_keyboard(struct wlr_seat_client *seat_client,
|
||||
uint32_t version, uint32_t id);
|
||||
void seat_client_destroy_keyboard(struct wl_resource *resource);
|
||||
void seat_client_send_keyboard_leave_raw(struct wlr_seat_client *seat_client,
|
||||
struct wlr_surface *surface);
|
||||
|
||||
void seat_client_create_touch(struct wlr_seat_client *seat_client,
|
||||
uint32_t version, uint32_t id);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue