[PATCH wayland 5/6] Convert wl_pointer::axis to fixed

Daniel Stone daniel at fooishbar.org
Wed May 30 08:31:49 PDT 2012


Which allows for smooth scrolling, among other things.

Signed-off-by: Daniel Stone <daniel at fooishbar.org>
---
 protocol/wayland.xml |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/protocol/wayland.xml b/protocol/wayland.xml
index d9fb5c2..9d93f4a 100644
--- a/protocol/wayland.xml
+++ b/protocol/wayland.xml
@@ -852,7 +852,7 @@
 
       <arg name="time" type="uint"/>
       <arg name="axis" type="uint"/>
-      <arg name="value" type="int"/>
+      <arg name="value" type="fixed"/>
     </event>
   </interface>
 
-- 
1.7.10



More information about the wayland-devel mailing list