comparison src/objects.h @ 70:131b0175ea99 r20-0b30

Import from CVS: tag r20-0b30
author cvs
date Mon, 13 Aug 2007 09:02:59 +0200
parents 0293115a14e9
children e121b013d1f0
comparison
equal deleted inserted replaced
69:804d1389bcd6 70:131b0175ea99
152 #define FONT_INSTANCEP(x) RECORDP (x, font_instance) 152 #define FONT_INSTANCEP(x) RECORDP (x, font_instance)
153 #define GC_FONT_INSTANCEP(x) GC_RECORDP (x, font_instance) 153 #define GC_FONT_INSTANCEP(x) GC_RECORDP (x, font_instance)
154 #define CHECK_FONT_INSTANCE(x) CHECK_RECORD (x, font_instance) 154 #define CHECK_FONT_INSTANCE(x) CHECK_RECORD (x, font_instance)
155 #define CONCHECK_FONT_INSTANCE(x) CONCHECK_RECORD (x, font_instance) 155 #define CONCHECK_FONT_INSTANCE(x) CONCHECK_RECORD (x, font_instance)
156 156
157 #ifdef MULE
158 int font_spec_matches_charset (struct device *d, Lisp_Object charset,
159 CONST Bufbyte *nonreloc,
160 Lisp_Object reloc, Bytecount offset,
161 Bytecount length);
162 #endif
157 163
158 Lisp_Object Fmake_font_instance (Lisp_Object name, Lisp_Object device, 164 Lisp_Object Fmake_font_instance (Lisp_Object name, Lisp_Object device,
159 Lisp_Object no_error); 165 Lisp_Object no_error);
160 Lisp_Object Ffont_instance_p (Lisp_Object obj); 166 Lisp_Object Ffont_instance_p (Lisp_Object obj);
161 Lisp_Object Ffont_instance_name (Lisp_Object obj); 167 Lisp_Object Ffont_instance_name (Lisp_Object obj);