gdk.ffi: fix stupid typo (the cause for incorrect mouse events on 32-bit);
parent
005f48986e
commit
4d4dccd96f
basis/gdk/ffi
|
@ -47,7 +47,7 @@ STRUCT: GdkEventButton
|
|||
{ time guint32 }
|
||||
{ x gdouble }
|
||||
{ y gdouble }
|
||||
{ axes* gdouble }
|
||||
{ axes gdouble* }
|
||||
{ state guint }
|
||||
{ button guint }
|
||||
{ device GdkDevice* }
|
||||
|
|
Loading…
Reference in New Issue