view etc/images/gud/break.xpm @ 105964:bedac8edf64d

(define-compiler-macro): Purecopy the file name.
author Dan Nicolaescu <dann@ics.uci.edu>
date Thu, 12 Nov 2009 06:48:03 +0000
parents 96c76ff2e77b
children
line wrap: on
line source

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