moaxcp / x11

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

Add generation code for plugins #10

Closed moaxcp closed 3 years ago

moaxcp commented 3 years ago

Every extension should add a class implementing XProtocolPlugin. This enables the client to support the extension.

Also generate the service loader properties file.