diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-07-16 05:07:16 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-07-16 05:07:16 +0000 |
| commit | d5d02c45eb2f33610bc9f23fa8b2c88a658a28e8 (patch) | |
| tree | 9d5f142f05c618a22fab8f34f49b8ee8e7f358f5 | |
| parent | daaac0dfe24d92bea54cd5ddee46861a1fe733bd (diff) | |
taking out an assert that only causes problems
| -rw-r--r-- | src/Window.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Window.cc b/src/Window.cc index 90224fe5..ce0d794c 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); -#ifdef DEBUG +#if 0 int real_x, real_y; Window child; XTranslateCoordinates(blackbox->getXDisplay(), client.window, |
