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