mirror of
https://github.com/MezzalunaWM/Mezzaluna.git
synced 2026-03-07 19:49:53 -05:00
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:
parent
dd09196e02
commit
1215b8e5de
3 changed files with 35 additions and 38 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue