aboutsummaryrefslogtreecommitdiff
path: root/tests/test.xpm
blob: ef56e2c62f41ce32ec5f8bf55af59c7552d5ad7d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/* XPM */
static char * test_xpm[] = {
"6 6 3 1",
" 	c #FF0000",
".	c #00FF00",
"+	c #0000FF",
"  ..++",
"  ..++",
"  ..++",
"  ..++",
"  ..++",
"  ..++"};