From 538dd65d93591acfbfdc8d1a4c8565100a2dadda Mon Sep 17 00:00:00 2001 From: codeanticode Date: Mon, 17 Dec 2012 22:27:00 +0000 Subject: [PATCH] remove pbuffer initialization warning from LWJGL --- app/src/processing/app/EditorConsole.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/processing/app/EditorConsole.java b/app/src/processing/app/EditorConsole.java index 34ed84432..fb5ebc17f 100644 --- a/app/src/processing/app/EditorConsole.java +++ b/app/src/processing/app/EditorConsole.java @@ -257,6 +257,8 @@ public class EditorConsole extends JScrollPane { // Java on Mac OS X, but is widely reported as the source of any other // bug or problem that a user runs into. It may well be a Processing // bug, but until we know, we're suppressing the messages. + } else if (err && what.contains("Make pbuffer:")) { + // Remove initalization warning from LWJGL. } else if (err && what.contains("XInitThreads() called for concurrent")) { // "Info: XInitThreads() called for concurrent Thread support" message on Linux } else {