ui.backend.gtk: don't initialize io event source when deploying with io level 1 and 2

db4
Philipp Brüschweiler 2010-07-26 19:27:27 +02:00
parent f3f8b3b35b
commit fde0321f44
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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 }