]> icculus.org git repositories - dana/openbox.git/blob - xerror.h
74b236fbdaf5bfeb4a5b21a7a4f93d41ea200c7a
[dana/openbox.git] / 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