diff options
Diffstat (limited to 'openbox/place.h')
| -rw-r--r-- | openbox/place.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/openbox/place.h b/openbox/place.h new file mode 100644 index 00000000..3ff1524c --- /dev/null +++ b/openbox/place.h @@ -0,0 +1,10 @@ +#ifndef ob__place_h +#define ob__place_h + +#include <glib.h> + +struct _ObClient; + +void place_client(ObClient *client, gint *x, gint *y); + +#endif |
