diff options
author | Yuri Roubinsky <chaosus89@gmail.com> | 2020-02-03 18:14:41 +0300 |
---|---|---|
committer | Yuri Roubinsky <chaosus89@gmail.com> | 2020-02-03 18:16:20 +0300 |
commit | 90f00c0813b8335605c81b5d5063922efe5519e3 (patch) | |
tree | b104c958bab896b72e73d33146b77ac1ed7fa5ec /platform/x11/os_x11.h | |
parent | e5cb4f03c554a48c6d0b400ad53d4fad933d4dc7 (diff) |
Restores correct window position after fullscreen toggling off on Linux
Diffstat (limited to 'platform/x11/os_x11.h')
-rw-r--r-- | platform/x11/os_x11.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/x11/os_x11.h b/platform/x11/os_x11.h index 01e5aac3df..25b406743b 100644 --- a/platform/x11/os_x11.h +++ b/platform/x11/os_x11.h @@ -115,6 +115,7 @@ class OS_X11 : public OS_Unix { // IME bool im_active; Vector2 im_position; + Vector2 last_position_before_fs; Size2 min_size; Size2 max_size; |