view etc/letter.xpm @ 80379:475182f565ba

(EXTEND_BUFFER): Change order of pointer addition operations, to avoid having the difference between pointers overflow.
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 26 Mar 2008 22:57:42 +0000
parents bc20bf61a6e9
children
line wrap: on
line source

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