diff options
author | crupest <crupest@outlook.com> | 2021-10-21 22:26:40 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-10-21 22:26:40 +0800 |
commit | 0164c6ff9a736f35e50e24361ee63b19556b8885 (patch) | |
tree | 208694c0cc495b2778346edc2ef37096e205ca84 /src/osx/gui/WindowPrivate.h | |
parent | e998a88b5ad6cc260836b3374e882e2ef67d5d35 (diff) | |
download | cru-0164c6ff9a736f35e50e24361ee63b19556b8885.tar.gz cru-0164c6ff9a736f35e50e24361ee63b19556b8885.tar.bz2 cru-0164c6ff9a736f35e50e24361ee63b19556b8885.zip |
...
Diffstat (limited to 'src/osx/gui/WindowPrivate.h')
-rw-r--r-- | src/osx/gui/WindowPrivate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/osx/gui/WindowPrivate.h b/src/osx/gui/WindowPrivate.h index 076b59d9..68440fe0 100644 --- a/src/osx/gui/WindowPrivate.h +++ b/src/osx/gui/WindowPrivate.h @@ -57,6 +57,7 @@ class OsxWindowPrivate { CGLayerRef GetDrawLayer() { return draw_layer_; } + OsxWindow* GetWindow() { return osx_window_; } NSWindow* GetNSWindow() { return window_; } private: |