Closed
Description
JNA version 5.1.0 and current
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;
}
Metadata
Metadata
Assignees
Labels
No labels