diff options
author | hurikhan <m4r10.5ch14ck@gmail.com> | 2015-01-18 00:28:04 +0900 |
---|---|---|
committer | hurikhan <m4r10.5ch14ck@gmail.com> | 2015-01-18 00:28:04 +0900 |
commit | dfb5a1d5e1318d91f26c0f7663afe861005104c8 (patch) | |
tree | ee3bb3683ef6957173a4228195b21b41191ad6fd /platform/x11/os_x11.h | |
parent | dee27ce9919889120a15f10ac30611b3994c91c9 (diff) |
* multi_screen testing + bugfixes
* ALT-TAB is working
* tested on Ubuntu 14.10 Unity + LXDE
* minor cleanup
Diffstat (limited to 'platform/x11/os_x11.h')
-rw-r--r-- | platform/x11/os_x11.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/platform/x11/os_x11.h b/platform/x11/os_x11.h index 557052ab69..b47c5db069 100644 --- a/platform/x11/os_x11.h +++ b/platform/x11/os_x11.h @@ -160,16 +160,8 @@ class OS_X11 : public OS_Unix { Joystick joysticks[JOYSTICKS_MAX]; #ifdef EXPERIMENTAL_WM_API - // This struct saves the values of the window before going fullscreen - // to be able to restore the same state after leaving fullscreen - struct { - bool resizable; - Point2i position; - Size2i size; - } window_data; - bool maximized; - void set_wm_border(bool p_enabled); + //void set_wm_border(bool p_enabled); void set_wm_fullscreen(bool p_enabled); #endif |