mirror of
https://github.com/MezzalunaWM/Mezzaluna.git
synced 2026-03-08 04:57:32 -04:00
hi zach
This commit is contained in:
parent
275f96615b
commit
b67b3a6ec9
2 changed files with 14 additions and 9 deletions
10
src/root.zig
10
src/root.zig
|
|
@ -15,7 +15,7 @@ pub const Root = struct {
|
|||
new_output: wl.Listener(*wlr.Output),
|
||||
|
||||
pub fn init(root: *Root) !void {
|
||||
std.log.info("Creating root of mezzaluna", .{});
|
||||
std.log.info("Creating root of mezzaluna\n", .{});
|
||||
|
||||
const output_layout = try wlr.OutputLayout.create(server.wl_server);
|
||||
errdefer output_layout.destroy();
|
||||
|
|
@ -39,10 +39,10 @@ pub const Root = struct {
|
|||
return;
|
||||
};
|
||||
|
||||
_ = self.scene.createSceneOutput(new_output.wlr_output) catch {
|
||||
std.log.err("failed to create scene output for new output", .{});
|
||||
return;
|
||||
};
|
||||
// _ = self.scene.createSceneOutput(new_output.wlr_output) catch {
|
||||
// std.log.err("failed to create scene output for new output", .{});
|
||||
// return;
|
||||
// };
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue