X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fplace.h;h=dd8831b799154a10db4458d2b8f5f21359f00150;hb=c234ed9ecd9d5228744aae018768ff0c04f2d217;hp=e4ac2debbfb1cd452dde7a884ccffde8b4cec413;hpb=997a68aaaec3e72b56ab0b8da0e1800fd5984c4f;p=chaz%2Fopenbox 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