temp xwayland fix

This commit is contained in:
2026-04-19 19:45:45 +07:00
parent df3e188b1d
commit 31ae30c38f
2 changed files with 11 additions and 5 deletions
+2 -2
View File
@@ -26,8 +26,8 @@ void xwayland_dissociate(struct wl_listener *listener, void *data)
{
struct absinthe_toplevel *toplevel = wl_container_of(listener, toplevel, xwayland_dissociate);
// wl_list_remove(&toplevel->map.link);
// wl_list_remove(&toplevel->unmap.link);
wl_list_remove(&toplevel->map.link);
wl_list_remove(&toplevel->unmap.link);
}
void xwayland_configure(struct wl_listener *listener, void *data)