update geometry

This commit is contained in:
2026-04-19 02:12:51 +07:00
parent 3e1c61e9b6
commit df3e188b1d
5 changed files with 35 additions and 10 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)