view lisp/sb-mail.xpm @ 83289:1e53ee7473e9

Fix bootstrap error during loadup. * lisp/loadup.el: Load dnd.el before x-dnd.el. * src/Makefile.in (SOME_MACHINE_LISP): Add dnd.elc. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-329
author Karoly Lorentey <lorentey@elte.hu>
date Mon, 18 Apr 2005 14:32:14 +0000
parents c2a09ac7b7b1
children
line wrap: on
line source

/* XPM */
static char * sb_mail_xpm[] = {
"20 15 5 1",
" 	c None",
".	c #B8B8B8",
"+	c #000000",
"@	c #828282",
"#	c #FFFFFF",
" .................. ",
".++++++++++++++++++@",
".++##############++@",
".+#++##########++#+@",
".+###++######++###+@",
".+#####++##++#####+@",
".+#######++#######+@",
".+################+@",
".+####+######+####+@",
".+################+@",
".+##+##########+##+@",
".+################+@",
".++##############++@",
".++++++++++++++++++@",
" @@@@@@@@@@@@@@@@@@ "};