view etc/images/smilies/grin.xpm @ 104690:d3d94e331386

(image-type-header-regexps): Use only JPEG magic number to determine JPEG images, and don't use `image-jpeg-p' because Emacs can display non-JFIF non-Exif JPEG images.
author Juri Linkov <juri@jurta.org>
date Fri, 28 Aug 2009 23:49:11 +0000
parents 210af0ad3d35
children
line wrap: on
line source

/* XPM */
static char * grin_xpm[] = {
"13 14 4 1",
" 	c None",
".	c #000000",
"+	c #FFDD00",
"@	c #FFFFFF",
"   .......   ",
"  ..+++++..  ",
" .+++++++++. ",
".+++++++++++.",
".++..+++..++.",
".++..+++..++.",
".+++++++++++.",
".+.........+.",
".+.@@@@@@@.+.",
".++.@@@@@.++.",
".+++.....+++.",
" .+++++++++. ",
"  ..+++++..  ",
"   .......   "};