sidorares / node-x11

X11 node.js network protocol client
MIT License
517 stars 72 forks source link

Fix parsing of ConfigureRequest `mask`. #206

Closed wnayes closed 2 years ago

wnayes commented 2 years ago

values[6] was being assigned to both borderWidth and mask, leaving mask with an incorrect value.

sidorares commented 2 years ago

thanks @wnayes !