diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2017-07-30 20:59:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-30 20:59:04 +0200 |
commit | 263452ee91c7d76f3a2b1503ce8fbd0d35bbb6e4 (patch) | |
tree | 13af76449103fca090d93f36f678a371ef90acaa /platform/osx/os_osx.h | |
parent | db0680896488d9cceb72ab93115243f97265e18d (diff) | |
parent | abbf821ddfcbf5a29d827c9b18ce93469c5f26d8 (diff) | |
download | redot-engine-263452ee91c7d76f3a2b1503ce8fbd0d35bbb6e4.tar.gz |
Merge pull request #9960 from marcelofg55/master
Fix get_screen_* funcs returning old values after resolution changes on OS X
Diffstat (limited to 'platform/osx/os_osx.h')
-rw-r--r-- | platform/osx/os_osx.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/platform/osx/os_osx.h b/platform/osx/os_osx.h index fc80088846..cb9dd1dd8e 100644 --- a/platform/osx/os_osx.h +++ b/platform/osx/os_osx.h @@ -101,9 +101,6 @@ public: bool maximized; bool zoomed; - Vector<Rect2> screens; - Vector<int> screen_dpi; - Size2 window_size; Rect2 restore_rect; |