fix: paint and flash issues on macOS (#46629)

This commit is contained in:
trop[bot] 2025-04-15 12:56:20 +02:00 committed by GitHub
parent e825107f8a
commit 339e0040ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 57 additions and 6 deletions

View file

@ -33,6 +33,10 @@ inline constexpr std::string_view kMaximizable = "maximizable";
inline constexpr std::string_view kFullScreenable = "fullscreenable";
inline constexpr std::string_view kClosable = "closable";
// Whether to paint when the window is initially hidden.
inline constexpr std::string_view kPaintWhenInitiallyHidden =
"paintWhenInitiallyHidden";
// whether to keep the window out of mission control
inline constexpr std::string_view kHiddenInMissionControl =
"hiddenInMissionControl";