Skip to content

Commit

Permalink
update for wlroots side rename
Browse files Browse the repository at this point in the history
  • Loading branch information
xdavidwu committed Apr 14, 2020
1 parent b193bb1 commit 5f1c2b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sway/input/keyboard.c
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ static void handle_key_event(struct sway_keyboard *keyboard,
if (!handled || event->state == WLR_KEY_RELEASED) {
if (seat->im_relay.input_method) {
struct wlr_input_method_keyboard_grab_v2 *kb_grab =
seat->im_relay.input_method->im_keyboard_grab;
seat->im_relay.input_method->keyboard_grab;
struct wlr_virtual_keyboard_v1 *virtual_keyboard =
wlr_device->keyboard->virtual_keyboard;

Expand Down Expand Up @@ -576,7 +576,7 @@ static void handle_modifier_event(struct sway_keyboard *keyboard) {
bool kb_grab_sent = false;
if (seat->im_relay.input_method) {
struct wlr_input_method_keyboard_grab_v2 *kb_grab =
seat->im_relay.input_method->im_keyboard_grab;
seat->im_relay.input_method->keyboard_grab;
struct wlr_virtual_keyboard_v1 *virtual_keyboard =
wlr_device->keyboard->virtual_keyboard;

Expand Down

0 comments on commit 5f1c2b6

Please sign in to comment.