summaryrefslogtreecommitdiff
path: root/src/util.h
blob: bc77105950b164dd1bf38d91b2f9a77fb1758c88 (plain)
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