dwm

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

rotatestack.h (111B)


      1 static void enqueue(Client *c);
      2 static void enqueuestack(Client *c);
      3 static void rotatestack(const Arg *arg);
      4