openbox/c/xerror.h

12 lines
176 B
C
Raw Normal View History

2003-03-16 21:11:39 +00:00
#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