remove debug cout
This commit is contained in:
parent
83b6c9bfa0
commit
ca31686579
1 changed files with 0 additions and 1 deletions
|
@ -235,7 +235,6 @@ void XWindow::iconify() const {
|
|||
|
||||
|
||||
void XWindow::focus() const {
|
||||
cout << "Focusing window: 0x" << hex << _window << dec << endl;
|
||||
// this will cause the window to be uniconified also
|
||||
_xatom->sendClientMessage(_screen->rootWindow(), XAtom::net_active_window,
|
||||
_window);
|
||||
|
|
Loading…
Reference in a new issue