annotate src/device-msw.c @ 400:a86b2b5e0111 r21-2-30

Import from CVS: tag r21-2-30
author cvs
date Mon, 13 Aug 2007 11:14:34 +0200
parents 74fd4e045ea6
children 2f8bb876ab1d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
296
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents: 294
diff changeset
1 /* device functions for mswindows.
213
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
2 Copyright (C) 1994, 1995 Board of Trustees, University of Illinois.
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
3 Copyright (C) 1994, 1995 Free Software Foundation, Inc.
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
4
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
5 This file is part of XEmacs.
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
6
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
7 XEmacs is free software; you can redistribute it and/or modify it
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
8 under the terms of the GNU General Public License as published by the
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
9 Free Software Foundation; either version 2, or (at your option) any
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
10 later version.
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
11
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
12 XEmacs is distributed in the hope that it will be useful, but WITHOUT
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
13 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
14 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
15 for more details.
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
16
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
17 You should have received a copy of the GNU General Public License
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
18 along with XEmacs; see the file COPYING. If not, write to
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
19 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
20 Boston, MA 02111-1307, USA. */
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
21
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
22 /* Synched up with: Not in FSF. */
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
23
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
24 /* Authorship:
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
25
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
26 Original authors: Jamie Zawinski and the FSF
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
27 Rewritten by Ben Wing and Chuck Thompson.
272
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
28 Rewritten for mswindows by Jonathan Harris, November 1997 for 21.0.
213
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
29 */
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
30
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
31
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
32 #include <config.h>
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
33 #include "lisp.h"
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
34
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
35 #include "console-msw.h"
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
36 #include "console-stream.h"
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
37 #include "objects-msw.h"
213
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
38 #include "events.h"
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
39 #include "faces.h"
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
40 #include "frame.h"
249
83b3d10dcba9 Import from CVS: tag r20-5b23
cvs
parents: 245
diff changeset
41 #include "sysdep.h"
83b3d10dcba9 Import from CVS: tag r20-5b23
cvs
parents: 245
diff changeset
42
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
43 #include <winspool.h>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
44
249
83b3d10dcba9 Import from CVS: tag r20-5b23
cvs
parents: 245
diff changeset
45 /* win32 DDE management library globals */
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
46 #ifdef HAVE_DRAGNDROP
249
83b3d10dcba9 Import from CVS: tag r20-5b23
cvs
parents: 245
diff changeset
47 DWORD mswindows_dde_mlid;
83b3d10dcba9 Import from CVS: tag r20-5b23
cvs
parents: 245
diff changeset
48 HSZ mswindows_dde_service;
83b3d10dcba9 Import from CVS: tag r20-5b23
cvs
parents: 245
diff changeset
49 HSZ mswindows_dde_topic_system;
83b3d10dcba9 Import from CVS: tag r20-5b23
cvs
parents: 245
diff changeset
50 HSZ mswindows_dde_item_open;
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
51 #endif
213
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
52
263
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 249
diff changeset
53 /* Control conversion of upper case file names to lower case.
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 249
diff changeset
54 nil means no, t means yes. */
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 249
diff changeset
55 Lisp_Object Vmswindows_downcase_file_names;
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 249
diff changeset
56
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 249
diff changeset
57 /* Control whether stat() attempts to determine file type and link count
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 249
diff changeset
58 exactly, at the expense of slower operation. Since true hard links
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 249
diff changeset
59 are supported on NTFS volumes, this is only relevant on NT. */
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 249
diff changeset
60 Lisp_Object Vmswindows_get_true_file_attributes;
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 249
diff changeset
61
213
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
62 Lisp_Object Qinit_pre_mswindows_win, Qinit_post_mswindows_win;
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
63
296
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents: 294
diff changeset
64
294
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 288
diff changeset
65 /************************************************************************/
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 288
diff changeset
66 /* helpers */
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 288
diff changeset
67 /************************************************************************/
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 288
diff changeset
68
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 288
diff changeset
69 static Lisp_Object
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
70 build_syscolor_string (int idx)
294
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 288
diff changeset
71 {
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
72 return (idx < 0 ? Qnil : mswindows_color_to_string (GetSysColor (idx)));
294
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 288
diff changeset
73 }
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 288
diff changeset
74
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 288
diff changeset
75 static Lisp_Object
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 288
diff changeset
76 build_syscolor_cons (int index1, int index2)
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 288
diff changeset
77 {
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 288
diff changeset
78 Lisp_Object color1, color2;
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 288
diff changeset
79 struct gcpro gcpro1;
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 288
diff changeset
80 GCPRO1 (color1);
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 288
diff changeset
81 color1 = build_syscolor_string (index1);
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 288
diff changeset
82 color2 = build_syscolor_string (index2);
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 288
diff changeset
83 RETURN_UNGCPRO (Fcons (color1, color2));
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 288
diff changeset
84 }
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 288
diff changeset
85
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 288
diff changeset
86 static Lisp_Object
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 288
diff changeset
87 build_sysmetrics_cons (int index1, int index2)
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 288
diff changeset
88 {
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 288
diff changeset
89 return Fcons (index1 < 0 ? Qnil : make_int (GetSystemMetrics (index1)),
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 288
diff changeset
90 index2 < 0 ? Qnil : make_int (GetSystemMetrics (index2)));
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 288
diff changeset
91 }
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 288
diff changeset
92
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
93 static Lisp_Object
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
94 build_devicecaps_cons (HDC hdc, int index1, int index2)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
95 {
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
96 return Fcons (index1 < 0 ? Qnil : make_int (GetDeviceCaps (hdc, index1)),
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
97 index2 < 0 ? Qnil : make_int (GetDeviceCaps (hdc, index2)));
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
98 }
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
99
294
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 288
diff changeset
100
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 288
diff changeset
101
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 288
diff changeset
102 /************************************************************************/
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
103 /* display methods */
294
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 288
diff changeset
104 /************************************************************************/
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 288
diff changeset
105
213
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
106 static void
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
107 mswindows_init_device (struct device *d, Lisp_Object props)
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
108 {
249
83b3d10dcba9 Import from CVS: tag r20-5b23
cvs
parents: 245
diff changeset
109 WNDCLASSEX wc;
213
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
110 HDC hdc;
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
111
294
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 288
diff changeset
112 DEVICE_CLASS (d) = Qcolor;
213
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
113 DEVICE_INFD (d) = DEVICE_OUTFD (d) = -1;
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
114 init_baud_rate (d);
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
115 init_one_device (d);
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
116
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
117 d->device_data = xnew_and_zero (struct mswindows_device);
294
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 288
diff changeset
118 hdc = CreateCompatibleDC (NULL);
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 288
diff changeset
119 assert (hdc!=NULL);
213
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
120 DEVICE_MSWINDOWS_LOGPIXELSX(d) = GetDeviceCaps(hdc, LOGPIXELSX);
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
121 DEVICE_MSWINDOWS_LOGPIXELSY(d) = GetDeviceCaps(hdc, LOGPIXELSY);
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
122 DEVICE_MSWINDOWS_PLANES(d) = GetDeviceCaps(hdc, PLANES);
294
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 288
diff changeset
123 /* #### SIZEPALETTE only valid if RC_PALETTE bit set in RASTERCAPS,
213
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
124 what should we return for a non-palette-based device? */
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
125 DEVICE_MSWINDOWS_CELLS(d) = GetDeviceCaps(hdc, SIZEPALETTE);
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
126 DEVICE_MSWINDOWS_HORZRES(d) = GetDeviceCaps(hdc, HORZRES);
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
127 DEVICE_MSWINDOWS_VERTRES(d) = GetDeviceCaps(hdc, VERTRES);
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
128 DEVICE_MSWINDOWS_HORZSIZE(d) = GetDeviceCaps(hdc, HORZSIZE);
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
129 DEVICE_MSWINDOWS_VERTSIZE(d) = GetDeviceCaps(hdc, VERTSIZE);
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 263
diff changeset
130 DEVICE_MSWINDOWS_BITSPIXEL(d) = GetDeviceCaps(hdc, BITSPIXEL);
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
131 DEVICE_MSWINDOWS_FONTLIST (d) = mswindows_enumerate_fonts (hdc);
371
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 361
diff changeset
132
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
133 DeleteDC (hdc);
213
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
134
223
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 217
diff changeset
135 /* Register the main window class */
249
83b3d10dcba9 Import from CVS: tag r20-5b23
cvs
parents: 245
diff changeset
136 wc.cbSize = sizeof (WNDCLASSEX);
223
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 217
diff changeset
137 wc.style = CS_OWNDC; /* One DC per window */
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 217
diff changeset
138 wc.lpfnWndProc = (WNDPROC) mswindows_wnd_proc;
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 217
diff changeset
139 wc.cbClsExtra = 0;
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 217
diff changeset
140 wc.cbWndExtra = MSWINDOWS_WINDOW_EXTRA_BYTES;
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
141 /* This must match whatever is passed to CreateWIndowEx, NULL is ok
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
142 for this. */
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
143 wc.hInstance = NULL;
227
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 223
diff changeset
144 wc.hIcon = LoadIcon (GetModuleHandle(NULL), XEMACS_CLASS);
223
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 217
diff changeset
145 wc.hCursor = LoadCursor (NULL, IDC_ARROW);
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 217
diff changeset
146 /* Background brush is only used during sizing, when XEmacs cannot
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 217
diff changeset
147 take over */
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 217
diff changeset
148 wc.hbrBackground = (HBRUSH)(COLOR_APPWORKSPACE + 1);
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 217
diff changeset
149 wc.lpszMenuName = NULL;
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 284
diff changeset
150
223
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 217
diff changeset
151 wc.lpszClassName = XEMACS_CLASS;
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
152 wc.hIconSm = (HICON) LoadImage (GetModuleHandle (NULL), XEMACS_CLASS,
249
83b3d10dcba9 Import from CVS: tag r20-5b23
cvs
parents: 245
diff changeset
153 IMAGE_ICON, 16, 16, 0);
83b3d10dcba9 Import from CVS: tag r20-5b23
cvs
parents: 245
diff changeset
154 RegisterClassEx (&wc);
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
155
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
156 #ifdef HAVE_WIDGETS
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
157 xzero (wc);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
158 /* Register the main window class */
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
159 wc.cbSize = sizeof (WNDCLASSEX);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
160 wc.lpfnWndProc = (WNDPROC) mswindows_control_wnd_proc;
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
161 wc.lpszClassName = XEMACS_CONTROL_CLASS;
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
162 wc.hInstance = NULL;
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
163 RegisterClassEx (&wc);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
164 #endif
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
165
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
166 #if defined (HAVE_TOOLBARS) || defined (HAVE_WIDGETS)
278
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 272
diff changeset
167 InitCommonControls ();
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 272
diff changeset
168 #endif
249
83b3d10dcba9 Import from CVS: tag r20-5b23
cvs
parents: 245
diff changeset
169 }
83b3d10dcba9 Import from CVS: tag r20-5b23
cvs
parents: 245
diff changeset
170
83b3d10dcba9 Import from CVS: tag r20-5b23
cvs
parents: 245
diff changeset
171 static void
83b3d10dcba9 Import from CVS: tag r20-5b23
cvs
parents: 245
diff changeset
172 mswindows_finish_init_device (struct device *d, Lisp_Object props)
83b3d10dcba9 Import from CVS: tag r20-5b23
cvs
parents: 245
diff changeset
173 {
380
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 373
diff changeset
174 /* Initialize DDE management library and our related globals. We execute a
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
175 * dde Open("file") by simulating a drop, so this depends on dnd support. */
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
176 #ifdef HAVE_DRAGNDROP
249
83b3d10dcba9 Import from CVS: tag r20-5b23
cvs
parents: 245
diff changeset
177 mswindows_dde_mlid = 0;
278
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 272
diff changeset
178 DdeInitialize (&mswindows_dde_mlid, (PFNCALLBACK)mswindows_dde_callback,
249
83b3d10dcba9 Import from CVS: tag r20-5b23
cvs
parents: 245
diff changeset
179 APPCMD_FILTERINITS|CBF_FAIL_SELFCONNECTIONS|CBF_FAIL_ADVISES|
83b3d10dcba9 Import from CVS: tag r20-5b23
cvs
parents: 245
diff changeset
180 CBF_FAIL_POKES|CBF_FAIL_REQUESTS|CBF_SKIP_ALLNOTIFICATIONS, 0);
83b3d10dcba9 Import from CVS: tag r20-5b23
cvs
parents: 245
diff changeset
181
83b3d10dcba9 Import from CVS: tag r20-5b23
cvs
parents: 245
diff changeset
182 mswindows_dde_service = DdeCreateStringHandle (mswindows_dde_mlid, XEMACS_CLASS, 0);
83b3d10dcba9 Import from CVS: tag r20-5b23
cvs
parents: 245
diff changeset
183 mswindows_dde_topic_system = DdeCreateStringHandle (mswindows_dde_mlid, SZDDESYS_TOPIC, 0);
83b3d10dcba9 Import from CVS: tag r20-5b23
cvs
parents: 245
diff changeset
184 mswindows_dde_item_open = DdeCreateStringHandle (mswindows_dde_mlid,
83b3d10dcba9 Import from CVS: tag r20-5b23
cvs
parents: 245
diff changeset
185 TEXT(MSWINDOWS_DDE_ITEM_OPEN), 0);
83b3d10dcba9 Import from CVS: tag r20-5b23
cvs
parents: 245
diff changeset
186 DdeNameService (mswindows_dde_mlid, mswindows_dde_service, 0L, DNS_REGISTER);
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
187 #endif
249
83b3d10dcba9 Import from CVS: tag r20-5b23
cvs
parents: 245
diff changeset
188 }
83b3d10dcba9 Import from CVS: tag r20-5b23
cvs
parents: 245
diff changeset
189
83b3d10dcba9 Import from CVS: tag r20-5b23
cvs
parents: 245
diff changeset
190 static void
83b3d10dcba9 Import from CVS: tag r20-5b23
cvs
parents: 245
diff changeset
191 mswindows_delete_device (struct device *d)
83b3d10dcba9 Import from CVS: tag r20-5b23
cvs
parents: 245
diff changeset
192 {
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
193 #ifdef HAVE_DRAGNDROP
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
194 DdeNameService (mswindows_dde_mlid, 0L, 0L, DNS_UNREGISTER);
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
195 DdeFreeStringHandle (mswindows_dde_mlid, mswindows_dde_item_open);
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
196 DdeFreeStringHandle (mswindows_dde_mlid, mswindows_dde_topic_system);
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
197 DdeFreeStringHandle (mswindows_dde_mlid, mswindows_dde_service);
249
83b3d10dcba9 Import from CVS: tag r20-5b23
cvs
parents: 245
diff changeset
198 DdeUninitialize (mswindows_dde_mlid);
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
199 #endif
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
200
294
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 288
diff changeset
201 free (d->device_data);
213
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
202 }
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
203
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
204 static void
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
205 mswindows_mark_device (struct device *d)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
206 {
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
207 mark_object (DEVICE_MSWINDOWS_FONTLIST (d));
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
208 }
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
209
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
210 static Lisp_Object
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
211 mswindows_device_system_metrics (struct device *d,
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
212 enum device_metrics m)
213
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
213 {
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
214 switch (m)
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
215 {
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
216 case DM_size_device:
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
217 return Fcons (make_int (DEVICE_MSWINDOWS_HORZRES(d)),
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
218 make_int (DEVICE_MSWINDOWS_VERTRES(d)));
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
219 break;
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
220 case DM_device_dpi:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
221 return Fcons (make_int (DEVICE_MSWINDOWS_LOGPIXELSX(d)),
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
222 make_int (DEVICE_MSWINDOWS_LOGPIXELSY(d)));
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
223 break;
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
224 case DM_size_device_mm:
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
225 return Fcons (make_int (DEVICE_MSWINDOWS_HORZSIZE(d)),
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
226 make_int (DEVICE_MSWINDOWS_VERTSIZE(d)));
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
227 break;
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
228 case DM_num_bit_planes:
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 284
diff changeset
229 /* this is what X means by bitplanes therefore we ought to be
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 284
diff changeset
230 consistent. num planes is always 1 under mswindows and
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 284
diff changeset
231 therefore useless */
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 284
diff changeset
232 return make_int (DEVICE_MSWINDOWS_BITSPIXEL(d));
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
233 break;
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
234 case DM_num_color_cells:
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
235 return make_int (DEVICE_MSWINDOWS_CELLS(d));
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
236 break;
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
237
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
238 /*** Colors ***/
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
239 #define FROB(met, fore, back) \
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
240 case DM_##met: \
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
241 return build_syscolor_cons (fore, back);
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
242
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
243 FROB (color_default, COLOR_WINDOWTEXT, COLOR_WINDOW);
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
244 FROB (color_select, COLOR_HIGHLIGHTTEXT, COLOR_HIGHLIGHT);
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
245 FROB (color_balloon, COLOR_INFOTEXT, COLOR_INFOBK);
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
246 FROB (color_3d_face, COLOR_BTNTEXT, COLOR_BTNFACE);
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
247 FROB (color_3d_light, COLOR_3DHILIGHT, COLOR_3DLIGHT);
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
248 FROB (color_3d_dark, COLOR_3DDKSHADOW, COLOR_3DSHADOW);
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
249 FROB (color_menu, COLOR_MENUTEXT, COLOR_MENU);
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
250 FROB (color_menu_highlight, COLOR_HIGHLIGHTTEXT, COLOR_HIGHLIGHT);
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
251 FROB (color_menu_button, COLOR_MENUTEXT, COLOR_MENU);
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
252 FROB (color_menu_disabled, COLOR_GRAYTEXT, COLOR_MENU);
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
253 FROB (color_toolbar, COLOR_BTNTEXT, COLOR_BTNFACE);
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
254 FROB (color_scrollbar, COLOR_CAPTIONTEXT, COLOR_SCROLLBAR);
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
255 FROB (color_desktop, -1, COLOR_DESKTOP);
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
256 FROB (color_workspace, -1, COLOR_APPWORKSPACE);
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
257 #undef FROB
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
258
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
259 /*** Sizes ***/
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
260 #define FROB(met, index1, index2) \
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
261 case DM_##met: \
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
262 return build_sysmetrics_cons (index1, index2);
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
263
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
264 FROB (size_cursor, SM_CXCURSOR, SM_CYCURSOR);
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
265 FROB (size_scrollbar, SM_CXVSCROLL, SM_CYHSCROLL);
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
266 FROB (size_menu, -1, SM_CYMENU);
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
267 FROB (size_icon, SM_CXICON, SM_CYICON);
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
268 FROB (size_icon_small, SM_CXSMICON, SM_CYSMICON);
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
269 #undef FROB
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
270
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
271 case DM_size_workspace:
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
272 {
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
273 RECT rc;
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
274 SystemParametersInfo (SPI_GETWORKAREA, 0, &rc, 0);
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
275 return Fcons (make_int (rc.right - rc.left),
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
276 make_int (rc.bottom - rc.top));
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
277 }
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
278 /*
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
279 case DM_size_toolbar:
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
280 case DM_size_toolbar_button:
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
281 case DM_size_toolbar_border:
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
282 */
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
283
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
284 /*** Features ***/
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
285 #define FROB(met, index) \
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
286 case DM_##met: \
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
287 return make_int (GetSystemMetrics (index));
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
288
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
289 FROB (mouse_buttons, SM_CMOUSEBUTTONS);
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
290 FROB (swap_buttons, SM_SWAPBUTTON);
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
291 FROB (show_sounds, SM_SHOWSOUNDS);
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
292 FROB (slow_device, SM_SLOWMACHINE);
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
293 FROB (security, SM_SECURE);
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
294 #undef FROB
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
295
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
296 }
213
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
297
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
298 /* Do not know such property */
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
299 return Qunbound;
213
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
300 }
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
301
269
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
302 static unsigned int
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
303 mswindows_device_implementation_flags (void)
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
304 {
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
305 return XDEVIMPF_PIXEL_GEOMETRY;
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
306 }
294
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 288
diff changeset
307
213
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
308
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
309 /************************************************************************/
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
310 /* printer methods */
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
311 /************************************************************************/
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
312
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
313 static void
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
314 signal_open_printer_error (struct device *d)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
315 {
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
316 signal_simple_error ("Failed to open printer", DEVICE_CONNECTION (d));
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
317 }
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
318
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
319 static void
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
320 msprinter_init_device (struct device *d, Lisp_Object props)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
321 {
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
322 char* printer_name;
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
323
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
324 DEVICE_INFD (d) = DEVICE_OUTFD (d) = -1;
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
325
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
326 CHECK_STRING (DEVICE_CONNECTION (d));
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
327
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
328 TO_EXTERNAL_FORMAT (LISP_STRING, DEVICE_CONNECTION (d),
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
329 C_STRING_ALLOCA, printer_name,
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
330 Qctext);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
331
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
332 d->device_data = xnew_and_zero (struct msprinter_device);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
333
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
334 DEVICE_MSPRINTER_NAME(d) = xstrdup (printer_name);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
335
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
336 if (!OpenPrinter (printer_name, &DEVICE_MSPRINTER_HPRINTER (d), NULL))
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
337 {
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
338 DEVICE_MSPRINTER_HPRINTER (d) = NULL;
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
339 signal_open_printer_error (d);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
340 }
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
341
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
342 DEVICE_MSPRINTER_HDC (d) = CreateDC ("WINSPOOL", printer_name,
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
343 NULL, NULL);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
344 if (DEVICE_MSPRINTER_HDC (d) == NULL)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
345 signal_open_printer_error (d);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
346
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
347 /* Determinie DEVMODE size and store the default DEVMODE */
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
348 DEVICE_MSPRINTER_DEVMODE_SIZE(d) =
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
349 DocumentProperties (NULL, DEVICE_MSPRINTER_HPRINTER(d),
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
350 printer_name, NULL, NULL, 0);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
351 if (DEVICE_MSPRINTER_DEVMODE_SIZE(d) <= 0)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
352 signal_open_printer_error (d);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
353
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
354 DEVICE_MSPRINTER_DEVMODE(d) =
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
355 (DEVMODE*) xmalloc (DEVICE_MSPRINTER_DEVMODE_SIZE(d));
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
356 DocumentProperties (NULL, DEVICE_MSPRINTER_HPRINTER(d),
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
357 printer_name, DEVICE_MSPRINTER_DEVMODE(d),
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
358 NULL, DM_OUT_BUFFER);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
359
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
360 /* We do not use printer fon list as we do with the display
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
361 device. Rather, we allow GDI to pick the closest match to the
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
362 display font. */
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
363 DEVICE_MSPRINTER_FONTLIST (d) = Qnil;
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
364
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
365 DEVICE_CLASS (d) = (GetDeviceCaps (DEVICE_MSPRINTER_HDC (d), BITSPIXEL)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
366 * GetDeviceCaps (DEVICE_MSPRINTER_HDC (d), PLANES)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
367 > 1) ? Qcolor : Qmono;
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
368 }
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
369
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
370 static Lisp_Object
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
371 msprinter_device_system_metrics (struct device *d,
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
372 enum device_metrics m)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
373 {
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
374 switch (m)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
375 {
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
376 /* Device sizes - pixel and mm */
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
377 #define FROB(met, index1, index2) \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
378 case DM_##met: \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
379 return build_devicecaps_cons \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
380 (DEVICE_MSPRINTER_HDC(d), index1, index2);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
381
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
382 FROB (size_device, PHYSICALWIDTH, PHYSICALHEIGHT);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
383 FROB (size_device_mm, HORZSIZE, VERTSIZE);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
384 FROB (size_workspace, HORZRES, VERTRES);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
385 FROB (offset_workspace, PHYSICALOFFSETX, PHYSICALOFFSETY);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
386 FROB (device_dpi, LOGPIXELSX, LOGPIXELSY);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
387 #undef FROB
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
388
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
389 case DM_num_bit_planes:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
390 /* this is what X means by bitplanes therefore we ought to be
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
391 consistent. num planes is always 1 under mswindows and
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
392 therefore useless */
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
393 return make_int (GetDeviceCaps (DEVICE_MSPRINTER_HDC(d), BITSPIXEL));
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
394
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
395 case DM_num_color_cells: /* Prnters are non-palette devices */
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
396 case DM_slow_device: /* Animation would be a really bad idea */
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
397 case DM_security: /* Not provided by windows */
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
398 return Qzero;
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
399 }
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
400
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
401 /* Do not know such property */
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
402 return Qunbound;
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
403 }
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
404
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
405 static void
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
406 msprinter_delete_device (struct device *d)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
407 {
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
408 if (d->device_data)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
409 {
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
410 if (DEVICE_MSPRINTER_HPRINTER (d))
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
411 ClosePrinter (DEVICE_MSPRINTER_HPRINTER (d));
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
412 if (DEVICE_MSPRINTER_HDC (d))
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
413 DeleteDC (DEVICE_MSPRINTER_HDC (d));
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
414 if (DEVICE_MSPRINTER_NAME (d))
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
415 free (DEVICE_MSPRINTER_NAME (d));
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
416 if (DEVICE_MSPRINTER_DEVMODE (d))
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
417 free (DEVICE_MSPRINTER_DEVMODE (d));
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
418 if (DEVICE_MSPRINTER_DEVMODE_MIRROR (d))
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
419 free (DEVICE_MSPRINTER_DEVMODE_MIRROR (d));
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
420
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
421 free (d->device_data);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
422 }
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
423 }
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
424
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
425 static void
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
426 msprinter_mark_device (struct device *d)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
427 {
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
428 mark_object (DEVICE_MSPRINTER_FONTLIST (d));
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
429 }
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
430
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
431 static unsigned int
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
432 msprinter_device_implementation_flags (void)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
433 {
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
434 return ( XDEVIMPF_PIXEL_GEOMETRY
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
435 | XDEVIMPF_IS_A_PRINTER
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
436 | XDEVIMPF_NO_AUTO_REDISPLAY
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
437 | XDEVIMPF_FRAMELESS_OK );
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
438 }
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
439
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
440
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
441 /************************************************************************/
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
442 /* printer external functions */
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
443 /************************************************************************/
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
444
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
445 /*
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
446 * Return a copy of default DEVMODE. The copy returned is in
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
447 * a static buffer which will be overwritten by next call.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
448 */
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
449 DEVMODE*
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
450 msprinter_get_devmode_copy (struct device *d)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
451 {
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
452 assert (DEVICE_MSPRINTER_P (d));
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
453
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
454 if (DEVICE_MSPRINTER_DEVMODE_MIRROR(d) == NULL)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
455 DEVICE_MSPRINTER_DEVMODE_MIRROR(d) =
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
456 (DEVMODE*) xmalloc (DEVICE_MSPRINTER_DEVMODE_SIZE(d));
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
457
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
458 memcpy (DEVICE_MSPRINTER_DEVMODE_MIRROR(d),
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
459 DEVICE_MSPRINTER_DEVMODE(d),
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
460 DEVICE_MSPRINTER_DEVMODE_SIZE(d));
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
461
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
462 return DEVICE_MSPRINTER_DEVMODE_MIRROR(d);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
463 }
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
464
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
465 /*
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
466 * Apply settings from the DEVMODE. The settings are considered
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
467 * incremental to the default DEVMODE, so that changes in the
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
468 * passed structure supercede parameters of the printer.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
469 *
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
470 * The passed structure is overwritten by the fuction call;
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
471 * complete printer settings are returned.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
472 */
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
473 void
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
474 msprinter_apply_devmode (struct device *d, DEVMODE *devmode)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
475 {
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
476 assert (DEVICE_MSPRINTER_P (d));
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
477
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
478 DocumentProperties (NULL,
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
479 DEVICE_MSPRINTER_HPRINTER(d),
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
480 DEVICE_MSPRINTER_NAME(d),
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
481 devmode, devmode,
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
482 DM_IN_BUFFER | DM_OUT_BUFFER);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
483
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
484 ResetDC (DEVICE_MSPRINTER_HDC (d), devmode);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
485 }
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
486
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
487
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
488 /************************************************************************/
213
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
489 /* initialization */
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
490 /************************************************************************/
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
491
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
492 void
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
493 syms_of_device_mswindows (void)
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
494 {
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
495 defsymbol (&Qinit_pre_mswindows_win, "init-pre-mswindows-win");
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
496 defsymbol (&Qinit_post_mswindows_win, "init-post-mswindows-win");
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
497 }
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
498
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
499 void
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
500 console_type_create_device_mswindows (void)
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
501 {
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
502 CONSOLE_HAS_METHOD (mswindows, init_device);
249
83b3d10dcba9 Import from CVS: tag r20-5b23
cvs
parents: 245
diff changeset
503 CONSOLE_HAS_METHOD (mswindows, finish_init_device);
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
504 CONSOLE_HAS_METHOD (mswindows, mark_device);
249
83b3d10dcba9 Import from CVS: tag r20-5b23
cvs
parents: 245
diff changeset
505 CONSOLE_HAS_METHOD (mswindows, delete_device);
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
506 CONSOLE_HAS_METHOD (mswindows, device_system_metrics);
269
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
507 CONSOLE_HAS_METHOD (mswindows, device_implementation_flags);
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
508
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
509 CONSOLE_HAS_METHOD (msprinter, init_device);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
510 CONSOLE_HAS_METHOD (msprinter, mark_device);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
511 CONSOLE_HAS_METHOD (msprinter, delete_device);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
512 CONSOLE_HAS_METHOD (msprinter, device_system_metrics);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
513 CONSOLE_HAS_METHOD (msprinter, device_implementation_flags);
213
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
514 }
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
515
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
516
213
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
517 void
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
518 vars_of_device_mswindows (void)
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
519 {
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
520 DEFVAR_LISP ("mswindows-downcase-file-names", &Vmswindows_downcase_file_names /*
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
521 Non-nil means convert all-upper case file names to lower case.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
522 This applies when performing completions and file name expansion.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
523 */ );
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
524 Vmswindows_downcase_file_names = Qnil;
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
525
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
526 DEFVAR_LISP ("mswindows-get-true-file-attributes", &Vmswindows_get_true_file_attributes /*
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
527 Non-nil means determine accurate link count in file-attributes.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
528 This option slows down file-attributes noticeably, so is disabled by
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
529 default. Note that it is only useful for files on NTFS volumes,
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
530 where hard links are supported.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
531 */ );
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 380
diff changeset
532 Vmswindows_get_true_file_attributes = Qnil;
213
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
533 }