Reexport ModifiersState to make it publically accessible

This commit is contained in:
Drakulix 2018-02-20 13:56:24 +01:00 committed by Victor Berger
parent 5b9eeb537a
commit cbee540013
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@
mod keyboard;
mod pointer;
pub use self::keyboard::{Error as KeyboardError, KeyboardHandle};
pub use self::keyboard::{Error as KeyboardError, KeyboardHandle, ModifiersState};
pub use self::pointer::PointerHandle;
use wayland_server::{Client, EventLoopHandle, Global, Liveness, Resource, StateToken};
use wayland_server::protocol::{wl_keyboard, wl_pointer, wl_seat};