diff options
-rw-r--r-- | xkill.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -285,7 +285,7 @@ get_window_id(Display *dpy, int screen, int button, char *msg) #define MASK (ButtonPressMask | ButtonReleaseMask) root = RootWindow (dpy, screen); - cursor = XCreateFontCursor (dpy, XC_draped_box); + cursor = XCreateFontCursor (dpy, XC_pirate); if (cursor == None) { fprintf (stderr, "%s: unable to create selection cursor\n", ProgramName); |