Fix wrong class name in GdkEvent structure definition
authorDmitry Kalyanov <Kalyanov.Dmitry@gmail.com>
Sun, 29 Aug 2010 13:34:10 +0000 (17:34 +0400)
committerDmitry Kalyanov <Kalyanov.Dmitry@gmail.com>
Sun, 29 Aug 2010 13:34:10 +0000 (17:34 +0400)
gdk/gdk.objects.lisp

index a7e6d65..79ebcb7 100644 (file)
              (axes (fixed-array :double 2))
              (state modifier-type)
              (is-hint :int16)
-             (device (g-object device))
+             (device (g-object gdk-device))
              (x-root :double)
              (y-root :double))
             ((:expose) event-expose
             ((:proximity-in
               :proximity-out) event-proximity
              (time :uint32)
-             (device (g-object device)))
+             (device (g-object gdk-device)))
             ((:client-event) event-client
              (message-time gdk-atom)
              (data-format :ushort)