com.sun.jna.examples.unix
public static class X11.XConfigureRequestEvent extends Structure
| Field Summary | |
|---|---|
| X11.Window | above |
| int | border_width |
| int | detail |
| X11.Display | display |
| int | height |
| X11.Window | parent |
| int | send_event |
| NativeLong | serial |
| int | type |
| NativeLong | value_mask |
| int | width |
| X11.Window | window |
| int | x |
| int | y |