Bugzilla – Attachment 716 Details for
Bug 1183
NullPointerException at jogamp.newt.driver.x11.ScreenDriver.collectNativeMonitorModesAndDevicesImpl(ScreenDriver.java:124) upon startup
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
commit-15a7e36-cleanup-javadoc-signature-comments.patch
commit-15a7e36-cleanup-javadoc-signature-comments (text/plain), 1.87 KB, created by
Xerxes Rånby
on 2015-08-05 23:59:34 CEST
(
hide
)
Description:
commit-15a7e36-cleanup-javadoc-signature-comments.patch
Filename:
MIME Type:
Creator:
Xerxes Rånby
Created:
2015-08-05 23:59:34 CEST
Size:
1.87 KB
patch
obsolete
>commit 15a7e36b4e987e658172549aff37fba17c881d5d >Author: Xerxes RÃ¥nby <xerxes@gudinna.com> >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 { > * <li>{@link #getMonitorDeviceIds(long, ScreenDriver)}</li> > * <li>{@link #getAvailableRotations(long, ScreenDriver, int)}</li> > * <li>{@link #getMonitorModeProps(long, ScreenDriver, int)}</li> >- * <li>{@link #getCurrentMonitorModeProps(long, ScreenDriver, int)</li> >+ * <li>{@link #getCurrentMonitorModeProps(long, ScreenDriver, int)}</li> > * <li>{@link #getMonitorDeviceProps(long, ScreenDriver, List, int, MonitorMode)}</li> > * </ul> > * <p> >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)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1183
:
715
| 716