From 7098b13b444053a87c1eb416b13cca45a101165d Mon Sep 17 00:00:00 2001 From: ed Date: Mon, 1 Nov 2021 09:12:59 +0000 Subject: [PATCH] X11: Make synchronous error handling opt-in due to graphics performance issues when XSynchronize is enabled for a display --- modules/juce_gui_basics/native/x11/juce_linux_XWindowSystem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/juce_gui_basics/native/x11/juce_linux_XWindowSystem.cpp b/modules/juce_gui_basics/native/x11/juce_linux_XWindowSystem.cpp index 341acc1df2..eeb169e68c 100644 --- a/modules/juce_gui_basics/native/x11/juce_linux_XWindowSystem.cpp +++ b/modules/juce_gui_basics/native/x11/juce_linux_XWindowSystem.cpp @@ -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