oops, copypaste
This commit is contained in:
parent
d4f192394f
commit
396eb330ac
1 changed files with 1 additions and 1 deletions
|
@ -1236,7 +1236,7 @@ void action_growtoedge(union ActionData *data)
|
|||
if (!c)
|
||||
return;
|
||||
|
||||
a = = screen_area(c->desktop);
|
||||
a = screen_area(c->desktop);
|
||||
x = c->frame->area.x;
|
||||
y = c->frame->area.y;
|
||||
width = c->frame->area.width;
|
||||
|
|
Loading…
Reference in a new issue