]> Dogcows Code - chaz/openbox/blobdiff - openbox/resist.h
move the resistance plugin into the kernel. dont resist when move/resizing with the...
[chaz/openbox] / openbox / resist.h
diff --git a/openbox/resist.h b/openbox/resist.h
new file mode 100644 (file)
index 0000000..4031ac2
--- /dev/null
@@ -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
This page took 0.021519 seconds and 4 git commands to generate.