Skip to content

Commit 2134538

Browse files
committed
added case for MouseCursor::Pointer
1 parent 8c6bf04 commit 2134538

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/x11/cursor.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ pub(super) fn get_xcursor(display: *mut x11::xlib::Display, cursor: MouseCursor)
6262

6363
MouseCursor::Hand => loadn(&[b"hand2\0", b"hand1\0"]),
6464
MouseCursor::HandGrabbing => loadn(&[b"closedhand\0", b"grabbing\0"]),
65+
MouseCursor::Pointer => loadn(&[b"hand2\0"]),
6566
MouseCursor::Help => load(b"question_arrow\0"),
6667

6768
MouseCursor::Hidden => create_empty_cursor(display),

0 commit comments

Comments
 (0)