summaryrefslogtreecommitdiff
path: root/muse2/xpm/select.xpm
blob: a29f337073eb1624795c59780da9e03ae88b691a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* XPM */
static const char *select_xpm[]={
"16 16 2 1",
". c #000000",
"# c #ffffff",
"..#..#..#..#..#.",
"###############.",
".###############",
".##############.",
"###############.",
".###############",
".##############.",
"###############.",
".###############",
".##############.",
"###############.",
".###############",
".##############.",
"###############.",
".###############",
".#..#..#..#..#.."};