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 | |
parent | dc532830606461182f5b9fbac54847a1b3c5b080 (diff) | |
download | fluxbox_pavel-1028f4cb51ea998f475ec9ffc61aac164d0ca793.zip fluxbox_pavel-1028f4cb51ea998f475ec9ffc61aac164d0ca793.tar.bz2 |
minor cosmetic tweaks, thanks Semushin Slavak, php-coder AT ngs ru
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | src/Screen.cc | 2 | ||||
-rw-r--r-- | src/main.cc | 2 | ||||
-rwxr-xr-x | util/startfluxbox.in | 2 |
4 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,8 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.16: | 2 | Changes for 0.9.16: |
3 | *06/04/22: | 3 | *06/04/22: |
4 | * Minor cosmetic changes, thanks Semushin Slava (php-coder AT ngs ru) | ||
5 | main.cc Screen.cc util/startfluxbox.in | ||
4 | * First draft of new docs in docs/asciidoc (Mathias) | 6 | * First draft of new docs in docs/asciidoc (Mathias) |
5 | * Cosmetics to Workspace.hh CurrentWindowCmd.cc | 7 | * Cosmetics to Workspace.hh CurrentWindowCmd.cc |
6 | *06/04/21: | 8 | *06/04/21: |
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" |
diff --git a/util/startfluxbox.in b/util/startfluxbox.in index 6be6236..c17304b 100755 --- a/util/startfluxbox.in +++ b/util/startfluxbox.in | |||
@@ -40,7 +40,7 @@ else | |||
40 | # You can set your favourite wallpaper here if you don't want | 40 | # You can set your favourite wallpaper here if you don't want |
41 | # to do it from your style. | 41 | # to do it from your style. |
42 | # | 42 | # |
43 | # bsetbg -f $HOME/pictures/wallpaper.png | 43 | # fbsetbg -f $HOME/pictures/wallpaper.png |
44 | # | 44 | # |
45 | # This sets a black background | 45 | # This sets a black background |
46 | 46 | ||