tremoved misleading input cursor - 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 194d890517ef3b9efce9e51976ebc19fbbd498b8
 (DIR) parent f63327677421a07cca69b86c7dd5f01047fe14b1
 (HTM) Author: Anselm R. Garbe <arg@suckless.org>
       Date:   Mon, 23 Oct 2006 12:53:35 +0200
       
       removed misleading input cursor
       Diffstat:
         main.c                              |       2 --
       
       1 file changed, 0 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/main.c b/main.c
       t@@ -11,7 +11,6 @@
        #include <unistd.h>
        #include <sys/select.h>
        #include <sys/time.h>
       -#include <X11/cursorfont.h>
        #include <X11/Xutil.h>
        #include <X11/keysym.h>
        
       t@@ -346,7 +345,6 @@ main(int argc, char *argv[]) {
                                DefaultDepth(dpy, screen), CopyFromParent,
                                DefaultVisual(dpy, screen),
                                CWOverrideRedirect | CWBackPixmap | CWEventMask, &wa);
       -        XDefineCursor(dpy, win, XCreateFontCursor(dpy, XC_xterm));
                /* pixmap */
                dc.drawable = XCreatePixmap(dpy, root, mw, mh, DefaultDepth(dpy, screen));
                dc.gc = XCreateGC(dpy, root, 0, 0);