mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
X11: Make synchronous error handling opt-in due to graphics performance issues when XSynchronize is enabled for a display
This commit is contained in:
parent
66f8af98e7
commit
7098b13b44
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ namespace juce
|
|||
#define JUCE_DEBUG_XERRORS 1
|
||||
|
||||
#if ! defined (JUCE_DEBUG_XERRORS_SYNCHRONOUSLY)
|
||||
#define JUCE_DEBUG_XERRORS_SYNCHRONOUSLY 1
|
||||
#define JUCE_DEBUG_XERRORS_SYNCHRONOUSLY 0
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue