mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-28 06:46:38 -04:00
Specify a fallback mouse cursor
`text' cursor is not available in lots of cursor themes, but `xterm' is, so specify `xterm' as a fallback cursor name.
This commit is contained in:
parent
1d00694236
commit
0e5d18d64b
3 changed files with 8 additions and 2 deletions
|
|
@ -48,6 +48,7 @@
|
|||
const char *const XCURSOR_HIDDEN = "hidden";
|
||||
const char *const XCURSOR_LEFT_PTR = "left_ptr";
|
||||
const char *const XCURSOR_TEXT = "text";
|
||||
const char *const XCURSOR_TEXT_FALLBACK = "xterm";
|
||||
//const char *const XCURSOR_HAND2 = "hand2";
|
||||
const char *const XCURSOR_TOP_LEFT_CORNER = "top_left_corner";
|
||||
const char *const XCURSOR_TOP_RIGHT_CORNER = "top_right_corner";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue