From c234ed9ecd9d5228744aae018768ff0c04f2d217 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Mon, 21 Aug 2006 20:39:42 +0000 Subject: maybe fix transients placed offscreen under certain conditions --- openbox/place.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'openbox/place.h') diff --git a/openbox/place.h b/openbox/place.h index e4ac2deb..dd8831b7 100644 --- a/openbox/place.h +++ b/openbox/place.h @@ -30,6 +30,7 @@ typedef enum OB_PLACE_POLICY_MOUSE } ObPlacePolicy; -void place_client(struct _ObClient *client, gint *x, gint *y, struct _ObAppSettings *settings); +gboolean place_client(struct _ObClient *client, gint *x, gint *y, + struct _ObAppSettings *settings); #endif -- cgit v1.2.3