Expand description
§X11
Enums§
- Window
Type - X window type. Maps directly to
_NET_WM_WINDOW_TYPE.
Traits§
- Active
Event Loop ExtX11 - Additional methods on
ActiveEventLoopthat are specific to X11. - Event
Loop Builder ExtX11 - Additional methods on
EventLoopBuilderthat are specific to X11. - Event
Loop ExtX11 - Additional methods on
EventLoopthat are specific to X11. - Monitor
Handle ExtX11 - Additional methods on
MonitorHandlethat are specific to X11. - Window
Attributes ExtX11 - Additional methods on
WindowAttributesthat are specific to X11. - Window
ExtX11 - Additional methods on
Windowthat are specific to X11.
Functions§
- register_
xlib_ error_ hook - Hook to winit’s xlib error handling callback.
Type Aliases§
- XVisualID
- A unique identifier for an X11 visual.
- XWindow
- A unique identifier for an X11 window.
- Xlib
Error Hook - 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.