use the right client
This commit is contained in:
parent
a85158b14f
commit
95b1cd0166
1 changed files with 1 additions and 1 deletions
|
@ -278,7 +278,7 @@ static void event(ObEvent *e, void *foo)
|
|||
ABS(e->data.x.e->xmotion.y_root - py) >= threshold) {
|
||||
guint32 corner;
|
||||
|
||||
if (!client)
|
||||
if (!e->data.x.client)
|
||||
corner = prop_atoms.net_am_moveresize_size_bottomright;
|
||||
else
|
||||
corner =
|
||||
|
|
Loading…
Reference in a new issue