view lisp/toolbar/close.xpm @ 83351:e012279bbb3b

Apply patch from CVS trunk to fix recenter on ttys. * src/window.c (window_internal_height): Remove bogus make_number call. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-391
author Karoly Lorentey <lorentey@elte.hu>
date Thu, 04 Aug 2005 00:50:01 +0000
parents 734ff40978ad
children
line wrap: on
line source

/* XPM */
static char * close_xpm[] = {
"24 24 2 1",
" 	c None",
".	c #000000",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"       .      .         ",
"        .    ...        ",
"        ..  ....        ",
"         .. ...         ",
"         .....          ",
"          ...           ",
"         .....          ",
"        .......         ",
"       ...  ....        ",
"      ...    ....       ",
"     ...      ..        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        "};