diff options
| author | bakkeby <[email protected]> | 2019-10-04 22:46:47 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2019-10-04 22:46:47 +0200 |
| commit | 2de0c0e30758021f0e4fb4f734942a60e146c31e (patch) | |
| tree | 3a0543f2620658063cf8cbbb535f21b09a71c0c5 /patch/maximize.h | |
| parent | 853c64fbb7adf09743af0723c6f2a55e83451c99 (diff) | |
| download | dwm-flexipatch-2de0c0e30758021f0e4fb4f734942a60e146c31e.tar.gz dwm-flexipatch-2de0c0e30758021f0e4fb4f734942a60e146c31e.zip | |
Adding maximize patch
Diffstat (limited to 'patch/maximize.h')
| -rw-r--r-- | patch/maximize.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/patch/maximize.h b/patch/maximize.h new file mode 100644 index 0000000..a71226a --- /dev/null +++ b/patch/maximize.h @@ -0,0 +1,4 @@ +static void maximize(int x, int y, int w, int h); +static void togglemaximize(const Arg *arg); +static void toggleverticalmax(const Arg *arg); +static void togglehorizontalmax(const Arg *arg);
\ No newline at end of file |
