put the assert back. better solution in mind
This commit is contained in:
parent
d5d02c45eb
commit
41053a810a
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
||||||
#if 0
|
#ifdef DEBUG
|
||||||
int real_x, real_y;
|
int real_x, real_y;
|
||||||
Window child;
|
Window child;
|
||||||
XTranslateCoordinates(blackbox->getXDisplay(), client.window,
|
XTranslateCoordinates(blackbox->getXDisplay(), client.window,
|
||||||
|
|
Loading…
Reference in a new issue