godot/platform/x11
Andreas Haas 8d3efe2b7d
X11: Fix maximized boot splash
When instructing the window manager to (un)maximize a window, the resulting resolution
is recieved via an XEvent of type "ConfigureNotify".

The problem here was that these events were only handled in the `OS_X11::process_xevents()` method,
which is initially called on the first iteration of the main loop.
Because of this, the VideoMode still hadn't been updated yet when doing the boot splash setup.
2016-11-16 02:04:39 +01:00
..
export Add missing license headers in our source files (#5255) 2016-06-18 14:46:12 +02:00
context_gl_x11.cpp x11: fix vsync support 2016-06-07 00:19:01 +02:00
context_gl_x11.h vsync support 2016-06-05 19:14:33 -03:00
detect.py scons: Reorder options for clarity 2016-11-03 07:45:08 +01:00
godot_x11.cpp remove trailing whitespace 2016-03-09 00:00:52 +01:00
joystick_linux.cpp Code cleanup in platform/x11 2016-07-21 21:11:34 +02:00
joystick_linux.h Add joystick vibration support on Linux (#5043) 2016-06-15 07:25:35 +02:00
key_mapping_x11.cpp Code cleanup in platform/x11 2016-07-21 21:11:34 +02:00
key_mapping_x11.h remove trailing whitespace 2016-03-09 00:00:52 +01:00
logo.png Fixed iCCp chunk in pngs 2016-06-22 21:13:29 +02:00
os_x11.cpp X11: Fix maximized boot splash 2016-11-16 02:04:39 +01:00
os_x11.h vsnc --> vsync 2016-11-08 21:06:57 +07:00
platform_config.h glew: Split thirdparty files and isolate env 2016-10-15 12:01:28 +02:00
SCsub style: Fix PEP8 whitespace issues in Python files 2016-11-01 00:35:16 +01:00