diff --git a/src/xc.c b/src/xc.c index c664c1a..7241ec8 100644 --- a/src/xc.c +++ b/src/xc.c @@ -1118,7 +1118,9 @@ check_interrupt: * If the system is configured with SIGIO handling we have a hint * that allows us to cheaply skip if there's nothing to do */ +#ifndef INIT process_Xevents(currentdsp); +#endif if (IO_Signalled) { IO_Signalled = FALSE;