From ac735b647c9915a40fc3c44a04f7f5f7cacb4278 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 26 Mar 2003 09:05:58 +0000 Subject: [PATCH] dont print bad window errors --- openbox/xerror.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.39.2