]> Dogcows Code - chaz/openbox/blobdiff - c/xerror.h
merge the C branch into HEAD
[chaz/openbox] / c / xerror.h
diff --git a/c/xerror.h b/c/xerror.h
new file mode 100644 (file)
index 0000000..74b236f
--- /dev/null
@@ -0,0 +1,11 @@
+#ifndef __xerror_h
+#define __xerror_h
+
+#include <X11/Xlib.h>
+#include <glib.h>
+
+int xerror_handler(Display *, XErrorEvent *);
+
+void xerror_set_ignore(gboolean ignore);
+
+#endif
This page took 0.021252 seconds and 4 git commands to generate.