view lisp/toolbar/close.xpm @ 33524:cf8e03cd4985

(HIGHLIGHT_COLOR_DARK_BOOST_LIMIT): New constant. (w32_alloc_lighter_color): Use new brightness calculations from xterm.c. Scale delta to be in the range expected by W32. (w32_draw_relief_rect): Use frame relief colors.
author Jason Rumney <jasonr@gnu.org>
date Wed, 15 Nov 2000 23:47:47 +0000
parents 8f4a34146a9d
children 734ff40978ad
line wrap: on
line source

/* XPM */
static char *magick[] = {
/* columns rows colors chars-per-pixel */
"24 24 2 1",
"  c Gray0",
". c None",
/* pixels */
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"....... ....  ..........",
".......  ..    .........",
"........  .   ..........",
"........     ...........",
".........   ............",
".........    ...........",
"........      ..........",
"........  .    .........",
".......  ...    ........",
"....... .....  .........",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................"
};