aboutsummaryrefslogtreecommitdiff
path: root/include/cru/win/gui/Window.hpp
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-01-29 18:25:02 +0800
committercrupest <crupest@outlook.com>2022-01-29 18:25:02 +0800
commit90261a333f251cc241f186f0ee6ed8e12787cc02 (patch)
tree7b308191503b5961710b9df820e746e421ec9468 /include/cru/win/gui/Window.hpp
parent406d1d2be02e83f897b65789897d81a060142ace (diff)
downloadcru-90261a333f251cc241f186f0ee6ed8e12787cc02.tar.gz
cru-90261a333f251cc241f186f0ee6ed8e12787cc02.tar.bz2
cru-90261a333f251cc241f186f0ee6ed8e12787cc02.zip
...
Diffstat (limited to 'include/cru/win/gui/Window.hpp')
-rw-r--r--include/cru/win/gui/Window.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/cru/win/gui/Window.hpp b/include/cru/win/gui/Window.hpp
index 8f79c138..d0ea5b41 100644
--- a/include/cru/win/gui/Window.hpp
+++ b/include/cru/win/gui/Window.hpp
@@ -179,6 +179,7 @@ class CRU_WIN_GUI_API WinNativeWindow : public WinNativeResource,
WindowStyleFlag style_flag_{};
WindowVisibilityType visibility_ = WindowVisibilityType::Hide;
Rect client_rect_{100, 100, 400, 300};
+ String title_;
HWND hwnd_ = nullptr;
WinNativeWindow* parent_window_ = nullptr;