summaryrefslogtreecommitdiffstats
path: root/platform/osx/os_osx.h
diff options
context:
space:
mode:
authorbruvzg <7645683+bruvzg@users.noreply.github.com>2017-07-26 16:16:10 +0300
committerbruvzg <7645683+bruvzg@users.noreply.github.com>2017-07-27 10:05:33 +0300
commit3220fee6b296991cecc46a2c44288ca1cb7b507c (patch)
tree6785a8901ae10d10603d022c4a9f28776cd7f7b5 /platform/osx/os_osx.h
parentf98a20337799d0dffe1f4f4d106ea034f855a29f (diff)
downloadredot-engine-3220fee6b296991cecc46a2c44288ca1cb7b507c.tar.gz
Fix is_window_fullscreen() and set_window_fullscreen() behaviour after window has entered/left full-screen mode via green zoom button.
Fix get/set_current_screen & set_window_maximized.
Diffstat (limited to 'platform/osx/os_osx.h')
-rw-r--r--platform/osx/os_osx.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/osx/os_osx.h b/platform/osx/os_osx.h
index 44f4334786..fc80088846 100644
--- a/platform/osx/os_osx.h
+++ b/platform/osx/os_osx.h
@@ -105,7 +105,6 @@ public:
Vector<int> screen_dpi;
Size2 window_size;
- int current_screen;
Rect2 restore_rect;
power_osx *power_manager;