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