projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc844c5
)
dont print bad window errors
author
Dana Jansens
<danakj@orodu.net>
Wed, 26 Mar 2003 09:05:58 +0000
(09:05 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Wed, 26 Mar 2003 09:05:58 +0000
(09:05 +0000)
openbox/xerror.c
patch
|
blob
|
history
diff --git
a/openbox/xerror.c
b/openbox/xerror.c
index 49a795f8db5a5c05b528bae323ebde400a9cf6e5..586b77c2eb00d17a1897935db1b24776a6a330cf 100644
(file)
--- 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);
}