Expand description
X11-specific code.
Enums§
- XWindow
Type - X window type. Maps directly to
_NET_WM_WINDOW_TYPE.
Traits§
- Event
Loop Builder ExtX11 - Additional methods on
EventLoopBuilderthat are specific to X11. - Event
Loop Window Target ExtX11 - Additional methods on
EventLoopWindowTargetthat are specific to X11. - Window
Builder ExtX11 - Additional methods on
WindowBuilderthat 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§
- 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.