aboutsummaryrefslogtreecommitdiff
path: root/src/osx/gui/WindowPrivate.h
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-10-21 21:29:06 +0800
committercrupest <crupest@outlook.com>2021-10-21 21:29:06 +0800
commit6f1edc1604341b32e13371c8a4ad431e9a00cc87 (patch)
tree73b719af474789b14bfec9c7323c896a7927a45e /src/osx/gui/WindowPrivate.h
parent2d8237bf58ef0a9074d05aed2fe98d739f5e3bf0 (diff)
downloadcru-6f1edc1604341b32e13371c8a4ad431e9a00cc87.tar.gz
cru-6f1edc1604341b32e13371c8a4ad431e9a00cc87.tar.bz2
cru-6f1edc1604341b32e13371c8a4ad431e9a00cc87.zip
...
Diffstat (limited to 'src/osx/gui/WindowPrivate.h')
-rw-r--r--src/osx/gui/WindowPrivate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/osx/gui/WindowPrivate.h b/src/osx/gui/WindowPrivate.h
index 7b788ba6..e3b93f8a 100644
--- a/src/osx/gui/WindowPrivate.h
+++ b/src/osx/gui/WindowPrivate.h
@@ -68,8 +68,8 @@ class OsxWindowPrivate {
bool frame_;
Rect content_rect_;
- NSWindow* window_;
- CruWindowDelegate* window_delegate_;
+ NSWindow* window_ = nil;
+ CruWindowDelegate* window_delegate_ = nil;
CGLayerRef draw_layer_;