view etc/letter.xpm @ 75885:19bf7ffe644e

(Fcolor_distance): Don't continue checking a color for errors after it has been correctly parsed as an RGB list.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 14 Feb 2007 15:47:51 +0000
parents bc20bf61a6e9
children
line wrap: on
line source

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