dwm

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

banish.h (244B)


      1 #include <time.h>
      2 #include <X11/extensions/Xfixes.h>
      3 #include <X11/extensions/XInput2.h>
      4 
      5 static void genericevent(XEvent *e);
      6 static void hidecursor(const Arg *arg);
      7 static unsigned long long now(void);
      8 static void showcursor(const Arg *arg);