summaryrefslogtreecommitdiff
path: root/platform/x11/os_x11.h
diff options
context:
space:
mode:
authorhurikhan <m4r10.5ch14ck@gmail.com>2015-01-18 00:28:04 +0900
committerhurikhan <m4r10.5ch14ck@gmail.com>2015-01-18 00:28:04 +0900
commitdfb5a1d5e1318d91f26c0f7663afe861005104c8 (patch)
treeee3bb3683ef6957173a4228195b21b41191ad6fd /platform/x11/os_x11.h
parentdee27ce9919889120a15f10ac30611b3994c91c9 (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.h10
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