fix: paint and flash issues on macOS (#46628)
* fix: paint and flash issues on macOS Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com> * Adhere to paintWhenInitiallyHidden Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com> * fix: patch indices --------- Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
This commit is contained in:
parent
c438ed4790
commit
b2e695c2e2
6 changed files with 57 additions and 6 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue