Module winit::platform_impl::platform::x11
source ยท Re-exportsยง
pub use self::xdisplay::XError;
pub use self::xdisplay::XNotSupported;
Modulesยง
- activation ๐X11 activation handling.
- atoms ๐Collects every atom used by the platform implementation.
- dnd ๐
- event_processor ๐
- ime ๐
- monitor ๐
- window ๐
- xdisplay ๐
- xsettings ๐Parser for the xsettings data format.
Structsยง
- DeviceInfo ๐
- EventLoopState ๐
- PeekableReceiver ๐
- ScrollAxis ๐
- WakeSender ๐
- Window ๐
Enumsยง
- ScrollOrientation ๐
- Generic sum error type for X11 errors.
Constantsยง
- ALL_DEVICES ๐
- ALL_MASTER_DEVICES ๐
- ICONIC_STATE ๐
Traitsยง
- CookieResultExt ๐Extension trait for
Result<VoidCookie, E>
.
Functionsยง
Type Aliasesยง
- ActivationToken ๐
- VoidCookie ๐Type alias for a void cookie.
- X11Source ๐
- X11rbConnection ๐The underlying x11rb connection that we are using.