summaryrefslogtreecommitdiff
path: root/openbox/xerror.h
blob: bfa93ba91385234dd36fe72f5fca45f8125c538a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef __xerror_h
#define __xerror_h

#include <X11/Xlib.h>
#include <glib.h>

/* can be used to track errors */
extern gboolean xerror_occured;

int xerror_handler(Display *, XErrorEvent *);

void xerror_set_ignore(gboolean ignore);

#endif