aboutsummaryrefslogtreecommitdiff
path: root/src/osx/gui/WindowPrivate.h
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-01-29 18:10:21 +0800
committercrupest <crupest@outlook.com>2022-01-29 18:10:21 +0800
commit406d1d2be02e83f897b65789897d81a060142ace (patch)
tree0869587df0680bb482b55359efdf3cba57d3eab0 /src/osx/gui/WindowPrivate.h
parente7da93f75ba57fa4ab1ae1fd8053266ed09f92d8 (diff)
downloadcru-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.h2
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;