aboutsummaryrefslogtreecommitdiff
path: root/src/main.cc
diff options
context:
space:
mode:
authorMathias Gumz <akira at fluxbox dot org>2010-09-05 06:49:13 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2010-09-05 06:49:13 (GMT)
commit60c92b96f28541d1b3c221e2d0c3d2af2c28220d (patch)
tree6afd5fd8895c5d2b5385088f40a3d90ec7bad1e7 /src/main.cc
parentea98db414033aa17aee720135e2f9ee0a08696cc (diff)
downloadfluxbox-60c92b96f28541d1b3c221e2d0c3d2af2c28220d.zip
fluxbox-60c92b96f28541d1b3c221e2d0c3d2af2c28220d.tar.bz2
added info about 'BIDI' support to 'fluxbox -info'
Diffstat (limited to 'src/main.cc')
-rw-r--r--src/main.cc6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/main.cc b/src/main.cc
index 32d4cc5..d65212b 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -104,6 +104,11 @@ static void showInfo(ostream &ostr) {
104 104
105/**** NOTE: This list is in alphabetical order! ****/ 105/**** NOTE: This list is in alphabetical order! ****/
106 106
107#ifndef HAVE_FRIBIDI
108 NOT<<
109#endif
110 "BIDI"<<endl<<
111
107#ifndef DEBUG 112#ifndef DEBUG
108 NOT<< 113 NOT<<
109#endif // DEBUG 114#endif // DEBUG
@@ -174,7 +179,6 @@ static void showInfo(ostream &ostr) {
174#endif // HAVE_XPM 179#endif // HAVE_XPM
175 "XPM"<<endl<< 180 "XPM"<<endl<<
176 181
177
178 endl; 182 endl;
179} 183}
180 184