Re-exports§
pub use crate::window::Theme;
Enums§
- 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
EventLoopBuilder
that are specific to Unix. - Additional methods on
EventLoopWindowTarget
that are specific to Unix. - Additional methods on
MonitorHandle
that are specific to Linux. - Additional methods on
WindowBuilder
that are specific to Unix. - Additional methods on
Window
that 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
XDisplay
and the second one the pointer toXErrorEvent
. The returnedbool
is an indicator whether the error was handled by the callback.