]> gitweb.factorcode.org Git - factor.git/commitdiff
ui.backend.gtk: update for alien.data changes ('<int>' -> 'int <ref>', etc.);
authorAnton Gorenko <ex.rzrjck@gmail.com>
Sun, 16 Jan 2011 08:50:18 +0000 (14:50 +0600)
committerAnton Gorenko <ex.rzrjck@gmail.com>
Sun, 16 Jan 2011 08:50:18 +0000 (14:50 +0600)
basis/ui/backend/gtk/gtk.factor

index 743d98be5131c06e8cf0a80339989ecbed302d58..a5e9a1417312d4220664191aca92eba1faaf8b13 100644 (file)
@@ -542,8 +542,8 @@ M:: gtk-ui-backend system-alert ( caption text -- )
 
 M: gtk-ui-backend (with-ui)
     [
-        0 <int> f <void*> gtk_init
-        0 <int> f <void*> gtk_gl_init
+        0 gint <ref> f void* <ref> gtk_init
+        0 gint <ref> f void* <ref> gtk_gl_init
         init-clipboard
         start-ui
         stop-io-thread