mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-25 13:16:11 +03:00
apprt/glfw: fix macos build
This commit is contained in:
@ -86,7 +86,7 @@ pub const App = struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Create the new window
|
// Create the new window
|
||||||
const window = try self.newWindow(parent);
|
const window = try self.newSurface(parent);
|
||||||
|
|
||||||
// Add the new window the parent window
|
// Add the new window the parent window
|
||||||
const parent_win = glfwNative.getCocoaWindow(parent.rt_surface.window).?;
|
const parent_win = glfwNative.getCocoaWindow(parent.rt_surface.window).?;
|
||||||
|
Reference in New Issue
Block a user