view lisp/toolbar/execute.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 2568d5a27317
children
line wrap: on
line source

/* XPM */
static char * mail_exec_xpm[] = {
/* columns rows colors chars-per-pixel */
"24 24 6 1",
" 	c None",
".	c black",
"X	c #a5d8a5d89550",
"o	c #d305d305bc3c",
"O	c #ea03ea03d271",
"+	c white",
/* pixels */
"                        ",
"                        ",
"                        ",
"                 ..     ",
"             XX  ..     ",
"         oo  XX  ..     ",
"     OO  oo  XX  ..     ",
"     OO  oo  XX  ..     ",
"     OO  oo  XX  ..     ",
"     OO  oo  XX  ..     ",
"     OO  oo  XX  ..     ",
"     OO  oo  XX  ..     ",
"     OO  oo  XX  ..     ",
"     OO  oo  XX         ",
"     OO  oo             ",
"     OO      +   ..     ",
"             XX  ..     ",
"         oo  XX         ",
"     OO  oo             ",
"     OO                 ",
"                        ",
"                        ",
"                        ",
"                        "};