dwm-flexipatch-zombie/patch/maximize.h

4 lines
184 B
C
Raw Normal View History

2021-06-10 23:20:40 -04:00
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);