view etc/letter.xpm @ 69039:f717c65a39d7

* regex.c: Revert 2006-02-19 change. Redefine malloc -> xmalloc, realloc -> xrealloc as in Emacs case.
author Chong Yidong <cyd@stupidchicken.com>
date Mon, 20 Feb 2006 16:44:09 +0000
parents bc20bf61a6e9
children
line wrap: on
line source

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