summaryrefslogtreecommitdiff
path: root/servers/visual/default_mouse_cursor.xpm
blob: 37d437dd15a94f0a0016ce8cfc8312bf43b8cb2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* XPM */
static const char * default_mouse_cursor_xpm[] = {
"16 16 4 1",
" 	c None",
".	c #000000",
"+	c #FF00FF",
"@	c #FFFFFF",
"...+++++++++++++",
".@...+++++++++++",
".@@@...+++++++++",
".@@@@@....++++++",
".@@@@@@@@...++++",
".@@@@@@@@@@...++",
".@@@@@@@@@@@@..+",
".@@@@@@@@@@@@@..",
".@@@@@@@@@@@@..+",
".@@@@@@@@@@@..++",
".@@@@@@@@@...+++",
".@@@.....@@..+++",
".....+++.@@@..++",
"++++++++..@@@..+",
"+++++++++..@@@.+",
"++++++++++.....+"};