Expand description
Platform-specific methods for unix operating systems.
Modules§
Enums§
- Context handles available on Unix-like platforms.
- Error returned if this system doesn’t have XLib or can’t create an X connection.
- X window type. Maps directly to
_NET_WM_WINDOW_TYPE.
Traits§
- Additional methods on
EventLoopBuilderthat are specific to Unix. - Additional methods on
EventLoopWindowTargetthat are specific to Unix. - A unix-specific extension to the
ContextBuilderwhich allows building unix-specific headless contexts. - Additional methods on
MonitorHandlethat are specific to Linux. - A unix-specific extension for the
ContextBuilderwhich allows assemblingRawContext<T>s. - Additional methods on
WindowBuilderthat are specific to Unix. - Additional methods on
Windowthat are specific to Unix.
Functions§
- Hook to winit’s xlib error handling callback.
Type Aliases§
- 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.