]> Dogcows Code - chaz/openbox/blob - openbox/xerror.h
make openbox base-dir spec compliant, and change the theme dir structure, so that...
[chaz/openbox] / openbox / xerror.h
1 #ifndef __xerror_h
2 #define __xerror_h
3
4 #include <X11/Xlib.h>
5 #include <glib.h>
6
7 /* can be used to track errors */
8 extern gboolean xerror_occured;
9
10 int xerror_handler(Display *, XErrorEvent *);
11
12 void xerror_set_ignore(gboolean ignore);
13
14 #endif
This page took 0.037811 seconds and 4 git commands to generate.