X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=openbox%2Fplace.h;h=dd8831b799154a10db4458d2b8f5f21359f00150;hb=c234ed9ecd9d5228744aae018768ff0c04f2d217;hp=05bad739b8538840c30f4ddd191be2045ac2793b;hpb=f3801affc6cbb18a05bed59c2ffa3adf38ffe888;p=chaz%2Fopenbox diff --git a/openbox/place.h b/openbox/place.h index 05bad739..dd8831b7 100644 --- a/openbox/place.h +++ b/openbox/place.h @@ -22,6 +22,7 @@ #include struct _ObClient; +struct _ObAppSettings; typedef enum { @@ -29,6 +30,7 @@ typedef enum OB_PLACE_POLICY_MOUSE } ObPlacePolicy; -void place_client(struct _ObClient *client, gint *x, gint *y, ObAppSettings *settings); +gboolean place_client(struct _ObClient *client, gint *x, gint *y, + struct _ObAppSettings *settings); #endif