Merge pull request #554 from Ongy/seat_modifiers
sends the modifiers on wlr_seat_set_keyboard
This commit is contained in:
commit
03faf17942
|
@ -794,6 +794,7 @@ void wlr_seat_set_keyboard(struct wlr_seat *seat,
|
||||||
}
|
}
|
||||||
|
|
||||||
seat->keyboard_state.keyboard = keyboard;
|
seat->keyboard_state.keyboard = keyboard;
|
||||||
|
wlr_seat_keyboard_send_modifiers(seat);
|
||||||
}
|
}
|
||||||
|
|
||||||
void wlr_seat_keyboard_start_grab(struct wlr_seat *wlr_seat,
|
void wlr_seat_keyboard_start_grab(struct wlr_seat *wlr_seat,
|
||||||
|
|
Loading…
Reference in New Issue