diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2006-06-08 11:45:12 +0000 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2006-06-08 11:45:12 +0000 |
| commit | 85340eab40e4f807f7bbde87896b5fa5dba32fdb (patch) | |
| tree | 12c52338961351e169b7e920df8231a579491576 /openbox/place.c | |
| parent | 611e8a53249de6cdd7a8b6bb7c37aa458765ac52 (diff) | |
fix6
Diffstat (limited to 'openbox/place.c')
| -rw-r--r-- | openbox/place.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/place.c b/openbox/place.c index 78e94814..e075489f 100644 --- a/openbox/place.c +++ b/openbox/place.c @@ -331,7 +331,7 @@ static gboolean place_under_mouse(ObClient *client, gint *x, gint *y) return TRUE; } -void place_window_from_settings(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; |
