aboutsummaryrefslogtreecommitdiffstats
path: root/src/newt/native/X11RandR11.c
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2013-06-30 14:26:23 +0200
committerSven Gothel <[email protected]>2013-06-30 14:26:23 +0200
commit3a0529c4713206dae130f2b1a6bf68b7a0fb3905 (patch)
treee0fab9ef1a29ee01a827a3851b0fa44a931641d8 /src/newt/native/X11RandR11.c
parent6b2571337349eb6eb49ee9b4931d454910800e94 (diff)
NEWT Screen ..: Typos / JNI signature
Diffstat (limited to 'src/newt/native/X11RandR11.c')
-rw-r--r--src/newt/native/X11RandR11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newt/native/X11RandR11.c b/src/newt/native/X11RandR11.c
index 81a6726b5..53d01a6fe 100644
--- a/src/newt/native/X11RandR11.c
+++ b/src/newt/native/X11RandR11.c
@@ -311,7 +311,7 @@ JNIEXPORT jboolean JNICALL Java_jogamp_newt_driver_x11_RandR11_setCurrentScreenM
/*
* Class: jogamp_newt_driver_x11_RandR11
* Method: setCurrentScreenModePollEnd0
- * Signature: (J)Z
+ * Signature: (JIII)Z
*/
JNIEXPORT jboolean JNICALL Java_jogamp_newt_driver_x11_RandR11_setCurrentScreenModePollEnd0
(JNIEnv *env, jclass clazz, jlong display, jint screen_idx, jint resMode_idx, jint freq, jint rotation)