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:
83322ce
)
show badwindow errors again
author
Dana Jansens
<danakj@orodu.net>
Wed, 6 Nov 2002 10:40:17 +0000
(10:40 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Wed, 6 Nov 2002 10:40:17 +0000
(10:40 +0000)
otk/display.cc
patch
|
blob
|
history
diff --git
a/otk/display.cc
b/otk/display.cc
index 3720364366341ca383e50a7592a0e0a56a965fc6..980fcaaadefa1ce89ba32f1ecd39a1d0cba5b781 100644
(file)
--- a/
otk/display.cc
+++ b/
otk/display.cc
@@
-54,7
+54,8
@@
int OBDisplay::xerrorHandler(Display *d, XErrorEvent *e)
#ifdef DEBUG
char errtxt[128];
- if (e->error_code != BadWindow) {
+ //if (e->error_code != BadWindow)
+ {
XGetErrorText(d, e->error_code, errtxt, 128);
printf("X Error: %s\n", errtxt);
}