moaxcp / x11

An x11 protocol implementation and client for the jvm
MIT License
18 stars 3 forks source link

Generate Request objects #4

Closed moaxcp closed 3 years ago

moaxcp commented 3 years ago

Request objects are used to send requests to the x11 server. These objects are generated from the xcb xmls.

Make sure to check requests against the xproto.pdf.

moaxcp commented 3 years ago

Done