diff options
Diffstat (limited to 'patch/maximize.h')
| -rw-r--r-- | patch/maximize.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/patch/maximize.h b/patch/maximize.h index e06a3ff..f3c6c9a 100644 --- a/patch/maximize.h +++ b/patch/maximize.h @@ -1,4 +1,5 @@ static void maximize(int x, int y, int w, int h); static void togglemax(const Arg *arg); static void toggleverticalmax(const Arg *arg); -static void togglehorizontalmax(const Arg *arg);
\ No newline at end of file +static void togglehorizontalmax(const Arg *arg); + |
