mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-10 13:29:48 -05:00
Don't crash when the previous keyboard surface goes away
Just always set keyboard focus to the top surface.
This commit is contained in:
parent
0ce245761c
commit
f992b2fc47
2 changed files with 16 additions and 11 deletions
|
|
@ -70,7 +70,6 @@ struct wlsc_input_device {
|
|||
struct wl_list link;
|
||||
uint32_t modifier_state;
|
||||
struct wl_selection *selection;
|
||||
struct wl_surface *saved_keyboard_focus;
|
||||
};
|
||||
|
||||
struct wlsc_drm {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue