From 23f8a2c8eef64a125f109e8ec670e33a60859c1a Mon Sep 17 00:00:00 2001 From: Drakulix Date: Thu, 22 Mar 2018 16:21:27 +0100 Subject: [PATCH] Reexport PointerAxisHandle --- src/wayland/seat/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wayland/seat/mod.rs b/src/wayland/seat/mod.rs index 5b484a9..092b85b 100644 --- a/src/wayland/seat/mod.rs +++ b/src/wayland/seat/mod.rs @@ -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};