Adding maximize patch
This commit is contained in:
4
patch/maximize.h
Normal file
4
patch/maximize.h
Normal file
@ -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);
|
Reference in New Issue
Block a user