diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-11-06 10:40:17 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-11-06 10:40:17 +0000 |
| commit | 16c00e34f310707bc8a8afde5c884e904c2e04db (patch) | |
| tree | ab4e6e7306a6ba25f0755401e0463bf5d6c26c57 /otk/display.cc | |
| parent | 83322ce3be2e22772f8b0669e393a07ecb78ab68 (diff) | |
show badwindow errors again
Diffstat (limited to 'otk/display.cc')
| -rw-r--r-- | otk/display.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/otk/display.cc b/otk/display.cc index 37203643..980fcaaa 100644 --- 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); } |
