From 6ca77fe2de34fc033f918303034daca5625de62d Mon Sep 17 00:00:00 2001 From: falkTX Date: Sun, 15 Nov 2015 01:02:19 +0100 Subject: [PATCH] Misc --- source/modules/juce_gui_basics/AppConfig.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/source/modules/juce_gui_basics/AppConfig.h b/source/modules/juce_gui_basics/AppConfig.h index f512fdc4d..8b881f9a0 100755 --- a/source/modules/juce_gui_basics/AppConfig.h +++ b/source/modules/juce_gui_basics/AppConfig.h @@ -20,11 +20,6 @@ */ #define JUCE_ENABLE_REPAINT_DEBUGGING 0 -/** JUCE_USE_XINERAMA: Enables Xinerama multi-monitor support (Linux only). - Unless you specifically want to disable this, it's best to leave this option turned on. -*/ -#define JUCE_USE_XINERAMA 1 - /** Config: JUCE_USE_XSHM Enables X shared memory for faster rendering on Linux. This is best left turned on unless you have a good reason to disable it.