Mercurial > hg > xemacs-beta
comparison src/glyphs-msw.h @ 278:90d73dddcdc4 r21-0b37
Import from CVS: tag r21-0b37
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:31:29 +0200 |
parents | c5d627a313b1 |
children | c42ec1d1cded |
comparison
equal
deleted
inserted
replaced
277:cfdf3ff11843 | 278:90d73dddcdc4 |
---|---|
57 #define XIMAGE_INSTANCE_MSWINDOWS_MASK(i) \ | 57 #define XIMAGE_INSTANCE_MSWINDOWS_MASK(i) \ |
58 IMAGE_INSTANCE_MSWINDOWS_MASK (XIMAGE_INSTANCE (i)) | 58 IMAGE_INSTANCE_MSWINDOWS_MASK (XIMAGE_INSTANCE (i)) |
59 #define XIMAGE_INSTANCE_MSWINDOWS_ICON(i) \ | 59 #define XIMAGE_INSTANCE_MSWINDOWS_ICON(i) \ |
60 IMAGE_INSTANCE_MSWINDOWS_ICON (XIMAGE_INSTANCE (i)) | 60 IMAGE_INSTANCE_MSWINDOWS_ICON (XIMAGE_INSTANCE (i)) |
61 | 61 |
62 int | |
63 mswindows_resize_dibitmap_instance (struct Lisp_Image_Instance* ii, | |
64 struct frame* f, | |
65 int newx, int newy); | |
66 void | |
67 mswindows_create_icon_from_image(Lisp_Object image, struct frame* f, int size); | |
68 | |
62 #endif /* HAVE_MS_WINDOWS */ | 69 #endif /* HAVE_MS_WINDOWS */ |
63 #endif /* _XEMACS_GLYPHS_MSW_H_ */ | 70 #endif /* _XEMACS_GLYPHS_MSW_H_ */ |