Mercurial > mercurial > hgweb_mpos.cgi
view sample.xpm @ 0:6235b9a84d53
First Release.
author | pyon@macmini |
---|---|
date | Mon, 21 Apr 2014 20:44:57 +0900 |
parents | |
children |
line wrap: on
line source
/* XPM */ static const char *sample_xpm[] = { /* columns rows colors chars-per-pixel */ "32 32 2 1", ". c Black", " c #FFFFFF", /* pixels */ " ", " .............................. ", " .............................. ", " .. .. .. ", " .. .. .. ", " .. .. .. ", " .. .. .. ", " .. .. .. ", " .. .. .. ", " .. .. .. ", " .. .. .. ", " .. .. .. ", " .............................. ", " .............................. ", " .. . ", " .. . ", " .. . ", " .. . ", " .. . ", " .. . ", " .. .. . ", " .. .. . ", " .. . ", " .. .. . ", " .. .. . ", " .. .. . ", " .. .... . ", " .. .... . ", " .. . ", " .............................. ", " .............................. ", " " };