comparison src/glyphs-x.c @ 82:6a378aca36af r20-0b91

Import from CVS: tag r20-0b91
author cvs
date Mon, 13 Aug 2007 09:07:36 +0200
parents 1ce6082ce73f
children 0d2f883870bc
comparison
equal deleted inserted replaced
81:ebca3d831cea 82:6a378aca36af
2247 signal_simple_error ("No TIFF support yet", inst); 2247 signal_simple_error ("No TIFF support yet", inst);
2248 return Qnil; 2248 return Qnil;
2249 } 2249 }
2250 2250
2251 static int 2251 static int
2252 tiff_possible_dest_types () 2252 tiff_possible_dest_types (void)
2253 { 2253 {
2254 return IMAGE_COLOR_PIXMAP_MASK; 2254 return IMAGE_COLOR_PIXMAP_MASK;
2255 } 2255 }
2256 2256
2257 static void 2257 static void