diff options
| author | bakkeby <[email protected]> | 2019-11-04 08:17:00 +0100 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2019-11-04 15:17:19 +0100 |
| commit | 42b66d4b29082f237e5b368dfa97e18801a203fd (patch) | |
| tree | 3c96a868b2cf48e81f0b690a127bc76a5bacd3ce /patch/maximize.h | |
| parent | 2112ea927f15525a541553ca680677664e73ffe1 (diff) | |
| download | dwm-flexipatch-42b66d4b29082f237e5b368dfa97e18801a203fd.tar.gz dwm-flexipatch-42b66d4b29082f237e5b368dfa97e18801a203fd.zip | |
Addressed some conflicts between CMDCUSTOMIZE and NODMENU patches as well as between EXRESIZE and MAXIMIZE patches
Diffstat (limited to 'patch/maximize.h')
| -rw-r--r-- | patch/maximize.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patch/maximize.h b/patch/maximize.h index a71226a..e06a3ff 100644 --- a/patch/maximize.h +++ b/patch/maximize.h @@ -1,4 +1,4 @@ static void maximize(int x, int y, int w, int h); -static void togglemaximize(const Arg *arg); +static void togglemax(const Arg *arg); static void toggleverticalmax(const Arg *arg); static void togglehorizontalmax(const Arg *arg);
\ No newline at end of file |
