]> Dogcows Code - chaz/openbox/blobdiff - openbox/place.c
Add MoveFromEdge* actions, shorten client_directional_edge_search with some handy...
[chaz/openbox] / openbox / place.c
index a76086e01ffea8341b65be6e5e56d846f0a53834..071e44be0ca163551f65197a3f6efd0c3e93365e 100644 (file)
@@ -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) ?
This page took 0.023731 seconds and 4 git commands to generate.