some changes to views...

- properly set wm capabilities
 - ensure the the client knows about our ssds before the initial commit
 - actually hook up the ack_configure event

This commit also comes with a regression. When trying to close a
non-existent view mez crashes.
This commit is contained in:
Squibid 2025-12-22 20:17:09 -05:00
parent dd09196e02
commit 1215b8e5de
Signed by: squibid
GPG key ID: BECE5684D3C4005D
3 changed files with 35 additions and 38 deletions

View file

@ -197,7 +197,7 @@ fn handleNewXdgToplevel(
_: *wl.Listener(*wlr.XdgToplevel),
xdg_toplevel: *wlr.XdgToplevel
) void {
_ = View.initFromTopLevel(xdg_toplevel);
_ = View.init(xdg_toplevel);
}
fn handleNewXdgToplevelDecoration(