From 16c00e34f310707bc8a8afde5c884e904c2e04db Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 6 Nov 2002 10:40:17 +0000 Subject: [PATCH] show badwindow errors again --- otk/display.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); } -- 2.39.2