JNA version 5.1.0 and current
|
class XResizeRequestEvent extends Structure { |
The field order annotation for XResizeRequestEvent has too much fields.
@FieldOrder({"type", "serial", "send_event", "display", "parent", "window", "x", "y", "width", "height", "border_width", "above", "detail", "value_mask"})
class XResizeRequestEvent extends Structure {
public int type;
public NativeLong serial; // # of last request processed by server
public int send_event; // true if this came from a SendEvent request
public Display display; // Display the event was read from
public Window window;
public int width, height;
}
JNA version 5.1.0 and current
jna/contrib/platform/src/com/sun/jna/platform/unix/X11.java
Line 1756 in 7ac44fe
The field order annotation for XResizeRequestEvent has too much fields.