Mercurial > hg > xemacs-beta
comparison src/glyphs-msw.c @ 298:70ad99077275 r21-0b47
Import from CVS: tag r21-0b47
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:39:40 +0200 |
parents | c9fe270a4101 |
children | c6de09ad3017 |
comparison
equal
deleted
inserted
replaced
297:deca3c1083ac | 298:70ad99077275 |
---|---|
51 Lisp_Object Qbmp; | 51 Lisp_Object Qbmp; |
52 Lisp_Object Vmswindows_bitmap_file_path; | 52 Lisp_Object Vmswindows_bitmap_file_path; |
53 static COLORREF transparent_color = RGB (1,1,1); | 53 static COLORREF transparent_color = RGB (1,1,1); |
54 | 54 |
55 DEFINE_IMAGE_INSTANTIATOR_FORMAT (resource); | 55 DEFINE_IMAGE_INSTANTIATOR_FORMAT (resource); |
56 Lisp_Object Qresource; | |
57 Lisp_Object Q_resource_type, Q_resource_id; | 56 Lisp_Object Q_resource_type, Q_resource_id; |
58 | 57 |
59 static void | 58 static void |
60 mswindows_initialize_dibitmap_image_instance (struct Lisp_Image_Instance *ii, | 59 mswindows_initialize_dibitmap_image_instance (struct Lisp_Image_Instance *ii, |
61 enum image_instance_type type); | 60 enum image_instance_type type); |