all repos — openbox @ e7ae71db7008c2418090608e9860da024f1c1464

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