]> icculus.org git repositories - mikachu/openbox.git/blob - openbox/place.h
dont grab frame context mouse bindings on desktop windows
[mikachu/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