parkouss / pyewmh

An implementation of EWMH (Extended Window Manager Hints) for python, based on Xlib.
GNU Lesser General Public License v3.0
40 stars 15 forks source link

Update setMoveResizeWindow to reflect correct bit masks #24

Open kimpaller opened 1 year ago

kimpaller commented 1 year ago

These bit masks according to https://specifications.freedesktop.org/wm-spec/wm-spec-1.3.html#idm45582155073904 should be:

x - bit 8 y - bit 9 w - bit 10 h = bit 11