seat: Export KeysymHandle

This commit is contained in:
Victoria Brekenfeld 2021-12-31 12:52:09 +01:00 committed by Victor Brekenfeld
parent c232b5c108
commit 06704fb3be
1 changed files with 2 additions and 1 deletions

View File

@ -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,