diff --git a/basis/ui/backend/gtk/gtk.factor b/basis/ui/backend/gtk/gtk.factor index 441e02a04f..2285453e5f 100644 --- a/basis/ui/backend/gtk/gtk.factor +++ b/basis/ui/backend/gtk/gtk.factor @@ -229,8 +229,8 @@ CONSTANT: poll-fd-events HOOK: init-io-event-source io-backend ( -- ) -M: c-io-backend init-io-event-source - ; +M: f init-io-event-source ; +M: c-io-backend init-io-event-source ; M: object init-io-event-source GSourceFuncs malloc-struct &free diff --git a/extra/hello-ui/deploy.factor b/extra/hello-ui/deploy.factor index cf851f5a95..ceff9857cb 100644 --- a/extra/hello-ui/deploy.factor +++ b/extra/hello-ui/deploy.factor @@ -5,7 +5,7 @@ H{ { deploy-c-types? f } { deploy-unicode? f } { "stop-after-last-window?" t } - { deploy-io 2 } + { deploy-io 1 } { deploy-reflection 1 } { deploy-word-props? f } { deploy-math? t }