diff options
author | Mathias Gumz <akira at fluxbox dot org> | 2010-09-05 06:49:13 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2010-09-05 06:49:13 (GMT) |
commit | 60c92b96f28541d1b3c221e2d0c3d2af2c28220d (patch) | |
tree | 6afd5fd8895c5d2b5385088f40a3d90ec7bad1e7 | |
parent | ea98db414033aa17aee720135e2f9ee0a08696cc (diff) | |
download | fluxbox-60c92b96f28541d1b3c221e2d0c3d2af2c28220d.zip fluxbox-60c92b96f28541d1b3c221e2d0c3d2af2c28220d.tar.bz2 |
added info about 'BIDI' support to 'fluxbox -info'
-rw-r--r-- | src/main.cc | 6 |
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 | ||