view etc/images/gud/recstop.xpm @ 112344:7c2cdabbc4a9

* image.c (syms_of_image): Don't access XSYMBOL's internals directly.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 16 Jan 2011 10:40:47 -0500
parents ca0315d80583
children
line wrap: on
line source

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