summaryrefslogtreecommitdiff
path: root/xkill.c
diff options
context:
space:
mode:
Diffstat (limited to 'xkill.c')
-rw-r--r--xkill.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xkill.c b/xkill.c
index f0b3356..9e3bd6d 100644
--- a/xkill.c
+++ b/xkill.c
@@ -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);