view etc/images/close.xpm @ 93689:40434d3c3093

(Ffile_attributes): Support inode numbers wider than 32 bits. Remove ugly WINDOWSNT-specific kludge introduced on 2008-03-14 to force inode be positive.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 05 Apr 2008 14:31:42 +0000
parents 28718fa5d988
children
line wrap: on
line source

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