Hi,

I am thinking in send this small patch for the info panel:

diff --git a/src/dialog.c b/src/dialog.c
index 6964495..63c11db 100644
--- a/src/dialog.c
+++ b/src/dialog.c
@@ -1243,6 +1243,14 @@ void wShowInfoPanel(WScreen * scr)
        }
 
        strbuf = wstrappend(strbuf, _("\nAdditional support for: WMSPEC"));
+
+#ifdef HAVE_XRANDR
+       if (has_randr)
+               strbuf = wstrappend(strbuf, " XRandR (In use)");
+       else
+               strbuf = wstrappend(strbuf, " XRandR (Not in use)");
+#endif
+
 #ifdef MWM_HINTS
        strbuf = wstrappend(strbuf, " and MWM");
 #endif

What do you think? The text is correct?

Thanks,
kix
-- 
||// //\\// Rodolfo "kix" Garcia
||\\// //\\ http://www.kix.es/


-- 
To unsubscribe, send mail to [email protected].

Reply via email to