diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-26 09:05:58 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-26 09:05:58 +0000 |
| commit | ac735b647c9915a40fc3c44a04f7f5f7cacb4278 (patch) | |
| tree | e1727515c124ded9f5769800f79aef5b3d077dcf /openbox | |
| parent | cc844c579472c4d0b3e98e014588d77dd5bfa532 (diff) | |
dont print bad window errors
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/xerror.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |
