]> Dogcows Code - chaz/openbox/commitdiff
big oops
authorDana Jansens <danakj@orodu.net>
Tue, 1 May 2007 23:57:57 +0000 (23:57 +0000)
committerDana Jansens <danakj@orodu.net>
Tue, 1 May 2007 23:57:57 +0000 (23:57 +0000)
openbox/moveresize.c

index b03aed95619c76fd49a691f83b6721940c01b8b4..8ab8c1583fa1154c3f7cbcf71a7961b4e4eee711 100644 (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);
This page took 0.027443 seconds and 4 git commands to generate.