View | Details | Raw Unified | Return to bug 1183
Collapse All | Expand All

(-)a/src/newt/classes/jogamp/newt/driver/x11/RandR.java (-1 / +1 lines)
Lines 55-61 public interface RandR { Link Here
55
     *   <li>{@link #getMonitorDeviceIds(long, ScreenDriver)}</li>
55
     *   <li>{@link #getMonitorDeviceIds(long, ScreenDriver)}</li>
56
     *   <li>{@link #getAvailableRotations(long, ScreenDriver, int)}</li>
56
     *   <li>{@link #getAvailableRotations(long, ScreenDriver, int)}</li>
57
     *   <li>{@link #getMonitorModeProps(long, ScreenDriver, int)}</li>
57
     *   <li>{@link #getMonitorModeProps(long, ScreenDriver, int)}</li>
58
     *   <li>{@link #getCurrentMonitorModeProps(long, ScreenDriver, int)</li>
58
     *   <li>{@link #getCurrentMonitorModeProps(long, ScreenDriver, int)}</li>
59
     *   <li>{@link #getMonitorDeviceProps(long, ScreenDriver, List, int, MonitorMode)}</li>
59
     *   <li>{@link #getMonitorDeviceProps(long, ScreenDriver, List, int, MonitorMode)}</li>
60
     * </ul>
60
     * </ul>
61
     * <p>
61
     * <p>
(-)a/src/newt/native/X11RandR13.c (-2 / +2 lines)
Lines 202-208 JNIEXPORT void JNICALL Java_jogamp_newt_driver_x11_RandR13_dumpInfo0 Link Here
202
/*
202
/*
203
 * Class:     jogamp_newt_driver_x11_RandR13
203
 * Class:     jogamp_newt_driver_x11_RandR13
204
 * Method:    getMonitorDeviceIds0
204
 * Method:    getMonitorDeviceIds0
205
 * Signature: (J)I
205
 * Signature: (J)[I
206
 */
206
 */
207
JNIEXPORT jintArray JNICALL Java_jogamp_newt_driver_x11_RandR13_getMonitorDeviceIds0
207
JNIEXPORT jintArray JNICALL Java_jogamp_newt_driver_x11_RandR13_getMonitorDeviceIds0
208
  (JNIEnv *env, jclass clazz, jlong screenResources)
208
  (JNIEnv *env, jclass clazz, jlong screenResources)
Lines 256-262 JNIEXPORT void JNICALL Java_jogamp_newt_driver_x11_RandR13_freeMonitorInfoHandle Link Here
256
/*
256
/*
257
 * Class:     jogamp_newt_driver_x11_RandR13
257
 * Class:     jogamp_newt_driver_x11_RandR13
258
 * Method:    getAvailableRotations0
258
 * Method:    getAvailableRotations0
259
 * Signature: (J)I
259
 * Signature: (J)[I
260
 */
260
 */
261
JNIEXPORT jintArray JNICALL Java_jogamp_newt_driver_x11_RandR13_getAvailableRotations0
261
JNIEXPORT jintArray JNICALL Java_jogamp_newt_driver_x11_RandR13_getAvailableRotations0
262
  (JNIEnv *env, jclass clazz, jlong monitorInfo)
262
  (JNIEnv *env, jclass clazz, jlong monitorInfo)

Return to bug 1183