You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kdbg/kdbg/pics/pointer.xpm

19 lines
290 B

/* XPM */
static char * pointer_xpm[] = {
"12 12 3 1",
" c None",
". c #FF0000",
"+ c #8B0000",
" ",
" ",
" ",
" ",
". .. ",
"+. ... ",
"++..........",
" +++++++++++",
" ..+ ",
" ++ ",
" ",
" "};