]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/ui/backend/gtk/gtk.factor
classes.struct: moving to new/boa instead of <struct>/<struct-boa>
[factor.git] / basis / ui / backend / gtk / gtk.factor
index c9a46f99ea17cbad15dff37d2b9ff3dd983f02a5..6ec1c80ab5de227a38b6e5d7bdb6e5e6a3bfa521 100644 (file)
@@ -267,7 +267,7 @@ icon-data [ default-icon-data ] initialize
 : gadget-cursor-location ( gadget -- rectangle )
     [ screen-loc ] [ cursor-loc&dim ] bi [ v+ ] dip
     [ first2 [ >fixnum ] bi@ ] bi@
-    cairo_rectangle_int_t <struct-boa> ;
+    cairo_rectangle_int_t boa ;
 
 : update-cursor-location ( im-context gadget -- )
     gadget-cursor-location gtk_im_context_set_cursor_location ;