view etc/letter.xpm @ 79870:b508fea5860e

(handle_one_xevent): Revert to counting chars not bytes. (XTread_socket): Clarify what return value is counting in comment.
author Jason Rumney <jasonr@gnu.org>
date Thu, 17 Jan 2008 15:22:42 +0000
parents bc20bf61a6e9
children
line wrap: on
line source

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