1
0
Fork 0
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:
ed 2021-11-01 09:12:59 +00:00
parent 66f8af98e7
commit 7098b13b44

View file

@ -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