view etc/letter.xpm @ 60307:ae8e54a87aa7

The url*.el's (declare (special ...)) stuff is to turn off some compiler warnings.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 28 Feb 2005 13:31:19 +0000
parents bc20bf61a6e9
children
line wrap: on
line source

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