backwardsness
This commit is contained in:
parent
5ae93282f9
commit
3a4236a228
1 changed files with 1 additions and 1 deletions
|
@ -716,7 +716,7 @@ gboolean moveresize_event(XEvent *e)
|
|||
lockcorner = OB_CORNER_BOTTOMRIGHT;
|
||||
} else if (corner == prop_atoms.net_wm_moveresize_size_top) {
|
||||
dw = 0;
|
||||
dh = (e->xmotion.y_root - start_y);
|
||||
dh = -(e->xmotion.y_root - start_y);
|
||||
lockcorner = OB_CORNER_BOTTOMRIGHT;
|
||||
} else if (corner == prop_atoms.net_wm_moveresize_size_topright) {
|
||||
dw = (e->xmotion.x_root - start_x);
|
||||
|
|
Loading…
Reference in a new issue