com.sun.jna.examples.unix
public static class X11.XGraphicsExposeEvent extends Structure
| Field Summary | |
|---|---|
| int | count |
| X11.Display | display |
| X11.Drawable | drawable |
| int | height |
| int | major_code |
| int | minor_code |
| int | send_event |
| NativeLong | serial |
| int | type |
| int | width |
| int | x |
| int | y |