]> icculus.org git repositories - dana/openbox.git/blob - openbox/xerror.h
properly select the first menu item in the child menu when using the 'right' keycode
[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 /* can be used to track errors */
8 extern gboolean xerror_occured;
9
10 int xerror_handler(Display *, XErrorEvent *);
11
12 void xerror_set_ignore(gboolean ignore);
13
14 #endif