view etc/images/smilies/medium/indifferent.xpm @ 91260:75f89f349f70

(w32font_text_extents): Dereference selected_frame. (w32_enumfont_pattern_entity): Map generic family to adstyle using most common hyphenless variation. (logfonts_match): Check generic family. (font_matches_spec): Don't check generic family here. (fill_in_logfont): Set generic family based on adstyle. + changes to sans-serif constants to avoid hyphen (for xfld compatibility)
author Jason Rumney <jasonr@gnu.org>
date Thu, 20 Dec 2007 00:10:57 +0000
parents a3c27999decb
children
line wrap: on
line source

/* XPM */
static char * indifferent_xpm[] = {
"16 16 9 1",
" 	c None",
".	c #000000",
"+	c #1D1900",
"@	c #887500",
"#	c #D3B600",
"$	c #FAD800",
"%	c #645600",
"&	c #FFDD00",
"*	c #594D00",
"     ......     ",
"   .+@#$$#@+.   ",
"  .%$&&&&&&$%.  ",
" .%&&*&&&&*&&%. ",
" +$&&.&&&&.&&$+ ",
".@&&&.&&&&.&&&@.",
".#&&&.&&&&.&&&#.",
".$&&&&&&&&&&&&$.",
".$%&&&&&&&&&#%$.",
".#.@.@&&&@&&.&#.",
".@&.#.@#..@.@&@.",
" +$@&&..#&..&$+ ",
" .%&&&&.&&&&&%. ",
"  .%$&&&&&&$%.  ",
"   .+@#$$#@+.   ",
"     ......     "};