mirror of
https://github.com/MezzalunaWM/Mezzaluna.git
synced 2026-03-08 20:57:32 -04:00
tags are like kinda done but not really, still need to switch focus
This commit is contained in:
parent
8dbaae8d03
commit
689b48acd7
5 changed files with 190 additions and 117 deletions
|
|
@ -186,7 +186,6 @@ fn handleNewXdgToplevelDecoration(
|
|||
_: *wl.Listener(*wlr.XdgToplevelDecorationV1),
|
||||
decoration: *wlr.XdgToplevelDecorationV1
|
||||
) void {
|
||||
std.log.debug("Request for decorations", .{});
|
||||
if(server.root.viewById(@intFromPtr(decoration.toplevel))) |view| {
|
||||
view.xdg_toplevel_decoration = decoration;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue