mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-04 20:55:58 +01:00
cursor: fix segfault when destroying a wlr_output_layout with a wlr_cursor attached
This commit is contained in:
parent
e5fa4d8e8e
commit
f5507ec677
1 changed files with 1 additions and 1 deletions
|
@ -510,7 +510,7 @@ void wlr_cursor_detach_input_device(struct wlr_cursor *cur,
|
|||
|
||||
static void handle_layout_destroy(struct wl_listener *listener, void *data) {
|
||||
struct wlr_cursor_state *state =
|
||||
wl_container_of(listener, state, layout_change);
|
||||
wl_container_of(listener, state, layout_destroy);
|
||||
wlr_cursor_detach_output_layout(state->cursor);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue