view etc/images/letter.xpm @ 109140:3e48102ba93a

* src/atimer.c: Use "" instead of <> for local includes for consistency with the rest of the code.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sun, 04 Jul 2010 21:57:13 -0700
parents a888cc87aa4f
children
line wrap: on
line source

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