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. |
||
|---|---|---|
| .. | ||
| os | ||
| platform | ||
| api_transition.rs | ||
| events.rs | ||
| lib.rs | ||
| window.rs | ||