stackctl.h 140 B

123456789
  1. #include "dwm.h"
  2. #ifndef __STACKCTL__
  3. #define __STACKCTL__
  4. void movestack(const Arg *arg);
  5. void first_client();
  6. void last_client();
  7. #endif