diff --git a/basis/gdk/ffi/ffi.factor b/basis/gdk/ffi/ffi.factor index 1e779befa6..7107b52aa8 100644 --- a/basis/gdk/ffi/ffi.factor +++ b/basis/gdk/ffi/ffi.factor @@ -2,7 +2,8 @@ ! See http://factorcode.org/license.txt for BSD license. USING: alien alien.c-types alien.destructors alien.libraries alien.syntax cairo.ffi classes.struct combinators -gobject-introspection kernel system vocabs.loader ; +gobject-introspection gobject-introspection.standard-types +kernel system vocabs.loader ; IN: gdk.ffi << @@ -20,13 +21,6 @@ LIBRARY: gdk } cond >> -IMPLEMENT-STRUCTS: GdkEventAny GdkEventKey GdkEventButton -GdkEventScroll GdkEventMotion GdkEventExpose GdkEventVisibility -GdkEventCrossing GdkEventFocus GdkEventConfigure GdkEventProperty -GdkEventSelection GdkEventDND GdkEventProximity GdkEventClient -GdkEventNoExpose GdkEventWindowState GdkEventSetting -GdkEventOwnerChange GdkEventGrabBroken GdkRectangle ; - !