summaryrefslogtreecommitdiffhomepage
path: root/patch/exresize.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2019-10-24 08:47:00 +0200
committerbakkeby <[email protected]>2019-10-24 13:00:05 +0200
commit2112ea927f15525a541553ca680677664e73ffe1 (patch)
tree2a1995bf69fd5c4cd3b8bdbb146a56ceac1a92c3 /patch/exresize.h
parentd82be5a65d5e4546fd10fbd107dbf4dcc4dd7cd8 (diff)
downloaddwm-flexipatch-2112ea927f15525a541553ca680677664e73ffe1.tar.gz
dwm-flexipatch-2112ea927f15525a541553ca680677664e73ffe1.zip
Adding exresize patch
Diffstat (limited to 'patch/exresize.h')
-rw-r--r--patch/exresize.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/patch/exresize.h b/patch/exresize.h
new file mode 100644
index 0000000..79695ba
--- /dev/null
+++ b/patch/exresize.h
@@ -0,0 +1,8 @@
+enum { EX_NW, EX_N, EX_NE, EX_W, EX_C, EX_E, EX_SW, EX_S, EX_SE };
+
+void expand(unsigned char mask);
+void togglemaximize(const Arg *arg);
+void toggleverticalexpand(const Arg *arg);
+void togglehorizontalexpand(const Arg *arg);
+void exresize(const Arg *arg);
+void explace(const Arg *arg); \ No newline at end of file