removed misleading input cursor
Anselm R. Garbe arg@suckless.org
Mon, 23 Oct 2006 12:53:35 +0200
1 files changed,
0 insertions(+),
2 deletions(-)
jump to
M
main.c
→
main.c
@@ -11,7 +11,6 @@ #include <string.h>
#include <unistd.h> #include <sys/select.h> #include <sys/time.h> -#include <X11/cursorfont.h> #include <X11/Xutil.h> #include <X11/keysym.h>@@ -346,7 +345,6 @@ win = XCreateWindow(dpy, root, mx, my, mw, mh, 0,
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);