view etc/images/gud/all.xpm @ 104888:b3fb8c98c899

(where_is_internal): Filter out shadowed remappings. Assume that where_is_internal returns unshadowed bindings to simplify the code and get rid of the gotos. Use ASIZE.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 09 Sep 2009 02:38:50 +0000
parents 9a7c820f16a3
children
line wrap: on
line source

/* XPM */
static char * all_xpm[] = {
"24 24 4 1",
" 	c None",
".	c #000000",
"+	c #E5E5E5",
"@	c #FFFFFF",
"                        ",
"                        ",
"  ....................  ",
"  ....................  ",
"  ....................  ",
"  ++++++@@@@@@@@++++++  ",
"  ++++++@@....@@++++++  ",
"  ++++++@......@++++++  ",
"  ......@..@@..@......  ",
"  ......@..@@..@......  ",
"  ......@..@@..@......  ",
"  ++++++@......@++++++  ",
"  ++++++@......@++++++  ",
"  ++++++@..@@..@++++++  ",
"  ......@..@@..@......  ",
"  ......@..@@..@......  ",
"  ......@..@@..@......  ",
"  ++++++@..@@..@++++++  ",
"  ++++++...@@...++++++  ",
"  ++++++++++++++++++++  ",
"  ....................  ",
"  ....................  ",
"                        ",
"                        "};