mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-08 10:08:00 +02:00
Merge remote-tracking branch 'bnf/fix'
This commit is contained in:
commit
b1ba0d1f99
1 changed files with 3 additions and 2 deletions
|
|
@ -1471,8 +1471,9 @@ notify_keyboard_focus(struct wl_input_device *device,
|
|||
update_modifier_state(wd, *k, 1);
|
||||
}
|
||||
|
||||
wl_input_device_set_keyboard_focus(&wd->input_device,
|
||||
&es->surface, time);
|
||||
if (es->surface.client)
|
||||
wl_input_device_set_keyboard_focus(&wd->input_device,
|
||||
&es->surface, time);
|
||||
} else {
|
||||
end = device->keys.data + device->keys.size;
|
||||
for (k = device->keys.data; k < end; k++)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue