mirror of https://github.com/adamdruppe/arsd.git
ops
This commit is contained in:
parent
3090b6ec02
commit
766a252ef4
|
@ -2338,7 +2338,7 @@ struct EventLoopImpl {
|
||||||
|
|
||||||
SimpleWindow.processAllCustomEvents(); // process events added before event FD creation
|
SimpleWindow.processAllCustomEvents(); // process events added before event FD creation
|
||||||
|
|
||||||
{
|
version(linux) {
|
||||||
this.mtLock();
|
this.mtLock();
|
||||||
scope(exit) this.mtUnlock();
|
scope(exit) this.mtUnlock();
|
||||||
XPending(display); // no, really
|
XPending(display); // no, really
|
||||||
|
|
Loading…
Reference in New Issue