view etc/letter.xpm @ 70985:183e16c7e0b2

(Bindat Functions): Explain term "total length". Use it in `bindat-length' and `bindat-pack' descriptions.
author Thien-Thi Nguyen <ttn@gnuvola.org>
date Sat, 27 May 2006 00:48:28 +0000
parents bc20bf61a6e9
children
line wrap: on
line source

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