commit 15a7e36b4e987e658172549aff37fba17c881d5d Author: Xerxes RĂ„nby Date: Wed Aug 5 23:51:35 2015 +0200 Bug 1183: Cleanup x11/RandR javadoc and native/X11RandR13 signature comments diff --git a/src/newt/classes/jogamp/newt/driver/x11/RandR.java b/src/newt/classes/jogamp/newt/driver/x11/RandR.java index f457621..a421289 100644 --- a/src/newt/classes/jogamp/newt/driver/x11/RandR.java +++ b/src/newt/classes/jogamp/newt/driver/x11/RandR.java @@ -55,7 +55,7 @@ public interface RandR { *
  • {@link #getMonitorDeviceIds(long, ScreenDriver)}
  • *
  • {@link #getAvailableRotations(long, ScreenDriver, int)}
  • *
  • {@link #getMonitorModeProps(long, ScreenDriver, int)}
  • - *
  • {@link #getCurrentMonitorModeProps(long, ScreenDriver, int)
  • + *
  • {@link #getCurrentMonitorModeProps(long, ScreenDriver, int)}
  • *
  • {@link #getMonitorDeviceProps(long, ScreenDriver, List, int, MonitorMode)}
  • * *

    diff --git a/src/newt/native/X11RandR13.c b/src/newt/native/X11RandR13.c index 37a6ea0..0dd53fe 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)