ui.backend.gtk: don't initialize io event source when deploying with io level 1 and 2
parent
f3f8b3b35b
commit
fde0321f44
|
@ -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
|
||||
|
|
|
@ -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 }
|
||||
|
|
Loading…
Reference in New Issue