summaryrefslogtreecommitdiff
path: root/openbox/snap.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-03-19 19:21:55 +0000
committerDana Jansens <danakj@orodu.net>2003-03-19 19:21:55 +0000
commit5b5ab0408a82603ea0d91da9332988f0bb2e9c0f (patch)
treeb573b5e4e7fc440e4feec8af48d06ebb4dd07385 /openbox/snap.h
parent029f35d613fbdd5b27d515e5ab7ae07ad6fc8bdd (diff)
add code for snapping windows to screen edges
Diffstat (limited to 'openbox/snap.h')
-rw-r--r--openbox/snap.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/openbox/snap.h b/openbox/snap.h
new file mode 100644
index 00000000..5bf26272
--- /dev/null
+++ b/openbox/snap.h
@@ -0,0 +1,8 @@
+#ifndef __snap_h
+#define __snap_h
+
+#include "client.h"
+
+void snap_move(Client *c, int *x, int *y, int w, int h);
+
+#endif