winit/src
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
..
os linux: move api transition boilerplate to x11/wayland submodules 2017-03-04 09:09:09 +01:00
platform Support disabling window decorations in X11 2017-03-05 09:42:24 -08:00
api_transition.rs Add WindowId type 2017-02-03 09:13:11 +01:00
events.rs Add keyboard modifiers to input event 2017-02-27 13:36:11 -06:00
lib.rs Move api module into platform::linux 2017-03-04 09:09:09 +01:00
window.rs Update the macOS backend to the new futures-compatible API. 2017-02-03 23:05:57 +11:00