]> Dogcows Code - chaz/openbox/blob - openbox/place.h
add window placement routines to the kernel
[chaz/openbox] / 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
This page took 0.041245 seconds and 5 git commands to generate.