minor cosmetic tweaks, thanks Semushin Slavak, php-coder AT ngs ru
This commit is contained in:
parent
dc53283060
commit
1028f4cb51
4 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,8 @@
|
|||
(Format: Year/Month/Day)
|
||||
Changes for 0.9.16:
|
||||
*06/04/22:
|
||||
* Minor cosmetic changes, thanks Semushin Slava (php-coder AT ngs ru)
|
||||
main.cc Screen.cc util/startfluxbox.in
|
||||
* First draft of new docs in docs/asciidoc (Mathias)
|
||||
* Cosmetics to Workspace.hh CurrentWindowCmd.cc
|
||||
*06/04/21:
|
||||
|
|
|
@ -610,9 +610,7 @@ void BScreen::initWindows() {
|
|||
|
||||
#ifdef DEBUG
|
||||
cerr<<"BScreen::initWindows(): j = "<<j<<" i = "<<i<<" nchild = "<<nchild<<endl;
|
||||
#endif // DEBUG
|
||||
|
||||
#ifdef DEBUG
|
||||
if (j < nchild)
|
||||
cerr<<"BScreen::initWindows(): postpone creation of 0x"<<hex<<children[j]<<dec<<endl;
|
||||
else
|
||||
|
|
|
@ -219,7 +219,7 @@ int main(int argc, char **argv) {
|
|||
// print program usage and command line options
|
||||
printf(_FBTEXT(main, Usage,
|
||||
"Fluxbox %s : (c) %s Henrik Kinnunen\n"
|
||||
"Website: http://www.fluxbox.org/ \n\n"
|
||||
"Website: http://www.fluxbox.org/\n\n"
|
||||
"-display <string>\t\tuse display connection.\n"
|
||||
"-screen <all|int,int,int>\trun on specified screens only.\n"
|
||||
"-rc <string>\t\t\tuse alternate resource file.\n"
|
||||
|
|
|
@ -40,7 +40,7 @@ else
|
|||
# You can set your favourite wallpaper here if you don't want
|
||||
# to do it from your style.
|
||||
#
|
||||
# bsetbg -f $HOME/pictures/wallpaper.png
|
||||
# fbsetbg -f $HOME/pictures/wallpaper.png
|
||||
#
|
||||
# This sets a black background
|
||||
|
||||
|
|
Loading…
Reference in a new issue