view etc/letter.xpm @ 71764:77752270b25a

(c-awk-escaped-nls*): Use eval-and-compile to avoid compilation error.
author Chong Yidong <cyd@stupidchicken.com>
date Mon, 10 Jul 2006 18:54:07 +0000
parents bc20bf61a6e9
children
line wrap: on
line source

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