From: Dmitry Kalyanov Date: Thu, 6 Aug 2009 21:37:58 +0000 (+0400) Subject: Now really get rid of fixed-array foreign-type X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=b7495006a41b43e590f7f7e7b4eb130c3cce4c6a;p=cl-gtk2.git Now really get rid of fixed-array foreign-type --- diff --git a/gdk/gdk.objects.lisp b/gdk/gdk.objects.lisp index 0b74745..0886286 100644 --- a/gdk/gdk.objects.lisp +++ b/gdk/gdk.objects.lisp @@ -200,7 +200,7 @@ (time :uint32) (x :double) (y :double) - (axes (fixed-array :double 2)) + (axes :double :count 2) (state :uint) (button :uint) (device (g-object device)) @@ -219,7 +219,7 @@ (time :uint32) (x :double) (y :double) - (axes (fixed-array :double 2)) + (axes :double :count 2) (state modifier-type) (is-hint :int) (device (g-object device))