repo.or.cz
/
openbox.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
merge the C branch into HEAD
[openbox.git]
/
c
/
xerror.h
blob
74b236fbdaf5bfeb4a5b21a7a4f93d41ea200c7a
1
#ifndef __xerror_h
2
#define __xerror_h
3
4
#include <X11/Xlib.h>
5
#include <glib.h>
6
7
int
xerror_handler
(
Display
*,
XErrorEvent
*);
8
9
void
xerror_set_ignore
(
gboolean ignore
);
10
11
#endif