maacos: update doc comment for PrimaryView.window

This commit is contained in:
Gregory Anders
2023-10-27 10:07:15 -05:00
parent add2b675bd
commit 9d2d9ca7a3

View File

@ -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