diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2025-01-27 05:13:24 +0000 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2025-01-27 05:13:24 +0000 |
| commit | f3d3131b211dc882223c0622a300f0632cc04799 (patch) | |
| tree | fefa0babf7587fb2d73a029b4928d240065bc9f2 | |
| parent | 2f4070dcc565ec83fea2d050aeadff3ba9f70604 (diff) | |
input/cursor: remove tool_proximity listener in destroy
| -rw-r--r-- | sway/input/cursor.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/input/cursor.c b/sway/input/cursor.c index e8c45118..1fd57ec4 100644 --- a/sway/input/cursor.c +++ b/sway/input/cursor.c @@ -1047,6 +1047,7 @@ void sway_cursor_destroy(struct sway_cursor *cursor) { wl_list_remove(&cursor->touch_frame.link); wl_list_remove(&cursor->tool_axis.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->request_set_cursor.link); |
