]> Dogcows Code - chaz/openbox/blobdiff - openbox/xerror.c
fallback to transients' parents when possible.
[chaz/openbox] / openbox / xerror.c
index 586b77c2eb00d17a1897935db1b24776a6a330cf..239a8ccbc98b07df9941b50c22edf92f2d3ccb40 100644 (file)
@@ -3,9 +3,11 @@
 #include <X11/Xlib.h>
 
 static gboolean xerror_ignore = FALSE;
+gboolean xerror_occured = FALSE;
 
 int xerror_handler(Display *d, XErrorEvent *e)
 {
+    xerror_occured = TRUE;
 #ifdef DEBUG
     if (!xerror_ignore) {
        char errtxt[128];
This page took 0.019941 seconds and 4 git commands to generate.