]> Dogcows Code - chaz/openbox/blobdiff - openbox/place.h
add window placement routines to the kernel
[chaz/openbox] / openbox / place.h
diff --git a/openbox/place.h b/openbox/place.h
new file mode 100644 (file)
index 0000000..3ff1524
--- /dev/null
@@ -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
This page took 0.029013 seconds and 4 git commands to generate.