1 2 3 4 5 6 7 8
#ifndef UTIL_H #define UTIL_H #include <X11/Xlib.h> void otherwm(void); int otherwmerr(Display *dpy, XErrorEvent *ee); #endif