mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-14 00:14:18 +00:00
Misc fixes and tweaks for networking, pthreads, jucer project generation, drawables.
This commit is contained in:
parent
1f21a94753
commit
cc45ec88f5
16 changed files with 190 additions and 68 deletions
|
|
@ -254,11 +254,10 @@ namespace LinuxErrorHandling
|
|||
static int ioErrorHandler (Display* display)
|
||||
{
|
||||
DBG ("ERROR: connection to X server broken.. terminating.");
|
||||
|
||||
errorOccurred = true;
|
||||
|
||||
if (JUCEApplication::getInstance() != 0)
|
||||
Process::terminate();
|
||||
MessageManager::getInstance()->stopDispatchLoop();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue