diff --git a/openbox/xerror.c b/openbox/xerror.c index 49a795f8..586b77c2 100644 --- a/openbox/xerror.c +++ b/openbox/xerror.c @@ -14,7 +14,7 @@ int xerror_handler(Display *d, XErrorEvent *e) { XGetErrorText(d, e->error_code, errtxt, 127); if (e->error_code == BadWindow) - g_warning("X Error: %s", errtxt); + /*g_warning("X Error: %s", errtxt)*/; else g_error("X Error: %s", errtxt); }