mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
remove pbuffer initialization warning from LWJGL
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user