all repos — openbox @ c561ee4c7f5d24e01a4fdfd3ae44500e88ef5e52

openbox fork - make it a bit more like ryudo

openbox/xerror.h (raw)

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