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

setMoveResizeWindow gravity flags faulty. #16

Open elraymond opened 4 years ago

elraymond commented 4 years ago
Presence of 
x should be 1<<8
y           1<<9
width       1<<10
height      1<<11
app source  1<<12

The EWMH spec apparently means the first bit in a byte to be bit 0, not bit 1.