added info about 'BIDI' support to 'fluxbox -info'
This commit is contained in:
parent
ea98db4140
commit
60c92b96f2
1 changed files with 5 additions and 1 deletions
|
@ -104,6 +104,11 @@ static void showInfo(ostream &ostr) {
|
|||
|
||||
/**** NOTE: This list is in alphabetical order! ****/
|
||||
|
||||
#ifndef HAVE_FRIBIDI
|
||||
NOT<<
|
||||
#endif
|
||||
"BIDI"<<endl<<
|
||||
|
||||
#ifndef DEBUG
|
||||
NOT<<
|
||||
#endif // DEBUG
|
||||
|
@ -174,7 +179,6 @@ static void showInfo(ostream &ostr) {
|
|||
#endif // HAVE_XPM
|
||||
"XPM"<<endl<<
|
||||
|
||||
|
||||
endl;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue