diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2006-11-15 21:12:06 +0000 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2006-11-15 21:12:06 +0000 |
| commit | d3d4aa29871111737a4f6985da695c8688a05270 (patch) | |
| tree | 43ef8a1fdf3ac7201855025c0a41749e08b4aa49 /openbox/place.c | |
| parent | 59d35252dd37170a84c053dbff0fa1020e44888f (diff) | |
80 cols
Diffstat (limited to 'openbox/place.c')
| -rw-r--r-- | openbox/place.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/openbox/place.c b/openbox/place.c index 071e44be..a4c2f588 100644 --- a/openbox/place.c +++ b/openbox/place.c @@ -334,7 +334,8 @@ static gboolean place_under_mouse(ObClient *client, gint *x, gint *y) return TRUE; } -static gboolean place_per_app_setting(ObClient *client, gint *x, gint *y, ObAppSettings *settings) +static gboolean place_per_app_setting(ObClient *client, gint *x, gint *y, + ObAppSettings *settings) { gint px, py, i; Rect *screen; @@ -414,7 +415,8 @@ static gboolean place_transient(ObClient *client, gint *x, gint *y) } /* Return TRUE if we want client.c to enforce on-screen-keeping */ -gboolean place_client(ObClient *client, gint *x, gint *y, ObAppSettings *settings) +gboolean place_client(ObClient *client, gint *x, gint *y, + ObAppSettings *settings) { gboolean ret = FALSE; if (client->positioned) |
