1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-04 22:50:59 -08:00
emacs/etc/images/gnus/uu-decode.xpm
Miles Bader d31fa104a1 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-96
Move Gnus images into etc/images

2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/gnus.el (gnus-group-startup-message): Search for gnus images in
   etc/images/gnus.
   * lisp/gnus/mm-util.el (mm-find-charset-region): Likewise.
   * lisp/gnus/smiley.el (smiley-data-directory): Search for smilies in
   etc/images/smilies.
2005-02-13 08:47:45 +00:00

36 lines
910 B
C

/* XPM */
static char * uu_decode_xpm[] = {
"24 24 9 1",
" c None",
". c #919187876969",
"X c #C2C2B9B99C9C",
"o c #868686868686",
"O c #8F8F8F8F8F8F",
"+ c #000000000000",
"@ c #4C4C4C4C4C4C",
"# c #E9E9EFEFE8E8",
"$ c #8686ADAD7D7D",
" ",
" ",
" ",
" .............. ",
" X.o.........O.++ ",
" XX++++++++++..++ ",
" XX@########+..++ ",
" XX@########+..++ ",
" XX@$#$$$#$#+..++ ",
" XX@#$$$$$$#+..++ ",
" XX@##$#####+..++ ",
" XX@##$#$$##+..++ ",
" XX@##$#$$##+..++ ",
" XX@##$$#$$#+..++ ",
" XX@######$#+..++ ",
" XX@########+..++ ",
" XX@########+..++ ",
" XX.@@@@@@@@@..++ ",
" X.XXXXXXXXXX..++ ",
" .XXXXXXXXXXXX.++ ",
" +++++++++++++++ ",
" +++++++++++++++ ",
" ",
" "};