diff options
-rw-r--r-- | src/FocusControl.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/FocusControl.cc b/src/FocusControl.cc index f0d19d2..b98c29c 100644 --- a/src/FocusControl.cc +++ b/src/FocusControl.cc | |||
@@ -365,7 +365,6 @@ void FocusControl::raiseFocus() { | |||
365 | } | 365 | } |
366 | 366 | ||
367 | void FocusControl::setScreenFocusedWindow(WinClient &win_client) { | 367 | void FocusControl::setScreenFocusedWindow(WinClient &win_client) { |
368 | cerr<<__FUNCTION__<<endl; | ||
369 | 368 | ||
370 | // raise newly focused window to the top of the focused list | 369 | // raise newly focused window to the top of the focused list |
371 | if (!m_cycling_focus) { // don't change the order if we're cycling | 370 | if (!m_cycling_focus) { // don't change the order if we're cycling |
@@ -509,7 +508,6 @@ void FocusControl::removeClient(WinClient &client) { | |||
509 | * it gets a focusIn | 508 | * it gets a focusIn |
510 | */ | 509 | */ |
511 | void FocusControl::revertFocus(BScreen &screen) { | 510 | void FocusControl::revertFocus(BScreen &screen) { |
512 | cerr<<__FUNCTION__<<endl; | ||
513 | 511 | ||
514 | // Relevant resources: | 512 | // Relevant resources: |
515 | // resource.focus_last = whether we focus last focused when changing workspace | 513 | // resource.focus_last = whether we focus last focused when changing workspace |
@@ -549,8 +547,6 @@ void FocusControl::revertFocus(BScreen &screen) { | |||
549 | void FocusControl::unfocusWindow(WinClient &client, | 547 | void FocusControl::unfocusWindow(WinClient &client, |
550 | bool full_revert, | 548 | bool full_revert, |
551 | bool unfocus_frame) { | 549 | bool unfocus_frame) { |
552 | cerr<<__FUNCTION__<<endl; | ||
553 | |||
554 | // go up the transient tree looking for a focusable window | 550 | // go up the transient tree looking for a focusable window |
555 | 551 | ||
556 | FluxboxWindow *fbwin = client.fbwindow(); | 552 | FluxboxWindow *fbwin = client.fbwindow(); |
@@ -596,7 +592,6 @@ void FocusControl::setFocusedWindow(WinClient *client) { | |||
596 | &FocusControl::focusedWindow()->screen() : 0; | 592 | &FocusControl::focusedWindow()->screen() : 0; |
597 | 593 | ||
598 | #ifdef DEBUG | 594 | #ifdef DEBUG |
599 | cerr<<__FILE__<<endl; | ||
600 | cerr<<"------------------"<<endl; | 595 | cerr<<"------------------"<<endl; |
601 | cerr<<"Setting Focused window = "<<client<<endl; | 596 | cerr<<"Setting Focused window = "<<client<<endl; |
602 | if (client != 0 && client->fbwindow() != 0) | 597 | if (client != 0 && client->fbwindow() != 0) |