comparison src/glyphs-msw.h @ 440:8de8e3f6228a r21-2-28

Import from CVS: tag r21-2-28
author cvs
date Mon, 13 Aug 2007 11:33:38 +0200
parents 3ecd8885ac67
children abe6d1db359e
comparison
equal deleted inserted replaced
439:357dd071b03c 440:8de8e3f6228a
18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19 Boston, MA 02111-1307, USA. */ 19 Boston, MA 02111-1307, USA. */
20 20
21 /* Synched up with: Not in FSF. */ 21 /* Synched up with: Not in FSF. */
22 22
23 #ifndef _XEMACS_GLYPHS_MSW_H_ 23 #ifndef INCLUDED_glyphs_msw_h_
24 #define _XEMACS_GLYPHS_MSW_H_ 24 #define INCLUDED_glyphs_msw_h_
25 25
26 #ifdef HAVE_MS_WINDOWS 26 #ifdef HAVE_MS_WINDOWS
27 27
28 #include <windows.h> 28 #include <windows.h>
29 #include "glyphs.h" 29 #include "glyphs.h"
62 IMAGE_INSTANCE_MSWINDOWS_MASK (XIMAGE_INSTANCE (i)) 62 IMAGE_INSTANCE_MSWINDOWS_MASK (XIMAGE_INSTANCE (i))
63 #define XIMAGE_INSTANCE_MSWINDOWS_ICON(i) \ 63 #define XIMAGE_INSTANCE_MSWINDOWS_ICON(i) \
64 IMAGE_INSTANCE_MSWINDOWS_ICON (XIMAGE_INSTANCE (i)) 64 IMAGE_INSTANCE_MSWINDOWS_ICON (XIMAGE_INSTANCE (i))
65 65
66 int 66 int
67 mswindows_resize_dibitmap_instance (struct Lisp_Image_Instance* ii, 67 mswindows_resize_dibitmap_instance (Lisp_Image_Instance* ii,
68 struct frame* f, 68 struct frame* f,
69 int newx, int newy); 69 int newx, int newy);
70 HBITMAP 70 HBITMAP
71 mswindows_create_resized_bitmap (struct Lisp_Image_Instance* ii, 71 mswindows_create_resized_bitmap (Lisp_Image_Instance* ii,
72 struct frame* f, 72 struct frame* f,
73 int newx, int newy); 73 int newx, int newy);
74 HBITMAP 74 HBITMAP
75 mswindows_create_resized_mask (struct Lisp_Image_Instance* ii, 75 mswindows_create_resized_mask (Lisp_Image_Instance* ii,
76 struct frame* f, 76 struct frame* f,
77 int newx, int newy); 77 int newx, int newy);
78 void 78 void
79 mswindows_initialize_image_instance_icon (struct Lisp_Image_Instance* image, 79 mswindows_initialize_image_instance_icon (Lisp_Image_Instance* image,
80 int cursor); 80 int cursor);
81 81
82 #define WIDGET_INSTANCE_MSWINDOWS_HANDLE(i) \ 82 #define WIDGET_INSTANCE_MSWINDOWS_HANDLE(i) \
83 (HWND) (IMAGE_INSTANCE_SUBWINDOW_ID (i)) 83 (HWND) (IMAGE_INSTANCE_SUBWINDOW_ID (i))
84 84
98 98
99 #define XIMAGE_INSTANCE_MSWINDOWS_CLIPWINDOW(i) \ 99 #define XIMAGE_INSTANCE_MSWINDOWS_CLIPWINDOW(i) \
100 IMAGE_INSTANCE_MSWINDOWS_CLIPWINDOW (XIMAGE_INSTANCE (i)) 100 IMAGE_INSTANCE_MSWINDOWS_CLIPWINDOW (XIMAGE_INSTANCE (i))
101 101
102 #endif /* HAVE_MS_WINDOWS */ 102 #endif /* HAVE_MS_WINDOWS */
103 #endif /* _XEMACS_GLYPHS_MSW_H_ */ 103
104 #endif /* INCLUDED_glyphs_msw_h_ */