gtk: fix GdkAtom type

original commit: 74d858ceedf93c1eb95be2f4cadbdab79f5bdfd8
This commit is contained in:
Matthew Flatt 2010-12-02 06:20:07 -07:00
parent 27c6805b43
commit aff73a0218

View File

@ -54,7 +54,7 @@
(define _gfloat _float)
(define _GdkEventType _int)
(define _GdkAtom _long)
(define _GdkAtom _intptr)
(define-cstruct _GdkEventButton ([type _GdkEventType]
[window _GdkWindow]