all repos — openbox @ 1ae0583b045ead56dfa7002ee83378fed64c920b

openbox fork - make it a bit more like ryudo

openbox/place.h (raw)

1
2
3
4
5
6
7
8
9
10
#ifndef ob__place_h
#define ob__place_h

#include <glib.h>

struct _ObClient;

void place_client(ObClient *client, gint *x, gint *y);

#endif