mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
maacos: update doc comment for PrimaryView.window
This commit is contained in:
@ -14,8 +14,9 @@ struct PrimaryView: View {
|
|||||||
// If this is set, this is the base configuration that we build our surface out of.
|
// If this is set, this is the base configuration that we build our surface out of.
|
||||||
let baseConfig: Ghostty.SurfaceConfiguration?
|
let baseConfig: Ghostty.SurfaceConfiguration?
|
||||||
|
|
||||||
// We need access to our window to know if we're the key window to determine
|
// We need access to our window to know if we're the key window and to
|
||||||
// if we show the quit confirmation or not.
|
// modify window properties in response to events from the surface (e.g.
|
||||||
|
// updating the window title)
|
||||||
var window: NSWindow
|
var window: NSWindow
|
||||||
|
|
||||||
// This handles non-native fullscreen
|
// This handles non-native fullscreen
|
||||||
|
Reference in New Issue
Block a user