-
Notifications
You must be signed in to change notification settings - Fork 1.2k
macos simple fullscreen on macbook pro with notch #2066
Copy link
Copy link
Closed
Labels
DS - appkitAffects the AppKit/macOS backendAffects the AppKit/macOS backendF - questionThere's no such thing as a stupid oneThere's no such thing as a stupid one
Description
What's the proper way to handle the notch in simple fullscreen mode?
I can think of 3 different types of apps:
- apps that want to use the area to the sides of the notch
- apps that don't want to use the area to the sides of the notch and prefer to just have the simple fullscreen window sit below the notch, and have...
2a) the area above the window filled by black or some other color.
2b) the area to the sides of the notch should continue to show the titlebar.
Is this something apps should handle or maybe glutin can abstract that away?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
DS - appkitAffects the AppKit/macOS backendAffects the AppKit/macOS backendF - questionThere's no such thing as a stupid oneThere's no such thing as a stupid one