gdk.ffi: fix stupid typo (the cause for incorrect mouse events on 32-bit);

db4
Anton Gorenko 2011-01-19 21:03:13 +06:00
parent 005f48986e
commit 4d4dccd96f
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ STRUCT: GdkEventButton
{ time guint32 }
{ x gdouble }
{ y gdouble }
{ axes* gdouble }
{ axes gdouble* }
{ state guint }
{ button guint }
{ device GdkDevice* }