dwm

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

riodraw.h (239B)


      1 static int riodraw(Client *c, const char slopstyle[]);
      2 static void rioposition(Client *c, int x, int y, int w, int h);
      3 static void rioresize(const Arg *arg);
      4 static void riospawn(const Arg *arg);
      5 static void riospawnsync(const Arg *arg);
      6