mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-06-13 14:33:08 -04:00
opt: cleanup commit listener for ext-workspace
This commit is contained in:
parent
037356b129
commit
d20d708a95
2 changed files with 6 additions and 3 deletions
|
|
@ -2449,6 +2449,7 @@ void setcursorshape(struct wl_listener *listener, void *data) {
|
|||
}
|
||||
|
||||
void cleanuplisteners(void) {
|
||||
wl_list_remove(&ext_manager_commit_listener.link); // 0.7
|
||||
wl_list_remove(&print_status_listener.link);
|
||||
wl_list_remove(&cursor_axis.link);
|
||||
wl_list_remove(&cursor_button.link);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue