From a2de94e91e1c0e7775c97745ae11d14e5c5f5659 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 7 Jan 2003 19:24:38 +0000 Subject: in synch mode, chew up 100% cpu, cuz we cant select on the display's fd --- otk/display.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'otk/display.cc') diff --git a/otk/display.cc b/otk/display.cc index 6fc6117c..32674be9 100644 --- a/otk/display.cc +++ b/otk/display.cc @@ -65,8 +65,8 @@ int OBDisplay::xerrorHandler(Display *d, XErrorEvent *e) { XGetErrorText(d, e->error_code, errtxt, 128); printf("X Error: %s\n", errtxt); - if (e->error_code != BadWindow) - abort(); +// if (e->error_code != BadWindow) +// abort(); } #else (void)d; -- cgit v1.2.3