tapplied something similiar to Jukkas patch - dmenu - Dmenu fork with xft fonts.
 (HTM) git clone git://r-36.net/dmenu
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 1716159e05e712962c3a4c60091f6cd6b573461f
 (DIR) parent 11b64016687f01e6498b7d1433ae334adf473804
 (HTM) Author: arg@mmvi <unknown>
       Date:   Mon, 25 Sep 2006 08:29:20 +0200
       
       applied something similiar to Jukkas patch
       Diffstat:
         main.c                              |       6 +++---
       
       1 file changed, 3 insertions(+), 3 deletions(-)
       ---
 (DIR) diff --git a/main.c b/main.c
       t@@ -42,7 +42,7 @@ static Window root;
        static Window win;
        
        static void
       -calcoffsets() {
       +calcoffsets(void) {
                unsigned int tw, w;
        
                if(!curr)
       t@@ -70,7 +70,7 @@ calcoffsets() {
        }
        
        static void
       -drawmenu() {
       +drawmenu(void) {
                Item *i;
        
                dc.x = 0;
       t@@ -247,7 +247,7 @@ kpress(XKeyEvent * e) {
        }
        
        static char *
       -readstdin() {
       +readstdin(void) {
                static char *maxname = NULL;
                char *p, buf[1024];
                unsigned int len = 0, max = 0;