add window placement routines to the kernel
[dana/openbox.git] / openbox / place.h
1 #ifndef ob__place_h
2 #define ob__place_h
3
4 #include <glib.h>
5
6 struct _ObClient;
7
8 void place_client(ObClient *client, gint *x, gint *y);
9
10 #endif