Expand description
§X11
Enums§
- X window type. Maps directly to
_NET_WM_WINDOW_TYPE
.
Traits§
- Additional methods on
ActiveEventLoop
that are specific to X11. - Additional methods on
EventLoopBuilder
that are specific to X11. - Additional methods on
EventLoop
that are specific to X11. - Additional methods on
MonitorHandle
that are specific to X11. - Additional methods on
WindowAttributes
that are specific to X11. - Additional methods on
Window
that are specific to X11.
Functions§
- Hook to winit’s xlib error handling callback.
Type Aliases§
- A unique identifier for an X11 visual.
- A unique identifier for an X11 window.
- The first argument in the provided hook will be the pointer to
XDisplay
and the second one the pointer toXErrorEvent
. The returnedbool
is an indicator whether the error was handled by the callback.