This commit is contained in:
Adam D. Ruppe 2017-10-12 09:16:36 -04:00
parent 3090b6ec02
commit 766a252ef4
1 changed files with 1 additions and 1 deletions

View File

@ -2338,7 +2338,7 @@ struct EventLoopImpl {
SimpleWindow.processAllCustomEvents(); // process events added before event FD creation
{
version(linux) {
this.mtLock();
scope(exit) this.mtUnlock();
XPending(display); // no, really