From 4d4dccd96ff550ea53e154e7358d561239964181 Mon Sep 17 00:00:00 2001 From: Anton Gorenko Date: Wed, 19 Jan 2011 21:03:13 +0600 Subject: [PATCH] gdk.ffi: fix stupid typo (the cause for incorrect mouse events on 32-bit); --- basis/gdk/ffi/ffi.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/gdk/ffi/ffi.factor b/basis/gdk/ffi/ffi.factor index 7107b52aa8..42d901407c 100644 --- a/basis/gdk/ffi/ffi.factor +++ b/basis/gdk/ffi/ffi.factor @@ -47,7 +47,7 @@ STRUCT: GdkEventButton { time guint32 } { x gdouble } { y gdouble } - { axes* gdouble } + { axes gdouble* } { state guint } { button guint } { device GdkDevice* }