From 766a252ef4ad0e9b91dab07e43729230a95aae5a Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Thu, 12 Oct 2017 09:16:36 -0400 Subject: [PATCH] ops --- simpledisplay.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simpledisplay.d b/simpledisplay.d index cd74eb7..ef273b0 100644 --- a/simpledisplay.d +++ b/simpledisplay.d @@ -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