big oops
This commit is contained in:
parent
564b727966
commit
e9d815173f
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ static void get_resize_position(gint *x, gint *y, gboolean cancel)
|
|||
|
||||
/* see how much it is actually going to resize */
|
||||
{
|
||||
gint cx = x, cy = y;
|
||||
gint cx = *x, cy = *y;
|
||||
frame_frame_gravity(moveresize_client->frame, &cx, &cy, w, h);
|
||||
client_try_configure(moveresize_client, &cx, &cy, &w, &h,
|
||||
&lw, &lh, TRUE);
|
||||
|
|
Loading…
Reference in a new issue