winit-sonoma-fix/src/platform/linux/x11
Gabriel Martinez 0b530b026d Support disabling window decorations in X11
This uses the incredibly old and ugly _MOTIF_WM_HINTS property:
http://stackoverflow.com/questions/5134297/xlib-how-does-this-removing-window-decoration-work

Using _NET_WM_WINDOW_TYPE from the Extended Window Manager Hints spec
(https://specifications.freedesktop.org/wm-spec/wm-spec-latest.html)
would be preferred, but it requires knowing up front what the user
intends their window to be. _MOTIF_WM_HINTS should work for now.
2017-03-05 09:42:24 -08:00
..
events.rs Move api module into platform::linux 2017-03-04 09:09:09 +01:00
ffi.rs Move api module into platform::linux 2017-03-04 09:09:09 +01:00
input.rs Move api module into platform::linux 2017-03-04 09:09:09 +01:00
mod.rs linux: move api transition boilerplate to x11/wayland submodules 2017-03-04 09:09:09 +01:00
monitor.rs Move api module into platform::linux 2017-03-04 09:09:09 +01:00
window.rs Support disabling window decorations in X11 2017-03-05 09:42:24 -08:00
xdisplay.rs linux: move api transition boilerplate to x11/wayland submodules 2017-03-04 09:09:09 +01:00