dwm

Kris's build of dwm
git clone git clone https://git.krisyotam.com/krisyotam/dwm.git
Log | Files | Refs | README | LICENSE

maximize.h (186B)


      1 static void maximize(int x, int y, int w, int h);
      2 static void togglemax(const Arg *arg);
      3 static void toggleverticalmax(const Arg *arg);
      4 static void togglehorizontalmax(const Arg *arg);
      5