summaryrefslogtreecommitdiff
path: root/otk/display.cc
diff options
context:
space:
mode:
Diffstat (limited to 'otk/display.cc')
-rw-r--r--otk/display.cc4
1 files changed, 2 insertions, 2 deletions
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;