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