diff options
| author | Marcelo Fernandez | 2018-02-12 14:17:29 -0300 |
|---|---|---|
| committer | Marcelo Fernandez | 2018-02-12 15:45:41 -0300 |
| commit | ea1d726a4603fdd6bd4dfa6c1fa3128cfb2915c7 (patch) | |
| tree | 109889d417d20c47442d9bcae765fb7f0703018d /platform/osx/os_osx.h | |
| parent | f961ba004b1d67cbc0835202930fa8d16b8ff07a (diff) | |
| download | godot-ea1d726a4603fdd6bd4dfa6c1fa3128cfb2915c7.tar.gz godot-ea1d726a4603fdd6bd4dfa6c1fa3128cfb2915c7.tar.zst godot-ea1d726a4603fdd6bd4dfa6c1fa3128cfb2915c7.zip | |
Diffstat (limited to 'platform/osx/os_osx.h')
| -rw-r--r-- | platform/osx/os_osx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/osx/os_osx.h b/platform/osx/os_osx.h index d9ad0a7db..0199bf0fc 100644 --- a/platform/osx/os_osx.h +++ b/platform/osx/os_osx.h @@ -167,6 +167,7 @@ public: virtual void set_window_title(const String &p_title); virtual Size2 get_window_size() const; + virtual Size2 get_real_window_size() const; virtual void set_icon(const Ref<Image> &p_icon); |
