view etc/images/smilies/grayscale/reverse-smile.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 * reverse_smile_xpm[] = {
"14 14 5 1",
" 	c None",
".	c #ABABAB",
"+	c #737373",
"@	c #000000",
"#	c #484848",
"              ",
"              ",
"     ....     ",
"    +@@@@+    ",
"   +@    @+   ",
"  .@      @.  ",
"  @        @  ",
"              ",
"    @    @    ",
"    @    @    ",
"    @    @    ",
"    #    #    ",
"              ",
"              "};