From 217d8b78a3d70d9be59d4537c7565118dfe1e277 Mon Sep 17 00:00:00 2001 From: Xerxes RĂ„nby Date: Mon, 10 Aug 2015 16:44:11 +0200 Subject: Bug 1183: Cleanup x11/RandR javadoc and native/X11RandR13 signature comments --- src/newt/native/X11RandR13.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/newt/native') diff --git a/src/newt/native/X11RandR13.c b/src/newt/native/X11RandR13.c index 37a6ea055..0dd53feb8 100644 --- a/src/newt/native/X11RandR13.c +++ b/src/newt/native/X11RandR13.c @@ -202,7 +202,7 @@ JNIEXPORT void JNICALL Java_jogamp_newt_driver_x11_RandR13_dumpInfo0 /* * Class: jogamp_newt_driver_x11_RandR13 * Method: getMonitorDeviceIds0 - * Signature: (J)I + * Signature: (J)[I */ JNIEXPORT jintArray JNICALL Java_jogamp_newt_driver_x11_RandR13_getMonitorDeviceIds0 (JNIEnv *env, jclass clazz, jlong screenResources) @@ -256,7 +256,7 @@ JNIEXPORT void JNICALL Java_jogamp_newt_driver_x11_RandR13_freeMonitorInfoHandle /* * Class: jogamp_newt_driver_x11_RandR13 * Method: getAvailableRotations0 - * Signature: (J)I + * Signature: (J)[I */ JNIEXPORT jintArray JNICALL Java_jogamp_newt_driver_x11_RandR13_getAvailableRotations0 (JNIEnv *env, jclass clazz, jlong monitorInfo) -- cgit v1.2.3