render: use wlr_scene to render views
This commit is contained in:
@ -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", .{});
|
||||
|
Reference in New Issue
Block a user