Reexport PointerAxisHandle

This commit is contained in:
Drakulix 2018-03-22 16:21:27 +01:00
parent d051e141cf
commit 23f8a2c8ee
1 changed files with 1 additions and 1 deletions

View File

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