Merge branch 'master' of github.com:adamdruppe/arsd

This commit is contained in:
Adam D. Ruppe 2020-04-18 21:33:43 -04:00
commit bd84b9fe27
1 changed files with 1 additions and 1 deletions

View File

@ -2387,7 +2387,7 @@ public:
private:
private import core.time : MonoTime;
version(X11) {
version(Posix) {
__gshared int customEventFDRead = -1;
__gshared int customEventFDWrite = -1;
__gshared int customSignalFD = -1;