render: use wlr_scene to render views

This commit is contained in:
Isaac Freund
2023-02-28 14:55:58 +01:00
parent 07294057cb
commit 4f0ce8fceb
13 changed files with 78 additions and 441 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ pub fn sendViewTags(self: Self) void {
var it = self.output.views.first;
while (it) |node| : (it = node.next) {
if (node.view.surface == null) continue;
if (!node.view.tree.node.enabled) continue;
view_tags.append(node.view.current.tags) catch {
self.output_status.postNoMemory();
log.err("out of memory", .{});