summaryrefslogtreecommitdiffstats
path: root/kdbg/pics/pointer.xpm
blob: 635b04ecda95b96de6ea0a361a760b5c31d634dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* XPM */
static char * pointer_xpm[] = {
"12 12 3 1",
" 	c None",
".	c #FF0000",
"+	c #8B0000",
"            ",
"            ",
"            ",
"            ",
".       ..  ",
"+.      ... ",
"++..........",
" +++++++++++",
"        ..+ ",
"        ++  ",
"            ",
"            "};