view lisp/toolbar/gud-run.xpm @ 56091:10b16f7f1a51

(re_wctype, re_iswctype): Function defs longer static. (CHAR_CLASS_MAX_LENGTH, re_wctype_t, re_wchar_t) (re_wctype, re_iswctype, re_wctype_to_bit): Non-function definitions moved to regex.h.
author Richard M. Stallman <rms@gnu.org>
date Sun, 13 Jun 2004 22:36:05 +0000
parents 9c5f4d80a59c
children f7114bba1fd4
line wrap: on
line source

/* XPM */
static char * run_xpm[] = {
"24 24 9 1",
" 	c #c0c0c0",
".	c #000080",
"X	c #aa9faa",
"o	c #b5b9b5",
"O	c #808080",
"+	c #7f7f7f",
"@	c #5a60a5",
"#	c #9a999a",
"$	c #616161",
"                        ",
"                        ",
"                        ",
"                        ",
"              ..        ",
"             X..        ",
"     oO+++++...@        ",
"         @.....         ",
"    oO+++......         ",
"         .@.....        ",
"     oO++@@......       ",
"          ....@ ..      ",
"      ..  .....@ @      ",
"     @...@..@...        ",
"     .#..... @..        ",
"        @..  #..        ",
"             ..@        ",
"            +.@         ",
"            ..$+        ",
"            ....        ",
"                        ",
"                        ",
"                        ",
"                        "};