aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Screen.cc2
-rw-r--r--src/main.cc2
2 files changed, 1 insertions, 3 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
diff --git a/src/main.cc b/src/main.cc
index be1114f..fedc3a9 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -219,7 +219,7 @@ int main(int argc, char **argv) {
219 // print program usage and command line options 219 // print program usage and command line options
220 printf(_FBTEXT(main, Usage, 220 printf(_FBTEXT(main, Usage,
221 "Fluxbox %s : (c) %s Henrik Kinnunen\n" 221 "Fluxbox %s : (c) %s Henrik Kinnunen\n"
222 "Website: http://www.fluxbox.org/ \n\n" 222 "Website: http://www.fluxbox.org/\n\n"
223 "-display <string>\t\tuse display connection.\n" 223 "-display <string>\t\tuse display connection.\n"
224 "-screen <all|int,int,int>\trun on specified screens only.\n" 224 "-screen <all|int,int,int>\trun on specified screens only.\n"
225 "-rc <string>\t\t\tuse alternate resource file.\n" 225 "-rc <string>\t\t\tuse alternate resource file.\n"