]> Dogcows Code - chaz/openbox/blobdiff - openbox/place.c
note 64bit fixes in changelog
[chaz/openbox] / openbox / place.c
index 86af6b9d78a7815597f734be8aa2637da12542e9..6669a28e4c5fa42723c064e3acb527ed2c8f5ffc 100644 (file)
@@ -385,15 +385,6 @@ void place_client(ObClient *client, gint *x, gint *y)
          place_smart(client, x, y, SMART_FOCUSED) ||
          place_random(client, x, y)))
     {
-        /* make sure the window is visible. */
-        client_find_onscreen(client, x, y,
-                             client->frame->area.width,
-                             client->frame->area.height,
-                             /* non-normal clients has less rules, and
-                                windows that are being restored from a session
-                                do also. we can assume you want it back where
-                                you saved it */
-                             client_normal(client) && !client->session);
         /* get where the client should be */
         frame_frame_gravity(client->frame, x, y);
     } else
This page took 0.026246 seconds and 4 git commands to generate.