]> icculus.org git repositories - dana/openbox.git/blob - openbox/xerror.h
make sure the ConfigureNotify is propogated even when there is no change
[dana/openbox.git] / openbox / xerror.h
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