comparison src/glyphs-msw.h @ 282:c42ec1d1cded r21-0b39

Import from CVS: tag r21-0b39
author cvs
date Mon, 13 Aug 2007 10:33:18 +0200
parents 90d73dddcdc4
children 57709be46d1b
comparison
equal deleted inserted replaced
281:090b52736db2 282:c42ec1d1cded
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 void 66 void
67 mswindows_create_icon_from_image(Lisp_Object image, struct frame* f, int size); 67 mswindows_initialize_image_instance_icon (struct Lisp_Image_Instance* image,
68 int cursor);
68 69
69 #endif /* HAVE_MS_WINDOWS */ 70 #endif /* HAVE_MS_WINDOWS */
70 #endif /* _XEMACS_GLYPHS_MSW_H_ */ 71 #endif /* _XEMACS_GLYPHS_MSW_H_ */