diff options
author | crupest <crupest@outlook.com> | 2021-10-21 21:29:06 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-10-21 21:29:06 +0800 |
commit | 6f1edc1604341b32e13371c8a4ad431e9a00cc87 (patch) | |
tree | 73b719af474789b14bfec9c7323c896a7927a45e /src/osx/gui/WindowPrivate.h | |
parent | 2d8237bf58ef0a9074d05aed2fe98d739f5e3bf0 (diff) | |
download | cru-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.h | 4 |
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_; |