Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/src/glyphs-msw.h Mon Aug 13 10:34:15 2007 +0200 +++ b/src/glyphs-msw.h Mon Aug 13 10:35:03 2007 +0200 @@ -63,6 +63,14 @@ mswindows_resize_dibitmap_instance (struct Lisp_Image_Instance* ii, struct frame* f, int newx, int newy); +HBITMAP +mswindows_create_resized_bitmap (struct Lisp_Image_Instance* ii, + struct frame* f, + int newx, int newy); +HBITMAP +mswindows_create_resized_mask (struct Lisp_Image_Instance* ii, + struct frame* f, + int newx, int newy); void mswindows_initialize_image_instance_icon (struct Lisp_Image_Instance* image, int cursor);