removed misleading input cursor
194d8905
1 file(s) · +0 −2
| 11 | 11 | #include <unistd.h> |
|
| 12 | 12 | #include <sys/select.h> |
|
| 13 | 13 | #include <sys/time.h> |
|
| 14 | - | #include <X11/cursorfont.h> |
|
| 15 | 14 | #include <X11/Xutil.h> |
|
| 16 | 15 | #include <X11/keysym.h> |
|
| 17 | 16 | ||
| 346 | 345 | DefaultDepth(dpy, screen), CopyFromParent, |
|
| 347 | 346 | DefaultVisual(dpy, screen), |
|
| 348 | 347 | CWOverrideRedirect | CWBackPixmap | CWEventMask, &wa); |
|
| 349 | - | XDefineCursor(dpy, win, XCreateFontCursor(dpy, XC_xterm)); |
|
| 350 | 348 | /* pixmap */ |
|
| 351 | 349 | dc.drawable = XCreatePixmap(dpy, root, mw, mh, DefaultDepth(dpy, screen)); |
|
| 352 | 350 | dc.gc = XCreateGC(dpy, root, 0, 0); |
|