view etc/letter.xpm @ 80915:99c147d98917

* image.c (pbm_load): Check image size for monochrome pbm.
author Chong Yidong <cyd@stupidchicken.com>
date Mon, 14 May 2007 14:53:09 +0000
parents bc20bf61a6e9
children
line wrap: on
line source

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