blob: f3c6c9a26f9cead6b2379d1f35448383225e2dbf (
plain)
1
2
3
4
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);
|