This commit is contained in:
Dana Jansens 2007-05-01 23:57:57 +00:00
parent 564b727966
commit e9d815173f

View file

@ -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);