merge the C branch into HEAD
[mikachu/openbox.git] / c / xerror.h
1 #ifndef __xerror_h
2 #define __xerror_h
3
4 #include <X11/Xlib.h>
5 #include <glib.h>
6
7 int xerror_handler(Display *, XErrorEvent *);
8
9 void xerror_set_ignore(gboolean ignore);
10
11 #endif