view etc/images/custom/right-pushed.xpm @ 109035:20747b4a7983

Don't use font names from GConf if font backend can't handle it (bug#6478). * xfns.c (x_default_font_parameter): Try to open font from system before using it (bug#6478). Rename got_from_gconf to got_from_system.
author Jan D. <jan.h.d@swipnet.se>
date Tue, 22 Jun 2010 09:55:08 +0200
parents 87681b1f74ce
children
line wrap: on
line source

/* XPM */
static char * right_pushed_xpm[] = {
"8 12 4 1",
" 	c none",
".	c gray45",
"X	c gray90",
"O	c gray60",
"..      ",
"..O.    ",
"..OOO.  ",
"..OOOOOX",
"..OOOOXX",
"..OOXX  ",
"..XX    ",
"OO      ",
"        ",
"        ",
"        ",
"        "};