inspector: no longer holds surface pointer

This commit is contained in:
Mitchell Hashimoto
2026-01-29 20:43:58 -08:00
parent 3e825dd608
commit 32ac82c66f
4 changed files with 26 additions and 24 deletions

View File

@@ -1061,7 +1061,7 @@ pub const Inspector = struct {
render: {
const surface = &self.surface.core_surface;
const inspector = surface.inspector orelse break :render;
inspector.render();
inspector.render(surface);
}
// Render