We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26fcf69 commit 5ffbd1cCopy full SHA for 5ffbd1c
core/esmf-native-support/src/main/java/org/eclipse/esmf/nativefeatures/DiagramFeature.java
@@ -147,6 +147,7 @@ private void setupJava2d() {
147
Native.forClass( "sun.java2d.pipe.ShapeSpanIterator" )
148
.registerFieldsForJni( "pData" );
149
Native.forClass( "sun.java2d.xr.XRSurfaceData" )
150
+ .registerEverythingForReflection()
151
.registerFieldsForJni( "picture", "xid" );
152
}
153
0 commit comments