Seth Hillbrand ab0426d620 Detect if HiDPI cursors are needed
HiDPI cursors are twice as large as regular cursors, allowing them to be
more easily seen on a HiDPI system

Fixes https://gitlab.com/kicad/code/kicad/-/issues/16231
2024-05-26 07:51:15 -07:00

71 lines
4.4 KiB
C

/* XPM */
static char const * cursor_pencil64_xpm[] = {
"64 64 3 1",
" c None",
". c #000000",
"+ c #FFFFFF",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ++ ",
" ++++ ",
" ++..++ ",
" ++....++ ",
" ++......++ ",
" ++........++ ",
" ++..........++ ",
" ++............++ ",
" ++.............++ ",
" ++.............++ ",
" ++.............++ ",
" ++.............++ ",
" ++.............++ ",
" ++.............++ ",
" ++.............++ ",
" ++.............++ ",
" ++............++ ",
" ++..........++ ",
" ++........++ ",
" ++ ++......++ ",
" +.++ ++....++ ",
" +..++ ++..++ ",
" +...++ ++++ ",
" +....++ ++ ",
" +.....++ ",
" +......++ ",
" +.......++ ",
" +........+ ",
" +++++++++ ",
" ++ ",
" +..+ ",
" +..+ ",
" +..+ ",
" +..+ ",
" +..+ ",
" ++++++..++++++ ",
" +...... ......+ ",
" +...... ......+ ",
" ++++++..++++++ ",
" +..+ ",
" +..+ ",
" +..+ ",
" +..+ ",
" +..+ ",
" ++ ",
" "};