Merge subset of commit '4a6ca9e91e82da3047bd0029296e00e9030a3686' of git://github... axes
authorOlof-Joachim Frahm <olof@macrolet.net>
Fri, 30 Aug 2013 23:37:40 +0000 (01:37 +0200)
committerOlof-Joachim Frahm <olof@macrolet.net>
Fri, 30 Aug 2013 23:45:33 +0000 (01:45 +0200)
    So it seams axes of length 7 is correct, i.e. GdkAxisUse has that
    length.  However I don't see why we even need a FIXED-ARRAY there
    when there GDK functions to retrieve the respective axis anyway.

gdk/gdk.objects.lisp

index 8cf8a70..dede160 100644 (file)
              (time :uint32)
              (x :double)
              (y :double)
-             (axes (fixed-array :double 2))
+             (axes (fixed-array :double 7))
              (state :uint)
              (button :uint)
              (device (g-object gdk-device))
              (time :uint32)
              (x :double)
              (y :double)
-             (axes (fixed-array :double 2))
+             (axes (fixed-array :double 7))
              (state modifier-type)
              (is-hint :int16)
              (device (g-object gdk-device))