view etc/images/smilies/grayscale/grin.xpm @ 112374:4d90cea362a3

Fix X11 compilation failure. * globals.h (struct emacs_globals): Document f_Vselection_alist. * xselect.c (Vselection_alist): Remove declaration, moving its documentation to globals.h. This fixes a compilation failure induced by the earlier change to globals.h today.
author Paul Eggert <eggert@cs.ucla.edu>
date Wed, 19 Jan 2011 15:32:42 -0800
parents a3c27999decb
children
line wrap: on
line source

/* XPM */
static char * grin_xpm[] = {
"14 14 8 1",
" 	c None",
".	c #484848",
"+	c #000000",
"@	c #515151",
"#	c #6E6E6E",
"$	c #ABABAB",
"%	c #FFFFFF",
"&	c #737373",
"              ",
"              ",
"    .    .    ",
"    +    +    ",
"    +    +    ",
"    +    +    ",
"              ",
"  ++@@##@@++  ",
"  $+%%%%%%+$  ",
"   &+%%%%+&   ",
"    &++++&    ",
"     $$$$     ",
"              ",
"              "};