mirror of
https://github.com/swaywm/sway.git
synced 2025-01-30 20:56:43 +00:00
input/cursor: remove tool_proximity listener in destroy
This commit is contained in:
parent
3ff60987f3
commit
d093c2e358
|
@ -1047,6 +1047,7 @@ void sway_cursor_destroy(struct sway_cursor *cursor) {
|
||||||
wl_list_remove(&cursor->touch_frame.link);
|
wl_list_remove(&cursor->touch_frame.link);
|
||||||
wl_list_remove(&cursor->tool_axis.link);
|
wl_list_remove(&cursor->tool_axis.link);
|
||||||
wl_list_remove(&cursor->tool_tip.link);
|
wl_list_remove(&cursor->tool_tip.link);
|
||||||
|
wl_list_remove(&cursor->tool_proximity.link);
|
||||||
wl_list_remove(&cursor->tool_button.link);
|
wl_list_remove(&cursor->tool_button.link);
|
||||||
wl_list_remove(&cursor->request_set_cursor.link);
|
wl_list_remove(&cursor->request_set_cursor.link);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue