From 85340eab40e4f807f7bbde87896b5fa5dba32fdb Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Thu, 8 Jun 2006 11:45:12 +0000 Subject: [PATCH] fix6 --- openbox/place.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2