take out that goddamn stupid assert
This commit is contained in:
parent
1e5bbca8a8
commit
60f0d8920c
1 changed files with 1 additions and 1 deletions
|
@ -1677,7 +1677,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,
|
||||
|
|
Loading…
Reference in a new issue