From 32952a6071c5c5d0c5a6f288f33800237aac689f Mon Sep 17 00:00:00 2001 From: Anton Gorenko Date: Sat, 17 Jul 2010 14:25:59 +0600 Subject: [PATCH] ui.backend.gtk: update to new with-out-parameters combinator --- basis/ui/backend/gtk/gtk.factor | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/basis/ui/backend/gtk/gtk.factor b/basis/ui/backend/gtk/gtk.factor index 285b96a7c2..4d72abdd5e 100644 --- a/basis/ui/backend/gtk/gtk.factor +++ b/basis/ui/backend/gtk/gtk.factor @@ -58,7 +58,7 @@ M: gtk-ui-backend (free-pixel-format) M: gtk-ui-backend (pixel-format-attribute) [ handle>> ] [ >gl-config-attribs ] bi* - { int } [ gdk_gl_config_get_attrib drop ] [ ] + { int } [ gdk_gl_config_get_attrib drop ] with-out-parameters ; CONSTANT: events-mask @@ -354,8 +354,8 @@ M: editor get-cursor-loc&dim : get-preedit-string ( im-context -- str cursor-pos ) { void* int } [ f swap gtk_im_context_get_preedit_string ] - [ [ [ utf8 alien>string ] [ g_free ] bi ] dip ] - with-out-parameters ; + with-out-parameters + [ [ utf8 alien>string ] [ g_free ] bi ] dip ; : on-preedit-changed ( im-context user-data -- ) window world-focus dup support-input-methods? [