all repos — openbox @ 76f514cf52cb6a30de8a7d3a8132bd67118ea463

openbox fork - make it a bit more like ryudo

fix3
Mikael Magnusson mikachu@comhem.se
commit

76f514cf52cb6a30de8a7d3a8132bd67118ea463

parent

f3801affc6cbb18a05bed59c2ffa3adf38ffe888

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M openbox/place.hopenbox/place.h

@@ -22,6 +22,7 @@

#include <glib.h> struct _ObClient; +struct _ObAppSettings; typedef enum {

@@ -29,6 +30,6 @@ OB_PLACE_POLICY_SMART,

OB_PLACE_POLICY_MOUSE } ObPlacePolicy; -void place_client(struct _ObClient *client, gint *x, gint *y, ObAppSettings *settings); +void place_client(struct _ObClient *client, gint *x, gint *y, struct _ObAppSettings *settings); #endif