Convert wl_pointer::axis to fixed
authorDaniel Stone <daniel@fooishbar.org>
Wed, 30 May 2012 15:31:49 +0000 (16:31 +0100)
committerKristian Høgsberg <krh@bitplanet.net>
Thu, 31 May 2012 18:02:28 +0000 (14:02 -0400)
Which allows for smooth scrolling, among other things.

Signed-off-by: Daniel Stone <daniel@fooishbar.org>
protocol/wayland.xml

index d9fb5c2..9d93f4a 100644 (file)
 
       <arg name="time" type="uint"/>
       <arg name="axis" type="uint"/>
-      <arg name="value" type="int"/>
+      <arg name="value" type="fixed"/>
     </event>
   </interface>