winit/src/platform_impl/linux/x11/util
Michael Palmos c0a7900341 Allow using multiple XWindowTypes on X11 (#1140) (#1147)
* Allow using multiple `XWindowType`s on X11 (#1140)

* Update documentation to make combining window types clearer

* Update build flags because X11 runs on more than just Linux

* Revert "Update build flags because X11 runs on more than just Linux"

This reverts commit 882b9100462a5ee0cf89dcd42891ebd0f709964f.

* Revert "Update documentation to make combining window types clearer"

This reverts commit da00ad391a8ce42cea08b577b216316b013f9e36.

* Revert "Allow using multiple `XWindowType`s on X11 (#1140)"

This reverts commit a23033345697463400286c4d297f5c1552369fc2.

* Allow using multiple `XWindowType`s on X11 (slice variant) (#1140)

* Multiple `XWindowType`s, with non-static lifetime.

* Multiple `XWindowType`s (#1140) (`Vec` variant)

* Append change to changelog.

* Fix formatting.
2019-09-23 07:10:33 -07:00
..
atom.rs Format everything and add rustfmt to travis (#951) 2019-06-21 11:33:15 -04:00
client_msg.rs Replace std::mem::uninitialized with MaybeUninit (#1027) 2019-07-11 10:34:32 -06:00
cursor.rs X11: Improve performance of Window::set_cursor_icon (#1116) 2019-08-26 22:06:59 -04:00
format.rs Format everything and add rustfmt to travis (#951) 2019-06-21 11:33:15 -04:00
geometry.rs Replace std::mem::uninitialized with MaybeUninit (#1027) 2019-07-11 10:34:32 -06:00
hint.rs Allow using multiple XWindowTypes on X11 (#1140) (#1147) 2019-09-23 07:10:33 -07:00
icon.rs Format everything and add rustfmt to travis (#951) 2019-06-21 11:33:15 -04:00
input.rs Replace std::mem::uninitialized with MaybeUninit (#1027) 2019-07-11 10:34:32 -06:00
memory.rs Format everything and add rustfmt to travis (#951) 2019-06-21 11:33:15 -04:00
mod.rs Implement WindowEvent ModifiersChanged for X11 and Wayland (#1132) 2019-09-08 11:43:28 -07:00
modifiers.rs Implement WindowEvent ModifiersChanged for X11 and Wayland (#1132) 2019-09-08 11:43:28 -07:00
randr.rs Add exclusive fullscreen mode (#925) 2019-07-29 14:16:14 -04:00
window_property.rs Replace std::mem::uninitialized with MaybeUninit (#1027) 2019-07-11 10:34:32 -06:00
wm.rs Format everything and add rustfmt to travis (#951) 2019-06-21 11:33:15 -04:00