forked from pool/jogl2
OBS-URL: https://build.opensuse.org/package/show/Java:packages/jogl2?expand=0&rev=15
21 lines
767 B
Diff
21 lines
767 B
Diff
--- jogl-v2.3.2/src/jogl/classes/com/jogamp/opengl/awt/GLCanvas.java 2017-10-06 09:06:05.281467238 +0200
|
|
+++ jogl-v2.3.2/src/jogl/classes/com/jogamp/opengl/awt/GLCanvas.java 2017-10-06 09:55:08.454952024 +0200
|
|
@@ -629,7 +629,7 @@
|
|
awtWindowClosingProtocol.addClosingListener();
|
|
|
|
if(DEBUG) {
|
|
- System.err.println(getThreadName()+": Info: addNotify - end: peer: "+getPeer());
|
|
+ System.err.println(getThreadName()+": Info: addNotify - end");
|
|
}
|
|
} finally {
|
|
_lock.unlock();
|
|
@@ -806,7 +806,7 @@
|
|
}
|
|
}
|
|
if(DEBUG) {
|
|
- System.err.println(getThreadName()+": Info: removeNotify - end, peer: "+getPeer());
|
|
+ System.err.println(getThreadName()+": Info: removeNotify - end");
|
|
}
|
|
}
|
|
|