openbox/c/xerror.h
2003-03-16 21:11:39 +00:00

11 lines
176 B
C

#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