moaxcp / x11

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

add support for switch fields #6

Closed moaxcp closed 3 years ago

moaxcp commented 3 years ago

Value lists are an optional part of x11 objects. When they are set a bit in a value mask is set. There are default values but they are not in the protocol xmls.

Add switch fields Add custom setter which als sets the bit in the value mask Add support in read and write methods