From 60c92b96f28541d1b3c221e2d0c3d2af2c28220d Mon Sep 17 00:00:00 2001
From: Mathias Gumz <akira at fluxbox dot org>
Date: Sun, 5 Sep 2010 08:49:13 +0200
Subject: added info about 'BIDI' support to 'fluxbox -info'

---
 src/main.cc | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

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) {
 
 /**** 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;
 }
 
-- 
cgit v0.11.2