Mercurial > hg > xemacs-beta
comparison src/glyphs-msw.h @ 286:57709be46d1b r21-0b41
Import from CVS: tag r21-0b41
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:35:03 +0200 |
parents | c42ec1d1cded |
children | bbff43aa5eb7 |
comparison
equal
deleted
inserted
replaced
285:9a3756523c1b | 286:57709be46d1b |
---|---|
61 | 61 |
62 int | 62 int |
63 mswindows_resize_dibitmap_instance (struct Lisp_Image_Instance* ii, | 63 mswindows_resize_dibitmap_instance (struct Lisp_Image_Instance* ii, |
64 struct frame* f, | 64 struct frame* f, |
65 int newx, int newy); | 65 int newx, int newy); |
66 HBITMAP | |
67 mswindows_create_resized_bitmap (struct Lisp_Image_Instance* ii, | |
68 struct frame* f, | |
69 int newx, int newy); | |
70 HBITMAP | |
71 mswindows_create_resized_mask (struct Lisp_Image_Instance* ii, | |
72 struct frame* f, | |
73 int newx, int newy); | |
66 void | 74 void |
67 mswindows_initialize_image_instance_icon (struct Lisp_Image_Instance* image, | 75 mswindows_initialize_image_instance_icon (struct Lisp_Image_Instance* image, |
68 int cursor); | 76 int cursor); |
69 | 77 |
70 #endif /* HAVE_MS_WINDOWS */ | 78 #endif /* HAVE_MS_WINDOWS */ |