seat: Export KeysymHandle
This commit is contained in:
parent
c232b5c108
commit
06704fb3be
|
@ -41,7 +41,8 @@ mod pointer;
|
|||
|
||||
pub use self::{
|
||||
keyboard::{
|
||||
keysyms, Error as KeyboardError, FilterResult, KeyboardHandle, Keysym, ModifiersState, XkbConfig,
|
||||
keysyms, Error as KeyboardError, FilterResult, KeyboardHandle, Keysym, KeysymHandle, ModifiersState,
|
||||
XkbConfig,
|
||||
},
|
||||
pointer::{
|
||||
AxisFrame, CursorImageAttributes, CursorImageStatus, GrabStartData, PointerGrab, PointerHandle,
|
||||
|
|
Loading…
Reference in New Issue