mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-03 06:46:38 -04:00
fix: missing tablet signals cleanup
This commit is contained in:
parent
cdf5f95e25
commit
04bde885f1
1 changed files with 4 additions and 0 deletions
|
|
@ -2212,6 +2212,10 @@ void cleanuplisteners(void) {
|
||||||
wl_list_remove(&cursor_frame.link);
|
wl_list_remove(&cursor_frame.link);
|
||||||
wl_list_remove(&cursor_motion.link);
|
wl_list_remove(&cursor_motion.link);
|
||||||
wl_list_remove(&cursor_motion_absolute.link);
|
wl_list_remove(&cursor_motion_absolute.link);
|
||||||
|
wl_list_remove(&tablet_tool_proximity.link);
|
||||||
|
wl_list_remove(&tablet_tool_axis.link);
|
||||||
|
wl_list_remove(&tablet_tool_button.link);
|
||||||
|
wl_list_remove(&tablet_tool_tip.link);
|
||||||
wl_list_remove(&gpu_reset.link);
|
wl_list_remove(&gpu_reset.link);
|
||||||
wl_list_remove(&new_idle_inhibitor.link);
|
wl_list_remove(&new_idle_inhibitor.link);
|
||||||
wl_list_remove(&layout_change.link);
|
wl_list_remove(&layout_change.link);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue