diff options
author | simonb <simonb> | 2006-04-22 09:49:05 (GMT) |
---|---|---|
committer | simonb <simonb> | 2006-04-22 09:49:05 (GMT) |
commit | 1028f4cb51ea998f475ec9ffc61aac164d0ca793 (patch) | |
tree | 5c53dc5f3b040de6253ad019da1b6fe2ffd1b59e /src/Screen.cc | |
parent | dc532830606461182f5b9fbac54847a1b3c5b080 (diff) | |
download | fluxbox-1028f4cb51ea998f475ec9ffc61aac164d0ca793.zip fluxbox-1028f4cb51ea998f475ec9ffc61aac164d0ca793.tar.bz2 |
minor cosmetic tweaks, thanks Semushin Slavak, php-coder AT ngs ru
Diffstat (limited to 'src/Screen.cc')
-rw-r--r-- | src/Screen.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Screen.cc b/src/Screen.cc index 62abf95..4625b80 100644 --- a/src/Screen.cc +++ b/src/Screen.cc | |||
@@ -610,9 +610,7 @@ void BScreen::initWindows() { | |||
610 | 610 | ||
611 | #ifdef DEBUG | 611 | #ifdef DEBUG |
612 | cerr<<"BScreen::initWindows(): j = "<<j<<" i = "<<i<<" nchild = "<<nchild<<endl; | 612 | cerr<<"BScreen::initWindows(): j = "<<j<<" i = "<<i<<" nchild = "<<nchild<<endl; |
613 | #endif // DEBUG | ||
614 | 613 | ||
615 | #ifdef DEBUG | ||
616 | if (j < nchild) | 614 | if (j < nchild) |
617 | cerr<<"BScreen::initWindows(): postpone creation of 0x"<<hex<<children[j]<<dec<<endl; | 615 | cerr<<"BScreen::initWindows(): postpone creation of 0x"<<hex<<children[j]<<dec<<endl; |
618 | else | 616 | else |