aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2006-02-19 07:39:04 (GMT)
committerfluxgen <fluxgen>2006-02-19 07:39:04 (GMT)
commit9559a08760753de3e2e1dac787bb0733f69bedee (patch)
tree51aecf700804c85fdb8a9eb016466ef108ed3400
parentf503c6cbb0da3fff30ebeb151fe23a4b87a48f40 (diff)
downloadfluxbox-9559a08760753de3e2e1dac787bb0733f69bedee.zip
fluxbox-9559a08760753de3e2e1dac787bb0733f69bedee.tar.bz2
removed some debug output
-rw-r--r--src/FocusControl.cc5
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
367void FocusControl::setScreenFocusedWindow(WinClient &win_client) { 367void 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 */
511void FocusControl::revertFocus(BScreen &screen) { 510void 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) {
549void FocusControl::unfocusWindow(WinClient &client, 547void 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)