view etc/images/gud/remove.xpm @ 79536:6cde1f3c5f31

(ido-save-history): Use emacs-mule coding system instead of utf-8 to save filenames (it's safer in Emacs 22). Set the `coding' local variable on the first line of the file.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 04 Dec 2007 15:40:26 +0000
parents 96c76ff2e77b
children
line wrap: on
line source

/* XPM */
static char * clear_xpm[] = {
"24 24 3 1",
" 	c None",
".	c #cc0033",
"X	c #F0F0F0",
"                        ",
"                        ",
"                        ",
"                        ",
"          ....          ",
"        ........        ",
"       ..........       ",
"      .XX......XX.      ",
"     ...XX....XX...     ",
"     ....XX..XX....     ",
"    ......XXXX......    ",
"    .......XX.......    ",
"    ......XXXX......    ",
"    .....XX..XX.....    ",
"     ...XX....XX...     ",
"     ..XX......XX..     ",
"      .X........X.      ",
"       ..........       ",
"        ........        ",
"          ....          ",
"                        ",
"                        ",
"                        ",
"                        "};