Mercurial > emacs
view etc/images/smilies/grayscale/blink.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 * blink_xpm[] = { "14 14 7 1", " c None", ". c #484848", "+ c #000000", "@ c #6E6E6E", "# c #515151", "$ c #ABABAB", "% c #737373", " ", " ", " . ", " + ", " @#$$# + ", " ++ + ", " ", " + + ", " $+ +$ ", " %+ +% ", " %++++% ", " $$$$ ", " ", " "};