Available on
x11_platform only.Enums§
- XNotSupported(
x11_platformorwayland_platform) andfree_unixError returned if this system doesn’t have XLib or can’t create an X connection. - XWindowType(
x11_platformorwayland_platform) andfree_unixX window type. Maps directly to_NET_WM_WINDOW_TYPE.
Traits§
- Additional methods on
EventLoopBuilderthat are specific to X11. - Additional methods on
EventLoopWindowTargetthat are specific to X11. - Additional methods on
MonitorHandlethat are specific to X11. - Additional methods on
WindowBuilderthat are specific to X11. - Additional methods on
Windowthat are specific to X11.
Functions§
- Hook to winit’s xlib error handling callback.
Type Aliases§
- A unique identifer for an X11 visual.
- A unique identifier for an X11 window.
- The first argument in the provided hook will be the pointer to
XDisplayand the second one the pointer toXErrorEvent. The returnedboolis an indicator whether the error was handled by the callback.