summaryrefslogtreecommitdiff
path: root/tests/xpm/bug00185_damaged.xpm
blob: b0c7d61be5e254aab3a0ab6e3666eaf0eb7d8252 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* XPM */
static char * a[] = {
/* width height colors cpp */
"4 4 3 1",
"  c None",
"x c #ff00ff",
". c #ff0000",
/* pixels */
" ..x",
"xxx.",
"x.. "