File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
app/src/processing/app/ui Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -233,6 +233,8 @@ public void message(String what, boolean err) {
233233 // https://github.com/processing/processing/issues/5462
234234 // Some discussion on the Apple's developer forums seems to suggest that is not serious:
235235 // https://forums.developer.apple.com/thread/105244
236+ } else if (err && what .contains ("NSWindow drag regions should only be invalidated on the Main Thread" )) {
237+ // Keep hiding warnings triggered by JOGL on recent macOS versions (this is from 10.14 onwards I think).
236238 } else if (err && what .contains ("Make pbuffer:" )) {
237239 // Remove initalization warning from LWJGL.
238240 } else if (err && what .contains ("XInitThreads() called for concurrent" )) {
You can’t perform that action at this time.
0 commit comments