dwm/patch/maximize.h
2019-10-04 22:46:47 +02:00

4 lines
189 B
C

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);