1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-16 00:34:19 +00:00

Added XRender support for semi-transparent windows in linux. Fixed a couple of vst build errors.

This commit is contained in:
Julian Storer 2010-03-08 15:02:55 +00:00
parent 6b0640d2b9
commit a0adefc86e
9 changed files with 685 additions and 173 deletions

View file

@ -66,8 +66,8 @@ public:
int ret = ::socketpair (AF_LOCAL, SOCK_STREAM, 0, fd);
(void) ret; jassert (ret == 0);
setNonBlocking (fd[0]);
setNonBlocking (fd[1]);
//setNonBlocking (fd[0]);
//setNonBlocking (fd[1]);
}
~InternalMessageQueue()