bugfix: set rx correctly

This commit is contained in:
Julien Danjou 2007-10-22 17:01:25 +02:00
parent f379de70ce
commit 9b60eb3d06
1 changed files with 1 additions and 1 deletions

View File

@ -412,7 +412,7 @@ manage(Window w, XWindowAttributes *wa, awesome_config *awesomeconf)
c = p_new(Client, 1);
c->win = w;
c->x = c->rw = wa->x;
c->x = c->rx = wa->x;
c->y = c->ry = wa->y;
c->w = c->rw = wa->width;
c->h = c->rh = wa->height;