openbox/openbox/xerror.h

15 lines
243 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>
2003-03-29 00:48:52 +00:00
/* can be used to track errors */
extern gboolean xerror_occured;
2003-03-16 21:11:39 +00:00
int xerror_handler(Display *, XErrorEvent *);
void xerror_set_ignore(gboolean ignore);
#endif