diff options
author | Sven Gothel <[email protected]> | 2011-10-12 10:55:54 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-10-12 10:55:54 +0200 |
commit | 4d0c6cfe9abd8036c00e09e280605d7c5acbbf93 (patch) | |
tree | fe20933b9470d4c386e9f2ff65d0057799eb5adf /src/nativewindow | |
parent | afec120a6fbb277025372a052955f97c225f0a9d (diff) |
OSX Minor Cleanups: ctx delete note (freeze when shared ctx), Better MainThread Thread name[s]
Diffstat (limited to 'src/nativewindow')
-rw-r--r-- | src/nativewindow/native/macosx/OSXmisc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nativewindow/native/macosx/OSXmisc.c b/src/nativewindow/native/macosx/OSXmisc.c index 46a853844..8c558272d 100644 --- a/src/nativewindow/native/macosx/OSXmisc.c +++ b/src/nativewindow/native/macosx/OSXmisc.c @@ -69,7 +69,7 @@ Java_jogamp_nativewindow_macosx_OSXUtil_initIDs0(JNIEnv *env, jclass _unused) { } /* - * Class: jogamp_newt_driver_macosx_MacWindow + * Class: Java_jogamp_nativewindow_macosx_OSXUtil * Method: getLocationOnScreenImpl0 * Signature: (JII)Ljavax/media/nativewindow/util/Point; */ |