Event: Fix XMoveResize in configureevent()
This commit is contained in:
parent
afff0da8f5
commit
d51ee4deda
@ -268,7 +268,7 @@ configureevent(XEvent *ev)
|
||||
/* Win config (re-adjust it with the frame) */
|
||||
if(ev->xconfigure.x != BORDH
|
||||
|| ev->xconfigure.y != BORDH + TBARH)
|
||||
XMoveWindow(dpy, ev->xconfigure.window, BORDH, BORDH + TBARH);
|
||||
XMoveWindow(dpy, ev->xconfigure.window, BORDH, TBARH);
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
|
||||
@ -191,7 +191,7 @@ frame_moveresize(Client *c, XRectangle geo)
|
||||
void
|
||||
frame_update(Client *c)
|
||||
{
|
||||
int i, j;
|
||||
int i;
|
||||
|
||||
CHECK(c);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user