From 41053a810aa701e4e39f124c725c5bbc20492059 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 16 Jul 2002 05:09:03 +0000 Subject: [PATCH] put the assert back. better solution in mind --- src/Window.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Window.cc b/src/Window.cc index ce0d794c..90224fe5 100644 --- a/src/Window.cc +++ b/src/Window.cc @@ -1701,7 +1701,7 @@ void BlackboxWindow::show(void) { XMapSubwindows(blackbox->getXDisplay(), frame.window); XMapWindow(blackbox->getXDisplay(), frame.window); -#if 0 +#ifdef DEBUG int real_x, real_y; Window child; XTranslateCoordinates(blackbox->getXDisplay(), client.window, -- 2.45.2