view etc/letter.xpm @ 70058:12c8842436ef

(window_loop): Test w->dedicated with !NILP instead of EQ Qt. (window_scroll_pixel_based): Fix off-by-one bug in 2002-12-23 change.
author Kim F. Storm <storm@cua.dk>
date Mon, 17 Apr 2006 21:50:59 +0000
parents bc20bf61a6e9
children
line wrap: on
line source

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