view etc/images/smilies/indifferent.xpm @ 102162:66c189a65c3d

(Lisp Data Types, Syntax for Strings, Buffer Type): Minor edits. (Frame Configuration Type): Emphasize that it is not primitive. (Font Type): New node. (Type Predicates): Add fontp; type-of now recognizes font object types.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 21 Feb 2009 13:45:20 +0000
parents 210af0ad3d35
children
line wrap: on
line source

/* XPM */
static char * indifferent_xpm[] = {
"13 14 3 1",
" 	c None",
".	c #000000",
"+	c #FFDD00",
"   .......   ",
"  ..+++++..  ",
" .+++++++++. ",
".+++++++++++.",
".++..+++..++.",
".++..+++..++.",
".+++++++++++.",
".+++++++++++.",
".+++++++++++.",
".++.......++.",
".+++++++++++.",
" .+++++++++. ",
"  ..+++++..  ",
"   .......   "};