From 9bfc9778271734e56e381afca74e7e50f6334f04 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 8 Jan 2003 05:26:49 +0000 Subject: make focus work without races. --- 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 32674be9..6fc6117c 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