comparison src/objects-msw.h @ 400:a86b2b5e0111 r21-2-30

Import from CVS: tag r21-2-30
author cvs
date Mon, 13 Aug 2007 11:14:34 +0200
parents 74fd4e045ea6
children 697ef44129c6
comparison
equal deleted inserted replaced
399:376370fb5946 400:a86b2b5e0111
67 FONT_INSTANCE_MSWINDOWS_HFONT_I (c, (!!(strike)<<1)|!!(under)) 67 FONT_INSTANCE_MSWINDOWS_HFONT_I (c, (!!(strike)<<1)|!!(under))
68 68
69 /* If font creation during redisplay fails, then the following 69 /* If font creation during redisplay fails, then the following
70 value is used to prevent future attempts to create this font. 70 value is used to prevent future attempts to create this font.
71 Redisplay uses the "main" font when encounters this value */ 71 Redisplay uses the "main" font when encounters this value */
72 #define MSWINDOWS_BAD_HFONT INVALID_HANDLE_VALUE 72 #define MSWINDOWS_BAD_HFONT ((HFONT)INVALID_HANDLE_VALUE)
73 73
74 HFONT mswindows_get_hfont (Lisp_Font_Instance* f, int under, int strike); 74 HFONT mswindows_get_hfont (Lisp_Font_Instance* f, int under, int strike);
75 75
76 Lisp_Object mswindows_color_to_string (COLORREF color);
77
76 #endif /* INCLUDED_objects_msw_h_ */ 78 #endif /* INCLUDED_objects_msw_h_ */