X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=openbox%2Fplace.c;h=071e44be0ca163551f65197a3f6efd0c3e93365e;hb=b18846db698e5aaec6b27633b7a6361d13f7de69;hp=a76086e01ffea8341b65be6e5e56d846f0a53834;hpb=c234ed9ecd9d5228744aae018768ff0c04f2d217;p=chaz%2Fopenbox diff --git a/openbox/place.c b/openbox/place.c index a76086e0..071e44be 100644 --- a/openbox/place.c +++ b/openbox/place.c @@ -1,6 +1,7 @@ /* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*- place.c for the Openbox window manager + Copyright (c) 2006 Mikael Magnusson Copyright (c) 2003 Ben Jansens This program is free software; you can redistribute it and/or modify @@ -419,7 +420,7 @@ gboolean place_client(ObClient *client, gint *x, gint *y, ObAppSettings *setting if (client->positioned) return FALSE; if (place_transient(client, x, y)) - ret = TRUE;; + ret = TRUE; else if (!( place_per_app_setting(client, x, y, settings) || ((config_place_policy == OB_PLACE_POLICY_MOUSE) ?