From: Olof-Joachim Frahm <olof@macrolet.net>
Date: Fri, 30 Aug 2013 23:37:40 +0000 (+0200)
Subject:  Merge subset of commit '4a6ca9e91e82da3047bd0029296e00e9030a3686' of git://github... 
X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2Faxes;p=cl-gtk2.git

 Merge subset of commit '4a6ca9e91e82da3047bd0029296e00e9030a3686' of git://github.com/Valera/cl-gtk2

    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.
---

diff --git a/gdk/gdk.objects.lisp b/gdk/gdk.objects.lisp
index 8cf8a70..dede160 100644
--- a/gdk/gdk.objects.lisp
+++ b/gdk/gdk.objects.lisp
@@ -750,7 +750,7 @@
              (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))
@@ -769,7 +769,7 @@
              (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))