dwm

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

ipc.h (186B)


      1 #include <sys/epoll.h>
      2 
      3 static int handlexevent(struct epoll_event *ev);
      4 static void setlayoutsafe(const Arg *arg);
      5 static void setupepoll(void);
      6 static void setstatus(const Arg *arg);
      7