Fix a bug in do_managed_move thanks to Daniel Waeber. Minor change to area.c

This commit is contained in:
Kris Maglione 2007-02-10 14:17:33 -05:00
parent 04ab4263ce
commit 702801addc
2 changed files with 2 additions and 2 deletions

2
area.c
View File

@ -155,9 +155,9 @@ attach_to_area(Area *a, Frame *f, Bool send) {
else /* floating */
place_client(a, c);
focus_client(f->client, False);
if(!a->floating)
arrange_column(a, False);
focus_client(f->client, False);
update_client_grab(f->client);
}

View File

@ -266,7 +266,7 @@ do_managed_move(Client *c) {
int x, y, i;
focus(c, False);
f = c->frame;
f = c->sel;
XSync(blz.dpy, False);
if(XGrabPointer(blz.dpy, c->framewin, False, MouseMask, GrabModeAsync, GrabModeAsync,