view etc/letter.xpm @ 52011:8bbd4454be32

unexmacosx.c: Sort and merge unexec regions before dumping them.
author Andrew Choi <akochoi@shaw.ca>
date Tue, 22 Jul 2003 17:54:50 +0000
parents bc20bf61a6e9
children
line wrap: on
line source

/* XPM */
static char * letter_xpm[] = {
"14 10 2 1",
".	c opaque",
" 	c None",
"..............",
"...        ...",
".  .      .  .",
".   .    .   .",
".    ....    .",
".   . .. .   .",
".  .      .  .",
". .        . .",
"..          ..",
".............."};