mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-10-29 05:40:21 -04:00
chase: chase ime break change for wlroots 0.20
refer: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/5170#note_3149600
This commit is contained in:
parent
ee8ce08bc9
commit
bc8d53367f
1 changed files with 2 additions and 1 deletions
|
|
@ -332,7 +332,8 @@ static void handle_keyboard_grab_destroy(struct wl_listener *listener,
|
|||
void *data) {
|
||||
struct dwl_input_method_relay *relay =
|
||||
wl_container_of(listener, relay, keyboard_grab_destroy);
|
||||
struct wlr_input_method_keyboard_grab_v2 *keyboard_grab = data;
|
||||
struct wlr_input_method_keyboard_grab_v2 *keyboard_grab =
|
||||
relay->input_method->keyboard_grab;
|
||||
wl_list_remove(&relay->keyboard_grab_destroy.link);
|
||||
|
||||
if (keyboard_grab->keyboard) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue