view etc/letter.xpm @ 78212:87b807b2d9b1

(x_real_positions): Get real position from OS instead of calculating it.
author Jason Rumney <jasonr@gnu.org>
date Tue, 24 Jul 2007 23:56:27 +0000
parents bc20bf61a6e9
children
line wrap: on
line source

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