comparison src/glyphs-x.c @ 24:4103f0995bd7 r19-15b95

Import from CVS: tag r19-15b95
author cvs
date Mon, 13 Aug 2007 08:51:03 +0200
parents 859a2309aef8
children d620409f5eb8
comparison
equal deleted inserted replaced
23:0edd3412f124 24:4103f0995bd7
2518 Fmake_color_instance 2518 Fmake_color_instance
2519 (value, device, encode_error_behavior_flag (ERROR_ME_NOT)); 2519 (value, device, encode_error_behavior_flag (ERROR_ME_NOT));
2520 else 2520 else
2521 { 2521 {
2522 assert (COLOR_SPECIFIERP (value)); 2522 assert (COLOR_SPECIFIERP (value));
2523 value = Fspecifier_instance (value, device, Qnil, Qnil); 2523 value = Fspecifier_instance (value, Qnil, Qnil, Qnil);
2524 } 2524 }
2525 if (NILP (value)) 2525 if (NILP (value))
2526 continue; 2526 continue;
2527 results = noseeum_cons (noseeum_cons (name, value), results); 2527 results = noseeum_cons (noseeum_cons (name, value), results);
2528 i++; 2528 i++;