diff options
| author | bakkeby <[email protected]> | 2020-05-21 19:58:11 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-05-21 19:58:11 +0200 |
| commit | fc8434abd1218fc33a4418bcde31cef10c12ede7 (patch) | |
| tree | 86b9dea5214acf443bb1da120ced4b6efe7ae411 /patch/moveplace.h | |
| parent | 2cb3e697e41c09059dbff9ec903875a95d019a7f (diff) | |
| download | dwm-flexipatch-fc8434abd1218fc33a4418bcde31cef10c12ede7.tar.gz dwm-flexipatch-fc8434abd1218fc33a4418bcde31cef10c12ede7.zip | |
Adding moveplace patch
Diffstat (limited to 'patch/moveplace.h')
| -rw-r--r-- | patch/moveplace.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/patch/moveplace.h b/patch/moveplace.h new file mode 100644 index 0000000..f921b8e --- /dev/null +++ b/patch/moveplace.h @@ -0,0 +1,3 @@ +enum { WIN_NW, WIN_N, WIN_NE, WIN_W, WIN_C, WIN_E, WIN_SW, WIN_S, WIN_SE }; + +static void moveplace(const Arg *arg);
\ No newline at end of file |
