XEmacs 21.2.30 "Hygeia".
[chise/xemacs-chise.git.1] / src / objects-msw.h
index 71b423b..f01de94 100644 (file)
@@ -69,8 +69,10 @@ struct mswindows_font_instance_data
 /* If font creation during redisplay fails, then the following
    value is used to prevent future attempts to create this font.
    Redisplay uses the "main" font when encounters this value */
-#define MSWINDOWS_BAD_HFONT INVALID_HANDLE_VALUE
+#define MSWINDOWS_BAD_HFONT ((HFONT)INVALID_HANDLE_VALUE)
 
 HFONT mswindows_get_hfont (Lisp_Font_Instance* f, int under, int strike);
 
+Lisp_Object mswindows_color_to_string (COLORREF color);
+
 #endif /* INCLUDED_objects_msw_h_ */