diff options
| author | crupest <crupest@outlook.com> | 2022-01-29 18:10:21 +0800 |
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2022-01-29 18:10:21 +0800 |
| commit | 406d1d2be02e83f897b65789897d81a060142ace (patch) | |
| tree | 0869587df0680bb482b55359efdf3cba57d3eab0 /src/osx/gui/WindowPrivate.h | |
| parent | e7da93f75ba57fa4ab1ae1fd8053266ed09f92d8 (diff) | |
| download | cru-406d1d2be02e83f897b65789897d81a060142ace.tar.gz cru-406d1d2be02e83f897b65789897d81a060142ace.tar.bz2 cru-406d1d2be02e83f897b65789897d81a060142ace.zip | |
...
Diffstat (limited to 'src/osx/gui/WindowPrivate.h')
| -rw-r--r-- | src/osx/gui/WindowPrivate.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/osx/gui/WindowPrivate.h b/src/osx/gui/WindowPrivate.h index 674ba70f..d2335e00 100644 --- a/src/osx/gui/WindowPrivate.h +++ b/src/osx/gui/WindowPrivate.h @@ -83,6 +83,8 @@ class OsxWindowPrivate { INativeWindow* parent_ = nullptr; WindowStyleFlag style_flag_ = WindowStyleFlag{}; + String title_; + Rect content_rect_; NSWindow* window_ = nil; |
