Xwayland: render using the scene graph

This commit is contained in:
Isaac Freund
2023-02-20 18:01:24 +01:00
parent 0b2272ec57
commit ce7fda4ed9
6 changed files with 79 additions and 59 deletions

View File

@ -941,7 +941,7 @@ fn warp(self: *Self) void {
}
fn updateDragIcons(self: *Self) void {
var it = server.root.layers.drag_icons.children.iterator(.forward);
var it = server.root.drag_icons.children.iterator(.forward);
while (it.next()) |node| {
const icon = @intToPtr(*DragIcon, node.data);