mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-03-29 07:58:21 -04:00
opt:optimize code struct
This commit is contained in:
parent
18ad32384b
commit
5774df00e0
1 changed files with 1 additions and 1 deletions
|
|
@ -1964,10 +1964,10 @@ void cleanuplisteners(void) {
|
||||||
wl_list_remove(&request_start_drag.link);
|
wl_list_remove(&request_start_drag.link);
|
||||||
wl_list_remove(&start_drag.link);
|
wl_list_remove(&start_drag.link);
|
||||||
wl_list_remove(&new_session_lock.link);
|
wl_list_remove(&new_session_lock.link);
|
||||||
|
wl_list_remove(&tearing_new_object.link);
|
||||||
if (drm_lease_manager) {
|
if (drm_lease_manager) {
|
||||||
wl_list_remove(&drm_lease_request.link);
|
wl_list_remove(&drm_lease_request.link);
|
||||||
}
|
}
|
||||||
wl_list_remove(&tearing_new_object.link);
|
|
||||||
#ifdef XWAYLAND
|
#ifdef XWAYLAND
|
||||||
wl_list_remove(&new_xwayland_surface.link);
|
wl_list_remove(&new_xwayland_surface.link);
|
||||||
wl_list_remove(&xwayland_ready.link);
|
wl_list_remove(&xwayland_ready.link);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue