annotate src/glyphs-msw.c @ 424:11054d720c21 r21-2-20

Import from CVS: tag r21-2-20
author cvs
date Mon, 13 Aug 2007 11:26:11 +0200
parents 95016f13131a
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
1 /* mswindows-specific glyph objects.
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2 Copyright (C) 1998, 1999 Andy Piper.
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
4 This file is part of XEmacs.
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
5
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
6 XEmacs is free software; you can redistribute it and/or modify it
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
7 under the terms of the GNU General Public License as published by the
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
8 Free Software Foundation; either version 2, or (at your option) any
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
9 later version.
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
10
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
11 XEmacs is distributed in the hope that it will be useful, but WITHOUT
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
12 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
13 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
14 for more details.
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
15
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
16 You should have received a copy of the GNU General Public License
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
17 along with XEmacs; see the file COPYING. If not, write to
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
19 Boston, MA 02111-1307, USA. */
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
20
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
21 /* Synched up with: Not in FSF. */
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
22
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
23 /* written by Andy Piper <andy@xemacs.org> plagerising bits from
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
24 glyphs-x.c */
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
25
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
26 #include <config.h>
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
27 #include "lisp.h"
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
28 #include "lstream.h"
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
29
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
30 #define OEMRESOURCE /* Define OCR_ and friend constants */
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
31 #include "console-msw.h"
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
32 #include "glyphs-msw.h"
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
33 #include "objects-msw.h"
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
34
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
35 #include "window.h"
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
36 #include "elhash.h"
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
37 #include "buffer.h"
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
38 #include "frame.h"
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
39 #include "insdel.h"
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
40 #include "opaque.h"
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
41 #include "sysfile.h"
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
42 #include "faces.h"
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
43 #include "imgproc.h"
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
44
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
45 #ifdef FILE_CODING
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
46 #include "file-coding.h"
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
47 #endif
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
48 #include <stdio.h>
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
49 #include <ctype.h>
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
50 #ifdef HAVE_XFACE
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
51 #include <setjmp.h>
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
52 #endif
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
53
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
54 #define WIDGET_GLYPH_SLOT 0
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
55
420
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
56 DECLARE_IMAGE_INSTANTIATOR_FORMAT (nothing);
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
57 DECLARE_IMAGE_INSTANTIATOR_FORMAT (string);
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
58 DECLARE_IMAGE_INSTANTIATOR_FORMAT (formatted_string);
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
59 DECLARE_IMAGE_INSTANTIATOR_FORMAT (inherit);
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
60 DECLARE_IMAGE_INSTANTIATOR_FORMAT (layout);
420
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
61 #ifdef HAVE_JPEG
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
62 DECLARE_IMAGE_INSTANTIATOR_FORMAT (jpeg);
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
63 #endif
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
64 #ifdef HAVE_TIFF
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
65 DECLARE_IMAGE_INSTANTIATOR_FORMAT (tiff);
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
66 #endif
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
67 #ifdef HAVE_PNG
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
68 DECLARE_IMAGE_INSTANTIATOR_FORMAT (png);
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
69 #endif
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
70 #ifdef HAVE_GIF
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
71 DECLARE_IMAGE_INSTANTIATOR_FORMAT (gif);
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
72 #endif
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
73 #ifdef HAVE_XPM
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
74 DEFINE_DEVICE_IIFORMAT (mswindows, xpm);
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
75 #endif
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
76 DEFINE_DEVICE_IIFORMAT (mswindows, xbm);
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
77 #ifdef HAVE_XFACE
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
78 DEFINE_DEVICE_IIFORMAT (mswindows, xface);
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
79 #endif
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
80 DEFINE_DEVICE_IIFORMAT (mswindows, button);
420
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
81 DEFINE_DEVICE_IIFORMAT (mswindows, edit_field);
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
82 DEFINE_DEVICE_IIFORMAT (mswindows, subwindow);
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
83 DEFINE_DEVICE_IIFORMAT (mswindows, widget);
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
84 DEFINE_DEVICE_IIFORMAT (mswindows, label);
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
85 DEFINE_DEVICE_IIFORMAT (mswindows, scrollbar);
420
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
86 DEFINE_DEVICE_IIFORMAT (mswindows, combo_box);
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
87 DEFINE_DEVICE_IIFORMAT (mswindows, progress_gauge);
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
88 DEFINE_DEVICE_IIFORMAT (mswindows, tree_view);
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
89 DEFINE_DEVICE_IIFORMAT (mswindows, tab_control);
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
90
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
91 DEFINE_IMAGE_INSTANTIATOR_FORMAT (bmp);
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
92 Lisp_Object Qbmp;
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
93 Lisp_Object Vmswindows_bitmap_file_path;
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
94 static COLORREF transparent_color = RGB (1,1,1);
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
95
304
c6de09ad3017 Import from CVS: tag r21-0b50
cvs
parents: 298
diff changeset
96 DEFINE_IMAGE_INSTANTIATOR_FORMAT (mswindows_resource);
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
97 Lisp_Object Q_resource_type, Q_resource_id;
304
c6de09ad3017 Import from CVS: tag r21-0b50
cvs
parents: 298
diff changeset
98 Lisp_Object Qmswindows_resource;
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
99
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
100 static void
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
101 mswindows_initialize_dibitmap_image_instance (struct Lisp_Image_Instance *ii,
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
102 int slices,
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
103 enum image_instance_type type);
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
104 static void
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
105 mswindows_initialize_image_instance_mask (struct Lisp_Image_Instance* image,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
106 struct frame* f);
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
107
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
108 COLORREF mswindows_string_to_color (CONST char *name);
406
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
109
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
110 #define BPLINE(width) ((int)(~3UL & (unsigned long)((width) +3)))
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
111
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
112 /************************************************************************/
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
113 /* convert from a series of RGB triples to a BITMAPINFO formated for the*/
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
114 /* proper display */
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
115 /************************************************************************/
278
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
116 static BITMAPINFO* convert_EImage_to_DIBitmap (Lisp_Object device,
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
117 int width, int height,
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
118 unsigned char *pic,
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
119 int *bit_count,
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
120 unsigned char** bmp_data)
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
121 {
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
122 struct device *d = XDEVICE (device);
269
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
123 int i,j;
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
124 RGBQUAD* colortbl;
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
125 int ncolors;
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
126 BITMAPINFO* bmp_info;
269
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
127 unsigned char *ip, *dp;
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
128
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
129 if (DEVICE_MSWINDOWS_BITSPIXEL (d) > 0)
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
130 {
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
131 int bpline = BPLINE(width * 3);
380
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
132 /* FIXME: we can do this because 24bpp implies no color table, once
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
133 * we start palettizing this is no longer true. The X versions of
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
134 * this function quantises to 256 colors or bit masks down to a
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
135 * long. Windows can actually handle rgb triples in the raw so I
272
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
136 * don't see much point trying to optimize down to the best
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
137 * structure - unless it has memory / color allocation implications
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
138 * .... */
269
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
139 bmp_info=xnew_and_zero (BITMAPINFO);
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
140
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
141 if (!bmp_info)
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
142 {
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
143 return NULL;
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
144 }
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
145
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
146 bmp_info->bmiHeader.biBitCount=24; /* just RGB triples for now */
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
147 bmp_info->bmiHeader.biCompression=BI_RGB; /* just RGB triples for now */
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
148 bmp_info->bmiHeader.biSizeImage=width*height*3;
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
149
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
150 /* bitmap data needs to be in blue, green, red triples - in that
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
151 order, eimage is in RGB format so we need to convert */
272
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
152 *bmp_data = xnew_array_and_zero (unsigned char, bpline * height);
278
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
153 *bit_count = bpline * height;
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
154
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
155 if (!bmp_data)
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
156 {
272
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
157 xfree (bmp_info);
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
158 return NULL;
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
159 }
272
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
160
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
161 ip = pic;
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
162 for (i = height-1; i >= 0; i--) {
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
163 dp = (*bmp_data) + (i * bpline);
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
164 for (j = 0; j < width; j++) {
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
165 dp[2] =*ip++;
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
166 dp[1] =*ip++;
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
167 *dp =*ip++;
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
168 dp += 3;
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
169 }
272
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
170 }
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
171 }
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
172 else /* scale to 256 colors */
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
173 {
272
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
174 int rd,gr,bl;
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
175 quant_table *qtable;
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
176 int bpline = BPLINE (width * 3);
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
177 /* Quantize the image and get a histogram while we're at it.
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
178 Do this first to save memory */
269
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
179 qtable = build_EImage_quantable(pic, width, height, 256);
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
180 if (qtable == NULL) return NULL;
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
181
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
182 /* use our quantize table to allocate the colors */
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
183 ncolors = qtable->num_active_colors;
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
184 bmp_info=(BITMAPINFO*)xmalloc_and_zero (sizeof(BITMAPINFOHEADER) +
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
185 sizeof(RGBQUAD) * ncolors);
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
186 if (!bmp_info)
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
187 {
272
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
188 xfree (qtable);
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
189 return NULL;
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
190 }
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
191
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
192 colortbl=(RGBQUAD*)(((unsigned char*)bmp_info)+sizeof(BITMAPINFOHEADER));
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
193
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
194 bmp_info->bmiHeader.biBitCount=8;
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
195 bmp_info->bmiHeader.biCompression=BI_RGB;
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
196 bmp_info->bmiHeader.biSizeImage=bpline*height;
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
197 bmp_info->bmiHeader.biClrUsed=ncolors;
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
198 bmp_info->bmiHeader.biClrImportant=ncolors;
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
199
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
200 *bmp_data = (unsigned char *) xmalloc_and_zero (bpline * height);
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
201 *bit_count = bpline * height;
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
202
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
203 if (!*bmp_data)
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
204 {
269
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
205 xfree (qtable);
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
206 xfree (bmp_info);
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
207 return NULL;
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
208 }
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
209
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
210 /* build up an RGBQUAD colortable */
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
211 for (i = 0; i < qtable->num_active_colors; i++) {
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
212 colortbl[i].rgbRed = (BYTE) qtable->rm[i];
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
213 colortbl[i].rgbGreen = (BYTE) qtable->gm[i];
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
214 colortbl[i].rgbBlue = (BYTE) qtable->bm[i];
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
215 colortbl[i].rgbReserved = 0;
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
216 }
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
217
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
218 /* now build up the data. picture has to be upside-down and
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
219 back-to-front for msw bitmaps */
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
220 ip = pic;
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
221 for (i = height-1; i >= 0; i--) {
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
222 dp = (*bmp_data) + (i * bpline);
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
223 for (j = 0; j < width; j++) {
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
224 rd = *ip++;
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
225 gr = *ip++;
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
226 bl = *ip++;
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
227 *dp++ = QUANT_GET_COLOR (qtable,rd,gr,bl);
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
228 }
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
229 }
269
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
230 xfree (qtable);
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
231 }
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
232 /* fix up the standard stuff */
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
233 bmp_info->bmiHeader.biWidth=width;
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
234 bmp_info->bmiHeader.biHeight=height;
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
235 bmp_info->bmiHeader.biPlanes=1;
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
236 bmp_info->bmiHeader.biSize=sizeof(BITMAPINFOHEADER);
269
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
237 bmp_info->bmiHeader.biXPelsPerMeter=0; /* unless you know better */
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
238 bmp_info->bmiHeader.biYPelsPerMeter=0;
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
239
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
240 return bmp_info;
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
241 }
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
242
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
243 /* Given a pixmap filename, look through all of the "standard" places
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
244 where the file might be located. Return a full pathname if found;
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
245 otherwise, return Qnil. */
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
246
280
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
247 static Lisp_Object
278
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
248 mswindows_locate_pixmap_file (Lisp_Object name)
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
249 {
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
250 /* This function can GC if IN_REDISPLAY is false */
276
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 272
diff changeset
251 Lisp_Object found;
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
252
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
253 /* Check non-absolute pathnames with a directory component relative to
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
254 the search path; that's the way Xt does it. */
269
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
255 if (IS_DIRECTORY_SEP(XSTRING_BYTE (name, 0)) ||
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
256 (XSTRING_BYTE (name, 0) == '.' &&
269
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
257 (IS_DIRECTORY_SEP(XSTRING_BYTE (name, 1)) ||
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
258 (XSTRING_BYTE (name, 1) == '.' &&
269
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
259 (IS_DIRECTORY_SEP(XSTRING_BYTE (name, 2)))))))
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
260 {
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
261 if (!NILP (Ffile_readable_p (name)))
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
262 return name;
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
263 else
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
264 return Qnil;
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
265 }
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
266
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
267 if (locate_file (Vmswindows_bitmap_file_path, name, Qnil, &found, R_OK) < 0)
276
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 272
diff changeset
268 {
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 272
diff changeset
269 Lisp_Object temp = list1 (Vdata_directory);
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 272
diff changeset
270 struct gcpro gcpro1;
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
271
276
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 272
diff changeset
272 GCPRO1 (temp);
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
273 locate_file (temp, name, Qnil, &found, R_OK);
276
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 272
diff changeset
274 UNGCPRO;
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 272
diff changeset
275 }
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
276
276
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 272
diff changeset
277 return found;
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
278 }
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
279
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
280
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
281 /* Initialize an image instance from a bitmap
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
282
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
283 DEST_MASK specifies the mask of allowed image types.
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
284
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
285 If this fails, signal an error. INSTANTIATOR is only used
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
286 in the error message. */
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
287
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
288 static void
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
289 init_image_instance_from_dibitmap (struct Lisp_Image_Instance *ii,
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
290 BITMAPINFO *bmp_info,
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
291 int dest_mask,
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
292 void *bmp_data,
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
293 int bmp_bits,
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
294 int slices,
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
295 Lisp_Object instantiator,
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
296 int x_hot, int y_hot,
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
297 int create_mask)
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
298 {
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
299 Lisp_Object device = IMAGE_INSTANCE_DEVICE (ii);
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
300 struct device *d = XDEVICE (device);
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
301 struct frame *f;
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
302 void* bmp_buf=0;
418
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
303 int type = 0;
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
304 HBITMAP bitmap;
269
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
305 HDC hdc;
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
306
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
307 if (!DEVICE_MSWINDOWS_P (d))
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
308 signal_simple_error ("Not an mswindows device", device);
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
309
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
310 if (NILP (DEVICE_SELECTED_FRAME (d)))
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
311 signal_simple_error ("No selected frame on mswindows device", device);
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
312
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
313 f = XFRAME (DEVICE_SELECTED_FRAME (d));
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
314
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
315 if (dest_mask & IMAGE_COLOR_PIXMAP_MASK)
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
316 type = IMAGE_COLOR_PIXMAP;
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
317 else if (dest_mask & IMAGE_POINTER_MASK)
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
318 type = IMAGE_POINTER;
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
319 else
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
320 incompatible_image_types (instantiator, dest_mask,
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
321 IMAGE_COLOR_PIXMAP_MASK | IMAGE_POINTER_MASK);
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
322 hdc = FRAME_MSWINDOWS_CDC (f);
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 400
diff changeset
323
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
324 bitmap=CreateDIBSection (hdc,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
325 bmp_info,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
326 DIB_RGB_COLORS,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
327 &bmp_buf,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
328 0,0);
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
329
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
330 if (!bitmap || !bmp_buf)
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
331 signal_simple_error ("Unable to create bitmap", instantiator);
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
332
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
333 /* copy in the actual bitmap */
269
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
334 memcpy (bmp_buf, bmp_data, bmp_bits);
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
335
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
336 mswindows_initialize_dibitmap_image_instance (ii, slices, type);
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
337
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
338 IMAGE_INSTANCE_PIXMAP_FILENAME (ii) =
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
339 find_keyword_in_vector (instantiator, Q_file);
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
340
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
341 /* Fixup a set of bitmaps. */
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
342 IMAGE_INSTANCE_MSWINDOWS_BITMAP (ii) = bitmap;
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
343
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
344 IMAGE_INSTANCE_MSWINDOWS_MASK (ii) = NULL;
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
345 IMAGE_INSTANCE_PIXMAP_WIDTH (ii) = bmp_info->bmiHeader.biWidth;
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
346 IMAGE_INSTANCE_PIXMAP_HEIGHT (ii) = bmp_info->bmiHeader.biHeight;
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
347 IMAGE_INSTANCE_PIXMAP_DEPTH (ii) = bmp_info->bmiHeader.biBitCount;
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
348 XSETINT (IMAGE_INSTANCE_PIXMAP_HOTSPOT_X (ii), x_hot);
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
349 XSETINT (IMAGE_INSTANCE_PIXMAP_HOTSPOT_Y (ii), y_hot);
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
350
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
351 if (create_mask)
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
352 {
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
353 mswindows_initialize_image_instance_mask (ii, f);
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
354 }
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
355
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
356 if (type == IMAGE_POINTER)
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
357 {
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
358 mswindows_initialize_image_instance_icon(ii, TRUE);
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
359 }
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
360 }
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
361
278
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
362 static void
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
363 image_instance_add_dibitmap (struct Lisp_Image_Instance *ii,
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
364 BITMAPINFO *bmp_info,
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
365 void *bmp_data,
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
366 int bmp_bits,
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
367 int slice,
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
368 Lisp_Object instantiator)
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
369 {
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
370 Lisp_Object device = IMAGE_INSTANCE_DEVICE (ii);
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
371 struct device *d = XDEVICE (device);
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
372 struct frame *f = XFRAME (DEVICE_SELECTED_FRAME (d));
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
373 void* bmp_buf=0;
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
374 HDC hdc = FRAME_MSWINDOWS_CDC (f);
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
375 HBITMAP bitmap = CreateDIBSection (hdc,
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
376 bmp_info,
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
377 DIB_RGB_COLORS,
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
378 &bmp_buf,
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
379 0,0);
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
380
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
381 if (!bitmap || !bmp_buf)
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
382 signal_simple_error ("Unable to create bitmap", instantiator);
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
383
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
384 /* copy in the actual bitmap */
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
385 memcpy (bmp_buf, bmp_data, bmp_bits);
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
386 IMAGE_INSTANCE_MSWINDOWS_BITMAP_SLICE (ii, slice) = bitmap;
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
387 }
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
388
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
389 static void
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
390 mswindows_init_image_instance_from_eimage (struct Lisp_Image_Instance *ii,
278
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
391 int width, int height,
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
392 int slices,
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
393 unsigned char *eimage,
278
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
394 int dest_mask,
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
395 Lisp_Object instantiator,
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
396 Lisp_Object domain)
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
397 {
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
398 Lisp_Object device = IMAGE_INSTANCE_DEVICE (ii);
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
399 BITMAPINFO* bmp_info;
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
400 unsigned char* bmp_data;
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
401 int bmp_bits;
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
402 COLORREF bkcolor;
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
403 int slice;
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
404
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
405 if (!DEVICE_MSWINDOWS_P (XDEVICE (device)))
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
406 signal_simple_error ("Not an mswindows device", device);
278
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
407
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
408 /* this is a hack but MaskBlt and TransparentBlt are not supported
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
409 on most windows variants */
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
410 bkcolor = COLOR_INSTANCE_MSWINDOWS_COLOR
278
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
411 (XCOLOR_INSTANCE (FACE_BACKGROUND (Vdefault_face, domain)));
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
412
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
413 for (slice = 0; slice < slices; slice++)
278
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
414 {
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
415 /* build a bitmap from the eimage */
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
416 if (!(bmp_info=convert_EImage_to_DIBitmap (device, width, height,
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
417 eimage + (width * height * 3 * slice),
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
418 &bmp_bits, &bmp_data)))
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
419 {
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
420 signal_simple_error ("EImage to DIBitmap conversion failed",
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
421 instantiator);
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
422 }
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
423
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
424 /* Now create the pixmap and set up the image instance */
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
425 if (slice == 0)
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
426 init_image_instance_from_dibitmap (ii, bmp_info, dest_mask,
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
427 bmp_data, bmp_bits, slices, instantiator,
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
428 0, 0, 0);
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
429 else
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
430 image_instance_add_dibitmap (ii, bmp_info, bmp_data, bmp_bits, slice,
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
431 instantiator);
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
432
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
433 xfree (bmp_info);
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
434 xfree (bmp_data);
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
435 }
278
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
436 }
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
437
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
438 static void set_mono_pixel ( unsigned char* bits,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
439 int bpline, int height,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
440 int x, int y, int white )
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
441 {
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
442 int index;
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
443 unsigned char bitnum;
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
444 /* Find the byte on which this scanline begins */
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
445 index = (height - y - 1) * bpline;
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
446 /* Find the byte containing this pixel */
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
447 index += (x >> 3);
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
448 /* Which bit is it? */
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
449 bitnum = (unsigned char)( 7 - (x % 8) );
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
450 if( white ) /* Turn it on */
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
451 bits[index] |= (1<<bitnum);
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
452 else /* Turn it off */
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
453 bits[index] &= ~(1<<bitnum);
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
454 }
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
455
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
456 static void
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
457 mswindows_initialize_image_instance_mask (struct Lisp_Image_Instance* image,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
458 struct frame* f)
276
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 272
diff changeset
459 {
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
460 HBITMAP mask;
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
461 HGDIOBJ old = NULL;
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
462 HDC hcdc = FRAME_MSWINDOWS_CDC (f);
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
463 unsigned char* dibits;
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
464 BITMAPINFO* bmp_info =
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
465 xmalloc_and_zero (sizeof(BITMAPINFO) + sizeof(RGBQUAD));
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
466 int i, j;
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
467 int height = IMAGE_INSTANCE_PIXMAP_HEIGHT (image);
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
468
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
469 void* and_bits;
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
470 int maskbpline = BPLINE (((IMAGE_INSTANCE_PIXMAP_WIDTH (image)+7)/8));
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
471 int bpline = BPLINE (IMAGE_INSTANCE_PIXMAP_WIDTH (image) * 3);
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
472
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
473 if (!bmp_info)
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
474 return;
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
475
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
476 bmp_info->bmiHeader.biWidth=IMAGE_INSTANCE_PIXMAP_WIDTH (image);
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
477 bmp_info->bmiHeader.biHeight = height;
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
478 bmp_info->bmiHeader.biPlanes=1;
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
479 bmp_info->bmiHeader.biSize=sizeof(BITMAPINFOHEADER);
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
480 bmp_info->bmiHeader.biBitCount=1;
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
481 bmp_info->bmiHeader.biCompression=BI_RGB;
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
482 bmp_info->bmiHeader.biClrUsed = 2;
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
483 bmp_info->bmiHeader.biClrImportant = 2;
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
484 bmp_info->bmiHeader.biSizeImage = height * maskbpline;
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
485 bmp_info->bmiColors[0].rgbRed = 0;
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
486 bmp_info->bmiColors[0].rgbGreen = 0;
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
487 bmp_info->bmiColors[0].rgbBlue = 0;
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
488 bmp_info->bmiColors[0].rgbReserved = 0;
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
489 bmp_info->bmiColors[1].rgbRed = 255;
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
490 bmp_info->bmiColors[1].rgbGreen = 255;
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
491 bmp_info->bmiColors[1].rgbBlue = 255;
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
492 bmp_info->bmiColors[0].rgbReserved = 0;
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
493
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
494 if (!(mask = CreateDIBSection (hcdc,
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
495 bmp_info,
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
496 DIB_RGB_COLORS,
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
497 &and_bits,
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
498 0,0)))
276
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 272
diff changeset
499 {
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
500 xfree (bmp_info);
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
501 return;
276
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 272
diff changeset
502 }
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 272
diff changeset
503
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
504 old = SelectObject (hcdc, IMAGE_INSTANCE_MSWINDOWS_BITMAP (image));
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
505 /* build up an in-memory set of bits to mess with */
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
506 xzero (*bmp_info);
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
507
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
508 bmp_info->bmiHeader.biWidth=IMAGE_INSTANCE_PIXMAP_WIDTH (image);
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
509 bmp_info->bmiHeader.biHeight = -height;
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
510 bmp_info->bmiHeader.biPlanes=1;
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
511 bmp_info->bmiHeader.biSize=sizeof(BITMAPINFOHEADER);
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
512 bmp_info->bmiHeader.biBitCount=24;
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
513 bmp_info->bmiHeader.biCompression=BI_RGB;
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
514 bmp_info->bmiHeader.biClrUsed = 0;
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
515 bmp_info->bmiHeader.biClrImportant = 0;
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
516 bmp_info->bmiHeader.biSizeImage = height * bpline;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
517
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
518 dibits = xmalloc_and_zero (bpline * height);
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
519 if (GetDIBits (hcdc,
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
520 IMAGE_INSTANCE_MSWINDOWS_BITMAP (image),
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
521 0,
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
522 height,
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
523 dibits,
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
524 bmp_info,
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
525 DIB_RGB_COLORS) <= 0)
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
526 {
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
527 xfree (bmp_info);
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
528 return;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
529 }
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
530
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
531 /* now set the colored bits in the mask and transparent ones to
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
532 black in the original */
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
533 for(i=0; i<IMAGE_INSTANCE_PIXMAP_WIDTH (image); i++)
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
534 {
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
535 for(j=0; j<height; j++)
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
536 {
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
537 unsigned char* idx = &dibits[j * bpline + i * 3];
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
538
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
539 if( RGB (idx[2], idx[1], idx[0]) == transparent_color )
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
540 {
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
541 idx[0] = idx[1] = idx[2] = 0;
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
542 set_mono_pixel( and_bits, maskbpline, height, i, j, TRUE );
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
543 }
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
544 else
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
545 {
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
546 set_mono_pixel( and_bits, maskbpline, height, i, j, FALSE );
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
547 }
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
548 }
276
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 272
diff changeset
549 }
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 272
diff changeset
550
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
551 SetDIBits (hcdc,
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
552 IMAGE_INSTANCE_MSWINDOWS_BITMAP (image),
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
553 0,
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
554 height,
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
555 dibits,
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
556 bmp_info,
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
557 DIB_RGB_COLORS);
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
558
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
559 xfree (bmp_info);
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
560 xfree (dibits);
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
561
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
562 SelectObject(hcdc, old);
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
563
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
564 IMAGE_INSTANCE_MSWINDOWS_MASK (image) = mask;
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
565 }
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
566
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
567 void
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
568 mswindows_initialize_image_instance_icon (struct Lisp_Image_Instance* image,
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
569 int cursor)
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
570 {
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
571 ICONINFO x_icon;
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
572
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
573 /* we rely on windows to do any resizing necessary */
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
574 x_icon.fIcon=cursor ? FALSE : TRUE;
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
575 x_icon.xHotspot=XINT (IMAGE_INSTANCE_PIXMAP_HOTSPOT_X (image));
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
576 x_icon.yHotspot=XINT (IMAGE_INSTANCE_PIXMAP_HOTSPOT_Y (image));
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
577 x_icon.hbmMask=IMAGE_INSTANCE_MSWINDOWS_MASK (image);
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
578 x_icon.hbmColor=IMAGE_INSTANCE_MSWINDOWS_BITMAP (image);
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
579
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
580 IMAGE_INSTANCE_MSWINDOWS_ICON (image)=
276
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 272
diff changeset
581 CreateIconIndirect (&x_icon);
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 272
diff changeset
582 }
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 272
diff changeset
583
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
584 HBITMAP
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
585 mswindows_create_resized_bitmap (struct Lisp_Image_Instance* ii,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
586 struct frame* f,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
587 int newx, int newy)
276
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 272
diff changeset
588 {
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
589 HBITMAP newbmp;
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
590 HGDIOBJ old1, old2;
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
591 HDC hcdc = FRAME_MSWINDOWS_CDC (f);
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
592 HDC hdcDst = CreateCompatibleDC (hcdc);
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
593
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
594 old1 = SelectObject (hcdc, IMAGE_INSTANCE_MSWINDOWS_BITMAP (ii));
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
595
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
596 newbmp = CreateCompatibleBitmap (hcdc, newx, newy);
276
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 272
diff changeset
597
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
598 old2 = SelectObject (hdcDst, newbmp);
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
599
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
600 if (!StretchBlt (hdcDst, 0, 0, newx, newy,
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
601 hcdc, 0, 0,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
602 IMAGE_INSTANCE_PIXMAP_WIDTH (ii),
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
603 IMAGE_INSTANCE_PIXMAP_HEIGHT (ii),
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
604 SRCCOPY))
276
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 272
diff changeset
605 {
373
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
606 DeleteObject (newbmp);
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
607 DeleteDC (hdcDst);
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
608 return 0;
276
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 272
diff changeset
609 }
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
610
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
611 SelectObject (hdcDst, old2);
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
612 SelectObject (hcdc, old1);
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
613 DeleteDC (hdcDst);
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
614
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
615 return newbmp;
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
616 }
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
617
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
618 HBITMAP
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
619 mswindows_create_resized_mask (struct Lisp_Image_Instance* ii,
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
620 struct frame* f,
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
621 int newx, int newy)
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
622 {
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
623 if (IMAGE_INSTANCE_MSWINDOWS_MASK (ii))
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
624 {
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
625 HBITMAP newmask;
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
626 HGDIOBJ old1, old2;
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
627 HDC hcdc = FRAME_MSWINDOWS_CDC (f);
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
628 HDC hdcDst = CreateCompatibleDC (hcdc);
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
629
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
630 old1 = SelectObject (hcdc, IMAGE_INSTANCE_MSWINDOWS_MASK (ii));
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
631 newmask = CreateCompatibleBitmap(hcdc, newx, newy);
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
632 old2 = SelectObject (hdcDst, newmask);
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 400
diff changeset
633
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
634 if (!StretchBlt(hdcDst, 0, 0, newx, newy,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
635 hcdc, 0, 0,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
636 IMAGE_INSTANCE_PIXMAP_WIDTH (ii),
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
637 IMAGE_INSTANCE_PIXMAP_HEIGHT (ii),
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
638 SRCCOPY))
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
639 {
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
640 DeleteObject (newmask);
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
641 DeleteDC (hdcDst);
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
642 return NULL;
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
643 }
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
644
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
645 SelectObject (hdcDst, old2);
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
646 SelectObject (hcdc, old1);
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
647
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
648 DeleteDC (hdcDst);
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
649
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
650 return newmask;
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
651 }
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
652
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
653 return NULL;
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
654 }
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
655
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
656 int
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
657 mswindows_resize_dibitmap_instance (struct Lisp_Image_Instance* ii,
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
658 struct frame* f,
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
659 int newx, int newy)
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
660 {
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
661 HBITMAP newbmp = mswindows_create_resized_bitmap (ii, f, newx, newy);
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
662 HBITMAP newmask = mswindows_create_resized_mask (ii, f, newx, newy);
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
663
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
664 if (!newbmp)
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
665 return FALSE;
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
666
276
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 272
diff changeset
667 if (IMAGE_INSTANCE_MSWINDOWS_BITMAP (ii))
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 272
diff changeset
668 DeleteObject (IMAGE_INSTANCE_MSWINDOWS_BITMAP (ii));
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 272
diff changeset
669 if (IMAGE_INSTANCE_MSWINDOWS_MASK (ii))
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 272
diff changeset
670 DeleteObject (IMAGE_INSTANCE_MSWINDOWS_MASK (ii));
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 272
diff changeset
671
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 272
diff changeset
672 IMAGE_INSTANCE_MSWINDOWS_BITMAP (ii) = newbmp;
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
673 IMAGE_INSTANCE_MSWINDOWS_MASK (ii) = newmask;
276
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 272
diff changeset
674 IMAGE_INSTANCE_PIXMAP_WIDTH (ii) = newx;
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 272
diff changeset
675 IMAGE_INSTANCE_PIXMAP_HEIGHT (ii) = newy;
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 272
diff changeset
676
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 272
diff changeset
677 return TRUE;
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 272
diff changeset
678 }
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 272
diff changeset
679
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
680 /**********************************************************************
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
681 * XPM *
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
682 **********************************************************************/
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
683
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
684 #ifdef HAVE_XPM
280
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
685
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
686 struct color_symbol
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
687 {
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
688 char* name;
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
689 COLORREF color;
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
690 };
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
691
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
692 static struct color_symbol*
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
693 extract_xpm_color_names (Lisp_Object device,
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
694 Lisp_Object domain,
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
695 Lisp_Object color_symbol_alist,
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
696 int* nsymbols)
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
697 {
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
698 /* This function can GC */
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
699 Lisp_Object rest;
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
700 Lisp_Object results = Qnil;
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
701 int i, j;
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
702 struct color_symbol *colortbl;
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
703 struct gcpro gcpro1, gcpro2;
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
704
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
705 GCPRO2 (results, device);
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
706
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
707 /* We built up results to be (("name" . #<color>) ...) so that if an
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
708 error happens we don't lose any malloc()ed data, or more importantly,
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
709 leave any pixels allocated in the server. */
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
710 i = 0;
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
711 LIST_LOOP (rest, color_symbol_alist)
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
712 {
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
713 Lisp_Object cons = XCAR (rest);
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
714 Lisp_Object name = XCAR (cons);
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
715 Lisp_Object value = XCDR (cons);
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
716 if (NILP (value))
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
717 continue;
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
718 if (STRINGP (value))
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
719 value =
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
720 Fmake_color_instance
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
721 (value, device, encode_error_behavior_flag (ERROR_ME_NOT));
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
722 else
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
723 {
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
724 assert (COLOR_SPECIFIERP (value));
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
725 value = Fspecifier_instance (value, domain, Qnil, Qnil);
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
726 }
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
727 if (NILP (value))
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
728 continue;
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
729 results = noseeum_cons (noseeum_cons (name, value), results);
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
730 i++;
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
731 }
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
732 UNGCPRO; /* no more evaluation */
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
733
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
734 *nsymbols=i;
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
735 if (i == 0) return 0;
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
736
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
737 colortbl = xnew_array_and_zero (struct color_symbol, i);
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
738
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
739 for (j=0; j<i; j++)
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
740 {
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
741 Lisp_Object cons = XCAR (results);
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
742 colortbl[j].color =
280
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
743 COLOR_INSTANCE_MSWINDOWS_COLOR (XCOLOR_INSTANCE (XCDR (cons)));
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
744
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
745 GET_C_STRING_OS_DATA_ALLOCA (XCAR (cons), colortbl[j].name);
396
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 388
diff changeset
746 colortbl[j].name = xstrdup (colortbl[j].name); /* mustn't lose this when we return */
280
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
747 free_cons (XCONS (cons));
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
748 cons = results;
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
749 results = XCDR (results);
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
750 free_cons (XCONS (cons));
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
751 }
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
752 return colortbl;
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
753 }
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
754
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
755 static int xpm_to_eimage (Lisp_Object image, CONST Extbyte *buffer,
276
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 272
diff changeset
756 unsigned char** data,
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 272
diff changeset
757 int* width, int* height,
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 272
diff changeset
758 int* x_hot, int* y_hot,
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
759 int* transp,
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
760 struct color_symbol* color_symbols,
280
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
761 int nsymbols)
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
762 {
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
763 XpmImage xpmimage;
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
764 XpmInfo xpminfo;
280
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
765 int result, i, j, transp_idx, maskbpline;
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
766 unsigned char* dptr;
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
767 unsigned int* sptr;
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
768 COLORREF color; /* the american spelling virus hits again .. */
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
769 COLORREF* colortbl;
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
770
272
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
771 xzero (xpmimage);
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
772 xzero (xpminfo);
276
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 272
diff changeset
773 xpminfo.valuemask=XpmHotspot;
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
774 *transp=FALSE;
276
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 272
diff changeset
775
269
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
776 result = XpmCreateXpmImageFromBuffer ((char*)buffer,
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
777 &xpmimage,
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
778 &xpminfo);
269
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
779 switch (result)
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
780 {
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
781 case XpmSuccess:
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
782 break;
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
783 case XpmFileInvalid:
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
784 {
380
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
785 signal_simple_error ("Invalid XPM data", image);
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
786 }
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
787 case XpmNoMemory:
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
788 {
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
789 signal_double_file_error ("Parsing pixmap data",
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
790 "out of memory", image);
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
791 }
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
792 default:
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
793 {
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
794 signal_double_file_error_2 ("Parsing pixmap data",
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
795 "unknown error code",
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
796 make_int (result), image);
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
797 }
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
798 }
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
799
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
800 *width = xpmimage.width;
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
801 *height = xpmimage.height;
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
802 maskbpline = BPLINE (((~7UL & (unsigned long)(*width + 7)) / 8));
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
803
276
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 272
diff changeset
804 *data = xnew_array_and_zero (unsigned char, *width * *height * 3);
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
805
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
806 if (!*data)
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
807 {
269
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
808 XpmFreeXpmImage (&xpmimage);
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
809 XpmFreeXpmInfo (&xpminfo);
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
810 return 0;
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
811 }
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
812
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
813 /* build a color table to speed things up */
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
814 colortbl = xnew_array_and_zero (COLORREF, xpmimage.ncolors);
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
815 if (!colortbl)
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
816 {
269
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
817 xfree (*data);
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
818 XpmFreeXpmImage (&xpmimage);
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
819 XpmFreeXpmInfo (&xpminfo);
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
820 return 0;
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
821 }
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
822
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
823 for (i=0; i<xpmimage.ncolors; i++)
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
824 {
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
825 /* goto alert!!!! */
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
826 /* pick up symbolic colors in preference */
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
827 if (xpmimage.colorTable[i].symbolic)
280
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
828 {
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
829 if (!strcasecmp (xpmimage.colorTable[i].symbolic,"BgColor")
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
830 ||
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
831 !strcasecmp (xpmimage.colorTable[i].symbolic,"None"))
280
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
832 {
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
833 *transp=TRUE;
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
834 colortbl[i]=transparent_color;
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
835 transp_idx=i;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
836 goto label_found_color;
280
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
837 }
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
838 else if (color_symbols)
280
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
839 {
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
840 for (j = 0; j<nsymbols; j++)
280
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
841 {
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
842 if (!strcmp (xpmimage.colorTable[i].symbolic,
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
843 color_symbols[j].name ))
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
844 {
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
845 colortbl[i]=color_symbols[j].color;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
846 goto label_found_color;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
847 }
280
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
848 }
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
849 }
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
850 else if (xpmimage.colorTable[i].c_color == 0)
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
851 {
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
852 goto label_no_color;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
853 }
280
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
854 }
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
855 /* pick up transparencies */
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
856 if (!strcasecmp (xpmimage.colorTable[i].c_color,"None"))
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
857 {
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
858 *transp=TRUE;
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
859 colortbl[i]=transparent_color;
276
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 272
diff changeset
860 transp_idx=i;
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
861 goto label_found_color;
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
862 }
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
863 /* finally pick up a normal color spec */
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
864 if (xpmimage.colorTable[i].c_color)
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
865 {
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
866 colortbl[i]=
269
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
867 mswindows_string_to_color (xpmimage.colorTable[i].c_color);
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
868 goto label_found_color;
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
869 }
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
870
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
871 label_no_color:
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
872 xfree (*data);
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
873 xfree (colortbl);
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
874 XpmFreeXpmImage (&xpmimage);
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
875 XpmFreeXpmInfo (&xpminfo);
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
876 return 0;
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
877
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
878 label_found_color:;
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
879 }
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
880
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
881 /* convert the image */
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
882 sptr=xpmimage.data;
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
883 dptr=*data;
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
884 for (i = 0; i< *width * *height; i++)
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
885 {
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
886 color = colortbl[*sptr++];
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
887
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
888 /* split out the 0x02bbggrr colorref into an rgb triple */
269
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
889 *dptr++=GetRValue (color); /* red */
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
890 *dptr++=GetGValue (color); /* green */
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
891 *dptr++=GetBValue (color); /* blue */
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
892 }
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
893
276
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 272
diff changeset
894 *x_hot=xpminfo.x_hotspot;
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 272
diff changeset
895 *y_hot=xpminfo.y_hotspot;
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 272
diff changeset
896
269
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
897 XpmFreeXpmImage (&xpmimage);
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
898 XpmFreeXpmInfo (&xpminfo);
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
899 xfree (colortbl);
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
900 return TRUE;
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
901 }
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
902
280
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
903 static void
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
904 mswindows_xpm_instantiate (Lisp_Object image_instance,
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
905 Lisp_Object instantiator,
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
906 Lisp_Object pointer_fg, Lisp_Object pointer_bg,
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
907 int dest_mask, Lisp_Object domain)
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
908 {
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
909 struct Lisp_Image_Instance *ii = XIMAGE_INSTANCE (image_instance);
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
910 Lisp_Object device = IMAGE_INSTANCE_DEVICE (ii);
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
911 CONST Extbyte *bytes;
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
912 Extcount len;
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
913 unsigned char *eimage;
276
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 272
diff changeset
914 int width, height, x_hot, y_hot;
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
915 BITMAPINFO* bmp_info;
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
916 unsigned char* bmp_data;
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
917 int bmp_bits;
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
918 int nsymbols=0, transp;
280
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
919 struct color_symbol* color_symbols=NULL;
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
920
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
921 Lisp_Object data = find_keyword_in_vector (instantiator, Q_data);
280
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
922 Lisp_Object color_symbol_alist = find_keyword_in_vector (instantiator,
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
923 Q_color_symbols);
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
924
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
925 if (!DEVICE_MSWINDOWS_P (XDEVICE (device)))
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
926 signal_simple_error ("Not an mswindows device", device);
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
927
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
928 assert (!NILP (data));
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
929
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
930 GET_STRING_BINARY_DATA_ALLOCA (data, bytes, len);
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
931
280
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
932 /* in case we have color symbols */
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
933 color_symbols = extract_xpm_color_names (device, domain,
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
934 color_symbol_alist, &nsymbols);
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
935
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
936 /* convert to an eimage to make processing easier */
269
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
937 if (!xpm_to_eimage (image_instance, bytes, &eimage, &width, &height,
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
938 &x_hot, &y_hot, &transp, color_symbols, nsymbols))
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
939 {
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
940 signal_simple_error ("XPM to EImage conversion failed",
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
941 image_instance);
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
942 }
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
943
280
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
944 if (color_symbols)
396
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 388
diff changeset
945 {
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 388
diff changeset
946 while (nsymbols--)
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 388
diff changeset
947 {
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 388
diff changeset
948 xfree (color_symbols[nsymbols].name);
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 388
diff changeset
949 }
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 388
diff changeset
950 xfree(color_symbols);
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 388
diff changeset
951 }
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
952
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
953 /* build a bitmap from the eimage */
278
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
954 if (!(bmp_info=convert_EImage_to_DIBitmap (device, width, height, eimage,
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
955 &bmp_bits, &bmp_data)))
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
956 {
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
957 signal_simple_error ("XPM to EImage conversion failed",
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
958 image_instance);
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
959 }
269
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
960 xfree (eimage);
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
961
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
962 /* Now create the pixmap and set up the image instance */
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
963 init_image_instance_from_dibitmap (ii, bmp_info, dest_mask,
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
964 bmp_data, bmp_bits, 1, instantiator,
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
965 x_hot, y_hot, transp);
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
966
269
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
967 xfree (bmp_info);
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
968 xfree (bmp_data);
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
969 }
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
970 #endif /* HAVE_XPM */
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
971
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
972 /**********************************************************************
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
973 * BMP *
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
974 **********************************************************************/
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
975
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
976 static void
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
977 bmp_validate (Lisp_Object instantiator)
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
978 {
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
979 file_or_data_must_be_present (instantiator);
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
980 }
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
981
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
982 static Lisp_Object
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
983 bmp_normalize (Lisp_Object inst, Lisp_Object console_type)
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
984 {
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
985 return simple_image_type_normalize (inst, console_type, Qbmp);
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
986 }
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
987
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
988 static int
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
989 bmp_possible_dest_types (void)
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
990 {
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
991 return IMAGE_COLOR_PIXMAP_MASK;
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
992 }
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
993
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
994 static void
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
995 bmp_instantiate (Lisp_Object image_instance, Lisp_Object instantiator,
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
996 Lisp_Object pointer_fg, Lisp_Object pointer_bg,
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
997 int dest_mask, Lisp_Object domain)
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
998 {
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
999 struct Lisp_Image_Instance *ii = XIMAGE_INSTANCE (image_instance);
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
1000 Lisp_Object device = IMAGE_INSTANCE_DEVICE (ii);
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1001 CONST Extbyte *bytes;
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
1002 Extcount len;
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
1003 BITMAPFILEHEADER* bmp_file_header;
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
1004 BITMAPINFO* bmp_info;
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
1005 void* bmp_data;
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
1006 int bmp_bits;
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
1007 Lisp_Object data = find_keyword_in_vector (instantiator, Q_data);
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
1008
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1009 if (!DEVICE_MSWINDOWS_P (XDEVICE (device)))
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1010 signal_simple_error ("Not an mswindows device", device);
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
1011
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
1012 assert (!NILP (data));
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
1013
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1014 GET_STRING_BINARY_DATA_ALLOCA (data, bytes, len);
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1015
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
1016 /* Then slurp the image into memory, decoding along the way.
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
1017 The result is the image in a simple one-byte-per-pixel
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
1018 format. */
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1019
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
1020 bmp_file_header=(BITMAPFILEHEADER*)bytes;
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
1021 bmp_info = (BITMAPINFO*)(bytes + sizeof(BITMAPFILEHEADER));
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
1022 bmp_data = (Extbyte*)bytes + bmp_file_header->bfOffBits;
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
1023 bmp_bits = bmp_file_header->bfSize - bmp_file_header->bfOffBits;
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
1024
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
1025 /* Now create the pixmap and set up the image instance */
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
1026 init_image_instance_from_dibitmap (ii, bmp_info, dest_mask,
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
1027 bmp_data, bmp_bits, 1, instantiator,
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
1028 0, 0, 0);
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
1029 }
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
1030
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
1031
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1032 /**********************************************************************
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1033 * RESOURCES *
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1034 **********************************************************************/
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1035
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1036 static void
304
c6de09ad3017 Import from CVS: tag r21-0b50
cvs
parents: 298
diff changeset
1037 mswindows_resource_validate (Lisp_Object instantiator)
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1038 {
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1039 if ((NILP (find_keyword_in_vector (instantiator, Q_file))
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1040 &&
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1041 NILP (find_keyword_in_vector (instantiator, Q_resource_id)))
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1042 ||
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1043 NILP (find_keyword_in_vector (instantiator, Q_resource_type)))
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1044 signal_simple_error ("Must supply :file, :resource-id and :resource-type",
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1045 instantiator);
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1046 }
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1047
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1048 static Lisp_Object
304
c6de09ad3017 Import from CVS: tag r21-0b50
cvs
parents: 298
diff changeset
1049 mswindows_resource_normalize (Lisp_Object inst, Lisp_Object console_type)
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1050 {
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1051 /* This function can call lisp */
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1052 Lisp_Object file = Qnil;
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1053 struct gcpro gcpro1, gcpro2;
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1054 Lisp_Object alist = Qnil;
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1055
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1056 GCPRO2 (file, alist);
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1057
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1058 file = potential_pixmap_file_instantiator (inst, Q_file, Q_data,
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1059 console_type);
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1060
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1061 if (CONSP (file)) /* failure locating filename */
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1062 signal_double_file_error ("Opening pixmap file",
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1063 "no such file or directory",
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1064 Fcar (file));
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1065
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1066 if (NILP (file)) /* no conversion necessary */
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1067 RETURN_UNGCPRO (inst);
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1068
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1069 alist = tagged_vector_to_alist (inst);
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1070
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1071 {
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1072 alist = remassq_no_quit (Q_file, alist);
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1073 alist = Fcons (Fcons (Q_file, file), alist);
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1074 }
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1075
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1076 {
304
c6de09ad3017 Import from CVS: tag r21-0b50
cvs
parents: 298
diff changeset
1077 Lisp_Object result = alist_to_tagged_vector (Qmswindows_resource, alist);
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1078 free_alist (alist);
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1079 RETURN_UNGCPRO (result);
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1080 }
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1081 }
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1082
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1083 static int
304
c6de09ad3017 Import from CVS: tag r21-0b50
cvs
parents: 298
diff changeset
1084 mswindows_resource_possible_dest_types (void)
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1085 {
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1086 return IMAGE_POINTER_MASK | IMAGE_COLOR_PIXMAP_MASK;
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1087 }
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1088
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1089 typedef struct
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1090 {
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1091 char *name;
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1092 int resource_id;
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1093 } resource_t;
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1094
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1095 #ifndef OCR_ICOCUR
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1096 #define OCR_ICOCUR 32647
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1097 #define OIC_SAMPLE 32512
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1098 #define OIC_HAND 32513
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1099 #define OIC_QUES 32514
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1100 #define OIC_BANG 32515
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1101 #define OIC_NOTE 32516
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1102 #define OIC_WINLOGO 32517
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1103 #define LR_SHARED 0x8000
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1104 #endif
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1105
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1106 static CONST resource_t bitmap_table[] =
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1107 {
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1108 /* bitmaps */
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1109 { "close", OBM_CLOSE },
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1110 { "uparrow", OBM_UPARROW },
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1111 { "dnarrow", OBM_DNARROW },
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1112 { "rgarrow", OBM_RGARROW },
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1113 { "lfarrow", OBM_LFARROW },
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1114 { "reduce", OBM_REDUCE },
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1115 { "zoom", OBM_ZOOM },
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1116 { "restore", OBM_RESTORE },
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1117 { "reduced", OBM_REDUCED },
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1118 { "zoomd", OBM_ZOOMD },
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1119 { "restored", OBM_RESTORED },
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1120 { "uparrowd", OBM_UPARROWD },
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1121 { "dnarrowd", OBM_DNARROWD },
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1122 { "rgarrowd", OBM_RGARROWD },
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1123 { "lfarrowd", OBM_LFARROWD },
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1124 { "mnarrow", OBM_MNARROW },
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1125 { "combo", OBM_COMBO },
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1126 { "uparrowi", OBM_UPARROWI },
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1127 { "dnarrowi", OBM_DNARROWI },
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1128 { "rgarrowi", OBM_RGARROWI },
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1129 { "lfarrowi", OBM_LFARROWI },
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1130 { "size", OBM_SIZE },
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1131 { "btsize", OBM_BTSIZE },
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1132 { "check", OBM_CHECK },
377
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 373
diff changeset
1133 { "checkboxes", OBM_CHECKBOXES },
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1134 { "btncorners" , OBM_BTNCORNERS },
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1135 {0}
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1136 };
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1137
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1138 static CONST resource_t cursor_table[] =
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1139 {
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1140 /* cursors */
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1141 { "normal", OCR_NORMAL },
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1142 { "ibeam", OCR_IBEAM },
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1143 { "wait", OCR_WAIT },
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1144 { "cross", OCR_CROSS },
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1145 { "up", OCR_UP },
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1146 /* { "icon", OCR_ICON }, */
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1147 { "sizenwse", OCR_SIZENWSE },
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1148 { "sizenesw", OCR_SIZENESW },
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1149 { "sizewe", OCR_SIZEWE },
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1150 { "sizens", OCR_SIZENS },
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1151 { "sizeall", OCR_SIZEALL },
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1152 /* { "icour", OCR_ICOCUR }, */
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1153 { "no", OCR_NO },
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1154 { 0 }
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1155 };
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1156
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1157 static CONST resource_t icon_table[] =
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1158 {
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1159 /* icons */
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1160 { "sample", OIC_SAMPLE },
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1161 { "hand", OIC_HAND },
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1162 { "ques", OIC_QUES },
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1163 { "bang", OIC_BANG },
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1164 { "note", OIC_NOTE },
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1165 { "winlogo", OIC_WINLOGO },
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1166 {0}
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1167 };
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1168
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1169 static int resource_name_to_resource (Lisp_Object name, int type)
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1170 {
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1171 CONST resource_t* res = (type == IMAGE_CURSOR ? cursor_table
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1172 : type == IMAGE_ICON ? icon_table
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1173 : bitmap_table);
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1174
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1175 if (INTP (name))
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1176 {
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1177 return XINT (name);
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1178 }
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1179 else if (!STRINGP (name))
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1180 {
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1181 signal_simple_error ("invalid resource identifier", name);
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1182 }
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1183
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1184 do {
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
1185 Extbyte* nm=0;
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1186 GET_C_STRING_OS_DATA_ALLOCA (name, nm);
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
1187 if (!strcasecmp ((char*)res->name, nm))
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1188 return res->resource_id;
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1189 } while ((++res)->name);
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1190 return 0;
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1191 }
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1192
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1193 static int
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1194 resource_symbol_to_type (Lisp_Object data)
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1195 {
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1196 if (EQ (data, Qcursor))
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1197 return IMAGE_CURSOR;
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1198 else if (EQ (data, Qicon))
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1199 return IMAGE_ICON;
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1200 else if (EQ (data, Qbitmap))
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1201 return IMAGE_BITMAP;
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1202 else
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1203 return 0;
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1204 }
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1205
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1206 static void
304
c6de09ad3017 Import from CVS: tag r21-0b50
cvs
parents: 298
diff changeset
1207 mswindows_resource_instantiate (Lisp_Object image_instance, Lisp_Object instantiator,
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1208 Lisp_Object pointer_fg, Lisp_Object pointer_bg,
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1209 int dest_mask, Lisp_Object domain)
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1210 {
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1211 struct Lisp_Image_Instance *ii = XIMAGE_INSTANCE (image_instance);
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1212 unsigned int type = 0;
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1213 HANDLE himage = NULL;
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1214 LPCTSTR resid=0;
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1215 HINSTANCE hinst = NULL;
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1216 ICONINFO iconinfo;
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1217 int iitype=0;
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1218 char* fname=0;
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1219 Lisp_Object device = IMAGE_INSTANCE_DEVICE (ii);
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1220
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1221 Lisp_Object file = find_keyword_in_vector (instantiator, Q_file);
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1222 Lisp_Object resource_type = find_keyword_in_vector (instantiator,
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1223 Q_resource_type);
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1224 Lisp_Object resource_id = find_keyword_in_vector (instantiator,
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1225 Q_resource_id);
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1226
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1227 xzero (iconinfo);
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1228
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1229 if (!DEVICE_MSWINDOWS_P (XDEVICE (device)))
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1230 signal_simple_error ("Not an mswindows device", device);
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1231
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1232 type = resource_symbol_to_type (resource_type);
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1233
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1234 if (dest_mask & IMAGE_POINTER_MASK && type == IMAGE_CURSOR)
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1235 iitype = IMAGE_POINTER;
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1236 else if (dest_mask & IMAGE_COLOR_PIXMAP_MASK)
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1237 iitype = IMAGE_COLOR_PIXMAP;
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1238 else
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1239 incompatible_image_types (instantiator, dest_mask,
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1240 IMAGE_COLOR_PIXMAP_MASK | IMAGE_POINTER_MASK);
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1241
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1242 /* mess with the keyword info we were provided with */
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1243 if (!NILP (file))
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1244 {
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
1245 Extbyte* f=0;
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1246 GET_C_STRING_FILENAME_DATA_ALLOCA (file, f);
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1247 #ifdef __CYGWIN32__
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
1248 CYGWIN_WIN32_PATH (f, fname);
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1249 #else
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1250 fname = f;
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1251 #endif
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1252
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1253 if (NILP (resource_id))
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1254 resid = (LPCTSTR)fname;
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1255 else
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1256 {
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1257 hinst = LoadLibraryEx (fname, NULL,
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1258 LOAD_LIBRARY_AS_DATAFILE);
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1259 resid = MAKEINTRESOURCE (resource_name_to_resource (resource_id,
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1260 type));
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1261
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1262 if (!resid)
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1263 GET_C_STRING_OS_DATA_ALLOCA (resource_id, resid);
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1264 }
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1265 }
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1266 else if (!(resid = MAKEINTRESOURCE (resource_name_to_resource (resource_id,
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1267 type))))
380
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
1268 signal_simple_error ("Invalid resource identifier", resource_id);
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1269
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1270 /* load the image */
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1271 if (!(himage = LoadImage (hinst, resid, type, 0, 0,
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1272 LR_CREATEDIBSECTION | LR_DEFAULTSIZE |
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1273 LR_SHARED |
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1274 (!NILP (file) ? LR_LOADFROMFILE : 0))))
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1275 {
380
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
1276 signal_simple_error ("Cannot load image", instantiator);
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1277 }
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1278
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1279 if (hinst)
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1280 FreeLibrary (hinst);
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1281
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
1282 mswindows_initialize_dibitmap_image_instance (ii, 1, iitype);
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1283
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1284 IMAGE_INSTANCE_PIXMAP_FILENAME (ii) = file;
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1285 IMAGE_INSTANCE_PIXMAP_WIDTH (ii) =
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1286 GetSystemMetrics (type == IMAGE_CURSOR ? SM_CXCURSOR : SM_CXICON);
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1287 IMAGE_INSTANCE_PIXMAP_HEIGHT (ii) =
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1288 GetSystemMetrics (type == IMAGE_CURSOR ? SM_CYCURSOR : SM_CYICON);
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1289 IMAGE_INSTANCE_PIXMAP_DEPTH (ii) = 1;
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1290
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1291 /* hey, we've got an icon type thing so we can reverse engineer the
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1292 bitmap and mask */
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1293 if (type != IMAGE_BITMAP)
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1294 {
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1295 GetIconInfo (himage, &iconinfo);
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1296 IMAGE_INSTANCE_MSWINDOWS_BITMAP (ii) = iconinfo.hbmColor;
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1297 IMAGE_INSTANCE_MSWINDOWS_MASK (ii) = iconinfo.hbmMask;
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1298 XSETINT (IMAGE_INSTANCE_PIXMAP_HOTSPOT_X (ii), iconinfo.xHotspot);
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1299 XSETINT (IMAGE_INSTANCE_PIXMAP_HOTSPOT_Y (ii), iconinfo.yHotspot);
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1300 IMAGE_INSTANCE_MSWINDOWS_ICON (ii) = himage;
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1301 }
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1302 else
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1303 {
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1304 IMAGE_INSTANCE_MSWINDOWS_ICON (ii) = NULL;
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1305 IMAGE_INSTANCE_MSWINDOWS_BITMAP (ii) = himage;
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1306 IMAGE_INSTANCE_MSWINDOWS_MASK (ii) = NULL;
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1307 XSETINT (IMAGE_INSTANCE_PIXMAP_HOTSPOT_X (ii), 0);
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1308 XSETINT (IMAGE_INSTANCE_PIXMAP_HOTSPOT_Y (ii), 0);
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1309 }
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1310 }
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1311
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1312 static void
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1313 check_valid_resource_symbol (Lisp_Object data)
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1314 {
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1315 CHECK_SYMBOL (data);
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1316 if (!resource_symbol_to_type (data))
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1317 signal_simple_error ("invalid resource type", data);
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1318 }
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1319
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1320 static void
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1321 check_valid_resource_id (Lisp_Object data)
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1322 {
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1323 if (!resource_name_to_resource (data, IMAGE_CURSOR)
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1324 &&
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1325 !resource_name_to_resource (data, IMAGE_ICON)
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1326 &&
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1327 !resource_name_to_resource (data, IMAGE_BITMAP))
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1328 signal_simple_error ("invalid resource identifier", data);
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1329 }
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1330
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1331 void
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1332 check_valid_string_or_int (Lisp_Object data)
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1333 {
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1334 if (!INTP (data))
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1335 CHECK_STRING (data);
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1336 else
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1337 CHECK_INT (data);
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1338 }
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1339
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1340 /**********************************************************************
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1341 * XBM *
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1342 **********************************************************************/
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1343 #ifndef HAVE_X_WINDOWS
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1344 /* $XConsortium: RdBitF.c,v 1.10 94/04/17 20:16:13 kaleb Exp $ */
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1345
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1346 /*
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1347
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1348 Copyright (c) 1988 X Consortium
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1349
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1350 Permission is hereby granted, free of charge, to any person obtaining a copy
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1351 of this software and associated documentation files (the "Software"), to deal
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1352 in the Software without restriction, including without limitation the rights
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1353 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1354 copies of the Software, and to permit persons to whom the Software is
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1355 furnished to do so, subject to the following conditions:
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1356
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1357 The above copyright notice and this permission notice shall be included in
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1358 all copies or substantial portions of the Software.
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1359
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1360 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1361 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1362 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1363 X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1364 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1365 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1366
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1367 Except as contained in this notice, the name of the X Consortium shall not be
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1368 used in advertising or otherwise to promote the sale, use or other dealings
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1369 in this Software without prior written authorization from the X Consortium.
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1370
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1371 */
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1372
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1373 /*
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1374 * This file contains miscellaneous utility routines and is not part of the
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1375 * Xlib standard.
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1376 *
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1377 * Public entry points:
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1378 *
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1379 * XmuReadBitmapData read data from FILE descriptor
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1380 * XmuReadBitmapDataFromFile read X10 or X11 format bitmap files
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1381 * and return data
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1382 *
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1383 * Note that this file and ../X/XRdBitF.c look very similar.... Keep them
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1384 * that way (but don't use common source code so that people can have one
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1385 * without the other).
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1386 */
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1387
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1388
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1389 /*
380
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
1390 * Based on an optimized version provided by Jim Becker, August 5, 1988.
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1391 */
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1392 #ifndef BitmapSuccess
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1393 #define BitmapSuccess 0
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1394 #define BitmapOpenFailed 1
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1395 #define BitmapFileInvalid 2
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1396 #define BitmapNoMemory 3
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1397 #endif
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1398 #define MAX_SIZE 255
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1399
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1400 /* shared data for the image read/parse logic */
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1401 static short hexTable[256]; /* conversion value */
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1402 static int initialized = FALSE; /* easier to fill in at run time */
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1403
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1404 /*
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1405 * Table index for the hex values. Initialized once, first time.
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1406 * Used for translation value or delimiter significance lookup.
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1407 */
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1408 static void initHexTable()
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1409 {
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1410 /*
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1411 * We build the table at run time for several reasons:
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1412 *
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1413 * 1. portable to non-ASCII machines.
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1414 * 2. still reentrant since we set the init flag after setting table.
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1415 * 3. easier to extend.
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1416 * 4. less prone to bugs.
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1417 */
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1418 hexTable['0'] = 0; hexTable['1'] = 1;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1419 hexTable['2'] = 2; hexTable['3'] = 3;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1420 hexTable['4'] = 4; hexTable['5'] = 5;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1421 hexTable['6'] = 6; hexTable['7'] = 7;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1422 hexTable['8'] = 8; hexTable['9'] = 9;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1423 hexTable['A'] = 10; hexTable['B'] = 11;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1424 hexTable['C'] = 12; hexTable['D'] = 13;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1425 hexTable['E'] = 14; hexTable['F'] = 15;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1426 hexTable['a'] = 10; hexTable['b'] = 11;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1427 hexTable['c'] = 12; hexTable['d'] = 13;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1428 hexTable['e'] = 14; hexTable['f'] = 15;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1429
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1430 /* delimiters of significance are flagged w/ negative value */
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1431 hexTable[' '] = -1; hexTable[','] = -1;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1432 hexTable['}'] = -1; hexTable['\n'] = -1;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1433 hexTable['\t'] = -1;
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1434
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1435 initialized = TRUE;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1436 }
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1437
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1438 /*
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1439 * read next hex value in the input stream, return -1 if EOF
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1440 */
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1441 static int NextInt ( FILE *fstream )
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1442 {
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1443 int ch;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1444 int value = 0;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1445 int gotone = 0;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1446 int done = 0;
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1447
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1448 /* loop, accumulate hex value until find delimiter */
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1449 /* skip any initial delimiters found in read stream */
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1450
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1451 while (!done) {
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1452 ch = getc(fstream);
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1453 if (ch == EOF) {
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1454 value = -1;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1455 done++;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1456 } else {
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1457 /* trim high bits, check type and accumulate */
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1458 ch &= 0xff;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1459 if (isascii(ch) && isxdigit(ch)) {
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1460 value = (value << 4) + hexTable[ch];
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1461 gotone++;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1462 } else if ((hexTable[ch]) < 0 && gotone)
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1463 done++;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1464 }
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1465 }
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1466 return value;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1467 }
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1468
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1469
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1470 /*
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1471 * The data returned by the following routine is always in left-most byte
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1472 * first and left-most bit first. If it doesn't return BitmapSuccess then
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1473 * its arguments won't have been touched. This routine should look as much
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1474 * like the Xlib routine XReadBitmapfile as possible.
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1475 */
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1476 int read_bitmap_data (fstream, width, height, datap, x_hot, y_hot)
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1477 FILE *fstream; /* handle on file */
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1478 unsigned int *width, *height; /* RETURNED */
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1479 unsigned char **datap; /* RETURNED */
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1480 int *x_hot, *y_hot; /* RETURNED */
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1481 {
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1482 unsigned char *data = NULL; /* working variable */
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1483 char line[MAX_SIZE]; /* input line from file */
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1484 int size; /* number of bytes of data */
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1485 char name_and_type[MAX_SIZE]; /* an input line */
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1486 char *type; /* for parsing */
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1487 int value; /* from an input line */
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1488 int version10p; /* boolean, old format */
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1489 int padding; /* to handle alignment */
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1490 int bytes_per_line; /* per scanline of data */
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1491 unsigned int ww = 0; /* width */
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1492 unsigned int hh = 0; /* height */
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1493 int hx = -1; /* x hotspot */
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1494 int hy = -1; /* y hotspot */
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1495
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1496 #define Xmalloc(size) malloc(size)
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1497
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1498 /* first time initialization */
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1499 if (initialized == FALSE) initHexTable();
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1500
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1501 /* error cleanup and return macro */
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1502 #define RETURN(code) { if (data) free (data); return code; }
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1503
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1504 while (fgets(line, MAX_SIZE, fstream)) {
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1505 if (strlen(line) == MAX_SIZE-1) {
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1506 RETURN (BitmapFileInvalid);
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1507 }
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1508 if (sscanf(line,"#define %s %d",name_and_type,&value) == 2) {
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1509 if (!(type = strrchr(name_and_type, '_')))
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1510 type = name_and_type;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1511 else
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1512 type++;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1513
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1514 if (!strcmp("width", type))
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1515 ww = (unsigned int) value;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1516 if (!strcmp("height", type))
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1517 hh = (unsigned int) value;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1518 if (!strcmp("hot", type)) {
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1519 if (type-- == name_and_type || type-- == name_and_type)
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1520 continue;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1521 if (!strcmp("x_hot", type))
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1522 hx = value;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1523 if (!strcmp("y_hot", type))
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1524 hy = value;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1525 }
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1526 continue;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1527 }
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1528
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1529 if (sscanf(line, "static short %s = {", name_and_type) == 1)
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1530 version10p = 1;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1531 else if (sscanf(line,"static unsigned char %s = {",name_and_type) == 1)
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1532 version10p = 0;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1533 else if (sscanf(line, "static char %s = {", name_and_type) == 1)
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1534 version10p = 0;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1535 else
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1536 continue;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1537
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1538 if (!(type = strrchr(name_and_type, '_')))
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1539 type = name_and_type;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1540 else
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1541 type++;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1542
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1543 if (strcmp("bits[]", type))
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1544 continue;
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1545
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1546 if (!ww || !hh)
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1547 RETURN (BitmapFileInvalid);
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1548
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1549 if ((ww % 16) && ((ww % 16) < 9) && version10p)
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1550 padding = 1;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1551 else
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1552 padding = 0;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1553
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1554 bytes_per_line = (ww+7)/8 + padding;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1555
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1556 size = bytes_per_line * hh;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1557 data = (unsigned char *) Xmalloc ((unsigned int) size);
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1558 if (!data)
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1559 RETURN (BitmapNoMemory);
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1560
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1561 if (version10p) {
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1562 unsigned char *ptr;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1563 int bytes;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1564
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1565 for (bytes=0, ptr=data; bytes<size; (bytes += 2)) {
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1566 if ((value = NextInt(fstream)) < 0)
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1567 RETURN (BitmapFileInvalid);
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1568 *(ptr++) = value;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1569 if (!padding || ((bytes+2) % bytes_per_line))
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1570 *(ptr++) = value >> 8;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1571 }
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1572 } else {
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1573 unsigned char *ptr;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1574 int bytes;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1575
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1576 for (bytes=0, ptr=data; bytes<size; bytes++, ptr++) {
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1577 if ((value = NextInt(fstream)) < 0)
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1578 RETURN (BitmapFileInvalid);
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1579 *ptr=value;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1580 }
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1581 }
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1582 break;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1583 } /* end while */
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1584
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1585 if (data == NULL) {
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1586 RETURN (BitmapFileInvalid);
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1587 }
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1588
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1589 *datap = data;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1590 data = NULL;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1591 *width = ww;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1592 *height = hh;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1593 if (x_hot) *x_hot = hx;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1594 if (y_hot) *y_hot = hy;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1595
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1596 RETURN (BitmapSuccess);
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1597 }
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1598
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1599
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1600 int read_bitmap_data_from_file (CONST char *filename, unsigned int *width,
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1601 unsigned int *height, unsigned char **datap,
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1602 int *x_hot, int *y_hot)
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1603 {
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1604 FILE *fstream;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1605 int status;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1606
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1607 if ((fstream = fopen (filename, "r")) == NULL) {
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1608 return BitmapOpenFailed;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1609 }
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1610 status = read_bitmap_data (fstream, width, height, datap, x_hot, y_hot);
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1611 fclose (fstream);
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1612 return status;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1613 }
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1614 #endif /* HAVE_X_WINDOWS */
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1615
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1616 /* this table flips four bits around. */
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1617 static int flip_table[] =
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1618 {
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1619 0, 8, 4, 12, 2, 10, 6, 14, 1, 9, 5, 13, 3, 11, 7, 15
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1620 };
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1621
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1622 /* the bitmap data comes in the following format: Widths are padded to
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1623 a multiple of 8. Scan lines are stored in increasing byte order
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1624 from left to right, little-endian within a byte. 0 = white, 1 =
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1625 black. It must be converted to the following format: Widths are
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1626 padded to a multiple of 16. Scan lines are stored in increasing
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1627 byte order from left to right, big-endian within a byte. 0 =
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1628 black, 1 = white. */
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1629 HBITMAP
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1630 xbm_create_bitmap_from_data (HDC hdc, char *data,
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1631 unsigned int width, unsigned int height,
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1632 int mask, COLORREF fg, COLORREF bg)
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1633 {
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1634 int old_width = (width + 7)/8;
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1635 int new_width = BPLINE (2*((width + 15)/16));
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1636 unsigned char *offset;
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1637 void *bmp_buf = 0;
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1638 unsigned char *new_data, *new_offset;
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1639 int i, j;
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1640 BITMAPINFO* bmp_info =
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1641 xmalloc_and_zero (sizeof(BITMAPINFO) + sizeof(RGBQUAD));
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1642 HBITMAP bitmap;
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1643
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1644 if (!bmp_info)
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1645 return NULL;
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1646
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1647 new_data = (unsigned char *) xmalloc_and_zero (height * new_width);
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1648
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1649 if (!new_data)
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1650 {
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1651 xfree (bmp_info);
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1652 return NULL;
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1653 }
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1654
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1655 for (i=0; i<height; i++)
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1656 {
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1657 offset = data + i*old_width;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1658 new_offset = new_data + i*new_width;
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1659
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1660 for (j=0; j<old_width; j++)
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1661 {
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1662 int byte = offset[j];
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1663 new_offset[j] = ~ (unsigned char)
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1664 ((flip_table[byte & 0xf] << 4) + flip_table[byte >> 4]);
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1665 }
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1666 }
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1667
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1668 /* if we want a mask invert the bits */
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1669 if (!mask)
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1670 {
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1671 new_offset = &new_data[height * new_width];
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1672 while (new_offset-- != new_data)
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1673 {
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1674 *new_offset ^= 0xff;
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1675 }
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1676 }
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1677
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1678 bmp_info->bmiHeader.biWidth=width;
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1679 bmp_info->bmiHeader.biHeight=-(LONG)height;
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1680 bmp_info->bmiHeader.biPlanes=1;
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1681 bmp_info->bmiHeader.biSize=sizeof(BITMAPINFOHEADER);
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1682 bmp_info->bmiHeader.biBitCount=1;
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1683 bmp_info->bmiHeader.biCompression=BI_RGB;
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1684 bmp_info->bmiHeader.biClrUsed = 2;
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1685 bmp_info->bmiHeader.biClrImportant = 2;
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1686 bmp_info->bmiHeader.biSizeImage = height * new_width;
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1687 bmp_info->bmiColors[0].rgbRed = GetRValue (fg);
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1688 bmp_info->bmiColors[0].rgbGreen = GetGValue (fg);
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1689 bmp_info->bmiColors[0].rgbBlue = GetBValue (fg);
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1690 bmp_info->bmiColors[0].rgbReserved = 0;
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1691 bmp_info->bmiColors[1].rgbRed = GetRValue (bg);
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1692 bmp_info->bmiColors[1].rgbGreen = GetGValue (bg);
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1693 bmp_info->bmiColors[1].rgbBlue = GetBValue (bg);
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1694 bmp_info->bmiColors[1].rgbReserved = 0;
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1695
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1696 bitmap = CreateDIBSection (hdc,
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1697 bmp_info,
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1698 DIB_RGB_COLORS,
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1699 &bmp_buf,
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1700 0,0);
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1701
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1702 xfree (bmp_info);
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1703
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1704 if (!bitmap || !bmp_buf)
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1705 {
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1706 xfree (new_data);
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1707 return NULL;
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1708 }
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1709
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1710 /* copy in the actual bitmap */
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1711 memcpy (bmp_buf, new_data, height * new_width);
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1712 xfree (new_data);
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1713
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1714 return bitmap;
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1715 }
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1716
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1717 /* Given inline data for a mono pixmap, initialize the given
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1718 image instance accordingly. */
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1719
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1720 static void
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1721 init_image_instance_from_xbm_inline (struct Lisp_Image_Instance *ii,
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1722 int width, int height,
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1723 /* Note that data is in ext-format! */
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1724 CONST char *bits,
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1725 Lisp_Object instantiator,
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1726 Lisp_Object pointer_fg,
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1727 Lisp_Object pointer_bg,
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1728 int dest_mask,
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1729 HBITMAP mask,
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1730 Lisp_Object mask_filename)
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1731 {
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1732 Lisp_Object device = IMAGE_INSTANCE_DEVICE (ii);
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1733 struct frame* f = XFRAME (DEVICE_SELECTED_FRAME (XDEVICE (device)));
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1734 Lisp_Object foreground = find_keyword_in_vector (instantiator, Q_foreground);
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1735 Lisp_Object background = find_keyword_in_vector (instantiator, Q_background);
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1736 enum image_instance_type type;
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1737 COLORREF black = PALETTERGB (0,0,0);
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1738 COLORREF white = PALETTERGB (255,255,255);
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1739
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1740 HDC hdc = FRAME_MSWINDOWS_CDC (f);
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 400
diff changeset
1741
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1742 if (!DEVICE_MSWINDOWS_P (XDEVICE (device)))
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1743 signal_simple_error ("Not an MS-Windows device", device);
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1744
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1745 if ((dest_mask & IMAGE_MONO_PIXMAP_MASK) &&
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1746 (dest_mask & IMAGE_COLOR_PIXMAP_MASK))
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1747 {
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1748 if (!NILP (foreground) || !NILP (background))
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1749 type = IMAGE_COLOR_PIXMAP;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1750 else
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1751 type = IMAGE_MONO_PIXMAP;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1752 }
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1753 else if (dest_mask & IMAGE_MONO_PIXMAP_MASK)
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1754 type = IMAGE_MONO_PIXMAP;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1755 else if (dest_mask & IMAGE_COLOR_PIXMAP_MASK)
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1756 type = IMAGE_COLOR_PIXMAP;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1757 else if (dest_mask & IMAGE_POINTER_MASK)
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1758 type = IMAGE_POINTER;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1759 else
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1760 incompatible_image_types (instantiator, dest_mask,
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1761 IMAGE_MONO_PIXMAP_MASK | IMAGE_COLOR_PIXMAP_MASK
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1762 | IMAGE_POINTER_MASK);
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1763
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
1764 mswindows_initialize_dibitmap_image_instance (ii, 1, type);
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1765
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1766 IMAGE_INSTANCE_PIXMAP_FILENAME (ii) =
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1767 find_keyword_in_vector (instantiator, Q_file);
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1768 IMAGE_INSTANCE_PIXMAP_WIDTH (ii) = width;
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1769 IMAGE_INSTANCE_PIXMAP_HEIGHT (ii) = height;
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1770 IMAGE_INSTANCE_PIXMAP_DEPTH (ii) = 1;
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1771 XSETINT (IMAGE_INSTANCE_PIXMAP_HOTSPOT_X (ii), 0);
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1772 XSETINT (IMAGE_INSTANCE_PIXMAP_HOTSPOT_Y (ii), 0);
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1773 IMAGE_INSTANCE_MSWINDOWS_MASK (ii) = mask ? mask :
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1774 xbm_create_bitmap_from_data (hdc, (Extbyte *) bits, width, height,
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1775 TRUE, black, white);
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1776
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1777 switch (type)
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1778 {
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1779 case IMAGE_MONO_PIXMAP:
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1780 IMAGE_INSTANCE_MSWINDOWS_BITMAP (ii) =
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1781 xbm_create_bitmap_from_data (hdc, (Extbyte *) bits, width, height,
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1782 FALSE, black, black);
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1783 break;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1784
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1785 case IMAGE_COLOR_PIXMAP:
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1786 {
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1787 COLORREF fg = black;
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1788 COLORREF bg = white;
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1789
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1790 if (!NILP (foreground) && !COLOR_INSTANCEP (foreground))
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1791 foreground =
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1792 Fmake_color_instance (foreground, device,
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1793 encode_error_behavior_flag (ERROR_ME));
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1794
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1795 if (COLOR_INSTANCEP (foreground))
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1796 fg = COLOR_INSTANCE_MSWINDOWS_COLOR (XCOLOR_INSTANCE (foreground));
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1797
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1798 if (!NILP (background) && !COLOR_INSTANCEP (background))
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1799 background =
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1800 Fmake_color_instance (background, device,
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1801 encode_error_behavior_flag (ERROR_ME));
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1802
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1803 if (COLOR_INSTANCEP (background))
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1804 bg = COLOR_INSTANCE_MSWINDOWS_COLOR (XCOLOR_INSTANCE (background));
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1805
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1806 IMAGE_INSTANCE_PIXMAP_FG (ii) = foreground;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1807 IMAGE_INSTANCE_PIXMAP_BG (ii) = background;
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1808
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1809 IMAGE_INSTANCE_MSWINDOWS_BITMAP (ii) =
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1810 xbm_create_bitmap_from_data (hdc, (Extbyte *) bits, width, height,
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1811 FALSE, fg, black);
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1812 }
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1813 break;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1814
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1815 case IMAGE_POINTER:
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1816 {
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1817 COLORREF fg = black;
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1818 COLORREF bg = white;
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1819
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1820 if (NILP (foreground))
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1821 foreground = pointer_fg;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1822 if (NILP (background))
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1823 background = pointer_bg;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1824
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1825 IMAGE_INSTANCE_PIXMAP_HOTSPOT_X (ii) =
382
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
1826 find_keyword_in_vector (instantiator, Q_hotspot_x);
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1827 IMAGE_INSTANCE_PIXMAP_HOTSPOT_Y (ii) =
382
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
1828 find_keyword_in_vector (instantiator, Q_hotspot_y);
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1829 IMAGE_INSTANCE_PIXMAP_FG (ii) = foreground;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1830 IMAGE_INSTANCE_PIXMAP_BG (ii) = background;
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1831 if (COLOR_INSTANCEP (foreground))
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1832 fg = COLOR_INSTANCE_MSWINDOWS_COLOR (XCOLOR_INSTANCE (foreground));
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1833 if (COLOR_INSTANCEP (background))
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1834 bg = COLOR_INSTANCE_MSWINDOWS_COLOR (XCOLOR_INSTANCE (background));
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1835
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1836 IMAGE_INSTANCE_MSWINDOWS_BITMAP (ii) =
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1837 xbm_create_bitmap_from_data (hdc, (Extbyte *) bits, width, height,
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1838 TRUE, fg, black);
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1839 mswindows_initialize_image_instance_icon (ii, TRUE);
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1840 }
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1841 break;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1842
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1843 default:
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1844 abort ();
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1845 }
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1846 }
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1847
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1848 static void
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1849 xbm_instantiate_1 (Lisp_Object image_instance, Lisp_Object instantiator,
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1850 Lisp_Object pointer_fg, Lisp_Object pointer_bg,
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1851 int dest_mask, int width, int height,
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1852 /* Note that data is in ext-format! */
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1853 CONST char *bits)
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1854 {
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1855 Lisp_Object mask_data = find_keyword_in_vector (instantiator, Q_mask_data);
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1856 Lisp_Object mask_file = find_keyword_in_vector (instantiator, Q_mask_file);
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1857 struct Lisp_Image_Instance *ii = XIMAGE_INSTANCE (image_instance);
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1858 struct frame* f = XFRAME (DEVICE_SELECTED_FRAME
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1859 (XDEVICE (IMAGE_INSTANCE_DEVICE (ii))));
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1860 HDC hdc = FRAME_MSWINDOWS_CDC (f);
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1861 HBITMAP mask = 0;
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1862 CONST char *gcc_may_you_rot_in_hell;
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1863
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1864 if (!NILP (mask_data))
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1865 {
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1866 GET_C_STRING_BINARY_DATA_ALLOCA (XCAR (XCDR (XCDR (mask_data))),
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1867 gcc_may_you_rot_in_hell);
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1868 mask =
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1869 xbm_create_bitmap_from_data ( hdc,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1870 (unsigned char *)
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1871 gcc_may_you_rot_in_hell,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1872 XINT (XCAR (mask_data)),
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1873 XINT (XCAR (XCDR (mask_data))), FALSE,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1874 PALETTERGB (0,0,0),
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1875 PALETTERGB (255,255,255));
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1876 }
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1877
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1878 init_image_instance_from_xbm_inline (ii, width, height, bits,
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1879 instantiator, pointer_fg, pointer_bg,
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1880 dest_mask, mask, mask_file);
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1881 }
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1882
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1883 /* Instantiate method for XBM's. */
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1884
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1885 static void
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1886 mswindows_xbm_instantiate (Lisp_Object image_instance,
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1887 Lisp_Object instantiator,
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1888 Lisp_Object pointer_fg, Lisp_Object pointer_bg,
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1889 int dest_mask, Lisp_Object domain)
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1890 {
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1891 Lisp_Object data = find_keyword_in_vector (instantiator, Q_data);
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1892 CONST char *gcc_go_home;
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1893
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1894 assert (!NILP (data));
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1895
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1896 GET_C_STRING_BINARY_DATA_ALLOCA (XCAR (XCDR (XCDR (data))),
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1897 gcc_go_home);
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1898
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1899 xbm_instantiate_1 (image_instance, instantiator, pointer_fg,
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1900 pointer_bg, dest_mask, XINT (XCAR (data)),
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1901 XINT (XCAR (XCDR (data))), gcc_go_home);
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1902 }
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1903
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1904 #ifdef HAVE_XFACE
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1905 /**********************************************************************
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1906 * X-Face *
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1907 **********************************************************************/
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1908 #if defined(EXTERN)
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1909 /* This is about to get redefined! */
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1910 #undef EXTERN
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1911 #endif
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1912 /* We have to define SYSV32 so that compface.h includes string.h
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1913 instead of strings.h. */
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1914 #define SYSV32
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1915 #ifdef __cplusplus
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1916 extern "C" {
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1917 #endif
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1918 #include <compface.h>
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1919 #ifdef __cplusplus
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1920 }
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1921 #endif
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1922 /* JMP_BUF cannot be used here because if it doesn't get defined
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1923 to jmp_buf we end up with a conflicting type error with the
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1924 definition in compface.h */
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1925 extern jmp_buf comp_env;
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1926 #undef SYSV32
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1927
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1928 static void
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1929 mswindows_xface_instantiate (Lisp_Object image_instance, Lisp_Object instantiator,
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1930 Lisp_Object pointer_fg, Lisp_Object pointer_bg,
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1931 int dest_mask, Lisp_Object domain)
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1932 {
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1933 Lisp_Object data = find_keyword_in_vector (instantiator, Q_data);
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1934 int i, stattis;
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1935 char *p, *bits, *bp;
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1936 CONST char * volatile emsg = 0;
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1937 CONST char * volatile dstring;
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1938
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1939 assert (!NILP (data));
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1940
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1941 GET_C_STRING_BINARY_DATA_ALLOCA (data, dstring);
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1942
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1943 if ((p = strchr (dstring, ':')))
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1944 {
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1945 dstring = p + 1;
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1946 }
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1947
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1948 /* Must use setjmp not SETJMP because we used jmp_buf above not JMP_BUF */
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1949 if (!(stattis = setjmp (comp_env)))
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1950 {
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1951 UnCompAll ((char *) dstring);
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1952 UnGenFace ();
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1953 }
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1954
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1955 switch (stattis)
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1956 {
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1957 case -2:
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1958 emsg = "uncompface: internal error";
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1959 break;
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1960 case -1:
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1961 emsg = "uncompface: insufficient or invalid data";
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1962 break;
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1963 case 1:
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1964 emsg = "uncompface: excess data ignored";
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1965 break;
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1966 }
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1967
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1968 if (emsg)
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1969 signal_simple_error_2 (emsg, data, Qimage);
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1970
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1971 bp = bits = (char *) alloca (PIXELS / 8);
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1972
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1973 /* the compface library exports char F[], which uses a single byte per
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1974 pixel to represent a 48x48 bitmap. Yuck. */
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1975 for (i = 0, p = F; i < (PIXELS / 8); ++i)
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1976 {
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1977 int n, b;
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1978 /* reverse the bit order of each byte... */
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1979 for (b = n = 0; b < 8; ++b)
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1980 {
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1981 n |= ((*p++) << b);
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1982 }
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1983 *bp++ = (char) n;
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1984 }
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1985
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1986 xbm_instantiate_1 (image_instance, instantiator, pointer_fg,
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1987 pointer_bg, dest_mask, 48, 48, bits);
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1988 }
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1989 #endif /* HAVE_XFACE */
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
1990
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1991
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
1992 /************************************************************************/
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
1993 /* image instance methods */
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
1994 /************************************************************************/
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
1995
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
1996 static void
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1997 mswindows_print_image_instance (struct Lisp_Image_Instance *p,
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
1998 Lisp_Object printcharfun,
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
1999 int escapeflag)
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2000 {
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2001 char buf[100];
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2002
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2003 switch (IMAGE_INSTANCE_TYPE (p))
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2004 {
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2005 case IMAGE_MONO_PIXMAP:
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2006 case IMAGE_COLOR_PIXMAP:
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2007 case IMAGE_POINTER:
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2008 sprintf (buf, " (0x%lx",
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2009 (unsigned long) IMAGE_INSTANCE_MSWINDOWS_BITMAP (p));
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2010 write_c_string (buf, printcharfun);
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2011 if (IMAGE_INSTANCE_MSWINDOWS_MASK (p))
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2012 {
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2013 sprintf (buf, "/0x%lx",
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2014 (unsigned long) IMAGE_INSTANCE_MSWINDOWS_MASK (p));
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2015 write_c_string (buf, printcharfun);
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2016 }
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2017 write_c_string (")", printcharfun);
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2018 break;
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2019
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2020 default:
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2021 break;
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2022 }
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2023 }
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2024
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2025 #ifdef DEBUG_WIDGETS
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2026 extern int debug_widget_instances;
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2027 #endif
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2028
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2029 static void
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2030 mswindows_finalize_image_instance (struct Lisp_Image_Instance *p)
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2031 {
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2032 if (DEVICE_LIVE_P (XDEVICE (p->device)))
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2033 {
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2034 if (IMAGE_INSTANCE_TYPE (p) == IMAGE_WIDGET
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2035 ||
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2036 IMAGE_INSTANCE_TYPE (p) == IMAGE_SUBWINDOW)
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2037 {
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2038 #ifdef DEBUG_WIDGETS
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2039 debug_widget_instances--;
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2040 stderr_out ("widget destroyed, %d left\n", debug_widget_instances);
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2041 #endif
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2042 if (IMAGE_INSTANCE_SUBWINDOW_ID (p))
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2043 {
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2044 DestroyWindow (WIDGET_INSTANCE_MSWINDOWS_HANDLE (p));
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2045 DestroyWindow (IMAGE_INSTANCE_MSWINDOWS_CLIPWINDOW (p));
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2046 IMAGE_INSTANCE_SUBWINDOW_ID (p) = 0;
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2047 }
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2048 }
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2049 else if (p->data)
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2050 {
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2051 int i;
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2052 if (IMAGE_INSTANCE_PIXMAP_TIMEOUT (p))
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2053 disable_glyph_animated_timeout (IMAGE_INSTANCE_PIXMAP_TIMEOUT (p));
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2054
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2055 if (IMAGE_INSTANCE_MSWINDOWS_BITMAP_SLICES (p))
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2056 {
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2057 for (i = 0; i < IMAGE_INSTANCE_PIXMAP_MAXSLICE (p); i++)
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2058 {
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2059 if (IMAGE_INSTANCE_MSWINDOWS_BITMAP_SLICE (p, i))
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2060 DeleteObject (IMAGE_INSTANCE_MSWINDOWS_BITMAP_SLICE (p, i));
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2061 IMAGE_INSTANCE_MSWINDOWS_BITMAP_SLICE (p, i) = 0;
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2062 }
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2063 xfree (IMAGE_INSTANCE_MSWINDOWS_BITMAP_SLICES (p));
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2064 IMAGE_INSTANCE_MSWINDOWS_BITMAP_SLICES (p) = 0;
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2065 }
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2066 if (IMAGE_INSTANCE_MSWINDOWS_MASK (p))
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2067 DeleteObject (IMAGE_INSTANCE_MSWINDOWS_MASK (p));
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2068 IMAGE_INSTANCE_MSWINDOWS_MASK (p) = 0;
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2069 if (IMAGE_INSTANCE_MSWINDOWS_ICON (p))
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2070 DestroyIcon (IMAGE_INSTANCE_MSWINDOWS_ICON (p));
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2071 IMAGE_INSTANCE_MSWINDOWS_ICON (p) = 0;
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2072 }
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2073 }
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2074
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2075 if (p->data)
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2076 {
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2077 xfree (p->data);
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2078 p->data = 0;
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2079 }
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2080 }
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2081
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2082 /************************************************************************/
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2083 /* subwindow and widget support */
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2084 /************************************************************************/
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2085
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2086 /* unmap the image if it is a widget. This is used by redisplay via
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2087 redisplay_unmap_subwindows */
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2088 static void
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2089 mswindows_unmap_subwindow (struct Lisp_Image_Instance *p)
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2090 {
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2091 if (IMAGE_INSTANCE_SUBWINDOW_ID (p))
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2092 {
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2093 SetWindowPos (IMAGE_INSTANCE_MSWINDOWS_CLIPWINDOW (p),
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2094 NULL,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2095 0, 0, 0, 0,
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2096 SWP_HIDEWINDOW | SWP_NOMOVE | SWP_NOSIZE
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2097 | SWP_NOSENDCHANGING);
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2098 }
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2099 }
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2100
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2101 /* map the subwindow. This is used by redisplay via
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2102 redisplay_output_subwindow */
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2103 static void
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2104 mswindows_map_subwindow (struct Lisp_Image_Instance *p, int x, int y,
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2105 struct display_glyph_area* dga)
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2106 {
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2107 /* move the window before mapping it ... */
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2108 SetWindowPos (IMAGE_INSTANCE_MSWINDOWS_CLIPWINDOW (p),
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2109 NULL,
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2110 x, y, dga->width, dga->height,
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2111 SWP_NOZORDER
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2112 | SWP_NOCOPYBITS | SWP_NOSENDCHANGING);
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2113 /* ... adjust the child ... */
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2114 SetWindowPos (WIDGET_INSTANCE_MSWINDOWS_HANDLE (p),
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2115 NULL,
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2116 -dga->xoffset, -dga->yoffset, 0, 0,
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2117 SWP_NOZORDER | SWP_NOSIZE
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2118 | SWP_NOCOPYBITS | SWP_NOSENDCHANGING);
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2119 /* ... now map it - we are not allowed to move it at the same time. */
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2120 SetWindowPos (IMAGE_INSTANCE_MSWINDOWS_CLIPWINDOW (p),
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2121 NULL,
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2122 0, 0, 0, 0,
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2123 SWP_NOZORDER | SWP_NOSIZE | SWP_NOMOVE
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2124 | SWP_SHOWWINDOW | SWP_NOCOPYBITS
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2125 | SWP_NOSENDCHANGING);
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2126 }
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2127
422
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2128 /* resize the subwindow instance */
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2129 static void
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2130 mswindows_resize_subwindow (struct Lisp_Image_Instance* ii, int w, int h)
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2131 {
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2132 /* Set the size of the control .... */
422
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2133 SetWindowPos (WIDGET_INSTANCE_MSWINDOWS_HANDLE (ii),
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2134 NULL,
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2135 0, 0, w, h,
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2136 SWP_NOZORDER | SWP_NOMOVE
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2137 | SWP_NOCOPYBITS | SWP_NOSENDCHANGING);
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2138 }
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2139
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2140 /* when you click on a widget you may activate another widget this
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2141 needs to be checked and all appropriate widgets updated */
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2142 static void
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2143 mswindows_update_subwindow (struct Lisp_Image_Instance *p)
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2144 {
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2145 if (IMAGE_INSTANCE_TYPE (p) == IMAGE_WIDGET)
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2146 {
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2147 /* buttons checked or otherwise */
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2148 if ( EQ (IMAGE_INSTANCE_WIDGET_TYPE (p), Qbutton))
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2149 {
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2150 if (gui_item_selected_p (IMAGE_INSTANCE_WIDGET_ITEM (p)))
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2151 SendMessage (WIDGET_INSTANCE_MSWINDOWS_HANDLE (p),
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2152 BM_SETCHECK, (WPARAM)BST_CHECKED, 0);
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2153 else
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2154 SendMessage (WIDGET_INSTANCE_MSWINDOWS_HANDLE (p),
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2155 BM_SETCHECK, (WPARAM)BST_UNCHECKED, 0);
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2156 }
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2157
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2158 /* set the widget font from the widget face */
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2159 SendMessage (WIDGET_INSTANCE_MSWINDOWS_HANDLE (p),
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2160 WM_SETFONT,
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2161 (WPARAM)FONT_INSTANCE_MSWINDOWS_HFONT
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2162 (XFONT_INSTANCE (widget_face_font_info
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2163 (IMAGE_INSTANCE_SUBWINDOW_FRAME (p),
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2164 IMAGE_INSTANCE_WIDGET_FACE (p),
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2165 0, 0))),
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2166 MAKELPARAM (TRUE, 0));
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2167 }
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2168 }
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2169
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2170 /* register widgets into our hastable so that we can cope with the
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2171 callbacks. The hashtable is weak so deregistration is handled
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2172 automatically */
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2173 static int
418
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2174 mswindows_register_gui_item (Lisp_Object gui, Lisp_Object domain)
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2175 {
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2176 Lisp_Object frame = FW_FRAME (domain);
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2177 struct frame* f = XFRAME (frame);
418
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2178 int id = gui_item_id_hash (FRAME_MSWINDOWS_WIDGET_HASH_TABLE (f),
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2179 gui,
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2180 WIDGET_GLYPH_SLOT);
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2181 Fputhash (make_int (id),
418
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2182 XGUI_ITEM (gui)->callback,
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2183 FRAME_MSWINDOWS_WIDGET_HASH_TABLE (f));
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2184 return id;
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2185 }
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2186
418
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2187 static int
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2188 mswindows_register_widget_instance (Lisp_Object instance, Lisp_Object domain)
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2189 {
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2190 return mswindows_register_gui_item (XIMAGE_INSTANCE_WIDGET_ITEM (instance),
418
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2191 domain);
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2192 }
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2193
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2194 static void
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2195 mswindows_subwindow_instantiate (Lisp_Object image_instance, Lisp_Object instantiator,
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2196 Lisp_Object pointer_fg, Lisp_Object pointer_bg,
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2197 int dest_mask, Lisp_Object domain)
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2198 {
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2199 struct Lisp_Image_Instance *ii = XIMAGE_INSTANCE (image_instance);
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2200 Lisp_Object device = IMAGE_INSTANCE_DEVICE (ii);
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2201 struct device* d = XDEVICE (device);
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2202 Lisp_Object frame = FW_FRAME (domain);
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2203 HWND wnd;
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2204
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2205 if (!DEVICE_MSWINDOWS_P (d))
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2206 signal_simple_error ("Not an mswindows device", device);
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2207
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2208 /* have to set the type this late in case there is no device
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2209 instantiation for a widget */
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2210 IMAGE_INSTANCE_TYPE (ii) = IMAGE_SUBWINDOW;
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2211 /* Allocate space for the clip window */
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2212 ii->data = xnew_and_zero (struct mswindows_subwindow_data);
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2213
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2214 if ((IMAGE_INSTANCE_MSWINDOWS_CLIPWINDOW (ii)
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2215 = CreateWindowEx(
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2216 0, /* EX flags */
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2217 XEMACS_CONTROL_CLASS,
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2218 0, /* text */
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2219 WS_CLIPCHILDREN | WS_CLIPSIBLINGS | WS_CHILD,
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2220 0, /* starting x position */
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2221 0, /* starting y position */
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2222 IMAGE_INSTANCE_WIDGET_WIDTH (ii),
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2223 IMAGE_INSTANCE_WIDGET_HEIGHT (ii),
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2224 /* parent window */
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2225 FRAME_MSWINDOWS_HANDLE (XFRAME (frame)),
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2226 NULL, /* No menu */
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2227 NULL, /* must be null for this class */
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2228 NULL)) == NULL)
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2229 signal_simple_error ("window creation failed with code",
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2230 make_int (GetLastError()));
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2231
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2232 wnd = CreateWindow( "STATIC",
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2233 "",
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2234 WS_CHILD,
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2235 0, /* starting x position */
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2236 0, /* starting y position */
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2237 IMAGE_INSTANCE_WIDGET_WIDTH (ii),
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2238 IMAGE_INSTANCE_WIDGET_HEIGHT (ii),
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2239 IMAGE_INSTANCE_MSWINDOWS_CLIPWINDOW (ii),
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2240 0,
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2241 (HINSTANCE)
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2242 GetWindowLong (FRAME_MSWINDOWS_HANDLE (XFRAME (frame)),
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2243 GWL_HINSTANCE),
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2244 NULL);
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2245
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2246 SetWindowLong (wnd, GWL_USERDATA, (LONG)LISP_TO_VOID(image_instance));
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2247 IMAGE_INSTANCE_SUBWINDOW_ID (ii) = wnd;
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2248 }
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2249
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2250 static int
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2251 mswindows_image_instance_equal (struct Lisp_Image_Instance *p1,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2252 struct Lisp_Image_Instance *p2, int depth)
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2253 {
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2254 switch (IMAGE_INSTANCE_TYPE (p1))
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2255 {
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2256 case IMAGE_MONO_PIXMAP:
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2257 case IMAGE_COLOR_PIXMAP:
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2258 case IMAGE_POINTER:
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2259 if (IMAGE_INSTANCE_MSWINDOWS_BITMAP (p1)
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2260 != IMAGE_INSTANCE_MSWINDOWS_BITMAP (p2))
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2261 return 0;
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2262 break;
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2263
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2264 default:
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2265 break;
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2266 }
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2268 return 1;
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2269 }
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2270
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2271 static unsigned long
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2272 mswindows_image_instance_hash (struct Lisp_Image_Instance *p, int depth)
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2273 {
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2274 switch (IMAGE_INSTANCE_TYPE (p))
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2275 {
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2276 case IMAGE_MONO_PIXMAP:
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2277 case IMAGE_COLOR_PIXMAP:
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2278 case IMAGE_POINTER:
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2279 return (unsigned long) IMAGE_INSTANCE_MSWINDOWS_BITMAP (p);
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2280
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2281 default:
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2282 return 0;
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2283 }
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2284 }
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2285
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2286 /* Set all the slots in an image instance structure to reasonable
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2287 default values. This is used somewhere within an instantiate
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2288 method. It is assumed that the device slot within the image
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2289 instance is already set -- this is the case when instantiate
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2290 methods are called. */
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2291
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2292 static void
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2293 mswindows_initialize_dibitmap_image_instance (struct Lisp_Image_Instance *ii,
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2294 int slices,
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2295 enum image_instance_type type)
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2296 {
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2297 ii->data = xnew_and_zero (struct mswindows_image_instance_data);
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2298 IMAGE_INSTANCE_TYPE (ii) = type;
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2299 IMAGE_INSTANCE_PIXMAP_FILENAME (ii) = Qnil;
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2300 IMAGE_INSTANCE_PIXMAP_MASK_FILENAME (ii) = Qnil;
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2301 IMAGE_INSTANCE_PIXMAP_HOTSPOT_X (ii) = Qnil;
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2302 IMAGE_INSTANCE_PIXMAP_HOTSPOT_Y (ii) = Qnil;
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2303 IMAGE_INSTANCE_PIXMAP_FG (ii) = Qnil;
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2304 IMAGE_INSTANCE_PIXMAP_BG (ii) = Qnil;
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2305 IMAGE_INSTANCE_PIXMAP_MAXSLICE (ii) = slices;
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2306 IMAGE_INSTANCE_MSWINDOWS_BITMAP_SLICES (ii) =
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2307 xnew_array_and_zero (HBITMAP, slices);
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2308 }
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2309
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2310
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2311 #ifdef HAVE_WIDGETS
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2312
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2313 /************************************************************************/
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2314 /* widgets */
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2315 /************************************************************************/
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2316 static void
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2317 mswindows_widget_instantiate (Lisp_Object image_instance, Lisp_Object instantiator,
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2318 Lisp_Object pointer_fg, Lisp_Object pointer_bg,
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2319 int dest_mask, Lisp_Object domain,
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2320 CONST char* class, int flags, int exflags)
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2321 {
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2322 /* this function can call lisp */
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2323 struct Lisp_Image_Instance *ii = XIMAGE_INSTANCE (image_instance);
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2324 Lisp_Object device = IMAGE_INSTANCE_DEVICE (ii), style;
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2325 struct device* d = XDEVICE (device);
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2326 Lisp_Object frame = FW_FRAME (domain);
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2327 Extbyte* nm=0;
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2328 HWND wnd;
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2329 int id = 0xffff;
418
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2330 Lisp_Object gui = IMAGE_INSTANCE_WIDGET_ITEM (ii);
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2331 struct Lisp_Gui_Item* pgui = XGUI_ITEM (gui);
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2332
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2333 if (!DEVICE_MSWINDOWS_P (d))
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2334 signal_simple_error ("Not an mswindows device", device);
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2335
418
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2336 if (!gui_item_active_p (gui))
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2337 flags |= WS_DISABLED;
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2338
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2339 style = pgui->style;
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2340
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2341 if (!NILP (pgui->callback))
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2342 {
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2343 id = mswindows_register_widget_instance (image_instance, domain);
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2344 }
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2345 /* have to set the type this late in case there is no device
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2346 instantiation for a widget */
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2347 IMAGE_INSTANCE_TYPE (ii) = IMAGE_WIDGET;
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2348 if (!NILP (IMAGE_INSTANCE_WIDGET_TEXT (ii)))
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2349 GET_C_STRING_OS_DATA_ALLOCA (IMAGE_INSTANCE_WIDGET_TEXT (ii), nm);
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2350
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2351 /* allocate space for the clip window and then allocate the clip window */
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2352 ii->data = xnew_and_zero (struct mswindows_subwindow_data);
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2353
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2354 if ((IMAGE_INSTANCE_MSWINDOWS_CLIPWINDOW (ii)
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2355 = CreateWindowEx(
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2356 0, /* EX flags */
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2357 XEMACS_CONTROL_CLASS,
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2358 0, /* text */
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2359 WS_CLIPCHILDREN | WS_CLIPSIBLINGS | WS_CHILD,
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2360 0, /* starting x position */
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2361 0, /* starting y position */
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2362 IMAGE_INSTANCE_WIDGET_WIDTH (ii),
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2363 IMAGE_INSTANCE_WIDGET_HEIGHT (ii),
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2364 /* parent window */
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2365 FRAME_MSWINDOWS_HANDLE (XFRAME (frame)),
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2366 (HMENU)id, /* No menu */
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2367 NULL, /* must be null for this class */
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2368 NULL)) == NULL)
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2369 signal_simple_error ("window creation failed with code",
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2370 make_int (GetLastError()));
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2371
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2372 if ((wnd = CreateWindowEx(
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2373 exflags /* | WS_EX_NOPARENTNOTIFY*/,
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2374 class,
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2375 nm,
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2376 flags | WS_CHILD | WS_VISIBLE,
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2377 0, /* starting x position */
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2378 0, /* starting y position */
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2379 IMAGE_INSTANCE_WIDGET_WIDTH (ii),
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2380 IMAGE_INSTANCE_WIDGET_HEIGHT (ii),
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2381 /* parent window */
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2382 IMAGE_INSTANCE_MSWINDOWS_CLIPWINDOW (ii),
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2383 (HMENU)id, /* No menu */
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2384 (HINSTANCE)
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2385 GetWindowLong
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2386 (FRAME_MSWINDOWS_HANDLE (XFRAME (frame)),
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2387 GWL_HINSTANCE),
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2388 NULL)) == NULL)
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2389 signal_simple_error ("window creation failed with code",
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2390 make_int (GetLastError()));
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2391
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2392 IMAGE_INSTANCE_SUBWINDOW_ID (ii) = wnd;
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2393 SetWindowLong (wnd, GWL_USERDATA, (LONG)LISP_TO_VOID(image_instance));
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2394 /* set the widget font from the widget face */
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2395 SendMessage (wnd, WM_SETFONT,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2396 (WPARAM)FONT_INSTANCE_MSWINDOWS_HFONT
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2397 (XFONT_INSTANCE (widget_face_font_info
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2398 (domain,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2399 IMAGE_INSTANCE_WIDGET_FACE (ii),
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2400 0, 0))),
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2401 MAKELPARAM (TRUE, 0));
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2402 }
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2403
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2404 /* Instantiate a button widget. Unfortunately instantiated widgets are
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2405 particular to a frame since they need to have a parent. It's not
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2406 like images where you just select the image into the context you
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2407 want to display it in and BitBlt it. So images instances can have a
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2408 many-to-one relationship with things you see, whereas widgets can
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2409 only be one-to-one (i.e. per frame) */
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2410 static void
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2411 mswindows_button_instantiate (Lisp_Object image_instance, Lisp_Object instantiator,
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2412 Lisp_Object pointer_fg, Lisp_Object pointer_bg,
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2413 int dest_mask, Lisp_Object domain)
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2414 {
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2415 /* this function can call lisp */
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2416 struct Lisp_Image_Instance *ii = XIMAGE_INSTANCE (image_instance);
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2417 HWND wnd;
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2418 int flags = BS_NOTIFY;
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2419 Lisp_Object style;
418
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2420 Lisp_Object gui = IMAGE_INSTANCE_WIDGET_ITEM (ii);
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2421 struct Lisp_Gui_Item* pgui = XGUI_ITEM (gui);
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
2422 Lisp_Object glyph = find_keyword_in_vector (instantiator, Q_image);
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
2423
418
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2424 if (!gui_item_active_p (gui))
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2425 flags |= WS_DISABLED;
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2426
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
2427 if (!NILP (glyph))
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
2428 {
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
2429 if (!IMAGE_INSTANCEP (glyph))
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
2430 glyph = glyph_image_instance (glyph, domain, ERROR_ME, 1);
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
2431
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
2432 if (IMAGE_INSTANCEP (glyph))
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2433 flags |= XIMAGE_INSTANCE_MSWINDOWS_BITMAP (glyph) ?
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
2434 BS_BITMAP : BS_ICON;
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
2435 }
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
2436
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2437 style = pgui->style;
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2438
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2439 if (EQ (style, Qradio))
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2440 {
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2441 flags |= BS_RADIOBUTTON;
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2442 }
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2443 else if (EQ (style, Qtoggle))
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2444 {
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2445 flags |= BS_AUTOCHECKBOX;
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2446 }
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2447 else
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2448 flags |= BS_DEFPUSHBUTTON;
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2449
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2450 mswindows_widget_instantiate (image_instance, instantiator, pointer_fg,
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2451 pointer_bg, dest_mask, domain, "BUTTON", flags,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2452 WS_EX_CONTROLPARENT);
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2453
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2454 wnd = WIDGET_INSTANCE_MSWINDOWS_HANDLE (ii);
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2455 /* set the checked state */
418
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2456 if (gui_item_selected_p (gui))
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2457 SendMessage (wnd, BM_SETCHECK, (WPARAM)BST_CHECKED, 0);
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2458 else
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2459 SendMessage (wnd, BM_SETCHECK, (WPARAM)BST_UNCHECKED, 0);
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
2460 /* add the image if one was given */
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2461 if (!NILP (glyph) && IMAGE_INSTANCEP (glyph))
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
2462 {
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2463 SendMessage (wnd, BM_SETIMAGE,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2464 (WPARAM) (XIMAGE_INSTANCE_MSWINDOWS_BITMAP (glyph) ?
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
2465 IMAGE_BITMAP : IMAGE_ICON),
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2466 (LPARAM) (XIMAGE_INSTANCE_MSWINDOWS_BITMAP (glyph) ?
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2467 XIMAGE_INSTANCE_MSWINDOWS_BITMAP (glyph) :
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2468 XIMAGE_INSTANCE_MSWINDOWS_ICON (glyph)));
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
2469 }
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2470 }
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2471
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2472 /* instantiate an edit control */
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2473 static void
420
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
2474 mswindows_edit_field_instantiate (Lisp_Object image_instance, Lisp_Object instantiator,
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2475 Lisp_Object pointer_fg, Lisp_Object pointer_bg,
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2476 int dest_mask, Lisp_Object domain)
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2477 {
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2478 mswindows_widget_instantiate (image_instance, instantiator, pointer_fg,
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2479 pointer_bg, dest_mask, domain, "EDIT",
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2480 ES_LEFT | ES_AUTOHSCROLL | WS_TABSTOP
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2481 | WS_BORDER,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2482 WS_EX_CLIENTEDGE | WS_EX_CONTROLPARENT);
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2483 }
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2484
418
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2485 /* instantiate a progress gauge */
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
2486 static void
420
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
2487 mswindows_progress_gauge_instantiate (Lisp_Object image_instance, Lisp_Object instantiator,
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
2488 Lisp_Object pointer_fg, Lisp_Object pointer_bg,
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
2489 int dest_mask, Lisp_Object domain)
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
2490 {
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
2491 HWND wnd;
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2492 struct Lisp_Image_Instance *ii = XIMAGE_INSTANCE (image_instance);
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
2493 mswindows_widget_instantiate (image_instance, instantiator, pointer_fg,
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2494 pointer_bg, dest_mask, domain, PROGRESS_CLASS,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2495 WS_TABSTOP | WS_BORDER | PBS_SMOOTH,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2496 WS_EX_CLIENTEDGE | WS_EX_CONTROLPARENT);
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
2497 wnd = WIDGET_INSTANCE_MSWINDOWS_HANDLE (ii);
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
2498 /* set the colors */
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
2499 #ifdef PBS_SETBKCOLOR
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2500 SendMessage (wnd, PBS_SETBKCOLOR, 0,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2501 (LPARAM) (COLOR_INSTANCE_MSWINDOWS_COLOR
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2502 (XCOLOR_INSTANCE
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2503 (FACE_BACKGROUND
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
2504 (XIMAGE_INSTANCE_WIDGET_FACE (ii),
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2505 XIMAGE_INSTANCE_SUBWINDOW_FRAME (ii))))));
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
2506 #endif
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
2507 #ifdef PBS_SETBARCOLOR
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2508 SendMessage (wnd, PBS_SETBARCOLOR, 0,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2509 (L:PARAM) (COLOR_INSTANCE_MSWINDOWS_COLOR
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2510 (XCOLOR_INSTANCE
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2511 (FACE_FOREGROUND
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
2512 (XIMAGE_INSTANCE_WIDGET_FACE (ii),
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2513 XIMAGE_INSTANCE_SUBWINDOW_FRAME (ii))))));
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
2514 #endif
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
2515 }
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
2516
418
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2517 /* instantiate a tree view widget */
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2518 static HTREEITEM add_tree_item (Lisp_Object image_instance,
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2519 HWND wnd, HTREEITEM parent, Lisp_Object item,
418
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2520 int children, Lisp_Object domain)
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2521 {
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2522 TV_INSERTSTRUCT tvitem;
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2523 HTREEITEM ret;
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2524
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2525 tvitem.hParent = parent;
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2526 tvitem.hInsertAfter = TVI_LAST;
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2527 tvitem.item.mask = TVIF_TEXT | TVIF_CHILDREN;
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2528 tvitem.item.cChildren = children;
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2529
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2530 if (GUI_ITEMP (item))
418
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2531 {
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2532 tvitem.item.lParam = mswindows_register_gui_item (item, domain);
418
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2533 tvitem.item.mask |= TVIF_PARAM;
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2534 GET_C_STRING_OS_DATA_ALLOCA (XGUI_ITEM (item)->name,
418
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2535 tvitem.item.pszText);
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2536 }
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2537 else
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2538 GET_C_STRING_OS_DATA_ALLOCA (item, tvitem.item.pszText);
418
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2539
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2540 tvitem.item.cchTextMax = strlen (tvitem.item.pszText);
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2541
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2542 if ((ret = (HTREEITEM)SendMessage (wnd, TVM_INSERTITEM,
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2543 0, (LPARAM)&tvitem)) == 0)
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2544 signal_simple_error ("error adding tree view entry", item);
418
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2545
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2546 return ret;
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2547 }
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2548
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2549 static void add_tree_item_list (Lisp_Object image_instance,
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2550 HWND wnd, HTREEITEM parent, Lisp_Object list,
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2551 Lisp_Object domain)
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2552 {
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2553 Lisp_Object rest;
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2554
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2555 /* get the first item */
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2556 parent = add_tree_item (image_instance, wnd, parent, XCAR (list), TRUE, domain);
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2557 /* recursively add items to the tree view */
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2558 LIST_LOOP (rest, XCDR (list))
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2559 {
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2560 if (LISTP (XCAR (rest)))
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2561 add_tree_item_list (image_instance, wnd, parent, XCAR (rest), domain);
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2562 else
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2563 add_tree_item (image_instance, wnd, parent, XCAR (rest), FALSE, domain);
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2564 }
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2565 }
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2566
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2567 static void
420
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
2568 mswindows_tree_view_instantiate (Lisp_Object image_instance, Lisp_Object instantiator,
418
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2569 Lisp_Object pointer_fg, Lisp_Object pointer_bg,
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2570 int dest_mask, Lisp_Object domain)
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2571 {
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2572 Lisp_Object rest;
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2573 HWND wnd;
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2574 HTREEITEM parent;
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2575 struct Lisp_Image_Instance *ii = XIMAGE_INSTANCE (image_instance);
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2576 mswindows_widget_instantiate (image_instance, instantiator, pointer_fg,
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2577 pointer_bg, dest_mask, domain, WC_TREEVIEW,
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2578 WS_TABSTOP | WS_BORDER | PBS_SMOOTH
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2579 | TVS_HASLINES | TVS_HASBUTTONS,
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2580 WS_EX_CLIENTEDGE | WS_EX_CONTROLPARENT);
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2581
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2582 wnd = WIDGET_INSTANCE_MSWINDOWS_HANDLE (ii);
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2583
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2584 /* define a root */
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2585 parent = add_tree_item (image_instance, wnd, NULL,
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2586 XCAR (IMAGE_INSTANCE_WIDGET_ITEMS (ii)),
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2587 TRUE, domain);
418
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2588
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2589 /* recursively add items to the tree view */
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2590 /* add items to the tab */
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2591 LIST_LOOP (rest, XCDR (IMAGE_INSTANCE_WIDGET_ITEMS (ii)))
418
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2592 {
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2593 if (LISTP (XCAR (rest)))
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2594 add_tree_item_list (image_instance, wnd, parent, XCAR (rest), domain);
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2595 else
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2596 add_tree_item (image_instance, wnd, parent, XCAR (rest), FALSE, domain);
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2597 }
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2598 }
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2599
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2600 /* instantiate a tab control */
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2601 static TC_ITEM* add_tab_item (Lisp_Object image_instance,
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2602 HWND wnd, Lisp_Object item,
418
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2603 Lisp_Object domain, int index)
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2604 {
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2605 TC_ITEM tvitem, *ret;
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2606
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2607 tvitem.mask = TCIF_TEXT;
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2608
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2609 if (GUI_ITEMP (item))
418
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2610 {
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2611 tvitem.lParam = mswindows_register_gui_item (item, domain);
418
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2612 tvitem.mask |= TCIF_PARAM;
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2613 GET_C_STRING_OS_DATA_ALLOCA (XGUI_ITEM (item)->name,
418
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2614 tvitem.pszText);
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2615 }
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2616 else
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2617 {
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2618 CHECK_STRING (item);
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2619 GET_C_STRING_OS_DATA_ALLOCA (item, tvitem.pszText);
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2620 }
418
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2621
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2622 tvitem.cchTextMax = strlen (tvitem.pszText);
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2623
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2624 if ((ret = (TC_ITEM*)SendMessage (wnd, TCM_INSERTITEM,
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2625 index, (LPARAM)&tvitem)) < 0)
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2626 signal_simple_error ("error adding tab entry", item);
418
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2627
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2628 return ret;
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2629 }
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2630
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2631 static void
420
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
2632 mswindows_tab_control_instantiate (Lisp_Object image_instance, Lisp_Object instantiator,
418
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2633 Lisp_Object pointer_fg, Lisp_Object pointer_bg,
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2634 int dest_mask, Lisp_Object domain)
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2635 {
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2636 Lisp_Object rest;
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2637 HWND wnd;
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2638 int index = 0;
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2639 struct Lisp_Image_Instance *ii = XIMAGE_INSTANCE (image_instance);
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2640 mswindows_widget_instantiate (image_instance, instantiator, pointer_fg,
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2641 pointer_bg, dest_mask, domain, WC_TABCONTROL,
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2642 /* borders don't suit tabs so well */
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2643 WS_TABSTOP,
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2644 WS_EX_CONTROLPARENT);
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2645
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2646 wnd = WIDGET_INSTANCE_MSWINDOWS_HANDLE (ii);
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2647 /* add items to the tab */
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2648 LIST_LOOP (rest, XCDR (IMAGE_INSTANCE_WIDGET_ITEMS (ii)))
418
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2649 {
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2650 add_tab_item (image_instance, wnd, XCAR (rest), domain, index);
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2651 index++;
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2652 }
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2653 }
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2654
422
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2655 /* set the properties of a tab control */
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2656 static Lisp_Object
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2657 mswindows_tab_control_set_property (Lisp_Object image_instance, Lisp_Object prop,
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2658 Lisp_Object val)
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2659 {
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2660 struct Lisp_Image_Instance *ii = XIMAGE_INSTANCE (image_instance);
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2661
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2662 if (EQ (prop, Q_items))
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2663 {
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2664 HWND wnd = WIDGET_INSTANCE_MSWINDOWS_HANDLE (ii);
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2665 int index = 0;
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2666 Lisp_Object rest;
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2667 check_valid_item_list_1 (val);
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2668
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2669 /* delete the pre-existing items */
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2670 SendMessage (wnd, TCM_DELETEALLITEMS, 0, 0);
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2671
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2672 IMAGE_INSTANCE_WIDGET_ITEMS (ii) =
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2673 Fcons (XCAR (IMAGE_INSTANCE_WIDGET_ITEMS (ii)),
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2674 parse_gui_item_tree_children (val));
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2675
422
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2676 /* add items to the tab */
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2677 LIST_LOOP (rest, XCDR (IMAGE_INSTANCE_WIDGET_ITEMS (ii)))
422
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2678 {
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2679 add_tab_item (image_instance, wnd, XCAR (rest),
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2680 IMAGE_INSTANCE_SUBWINDOW_FRAME (ii), index);
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2681 index++;
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2682 }
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2683
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2684 return Qt;
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2685 }
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2686 return Qunbound;
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2687 }
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2688
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2689 /* instantiate a static control possible for putting other things in */
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2690 static void
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2691 mswindows_label_instantiate (Lisp_Object image_instance, Lisp_Object instantiator,
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2692 Lisp_Object pointer_fg, Lisp_Object pointer_bg,
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2693 int dest_mask, Lisp_Object domain)
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2694 {
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2695 mswindows_widget_instantiate (image_instance, instantiator, pointer_fg,
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2696 pointer_bg, dest_mask, domain, "STATIC",
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2697 0, WS_EX_STATICEDGE);
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2698 }
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2699
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2700 /* instantiate a scrollbar control */
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2701 static void
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2702 mswindows_scrollbar_instantiate (Lisp_Object image_instance, Lisp_Object instantiator,
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2703 Lisp_Object pointer_fg, Lisp_Object pointer_bg,
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2704 int dest_mask, Lisp_Object domain)
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2705 {
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2706 mswindows_widget_instantiate (image_instance, instantiator, pointer_fg,
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2707 pointer_bg, dest_mask, domain, "SCROLLBAR",
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2708 0,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2709 WS_EX_CLIENTEDGE );
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2710 }
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2711
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2712 /* instantiate a combo control */
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2713 static void
420
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
2714 mswindows_combo_box_instantiate (Lisp_Object image_instance, Lisp_Object instantiator,
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2715 Lisp_Object pointer_fg, Lisp_Object pointer_bg,
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2716 int dest_mask, Lisp_Object domain)
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2717 {
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2718 struct Lisp_Image_Instance *ii = XIMAGE_INSTANCE (image_instance);
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2719 HANDLE wnd;
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2720 Lisp_Object rest;
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2721 Lisp_Object data = Fplist_get (find_keyword_in_vector (instantiator, Q_properties),
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2722 Q_items, Qnil);
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2723 int len;
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2724 GET_LIST_LENGTH (data, len);
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2725
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2726 /* Maybe ought to generalise this more but it may be very windows
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2727 specific. In windows the window height of a combo box is the
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2728 height when the combo box is open. Thus we need to set the height
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2729 before creating the window and then reset it to a single line
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2730 after the window is created so that redisplay does the right
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2731 thing. */
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2732 widget_instantiate_1 (image_instance, instantiator, pointer_fg,
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2733 pointer_bg, dest_mask, domain, len + 1, 0, 0);
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2734
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2735 mswindows_widget_instantiate (image_instance, instantiator, pointer_fg,
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2736 pointer_bg, dest_mask, domain, "COMBOBOX",
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2737 WS_BORDER | WS_TABSTOP | CBS_DROPDOWN
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2738 | CBS_AUTOHSCROLL
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2739 | CBS_HASSTRINGS | WS_VSCROLL,
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2740 WS_EX_CLIENTEDGE | WS_EX_CONTROLPARENT);
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2741 /* reset the height */
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2742 widget_text_to_pixel_conversion (domain,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2743 IMAGE_INSTANCE_WIDGET_FACE (ii), 1, 0,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2744 &IMAGE_INSTANCE_SUBWINDOW_HEIGHT (ii), 0);
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2745 wnd = WIDGET_INSTANCE_MSWINDOWS_HANDLE (ii);
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2746 /* add items to the combo box */
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2747 SendMessage (wnd, CB_RESETCONTENT, 0, 0);
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2748 LIST_LOOP (rest, Fplist_get (IMAGE_INSTANCE_WIDGET_PROPS (ii), Q_items, Qnil))
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2749 {
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2750 Extbyte* lparam;
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2751 GET_C_STRING_OS_DATA_ALLOCA (XCAR (rest), lparam);
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2752 if (SendMessage (wnd, CB_ADDSTRING, 0, (LPARAM)lparam) == CB_ERR)
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2753 signal_simple_error ("error adding combo entries", instantiator);
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2754 }
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2755 }
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2756
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2757 /* get properties of a control */
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2758 static Lisp_Object
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2759 mswindows_widget_property (Lisp_Object image_instance, Lisp_Object prop)
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2760 {
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2761 struct Lisp_Image_Instance *ii = XIMAGE_INSTANCE (image_instance);
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2762 HANDLE wnd = WIDGET_INSTANCE_MSWINDOWS_HANDLE (ii);
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2763 /* get the text from a control */
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
2764 if (EQ (prop, Q_text))
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2765 {
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2766 Extcount len = SendMessage (wnd, WM_GETTEXTLENGTH, 0, 0);
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2767 Extbyte* buf =alloca (len+1);
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2768
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2769 SendMessage (wnd, WM_GETTEXT, (WPARAM)len+1, (LPARAM) buf);
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2770 return build_ext_string (buf, FORMAT_OS);
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2771 }
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2772 return Qunbound;
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2773 }
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2774
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2775 /* get properties of a button */
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2776 static Lisp_Object
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2777 mswindows_button_property (Lisp_Object image_instance, Lisp_Object prop)
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2778 {
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2779 struct Lisp_Image_Instance *ii = XIMAGE_INSTANCE (image_instance);
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2780 HANDLE wnd = WIDGET_INSTANCE_MSWINDOWS_HANDLE (ii);
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2781 /* check the state of a button */
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
2782 if (EQ (prop, Q_selected))
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2783 {
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2784 if (SendMessage (wnd, BM_GETSTATE, 0, 0) & BST_CHECKED)
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2785 return Qt;
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2786 else
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2787 return Qnil;
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2788 }
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2789 return Qunbound;
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2790 }
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2791
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2792 /* get properties of a combo box */
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2793 static Lisp_Object
420
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
2794 mswindows_combo_box_property (Lisp_Object image_instance, Lisp_Object prop)
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2795 {
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2796 struct Lisp_Image_Instance *ii = XIMAGE_INSTANCE (image_instance);
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2797 HANDLE wnd = WIDGET_INSTANCE_MSWINDOWS_HANDLE (ii);
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2798 /* get the text from a control */
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
2799 if (EQ (prop, Q_text))
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2800 {
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2801 long item = SendMessage (wnd, CB_GETCURSEL, 0, 0);
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2802 Extcount len = SendMessage (wnd, CB_GETLBTEXTLEN, (WPARAM)item, 0);
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2803 Extbyte* buf = alloca (len+1);
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2804 SendMessage (wnd, CB_GETLBTEXT, (WPARAM)item, (LPARAM)buf);
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2805 return build_ext_string (buf, FORMAT_OS);
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2806 }
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2807 return Qunbound;
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2808 }
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2809
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2810 /* set the properties of a control */
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2811 static Lisp_Object
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2812 mswindows_widget_set_property (Lisp_Object image_instance, Lisp_Object prop,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2813 Lisp_Object val)
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2814 {
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2815 struct Lisp_Image_Instance *ii = XIMAGE_INSTANCE (image_instance);
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2816
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2817 if (EQ (prop, Q_text))
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2818 {
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2819 Extbyte* lparam=0;
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2820 CHECK_STRING (val);
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2821 GET_C_STRING_OS_DATA_ALLOCA (val, lparam);
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2822 SendMessage (WIDGET_INSTANCE_MSWINDOWS_HANDLE (ii),
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2823 WM_SETTEXT, 0, (LPARAM)lparam);
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2824 return Qt;
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2825 }
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2826 return Qunbound;
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2827 }
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2828
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
2829 /* set the properties of a progres guage */
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2830 static Lisp_Object
420
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
2831 mswindows_progress_gauge_set_property (Lisp_Object image_instance, Lisp_Object prop,
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2832 Lisp_Object val)
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
2833 {
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2834 struct Lisp_Image_Instance *ii = XIMAGE_INSTANCE (image_instance);
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2835
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2836 if (EQ (prop, Q_percent))
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
2837 {
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
2838 CHECK_INT (val);
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
2839 SendMessage (WIDGET_INSTANCE_MSWINDOWS_HANDLE (ii),
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
2840 PBM_SETPOS, (WPARAM)XINT (val), 0);
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2841 return Qt;
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
2842 }
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2843 return Qunbound;
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
2844 }
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
2845
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2846 LRESULT WINAPI
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2847 mswindows_control_wnd_proc (HWND hwnd, UINT message,
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2848 WPARAM wParam, LPARAM lParam)
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2849 {
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2850 switch (message)
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2851 {
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2852 case WM_NOTIFY:
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2853 case WM_COMMAND:
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2854 case WM_CTLCOLORBTN:
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2855 case WM_CTLCOLORLISTBOX:
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2856 case WM_CTLCOLOREDIT:
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2857 case WM_CTLCOLORSTATIC:
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2858 case WM_CTLCOLORSCROLLBAR:
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2859
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2860 return mswindows_wnd_proc (GetParent (hwnd), message, wParam, lParam);
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2861 default:
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2862 return DefWindowProc (hwnd, message, wParam, lParam);
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2863 }
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2864 }
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2865
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2866 #endif /* HAVE_WIDGETS */
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2867
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2868
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2869 /************************************************************************/
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2870 /* initialization */
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2871 /************************************************************************/
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2872
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2873 void
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2874 syms_of_glyphs_mswindows (void)
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2875 {
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
2876 defkeyword (&Q_resource_id, ":resource-id");
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
2877 defkeyword (&Q_resource_type, ":resource-type");
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2878 }
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2879
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2880 void
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2881 console_type_create_glyphs_mswindows (void)
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2882 {
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2883 /* image methods */
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2884
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2885 CONSOLE_HAS_METHOD (mswindows, print_image_instance);
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2886 CONSOLE_HAS_METHOD (mswindows, finalize_image_instance);
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2887 CONSOLE_HAS_METHOD (mswindows, unmap_subwindow);
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2888 CONSOLE_HAS_METHOD (mswindows, map_subwindow);
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2889 CONSOLE_HAS_METHOD (mswindows, update_subwindow);
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2890 CONSOLE_HAS_METHOD (mswindows, image_instance_equal);
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2891 CONSOLE_HAS_METHOD (mswindows, image_instance_hash);
278
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
2892 CONSOLE_HAS_METHOD (mswindows, init_image_instance_from_eimage);
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
2893 CONSOLE_HAS_METHOD (mswindows, locate_pixmap_file);
422
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2894 CONSOLE_HAS_METHOD (mswindows, resize_subwindow);
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2895 }
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2896
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2897 void
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2898 image_instantiator_format_create_glyphs_mswindows (void)
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2899 {
420
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
2900 IIFORMAT_VALID_CONSOLE (mswindows, nothing);
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
2901 IIFORMAT_VALID_CONSOLE (mswindows, string);
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2902 IIFORMAT_VALID_CONSOLE (mswindows, layout);
420
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
2903 IIFORMAT_VALID_CONSOLE (mswindows, formatted_string);
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
2904 IIFORMAT_VALID_CONSOLE (mswindows, inherit);
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2905 /* image-instantiator types */
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2906 #ifdef HAVE_XPM
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2907 INITIALIZE_DEVICE_IIFORMAT (mswindows, xpm);
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2908 IIFORMAT_HAS_DEVMETHOD (mswindows, xpm, instantiate);
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2909 #endif
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2910 INITIALIZE_DEVICE_IIFORMAT (mswindows, xbm);
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2911 IIFORMAT_HAS_DEVMETHOD (mswindows, xbm, instantiate);
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
2912 #ifdef HAVE_XFACE
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
2913 INITIALIZE_DEVICE_IIFORMAT (mswindows, xface);
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
2914 IIFORMAT_HAS_DEVMETHOD (mswindows, xface, instantiate);
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2915 #endif
420
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
2916 #ifdef HAVE_JPEG
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
2917 IIFORMAT_VALID_CONSOLE (mswindows, jpeg);
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
2918 #endif
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
2919 #ifdef HAVE_TIFF
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
2920 IIFORMAT_VALID_CONSOLE (mswindows, tiff);
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
2921 #endif
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
2922 #ifdef HAVE_PNG
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
2923 IIFORMAT_VALID_CONSOLE (mswindows, png);
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
2924 #endif
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
2925 #ifdef HAVE_GIF
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
2926 IIFORMAT_VALID_CONSOLE (mswindows, gif);
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
2927 #endif
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2928 #ifdef HAVE_WIDGETS
418
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2929 /* button widget */
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2930 INITIALIZE_DEVICE_IIFORMAT (mswindows, button);
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2931 IIFORMAT_HAS_DEVMETHOD (mswindows, button, property);
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2932 IIFORMAT_HAS_DEVMETHOD (mswindows, button, instantiate);
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2933
420
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
2934 INITIALIZE_DEVICE_IIFORMAT (mswindows, edit_field);
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
2935 IIFORMAT_HAS_DEVMETHOD (mswindows, edit_field, instantiate);
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2936
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2937 INITIALIZE_DEVICE_IIFORMAT (mswindows, subwindow);
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2938 IIFORMAT_HAS_DEVMETHOD (mswindows, subwindow, instantiate);
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2939
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2940 INITIALIZE_DEVICE_IIFORMAT (mswindows, widget);
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2941 IIFORMAT_HAS_DEVMETHOD (mswindows, widget, property);
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2942 IIFORMAT_HAS_DEVMETHOD (mswindows, widget, set_property);
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2943
418
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2944 /* label */
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2945 INITIALIZE_DEVICE_IIFORMAT (mswindows, label);
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2946 IIFORMAT_HAS_DEVMETHOD (mswindows, label, instantiate);
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2947
418
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2948 /* combo box */
420
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
2949 INITIALIZE_DEVICE_IIFORMAT (mswindows, combo_box);
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
2950 IIFORMAT_HAS_DEVMETHOD (mswindows, combo_box, property);
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
2951 IIFORMAT_HAS_DEVMETHOD (mswindows, combo_box, instantiate);
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2952
418
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2953 /* scrollbar */
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2954 INITIALIZE_DEVICE_IIFORMAT (mswindows, scrollbar);
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
2955 IIFORMAT_HAS_DEVMETHOD (mswindows, scrollbar, instantiate);
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2956
418
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2957 /* progress gauge */
420
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
2958 INITIALIZE_DEVICE_IIFORMAT (mswindows, progress_gauge);
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
2959 IIFORMAT_HAS_DEVMETHOD (mswindows, progress_gauge, set_property);
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
2960 IIFORMAT_HAS_DEVMETHOD (mswindows, progress_gauge, instantiate);
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2961
418
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2962 /* tree view widget */
420
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
2963 INITIALIZE_DEVICE_IIFORMAT (mswindows, tree_view);
418
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2964 /* IIFORMAT_HAS_DEVMETHOD (mswindows, progress, set_property);*/
420
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
2965 IIFORMAT_HAS_DEVMETHOD (mswindows, tree_view, instantiate);
418
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2966
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2967 /* tab control widget */
420
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
2968 INITIALIZE_DEVICE_IIFORMAT (mswindows, tab_control);
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
2969 IIFORMAT_HAS_DEVMETHOD (mswindows, tab_control, instantiate);
422
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2970 IIFORMAT_HAS_DEVMETHOD (mswindows, tab_control, set_property);
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 422
diff changeset
2971 #endif
418
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2972 /* windows bitmap format */
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2973 INITIALIZE_IMAGE_INSTANTIATOR_FORMAT (bmp, "bmp");
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2974 IIFORMAT_HAS_METHOD (bmp, validate);
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2975 IIFORMAT_HAS_METHOD (bmp, normalize);
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2976 IIFORMAT_HAS_METHOD (bmp, possible_dest_types);
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2977 IIFORMAT_HAS_METHOD (bmp, instantiate);
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2978
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2979 IIFORMAT_VALID_KEYWORD (bmp, Q_data, check_valid_string);
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2980 IIFORMAT_VALID_KEYWORD (bmp, Q_file, check_valid_string);
420
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
2981 IIFORMAT_VALID_CONSOLE (mswindows, bmp);
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2982
418
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 412
diff changeset
2983 /* mswindows resources */
304
c6de09ad3017 Import from CVS: tag r21-0b50
cvs
parents: 298
diff changeset
2984 INITIALIZE_IMAGE_INSTANTIATOR_FORMAT (mswindows_resource,
c6de09ad3017 Import from CVS: tag r21-0b50
cvs
parents: 298
diff changeset
2985 "mswindows-resource");
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
2986
304
c6de09ad3017 Import from CVS: tag r21-0b50
cvs
parents: 298
diff changeset
2987 IIFORMAT_HAS_METHOD (mswindows_resource, validate);
c6de09ad3017 Import from CVS: tag r21-0b50
cvs
parents: 298
diff changeset
2988 IIFORMAT_HAS_METHOD (mswindows_resource, normalize);
c6de09ad3017 Import from CVS: tag r21-0b50
cvs
parents: 298
diff changeset
2989 IIFORMAT_HAS_METHOD (mswindows_resource, possible_dest_types);
c6de09ad3017 Import from CVS: tag r21-0b50
cvs
parents: 298
diff changeset
2990 IIFORMAT_HAS_METHOD (mswindows_resource, instantiate);
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
2991
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2992 IIFORMAT_VALID_KEYWORD (mswindows_resource, Q_resource_type,
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
2993 check_valid_resource_symbol);
304
c6de09ad3017 Import from CVS: tag r21-0b50
cvs
parents: 298
diff changeset
2994 IIFORMAT_VALID_KEYWORD (mswindows_resource, Q_resource_id, check_valid_resource_id);
c6de09ad3017 Import from CVS: tag r21-0b50
cvs
parents: 298
diff changeset
2995 IIFORMAT_VALID_KEYWORD (mswindows_resource, Q_file, check_valid_string);
420
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
2996 IIFORMAT_VALID_CONSOLE (mswindows, mswindows_resource);
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2997 }
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2998
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
2999 void
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
3000 vars_of_glyphs_mswindows (void)
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
3001 {
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
3002 DEFVAR_LISP ("mswindows-bitmap-file-path", &Vmswindows_bitmap_file_path /*
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
3003 A list of the directories in which mswindows bitmap files may be found.
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
3004 This is used by the `make-image-instance' function.
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
3005 */ );
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
3006 Vmswindows_bitmap_file_path = Qnil;
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
3007 }
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
3008
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
3009 void
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
3010 complex_vars_of_glyphs_mswindows (void)
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
3011 {
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents:
diff changeset
3012 }