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:
parent
6b0640d2b9
commit
a0adefc86e
9 changed files with 685 additions and 173 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue