summaryrefslogtreecommitdiff
path: root/openbox/resist.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/resist.h')
-rw-r--r--openbox/resist.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/openbox/resist.h b/openbox/resist.h
new file mode 100644
index 00000000..4031ac24
--- /dev/null
+++ b/openbox/resist.h
@@ -0,0 +1,11 @@
+#ifndef ob__resist_h
+#define ob__resist_h
+
+struct _ObClient;
+
+#include <glib.h>
+
+void resist_move(struct _ObClient *c, gint *x, gint *y);
+void resist_size(struct _ObClient *c, gint *w, gint *h, ObCorner corn);
+
+#endif