all repos — fluxbox @ 60c92b96f28541d1b3c221e2d0c3d2af2c28220d

custom fork of the fluxbox windowmanager

added info about 'BIDI' support to 'fluxbox -info'
Mathias Gumz akira at fluxbox dot org
commit

60c92b96f28541d1b3c221e2d0c3d2af2c28220d

parent

ea98db414033aa17aee720135e2f9ee0a08696cc

1 files changed, 5 insertions(+), 1 deletions(-)

jump to
M src/main.ccsrc/main.cc

@@ -104,6 +104,11 @@ _FB_CONSOLETEXT(Common, Disabled, "disabled", "option is turned off")<<"): "<<endl<<

/**** NOTE: This list is in alphabetical order! ****/ +#ifndef HAVE_FRIBIDI + NOT<< +#endif + "BIDI"<<endl<< + #ifndef DEBUG NOT<< #endif // DEBUG

@@ -173,7 +178,6 @@ #ifndef HAVE_XPM

NOT<< #endif // HAVE_XPM "XPM"<<endl<< - endl; }