mirror of
https://github.com/bakkeby/dwm-flexipatch
synced 2024-11-09 01:10:26 +00:00
4 lines
184 B
C
4 lines
184 B
C
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); |