mirror of https://github.com/adamdruppe/arsd.git
non-linux posix fixes
This commit is contained in:
parent
eb02005e01
commit
120f42a135
|
@ -2526,7 +2526,7 @@ struct EventLoopImpl {
|
|||
scope(exit) this.mtUnlock();
|
||||
done = doXNextEvent(this.display);
|
||||
}
|
||||
if(!done && !closed && pulseTimeout !=0) {
|
||||
if(!done && pulseTimeout !=0) {
|
||||
if(handlePulse !is null)
|
||||
handlePulse();
|
||||
import core.thread;
|
||||
|
|
Loading…
Reference in New Issue