summaryrefslogtreecommitdiff
path: root/openbox/place.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-08-29 06:40:35 +0000
committerDana Jansens <danakj@orodu.net>2003-08-29 06:40:35 +0000
commit5e06be6abb68a95aa9cafc5a6f0c5e295ebe9bee (patch)
treebe3e0b0b51db77c7e3b96055d22e9aa1516052e4 /openbox/place.h
parentdb4b0e6270a7f943b1e1a3238283673a78ffd469 (diff)
add window placement routines to the kernel
Diffstat (limited to 'openbox/place.h')
-rw-r--r--openbox/place.h10
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