diff options
-rw-r--r-- | main.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -11,7 +11,6 @@ | |||
11 | #include <unistd.h> | 11 | #include <unistd.h> |
12 | #include <sys/select.h> | 12 | #include <sys/select.h> |
13 | #include <sys/time.h> | 13 | #include <sys/time.h> |
14 | #include <X11/cursorfont.h> | ||
15 | #include <X11/Xutil.h> | 14 | #include <X11/Xutil.h> |
16 | #include <X11/keysym.h> | 15 | #include <X11/keysym.h> |
17 | 16 | ||
@@ -346,7 +345,6 @@ main(int argc, char *argv[]) { | |||
346 | DefaultDepth(dpy, screen), CopyFromParent, | 345 | DefaultDepth(dpy, screen), CopyFromParent, |
347 | DefaultVisual(dpy, screen), | 346 | DefaultVisual(dpy, screen), |
348 | CWOverrideRedirect | CWBackPixmap | CWEventMask, &wa); | 347 | CWOverrideRedirect | CWBackPixmap | CWEventMask, &wa); |
349 | XDefineCursor(dpy, win, XCreateFontCursor(dpy, XC_xterm)); | ||
350 | /* pixmap */ | 348 | /* pixmap */ |
351 | dc.drawable = XCreatePixmap(dpy, root, mw, mh, DefaultDepth(dpy, screen)); | 349 | dc.drawable = XCreatePixmap(dpy, root, mw, mh, DefaultDepth(dpy, screen)); |
352 | dc.gc = XCreateGC(dpy, root, 0, 0); | 350 | dc.gc = XCreateGC(dpy, root, 0, 0); |