]> Dogcows Code - chaz/openbox/blob - xerror.h
74b236fbdaf5bfeb4a5b21a7a4f93d41ea200c7a
[chaz/openbox] / 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
This page took 0.039296 seconds and 3 git commands to generate.