taking out an assert that only causes problems

This commit is contained in:
Dana Jansens 2002-07-16 05:07:16 +00:00
parent daaac0dfe2
commit d5d02c45eb

View file

@ -1701,7 +1701,7 @@ void BlackboxWindow::show(void) {
XMapSubwindows(blackbox->getXDisplay(), frame.window); XMapSubwindows(blackbox->getXDisplay(), frame.window);
XMapWindow(blackbox->getXDisplay(), frame.window); XMapWindow(blackbox->getXDisplay(), frame.window);
#ifdef DEBUG #if 0
int real_x, real_y; int real_x, real_y;
Window child; Window child;
XTranslateCoordinates(blackbox->getXDisplay(), client.window, XTranslateCoordinates(blackbox->getXDisplay(), client.window,