]> Dogcows Code - chaz/openbox/blob - openbox/xerror.h
properly select the first menu item in the child menu when using the 'right' keycode
[chaz/openbox] / 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
This page took 0.031914 seconds and 4 git commands to generate.