annotate src/frame-msw.c @ 404:2f8bb876ab1d r21-2-32

Import from CVS: tag r21-2-32
author cvs
date Mon, 13 Aug 2007 11:16:07 +0200
parents 74fd4e045ea6
children b8cc9ab3f761
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
213
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
1 /* Functions for the mswindows window system.
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
2 Copyright (C) 1989, 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
3 Copyright (C) 1995, 1996 Ben Wing.
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 synched with 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 Ultimately based on FSF.
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
27 Substantially rewritten for XEmacs by Ben Wing.
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.
377
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 371
diff changeset
29 Graphics features added and frame resizing fiddled with by Andy Piper.
213
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
269
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
35 #include "buffer.h"
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
36 #include "elhash.h"
213
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
37 #include "console-msw.h"
272
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
38 #include "glyphs-msw.h"
382
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
39 #include "elhash.h"
269
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
40 #include "events.h"
231
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 225
diff changeset
41 #include "faces.h"
213
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
42 #include "frame.h"
269
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
43 #include "redisplay.h"
276
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
44 #include "window.h"
213
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
45
269
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
46 #define MSWINDOWS_FRAME_STYLE (WS_CLIPCHILDREN | WS_CLIPSIBLINGS | WS_OVERLAPPEDWINDOW)
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
47 #define MSWINDOWS_POPUP_STYLE (WS_CLIPCHILDREN | WS_CLIPSIBLINGS | WS_POPUP \
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
48 | WS_CAPTION | WS_BORDER | WS_SYSMENU | WS_MINIMIZEBOX)
223
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 221
diff changeset
49
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 221
diff changeset
50 #define MSWINDOWS_FRAME_EXSTYLE WS_EX_OVERLAPPEDWINDOW
269
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
51 #define MSWINDOWS_POPUP_EXSTYLE WS_EX_PALETTEWINDOW
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
52
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
53 /* Default popup left top corner offset from the same
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
54 corner of the parent frame, in pixel */
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
55 #define POPUP_OFFSET 30
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
56
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
57 /* Default popup size, in characters */
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
58 #define POPUP_WIDTH 30
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
59 #define POPUP_HEIGHT 10
223
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 221
diff changeset
60
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 398
diff changeset
61 /* Default regular frame size, in characters */
294
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
62 #define DEFAULT_FRAME_WIDTH 80
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
63 #define DEFAULT_FRAME_HEIGHT 35
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
64
223
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 221
diff changeset
65 #ifdef HAVE_MENUBARS
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 221
diff changeset
66 #define ADJR_MENUFLAG TRUE
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 221
diff changeset
67 #else
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 221
diff changeset
68 #define ADJR_MENUFLAG FALSE
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 221
diff changeset
69 #endif
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 221
diff changeset
70
213
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
71 /* Default properties to use when creating frames. */
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
72 Lisp_Object Vdefault_mswindows_frame_plist;
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
73 Lisp_Object Vdefault_msprinter_frame_plist;
294
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
74 Lisp_Object Vmswindows_use_system_frame_size_defaults;
269
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
75
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
76 /* This does not need to be GC protected, as it holds a
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
77 frame Lisp_Object already protected by Fmake_frame */
276
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
78 Lisp_Object Vmswindows_frame_being_created;
269
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
79
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
80 /*---------------------------------------------------------------------*/
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
81 /*----- DISPLAY FRAME -----*/
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
82 /*---------------------------------------------------------------------*/
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
83
213
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
84 static void
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
85 mswindows_init_frame_1 (struct frame *f, Lisp_Object props)
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
86 {
231
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 225
diff changeset
87 Lisp_Object initially_unmapped;
223
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 221
diff changeset
88 Lisp_Object name, height, width, popup, top, left;
269
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
89 Lisp_Object frame_obj = Qnil;
223
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 221
diff changeset
90 RECT rect;
269
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
91 XEMACS_RECT_WH rect_default;
223
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 221
diff changeset
92 DWORD style, exstyle;
269
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
93 HWND hwnd, hwnd_parent;
213
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
94
269
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
95 /* Pick up relevant properties */
223
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 221
diff changeset
96 initially_unmapped = Fplist_get (props, Qinitially_unmapped, Qnil);
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 221
diff changeset
97 name = Fplist_get (props, Qname, Qnil);
269
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
98
223
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 221
diff changeset
99 popup = Fplist_get (props, Qpopup, Qnil);
269
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
100 if (EQ (popup, Qt))
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
101 popup = Fselected_frame (Qnil);
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
102
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
103 left = Fplist_get (props, Qleft, Qnil);
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
104 if (!NILP (left))
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
105 CHECK_INT (left);
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
106
223
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 221
diff changeset
107 top = Fplist_get (props, Qtop, Qnil);
269
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
108 if (!NILP (top))
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
109 CHECK_INT (top);
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
110
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
111 width = Fplist_get (props, Qwidth, Qnil);
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
112 if (!NILP (width))
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
113 CHECK_INT (width);
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
114
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
115 height = Fplist_get (props, Qheight, Qnil);
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
116 if (!NILP (height))
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
117 CHECK_INT (height);
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
118
294
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
119 f->frame_data = xnew_and_zero (struct mswindows_frame);
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
120 FRAME_MSWINDOWS_TARGET_RECT (f) = xnew_and_zero (XEMACS_RECT_WH);
213
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
121
294
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
122 FRAME_MSWINDOWS_TARGET_RECT (f)->left = NILP (left) ? -1 : abs (XINT (left));
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
123 FRAME_MSWINDOWS_TARGET_RECT (f)->top = NILP (top) ? -1 : abs (XINT (top));
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
124 FRAME_MSWINDOWS_TARGET_RECT (f)->width = NILP (width) ? -1 :
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
125 abs (XINT (width));
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
126 FRAME_MSWINDOWS_TARGET_RECT (f)->height = NILP (height) ? -1 :
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
127 abs (XINT (height));
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
128
269
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
129 /* Misc frame stuff */
223
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 221
diff changeset
130 FRAME_MSWINDOWS_DATA(f)->button2_need_lbutton = 0;
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 221
diff changeset
131 FRAME_MSWINDOWS_DATA(f)->button2_need_rbutton = 0;
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 221
diff changeset
132 FRAME_MSWINDOWS_DATA(f)->button2_is_down = 0;
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 221
diff changeset
133 FRAME_MSWINDOWS_DATA(f)->ignore_next_lbutton_up = 0;
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 221
diff changeset
134 FRAME_MSWINDOWS_DATA(f)->ignore_next_rbutton_up = 0;
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 221
diff changeset
135 FRAME_MSWINDOWS_DATA(f)->sizing = 0;
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 398
diff changeset
136 FRAME_MSWINDOWS_DATA(f)->paint_pending = 0;
380
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
137 FRAME_MSWINDOWS_MENU_HASH_TABLE(f) = Qnil;
276
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
138 #ifdef HAVE_TOOLBARS
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
139 FRAME_MSWINDOWS_TOOLBAR_HASH_TABLE(f) =
382
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
140 make_lisp_hash_table (50, HASH_TABLE_NON_WEAK, HASH_TABLE_EQUAL);
276
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
141 #endif
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
142 /* hashtable of instantiated glyphs on the frame. */
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
143 FRAME_MSWINDOWS_WIDGET_HASH_TABLE (f) =
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
144 make_lisp_hash_table (50, HASH_TABLE_VALUE_WEAK, HASH_TABLE_EQUAL);
269
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
145 /* Will initialize these in WM_SIZE handler. We cannot do it now,
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
146 because we do not know what is CW_USEDEFAULT height and width */
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
147 FRAME_WIDTH (f) = 0;
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
148 FRAME_HEIGHT (f) = 0;
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
149 FRAME_PIXWIDTH (f) = 0;
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
150 FRAME_PIXHEIGHT (f) = 0;
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
151
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
152 if (NILP (popup))
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
153 {
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
154 style = MSWINDOWS_FRAME_STYLE;
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
155 exstyle = MSWINDOWS_FRAME_EXSTYLE;
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
156 hwnd_parent = NULL;
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
157
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
158 rect_default.left = rect_default.top = CW_USEDEFAULT;
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
159 rect_default.width = rect_default.height = CW_USEDEFAULT;
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
160 }
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
161 else
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
162 {
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
163 style = MSWINDOWS_POPUP_STYLE;
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
164 exstyle = MSWINDOWS_POPUP_EXSTYLE;
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
165
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
166 CHECK_MSWINDOWS_FRAME (popup);
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
167 hwnd_parent = FRAME_MSWINDOWS_HANDLE (XFRAME (popup));
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
168 assert (IsWindow (hwnd_parent));
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
169
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
170 /* We cannot use CW_USEDEFAULT when creating a popup window.
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
171 So by default, we offset the new popup 30 pixels right
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
172 and down from its parent, and give it size of 30x10 characters.
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
173 These dimensions look adequate on both high and low res monitors */
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
174 GetWindowRect (hwnd_parent, &rect);
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
175 rect_default.left = rect.left + POPUP_OFFSET;
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
176 rect_default.top = rect.top + POPUP_OFFSET;
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
177 char_to_real_pixel_size (f, POPUP_WIDTH, POPUP_HEIGHT,
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
178 &rect_default.width, &rect_default.height);
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
179 }
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
180
223
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 221
diff changeset
181 AdjustWindowRectEx(&rect, style, ADJR_MENUFLAG, exstyle);
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 221
diff changeset
182
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 221
diff changeset
183 XSETFRAME (frame_obj, f);
269
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
184
276
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
185 Vmswindows_frame_being_created = frame_obj;
269
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
186
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
187 hwnd = CreateWindowEx (exstyle,
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
188 XEMACS_CLASS,
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
189 STRINGP(f->name) ? XSTRING_DATA(f->name) :
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 384
diff changeset
190 (STRINGP(name) ?
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
191 (const Extbyte*)XSTRING_DATA(name) :
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
192 (const Extbyte*)XEMACS_CLASS),
269
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
193 style,
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
194 rect_default.left, rect_default.top,
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
195 rect_default.width, rect_default.height,
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
196 hwnd_parent, NULL, NULL, NULL);
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
197
276
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
198 Vmswindows_frame_being_created = Qnil;
269
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
199
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
200 if (hwnd == NULL)
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
201 error ("System call to create frame failed");
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
202
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
203 FRAME_MSWINDOWS_HANDLE(f) = hwnd;
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
204
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
205 SetWindowLong (hwnd, XWL_FRAMEOBJ, (LONG)LISP_TO_VOID(frame_obj));
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
206 FRAME_MSWINDOWS_DC(f) = GetDC (hwnd);
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
207 SetTextAlign (FRAME_MSWINDOWS_DC(f), TA_BASELINE | TA_LEFT | TA_NOUPDATECP);
213
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
208 }
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
209
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
210 static void
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
211 mswindows_init_frame_2 (struct frame *f, Lisp_Object props)
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
212 {
294
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
213 if (NILP (Vmswindows_use_system_frame_size_defaults))
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
214 {
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
215 /* I don't think anything can set the frame size before this
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
216 since we don't have X resources. This may change if we look
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
217 at the registry. Even so these values can get overridden
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
218 later.*/
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
219 XEMACS_RECT_WH dest = { -1, -1, DEFAULT_FRAME_WIDTH,
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
220 DEFAULT_FRAME_HEIGHT };
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
221 mswindows_size_frame_internal (f, &dest);
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
222 }
213
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
223 }
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
224
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
225 /* Called after frame's properties are set */
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
226 static void
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
227 mswindows_init_frame_3 (struct frame *f)
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
228 {
298
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
229 /* Don't do this earlier or we get a WM_PAINT before the frame is ready.
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
230 * The SW_x parameter in the first call that an app makes to ShowWindow is
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
231 * ignored, and the parameter specified in the caller's STARTUPINFO is
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
232 * substituted instead. That parameter is SW_HIDE if we were started by
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
233 * runemacs, so call this twice. #### runemacs is evil */
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
234 ShowWindow (FRAME_MSWINDOWS_HANDLE(f), SW_SHOWNORMAL);
219
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 215
diff changeset
235 ShowWindow (FRAME_MSWINDOWS_HANDLE(f), SW_SHOWNORMAL);
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 215
diff changeset
236 SetForegroundWindow (FRAME_MSWINDOWS_HANDLE(f));
249
83b3d10dcba9 Import from CVS: tag r20-5b23
cvs
parents: 245
diff changeset
237 DragAcceptFiles (FRAME_MSWINDOWS_HANDLE(f), TRUE);
219
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 215
diff changeset
238 }
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 215
diff changeset
239
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 215
diff changeset
240 static void
269
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
241 mswindows_after_init_frame (struct frame *f, int first_on_device,
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
242 int first_on_console)
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
243 {
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
244 /* Windows, unlike X, is very synchronous. After the initial
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
245 frame is created, it will never be displayed, except for
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
246 hollow border, unless we start pumping messages. Load progress
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
247 messages show in the bottom of the hollow frame, which is ugly.
380
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
248 We redisplay the initial frame here, so modeline and root window
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
249 background show.
269
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
250 */
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
251 if (first_on_console)
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
252 redisplay ();
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
253 }
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
254
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
255 static void
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
256 mswindows_mark_frame (struct frame *f)
231
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 225
diff changeset
257 {
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
258 mark_object (FRAME_MSWINDOWS_MENU_HASH_TABLE (f));
276
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
259 #ifdef HAVE_TOOLBARS
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
260 mark_object (FRAME_MSWINDOWS_TOOLBAR_HASH_TABLE (f));
276
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
261 #endif
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
262 mark_object (FRAME_MSWINDOWS_WIDGET_HASH_TABLE (f));
231
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 225
diff changeset
263 }
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 225
diff changeset
264
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 225
diff changeset
265 static void
219
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 215
diff changeset
266 mswindows_focus_on_frame (struct frame *f)
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 215
diff changeset
267 {
269
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
268 SetForegroundWindow (FRAME_MSWINDOWS_HANDLE(f));
213
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
269 }
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
270
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
271 static void
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
272 mswindows_delete_frame (struct frame *f)
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
273 {
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
274 if (f->frame_data)
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
275 {
223
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 221
diff changeset
276 ReleaseDC(FRAME_MSWINDOWS_HANDLE(f), FRAME_MSWINDOWS_DC(f));
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 221
diff changeset
277 DestroyWindow(FRAME_MSWINDOWS_HANDLE(f));
269
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
278 xfree (f->frame_data);
213
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
279 }
269
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
280 f->frame_data = 0;
213
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
281 }
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
282
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
283 static void
294
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
284 mswindows_set_frame_size (struct frame *f, int width, int height)
213
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
285 {
269
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
286 RECT rect;
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
287 rect.left = rect.top = 0;
294
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
288 rect.right = width;
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
289 rect.bottom = height;
223
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 221
diff changeset
290
269
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
291 AdjustWindowRectEx (&rect,
223
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 221
diff changeset
292 GetWindowLong (FRAME_MSWINDOWS_HANDLE(f), GWL_STYLE),
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 221
diff changeset
293 GetMenu (FRAME_MSWINDOWS_HANDLE(f)) != NULL,
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 221
diff changeset
294 GetWindowLong (FRAME_MSWINDOWS_HANDLE(f), GWL_EXSTYLE));
269
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
295
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
296 if (IsIconic (FRAME_MSWINDOWS_HANDLE(f)) || IsZoomed (FRAME_MSWINDOWS_HANDLE(f)))
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
297 ShowWindow (FRAME_MSWINDOWS_HANDLE(f), SW_RESTORE);
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
298
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
299 SetWindowPos (FRAME_MSWINDOWS_HANDLE(f), NULL,
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
300 0, 0, rect.right-rect.left, rect.bottom-rect.top,
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
301 SWP_NOACTIVATE | SWP_NOZORDER | SWP_NOSENDCHANGING | SWP_NOMOVE);
213
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
302 }
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
303
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
304 static void
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
305 mswindows_set_frame_position (struct frame *f, int xoff, int yoff)
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
306 {
269
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
307 SetWindowPos (FRAME_MSWINDOWS_HANDLE(f), NULL,
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
308 xoff, yoff, 0, 0,
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
309 SWP_NOACTIVATE | SWP_NOZORDER | SWP_NOSENDCHANGING | SWP_NOSIZE);
219
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 215
diff changeset
310 }
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 215
diff changeset
311
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 215
diff changeset
312 static void
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 215
diff changeset
313 mswindows_make_frame_visible (struct frame *f)
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 215
diff changeset
314 {
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
315 if (!FRAME_VISIBLE_P(f))
219
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 215
diff changeset
316 ShowWindow (FRAME_MSWINDOWS_HANDLE(f), SW_RESTORE);
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 215
diff changeset
317 else
394
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 388
diff changeset
318 ShowWindow (FRAME_MSWINDOWS_HANDLE(f), SW_SHOW);
219
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 215
diff changeset
319 f->visible = 1;
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 215
diff changeset
320 f->iconified = 0;
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 215
diff changeset
321 }
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 215
diff changeset
322
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 215
diff changeset
323 static void
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 215
diff changeset
324 mswindows_make_frame_invisible (struct frame *f)
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 215
diff changeset
325 {
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
326 if (!FRAME_VISIBLE_P(f))
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
327 return;
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
328
219
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 215
diff changeset
329 ShowWindow (FRAME_MSWINDOWS_HANDLE(f), SW_HIDE);
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
330 f->visible = 0;
219
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 215
diff changeset
331 }
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 215
diff changeset
332
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 215
diff changeset
333 static int
276
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
334 mswindows_frame_totally_visible_p (struct frame *f)
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
335 {
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
336 RECT rc_me, rc_other, rc_temp;
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
337 HWND hwnd = FRAME_MSWINDOWS_HANDLE(f);
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
338
380
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
339 /* We test against not a whole window rectangle, only against its
276
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
340 client part. So, if non-client are is covered and client area is
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
341 not, we return true. */
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
342 GetClientRect (hwnd, &rc_me);
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
343 MapWindowPoints (hwnd, HWND_DESKTOP, (LPPOINT)&rc_me, 2);
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
344
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
345 /* First see if we're off the desktop */
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
346 GetWindowRect (GetDesktopWindow(), &rc_other);
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
347 UnionRect(&rc_temp, &rc_me, &rc_other);
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
348 if (!EqualRect (&rc_temp, &rc_other))
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
349 return 0;
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
350
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
351 /* Then see if any window above us obscures us */
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
352 while ((hwnd = GetWindow (hwnd, GW_HWNDPREV)) != NULL)
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
353 if (IsWindowVisible (hwnd))
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
354 {
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
355 GetWindowRect (hwnd, &rc_other);
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
356 if (IntersectRect(&rc_temp, &rc_me, &rc_other))
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
357 return 0;
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
358 }
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
359
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
360 return 1;
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
361 }
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
362
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
363 static int
219
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 215
diff changeset
364 mswindows_frame_visible_p (struct frame *f)
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 215
diff changeset
365 {
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 215
diff changeset
366 return IsWindowVisible (FRAME_MSWINDOWS_HANDLE(f))
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 215
diff changeset
367 && !IsIconic (FRAME_MSWINDOWS_HANDLE(f));
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 215
diff changeset
368 }
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 215
diff changeset
369
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 215
diff changeset
370
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 215
diff changeset
371 static void
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 215
diff changeset
372 mswindows_iconify_frame (struct frame *f)
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 215
diff changeset
373 {
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 215
diff changeset
374 ShowWindow (FRAME_MSWINDOWS_HANDLE(f), SW_MINIMIZE);
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 215
diff changeset
375 f->visible = 0;
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 215
diff changeset
376 f->iconified = 1;
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 215
diff changeset
377 }
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 215
diff changeset
378
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 215
diff changeset
379 static int
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 215
diff changeset
380 mswindows_frame_iconified_p (struct frame *f)
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 215
diff changeset
381 {
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 215
diff changeset
382 return IsIconic (FRAME_MSWINDOWS_HANDLE(f));
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 215
diff changeset
383 }
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 215
diff changeset
384
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 215
diff changeset
385 static void
272
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
386 mswindows_set_frame_icon (struct frame *f)
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
387 {
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
388 if (IMAGE_INSTANCEP (f->icon)
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
389 && IMAGE_INSTANCE_PIXMAP_TYPE_P (XIMAGE_INSTANCE (f->icon)))
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
390 {
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
391 if (!XIMAGE_INSTANCE_MSWINDOWS_ICON (f->icon))
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
392 {
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
393 mswindows_initialize_image_instance_icon (XIMAGE_INSTANCE (f->icon),
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
394 FALSE);
272
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
395 }
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
396
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
397 SetClassLong (FRAME_MSWINDOWS_HANDLE (f), GCL_HICON,
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
398 (LONG) XIMAGE_INSTANCE_MSWINDOWS_ICON (f->icon));
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
399 }
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
400 }
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
401
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
402 static void
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
403 mswindows_set_frame_pointer (struct frame *f)
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
404 {
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
405 if (IMAGE_INSTANCEP (f->pointer)
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
406 && IMAGE_INSTANCE_TYPE (XIMAGE_INSTANCE (f->pointer)) == IMAGE_POINTER)
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
407 {
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
408 SetClassLong (FRAME_MSWINDOWS_HANDLE (f), GCL_HCURSOR,
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
409 (LONG) XIMAGE_INSTANCE_MSWINDOWS_ICON (f->pointer));
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
410 /* we only have to do this because GC doesn't cause a mouse
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
411 event and doesn't give time to event processing even if it
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
412 did. */
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
413 SetCursor (XIMAGE_INSTANCE_MSWINDOWS_ICON (f->pointer));
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
414 }
272
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
415 }
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
416
276
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
417 static void
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
418 mswindows_set_mouse_position (struct window *w, int x, int y)
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
419 {
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
420 struct frame *f = XFRAME (w->frame);
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
421 POINT pt;
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
422
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
423 pt.x = w->pixel_left + x;
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
424 pt.y = w->pixel_top + y;
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
425 ClientToScreen (FRAME_MSWINDOWS_HANDLE(f), &pt);
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
426 SetCursorPos (pt.x, pt.y);
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
427 }
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
428
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
429 static int
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
430 mswindows_get_mouse_position (struct device *d, Lisp_Object *frame, int *x, int *y)
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
431 {
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
432 POINT pt;
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
433 HWND hwnd;
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
434
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
435 GetCursorPos (&pt);
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
436
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
437 /* What's under cursor? */
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
438 hwnd = WindowFromPoint (pt);
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
439 if (hwnd == NULL)
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
440 return 0;
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
441
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
442 /* Get grandest parent of the window */
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
443 {
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
444 HWND hwnd_parent;
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
445 while ((hwnd_parent = GetParent (hwnd)) != NULL)
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
446 hwnd = hwnd_parent;
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
447 }
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
448
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
449 /* Make sure it belongs to us */
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
450 if (GetWindowThreadProcessId (hwnd, NULL) != GetCurrentThreadId ())
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
451 return 0;
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
452
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
453 /* And that the window is an XEmacs frame */
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
454 {
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
455 char class_name [sizeof(XEMACS_CLASS) + 1];
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
456 if (!GetClassName (hwnd, class_name, sizeof(XEMACS_CLASS))
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
457 || strcmp (class_name, XEMACS_CLASS) != 0)
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
458 return 0;
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
459 }
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
460
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
461 /* Yippie! */
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
462 ScreenToClient (hwnd, &pt);
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
463 VOID_TO_LISP (*frame, GetWindowLong (hwnd, XWL_FRAMEOBJ));
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
464 *x = pt.x;
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
465 *y = pt.y;
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
466 return 1;
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
467 }
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
468
272
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
469 static void
219
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 215
diff changeset
470 mswindows_raise_frame (struct frame *f)
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 215
diff changeset
471 {
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 215
diff changeset
472 BringWindowToTop (FRAME_MSWINDOWS_HANDLE(f));
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 215
diff changeset
473 }
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 215
diff changeset
474
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 215
diff changeset
475 static void
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 215
diff changeset
476 mswindows_lower_frame (struct frame *f)
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 215
diff changeset
477 {
269
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
478 SetWindowPos (FRAME_MSWINDOWS_HANDLE(f), HWND_BOTTOM, 0, 0, 0, 0,
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
479 SWP_NOSIZE | SWP_NOMOVE | SWP_NOSENDCHANGING);
219
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 215
diff changeset
480 }
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 215
diff changeset
481
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 215
diff changeset
482 static void
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 215
diff changeset
483 mswindows_set_title_from_bufbyte (struct frame *f, Bufbyte *title)
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 215
diff changeset
484 {
274
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
485 unsigned int new_checksum = hash_string (title, strlen (title));
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
486 if (new_checksum != FRAME_MSWINDOWS_TITLE_CHECKSUM(f))
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
487 {
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
488 FRAME_MSWINDOWS_TITLE_CHECKSUM(f) = new_checksum;
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
489 SetWindowText (FRAME_MSWINDOWS_HANDLE(f), title);
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
490 }
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
491 }
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
492
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
493 static Lisp_Object
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
494 mswindows_frame_property (struct frame *f, Lisp_Object property)
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
495 {
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
496 if (EQ (Qleft, property) || EQ (Qtop, property))
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
497 {
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
498 RECT rc;
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
499 GetWindowRect (FRAME_MSWINDOWS_HANDLE(f), &rc);
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
500 return make_int (EQ (Qtop, property) ? rc.top : rc.left);
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
501 }
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
502 return Qunbound;
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
503 }
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
504
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
505 static int
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
506 mswindows_internal_frame_property_p (struct frame *f, Lisp_Object property)
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
507 {
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
508 return EQ (property, Qleft)
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
509 || EQ (property, Qtop);
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
510 /* #### frame-x.c has also this. Why?
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
511 || STRINGP (property);
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
512 */
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
513 }
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
514
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
515 static Lisp_Object
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
516 mswindows_frame_properties (struct frame *f)
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
517 {
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
518 Lisp_Object props = Qnil;
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
519 RECT rc;
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
520 GetWindowRect (FRAME_MSWINDOWS_HANDLE(f), &rc);
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
521
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
522 props = cons3 (Qtop, make_int (rc.top), props);
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
523 props = cons3 (Qleft, make_int (rc.left), props);
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
524
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
525 return props;
213
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
526 }
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
527
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
528 static void
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
529 mswindows_set_frame_properties (struct frame *f, Lisp_Object plist)
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
530 {
294
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
531 int x=-1, y=-1;
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
532 int width = -1, height = -1;
213
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
533 BOOL width_specified_p = FALSE;
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
534 BOOL height_specified_p = FALSE;
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
535 BOOL x_specified_p = FALSE;
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
536 BOOL y_specified_p = FALSE;
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
537 Lisp_Object tail;
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
538
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
539 /* Extract the properties from plist */
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
540 for (tail = plist; !NILP (tail); tail = Fcdr (Fcdr (tail)))
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
541 {
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
542 Lisp_Object prop = Fcar (tail);
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
543 Lisp_Object val = Fcar (Fcdr (tail));
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
544
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
545 if (SYMBOLP (prop))
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
546 {
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
547 /* Kludge to handle the font property. */
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
548 if (EQ (prop, Qfont))
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
549 {
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
550 /* If the value is not a string we silently ignore it. */
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
551 if (STRINGP (val))
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
552 {
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
553 Lisp_Object frm, font_spec;
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
554
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
555 XSETFRAME (frm, f);
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
556 font_spec = Fget (Fget_face (Qdefault), Qfont, Qnil);
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
557
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
558 Fadd_spec_to_specifier (font_spec, val, frm, Qnil, Qnil);
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
559 update_frame_face_values (f);
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
560 }
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
561 }
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
562 else if (EQ (prop, Qwidth))
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
563 {
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
564 CHECK_INT (val);
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
565 width = XINT (val);
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
566 width_specified_p = TRUE;
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
567 }
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
568 else if (EQ (prop, Qheight))
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
569 {
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
570 CHECK_INT (val);
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
571 height = XINT (val);
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
572 height_specified_p = TRUE;
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
573 }
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
574 else if (EQ (prop, Qleft))
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
575 {
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
576 CHECK_INT (val);
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
577 x = XINT (val);
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
578 x_specified_p = TRUE;
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
579 }
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
580 else if (EQ (prop, Qtop))
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
581 {
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
582 CHECK_INT (val);
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
583 y = XINT (val);
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
584 y_specified_p = TRUE;
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
585 }
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
586 }
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
587 }
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
588
269
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
589 /* Now we've extracted the properties, apply them.
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
590 Do not apply geometric properties during frame creation. This
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
591 is excessive anyways, and this loses becuase WM_SIZE has not
294
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
592 been sent yet, so frame width and height fields are not initialized.
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
593
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
594 unfortunately WM_SIZE loses as well since the resize is only
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
595 applied once and the first time WM_SIZE is applied not everything
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
596 is initialised in the frame (toolbars for instance). enabling
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
597 this always makes no visible difference and fixes a whole host of
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
598 bugs (and is more consistent with X) so I am going to reenable it.
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
599 --andyp */
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
600 if ( FRAME_PIXWIDTH (f) && FRAME_PIXHEIGHT (f)
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
601 && (width_specified_p || height_specified_p
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
602 || x_specified_p || y_specified_p))
213
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
603 {
294
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
604 XEMACS_RECT_WH dest = { x, y, width, height };
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
605
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
606 mswindows_size_frame_internal (f, &dest);
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
607 }
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
608 }
213
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
609
294
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
610 void mswindows_size_frame_internal (struct frame* f, XEMACS_RECT_WH* dest)
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
611 {
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 398
diff changeset
612 RECT rect, ws_rect;
294
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
613 int pixel_width, pixel_height;
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
614 int size_p = (dest->width >=0 || dest->height >=0);
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
615 int move_p = (dest->top >=0 || dest->left >=0);
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
616 char_to_real_pixel_size (f, dest->width, dest->height, &pixel_width, &pixel_height);
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
617
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
618 if (dest->width < 0)
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
619 pixel_width = FRAME_PIXWIDTH (f);
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
620 if (dest->height < 0)
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
621 pixel_height = FRAME_PIXHEIGHT (f);
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
622
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
623 GetWindowRect (FRAME_MSWINDOWS_HANDLE(f), &rect);
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
624 if (dest->left < 0)
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
625 dest->left = rect.left;
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
626 if (dest->top < 0)
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
627 dest->top = rect.top;
377
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 371
diff changeset
628
294
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
629 rect.left = rect.top = 0;
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
630 rect.right = pixel_width;
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
631 rect.bottom = pixel_height;
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
632
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
633 AdjustWindowRectEx (&rect,
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
634 GetWindowLong (FRAME_MSWINDOWS_HANDLE(f), GWL_STYLE),
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
635 GetMenu (FRAME_MSWINDOWS_HANDLE(f)) != NULL,
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
636 GetWindowLong (FRAME_MSWINDOWS_HANDLE(f), GWL_EXSTYLE));
223
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 221
diff changeset
637
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 398
diff changeset
638 /* resize and move the window so that it fits in the workspace. This is
377
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 371
diff changeset
639 not restrictive since this will happen later anyway in WM_SIZE. We
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 371
diff changeset
640 have to do this after adjusting the rect to account for menubar
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 371
diff changeset
641 etc. */
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 398
diff changeset
642 msw_get_workspace_coords (&ws_rect);
377
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 371
diff changeset
643 pixel_width = rect.right - rect.left;
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 371
diff changeset
644 pixel_height = rect.bottom - rect.top;
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 398
diff changeset
645 if (pixel_width > ws_rect.right - ws_rect.left)
377
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 371
diff changeset
646 {
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 398
diff changeset
647 pixel_width = ws_rect.right - ws_rect.left;
377
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 371
diff changeset
648 size_p=1;
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 371
diff changeset
649 }
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 398
diff changeset
650 if (pixel_height > ws_rect.bottom - ws_rect.top)
377
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 371
diff changeset
651 {
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 398
diff changeset
652 pixel_height = ws_rect.bottom - ws_rect.top;
377
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 371
diff changeset
653 size_p=1;
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 371
diff changeset
654 }
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 371
diff changeset
655
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 398
diff changeset
656 /* adjust position so window is in workspace */
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 398
diff changeset
657 if (dest->left + pixel_width > ws_rect.right)
377
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 371
diff changeset
658 {
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 398
diff changeset
659 dest->left = ws_rect.right - pixel_width;
377
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 371
diff changeset
660 move_p=1;
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 371
diff changeset
661 }
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 398
diff changeset
662 if (dest->left < ws_rect.left)
377
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 371
diff changeset
663 {
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 398
diff changeset
664 dest->left = ws_rect.left;
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 398
diff changeset
665 move_p=1;
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 398
diff changeset
666 }
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 398
diff changeset
667
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 398
diff changeset
668 if (dest->top + pixel_height > ws_rect.bottom)
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 398
diff changeset
669 {
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 398
diff changeset
670 dest->top = ws_rect.bottom - pixel_height;
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 398
diff changeset
671 move_p=1;
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 398
diff changeset
672 }
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 398
diff changeset
673 if (dest->top < ws_rect.top)
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 398
diff changeset
674 {
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 398
diff changeset
675 dest->top = ws_rect.top;
377
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 371
diff changeset
676 move_p=1;
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 371
diff changeset
677 }
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 371
diff changeset
678
294
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
679 if (IsIconic (FRAME_MSWINDOWS_HANDLE(f))
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
680 || IsZoomed (FRAME_MSWINDOWS_HANDLE(f)))
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
681 ShowWindow (FRAME_MSWINDOWS_HANDLE(f), SW_RESTORE);
269
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
682
294
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
683 SetWindowPos (FRAME_MSWINDOWS_HANDLE(f), NULL,
377
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 371
diff changeset
684 dest->left, dest->top, pixel_width, pixel_height,
294
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
685 SWP_NOACTIVATE | SWP_NOZORDER | SWP_NOSENDCHANGING
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
686 | (size_p ? 0 : SWP_NOSIZE)
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
687 | (move_p ? 0 : SWP_NOMOVE));
213
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
688 }
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
689
269
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
690 static Lisp_Object
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
691 mswindows_get_frame_parent (struct frame *f)
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
692 {
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
693 HWND hwnd = FRAME_MSWINDOWS_HANDLE(f);
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
694 hwnd = GetParent (hwnd);
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
695 if (hwnd)
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
696 {
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
697 Lisp_Object parent;
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
698 VOID_TO_LISP (parent, GetWindowLong (hwnd, XWL_FRAMEOBJ));
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
699 assert (FRAME_MSWINDOWS_P (XFRAME (parent)));
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
700 return parent;
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
701 }
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
702 else
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
703 return Qnil;
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
704 }
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
705
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
706 static void
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
707 mswindows_update_frame_external_traits (struct frame* frm, Lisp_Object name)
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
708 {
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
709 }
269
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
710
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
711 static int
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
712 mswindows_frame_size_fixed_p (struct frame *f)
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
713 {
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
714 /* Frame size cannot change if the frame is maximized */
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
715 return IsZoomed (FRAME_MSWINDOWS_HANDLE (f));
269
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
716 }
213
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
717
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
718 /*---------------------------------------------------------------------*/
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
719 /*----- PRINTER FRAME -----*/
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
720 /*---------------------------------------------------------------------*/
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
721
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
722 void
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
723 msprinter_start_page (struct frame *f)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
724 {
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
725 if (!FRAME_MSPRINTER_PAGE_STARTED (f))
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
726 {
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
727 FRAME_MSPRINTER_PAGE_STARTED (f) = 1;
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
728 StartPage (DEVICE_MSPRINTER_HDC (XDEVICE (FRAME_DEVICE (f))));
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
729 }
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
730 }
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
731
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
732 static void
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
733 error_frame_unsizable (struct frame *f)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
734 {
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
735 Lisp_Object frame;
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
736 XSETFRAME (frame, f);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
737 signal_simple_error ("Cannot resize frame (margins)"
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
738 " after print job has started.", frame);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
739 }
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
740
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
741 static void
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
742 maybe_error_if_job_active (struct frame *f)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
743 {
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
744 if (FRAME_MSPRINTER_JOB_STARTED (f))
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
745 error_frame_unsizable (f);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
746 }
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
747
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
748 static void
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
749 msprinter_init_frame_1 (struct frame *f, Lisp_Object props)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
750 {
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
751 /* Make sure this is the only frame on device. Windows printer can
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
752 handle only one job at a time. */
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
753 if (!NILP (DEVICE_FRAME_LIST (XDEVICE (FRAME_DEVICE (f)))))
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
754 error ("Only one frame (print job) at a time is allowed on "
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
755 "this printer device.");
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
756
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
757 f->frame_data = xnew_and_zero (struct msprinter_frame);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
758
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
759 /* Default margin size is 1" = 1440 twips */
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
760 FRAME_MSPRINTER_TOP_MARGIN(f) = 1440;
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
761 FRAME_MSPRINTER_BOTTOM_MARGIN(f) = 1440;
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
762 FRAME_MSPRINTER_LEFT_MARGIN(f) = 1440;
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
763 FRAME_MSPRINTER_RIGHT_MARGIN(f) = 1440;
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
764
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
765 /* Negative for "uinspecified" */
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
766 FRAME_MSPRINTER_CHARWIDTH(f) = -1;
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
767 FRAME_MSPRINTER_CHARHEIGHT(f) = -1;
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
768
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
769 /* nil is for "system default" for these properties. */
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
770 FRAME_MSPRINTER_ORIENTATION(f) = Qnil;
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
771 FRAME_MSPRINTER_DUPLEX(f) = Qnil;
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
772 }
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
773
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
774 static void
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
775 msprinter_init_frame_3 (struct frame *f)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
776 {
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
777 DOCINFO di;
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
778 struct device *device = XDEVICE (FRAME_DEVICE (f));
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 398
diff changeset
779 HDC hdc;
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
780 int frame_left, frame_top, frame_width, frame_height;
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
781
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
782 /* Change printer parameters */
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
783 {
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
784 DEVMODE* devmode = msprinter_get_devmode_copy (device);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
785 devmode->dmFields = 0;
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
786
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
787 if (!NILP (FRAME_MSPRINTER_ORIENTATION(f)))
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
788 {
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
789 devmode->dmFields = DM_ORIENTATION;
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
790 if (EQ (FRAME_MSPRINTER_ORIENTATION(f), Qportrait))
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
791 devmode->dmOrientation = DMORIENT_PORTRAIT;
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
792 else if (EQ (FRAME_MSPRINTER_ORIENTATION(f), Qlandscape))
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
793 devmode->dmOrientation = DMORIENT_LANDSCAPE;
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
794 else
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
795 abort();
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
796 }
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
797
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
798 if (!NILP (FRAME_MSPRINTER_DUPLEX(f)))
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
799 {
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
800 devmode->dmFields = DM_DUPLEX;
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
801 if (EQ (FRAME_MSPRINTER_DUPLEX(f), Qnone))
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
802 devmode->dmDuplex = DMDUP_SIMPLEX;
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
803 if (EQ (FRAME_MSPRINTER_DUPLEX(f), Qvertical))
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
804 devmode->dmDuplex = DMDUP_VERTICAL;
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
805 if (EQ (FRAME_MSPRINTER_DUPLEX(f), Qhorizontal))
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
806 devmode->dmDuplex = DMDUP_HORIZONTAL;
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
807 else
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
808 abort();
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
809 }
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
810
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 398
diff changeset
811 assert (!FRAME_MSPRINTER_PAGE_STARTED (f));
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
812 msprinter_apply_devmode (device, devmode);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
813 }
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
814
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 398
diff changeset
815 /* DC might be recreated in msprinter_apply_devmode,
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 398
diff changeset
816 so do not initialize until now */
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 398
diff changeset
817 hdc = DEVICE_MSPRINTER_HDC (device);
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 398
diff changeset
818
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
819 /* Compute geometry properties */
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
820 frame_left = (MulDiv (GetDeviceCaps (hdc, LOGPIXELSX),
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
821 FRAME_MSPRINTER_LEFT_MARGIN(f), 1440)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
822 - GetDeviceCaps (hdc, PHYSICALOFFSETX));
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
823
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
824 if (FRAME_MSPRINTER_CHARWIDTH(f) > 0)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
825 {
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
826 char_to_real_pixel_size (f, FRAME_MSPRINTER_CHARWIDTH(f), 0,
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
827 &frame_width, NULL);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
828 FRAME_MSPRINTER_RIGHT_MARGIN(f) =
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
829 MulDiv (GetDeviceCaps (hdc, PHYSICALWIDTH)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
830 - (frame_left + frame_width), 1440,
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
831 GetDeviceCaps (hdc, LOGPIXELSX));
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
832 }
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
833 else
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
834 frame_width = (GetDeviceCaps (hdc, PHYSICALWIDTH)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
835 - frame_left
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
836 - MulDiv (GetDeviceCaps (hdc, LOGPIXELSX),
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
837 FRAME_MSPRINTER_RIGHT_MARGIN(f), 1440));
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
838
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
839 frame_top = (MulDiv (GetDeviceCaps (hdc, LOGPIXELSY),
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
840 FRAME_MSPRINTER_TOP_MARGIN(f), 1440)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
841 - GetDeviceCaps (hdc, PHYSICALOFFSETY));
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
842
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
843 if (FRAME_MSPRINTER_CHARHEIGHT(f) > 0)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
844 {
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
845 char_to_real_pixel_size (f, 0, FRAME_MSPRINTER_CHARHEIGHT(f),
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
846 NULL, &frame_height);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
847
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
848 FRAME_MSPRINTER_BOTTOM_MARGIN(f) =
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
849 MulDiv (GetDeviceCaps (hdc, PHYSICALHEIGHT)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
850 - (frame_top + frame_height), 1440,
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
851 GetDeviceCaps (hdc, LOGPIXELSY));
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
852 }
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
853 else
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
854 frame_height = (GetDeviceCaps (hdc, PHYSICALHEIGHT)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
855 - frame_top
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
856 - MulDiv (GetDeviceCaps (hdc, LOGPIXELSY),
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
857 FRAME_MSPRINTER_BOTTOM_MARGIN(f), 1440));
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
858
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
859 /* Geometry sanity checks */
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
860 if (!frame_pixsize_valid_p (f, frame_width, frame_height))
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
861 error ("Area inside print margins has shrunk to naught.");
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
862
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
863 if (frame_left < 0
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
864 || frame_top < 0
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
865 || frame_left + frame_width > GetDeviceCaps (hdc, HORZRES)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
866 || frame_top + frame_height > GetDeviceCaps (hdc, VERTRES))
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
867 error ("Print area is ouside of the printer's hardware printable area.");
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
868
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
869 /* Apply XEmacs frame geometry and layout windows */
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
870 {
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
871 int rows, columns;
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
872 FRAME_PIXWIDTH(f) = frame_width;
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
873 FRAME_PIXHEIGHT(f) = frame_height;
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
874 pixel_to_char_size (f, frame_width, frame_height, &columns, &rows);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
875 change_frame_size (f, rows, columns, 0);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
876 }
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
877
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
878 /* Apply DC geometry */
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
879 SetTextAlign (hdc, TA_BASELINE | TA_LEFT | TA_NOUPDATECP);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
880 SetViewportOrgEx (hdc, frame_left, frame_top, NULL);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
881 SetWindowOrgEx (hdc, 0, 0, NULL);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
882
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
883 /* Start print job */
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
884 di.cbSize = sizeof (di);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
885 di.lpszDocName = (STRINGP(f->name)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
886 ? (char*) XSTRING_DATA(f->name)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
887 : "XEmacs print document");
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
888 di.lpszOutput = NULL;
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
889 di.lpszDatatype = NULL;
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
890 di.fwType = 0;
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
891
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
892 if (StartDoc (hdc, &di) <= 0)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
893 error ("Cannot start print job");
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
894
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
895 /* Finish frame setup */
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
896 FRAME_MSPRINTER_JOB_STARTED (f) = 1;
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
897 FRAME_VISIBLE_P(f) = 0;
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
898 }
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
899
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
900 static void
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
901 msprinter_mark_frame (struct frame *f)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
902 {
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
903 /* NOTE: These need not be marked as long as we allow only c-defined
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
904 symbols for their values. Although, marking these is safer than
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
905 expensive. [I know a proof to the theorem postulating that a
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
906 gator is longer than greener. Ask me. -- kkm] */
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
907 mark_object (FRAME_MSPRINTER_ORIENTATION (f));
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
908 mark_object (FRAME_MSPRINTER_DUPLEX (f));
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
909 }
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
910
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
911 static void
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
912 msprinter_delete_frame (struct frame *f)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
913 {
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
914 if (f->frame_data)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
915 {
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
916 HDC hdc = DEVICE_MSPRINTER_HDC (XDEVICE (FRAME_DEVICE (f)));
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
917 if (FRAME_MSPRINTER_PAGE_STARTED (f))
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
918 EndPage (hdc);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
919 if (FRAME_MSPRINTER_JOB_STARTED (f))
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
920 EndDoc (hdc);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
921 xfree (f->frame_data);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
922 }
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
923
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
924 f->frame_data = 0;
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
925 }
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
926
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
927 static Lisp_Object
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
928 msprinter_frame_property (struct frame *f, Lisp_Object property)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
929 {
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
930 if (EQ (Qleft_margin, property))
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
931 return make_int (FRAME_MSPRINTER_LEFT_MARGIN(f));
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
932 else if (EQ (Qtop_margin, property))
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
933 return make_int (FRAME_MSPRINTER_TOP_MARGIN(f));
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
934 if (EQ (Qright_margin, property))
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
935 return make_int (FRAME_MSPRINTER_RIGHT_MARGIN(f));
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
936 else if (EQ (Qbottom_margin, property))
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
937 return make_int (FRAME_MSPRINTER_BOTTOM_MARGIN(f));
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
938 else if (EQ (Qorientation, property))
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
939 return FRAME_MSPRINTER_ORIENTATION(f);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
940 else if (EQ (Qduplex, property))
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
941 return FRAME_MSPRINTER_DUPLEX(f);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
942 else
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
943 return Qunbound;
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
944 }
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
945
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
946 static int
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
947 msprinter_internal_frame_property_p (struct frame *f, Lisp_Object property)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
948 {
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
949 return (EQ (Qleft_margin, property) || EQ (Qtop_margin, property) ||
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
950 EQ (Qright_margin, property) || EQ (Qbottom_margin, property) ||
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
951 EQ (Qorientation, property) || EQ (Qduplex, property));
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
952 }
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
953
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
954 static Lisp_Object
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
955 msprinter_frame_properties (struct frame *f)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
956 {
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
957 Lisp_Object props = Qnil;
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
958 props = cons3 (Qorientation, FRAME_MSPRINTER_ORIENTATION(f), props);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
959 props = cons3 (Qduplex, FRAME_MSPRINTER_DUPLEX(f), props);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
960 props = cons3 (Qbottom_margin,
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
961 make_int (FRAME_MSPRINTER_BOTTOM_MARGIN(f)), props);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
962 props = cons3 (Qright_margin,
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
963 make_int (FRAME_MSPRINTER_RIGHT_MARGIN(f)), props);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
964 props = cons3 (Qtop_margin,
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
965 make_int (FRAME_MSPRINTER_TOP_MARGIN(f)), props);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
966 props = cons3 (Qleft_margin,
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
967 make_int (FRAME_MSPRINTER_LEFT_MARGIN(f)), props);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
968 return props;
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
969 }
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
970
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
971 static void
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
972 msprinter_set_frame_properties (struct frame *f, Lisp_Object plist)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
973 {
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
974 Lisp_Object tail;
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
975
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
976 /* Extract the properties from plist */
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
977 for (tail = plist; !NILP (tail); tail = Fcdr (Fcdr (tail)))
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
978 {
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
979 Lisp_Object prop = Fcar (tail);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
980 Lisp_Object val = Fcar (Fcdr (tail));
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
981
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
982 if (SYMBOLP (prop))
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
983 {
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
984 if (EQ (prop, Qwidth))
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
985 {
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
986 maybe_error_if_job_active (f);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
987 if (!NILP (val))
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
988 {
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
989 CHECK_NATNUM (val);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
990 FRAME_MSPRINTER_CHARWIDTH(f) = XINT (val);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
991 }
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
992 }
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
993 if (EQ (prop, Qheight))
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
994 {
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
995 maybe_error_if_job_active (f);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
996 if (!NILP (val))
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
997 {
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
998 CHECK_NATNUM (val);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
999 FRAME_MSPRINTER_CHARHEIGHT(f) = XINT (val);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1000 }
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1001 }
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1002 else if (EQ (prop, Qleft_margin))
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1003 {
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1004 maybe_error_if_job_active (f);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1005 CHECK_NATNUM (val);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1006 FRAME_MSPRINTER_LEFT_MARGIN(f) = XINT (val);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1007 }
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1008 else if (EQ (prop, Qtop_margin))
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1009 {
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1010 maybe_error_if_job_active (f);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1011 CHECK_NATNUM (val);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1012 FRAME_MSPRINTER_TOP_MARGIN(f) = XINT (val);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1013 }
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1014 else if (EQ (prop, Qright_margin))
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1015 {
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1016 maybe_error_if_job_active (f);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1017 CHECK_NATNUM (val);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1018 FRAME_MSPRINTER_RIGHT_MARGIN(f) = XINT (val);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1019 }
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1020 else if (EQ (prop, Qbottom_margin))
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1021 {
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1022 maybe_error_if_job_active (f);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1023 CHECK_NATNUM (val);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1024 FRAME_MSPRINTER_BOTTOM_MARGIN(f) = XINT (val);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1025 }
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1026 else if (EQ (prop, Qorientation))
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1027 {
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1028 maybe_error_if_job_active (f);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1029 CHECK_SYMBOL (val);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1030 if (!NILP(val) &&
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1031 !EQ (val, Qportrait) &&
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1032 !EQ (val, Qlandscape))
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1033 signal_simple_error ("Page orientation can only be "
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1034 "'portrait or 'landscape", val);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1035 FRAME_MSPRINTER_ORIENTATION(f) = val;
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1036 }
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1037 else if (EQ (prop, Qduplex))
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1038 {
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1039 maybe_error_if_job_active (f);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1040 CHECK_SYMBOL (val);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1041 if (!NILP(val) &&
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1042 !EQ (val, Qnone) &&
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1043 !EQ (val, Qvertical) &&
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1044 !EQ (val, Qhorizontal))
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1045 signal_simple_error ("Duplex can only be 'none, "
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1046 "'vertical or 'horizontal", val);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1047 FRAME_MSPRINTER_DUPLEX(f) = val;
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1048 }
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1049 }
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1050 }
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1051 }
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1052
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1053 static void
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1054 msprinter_set_frame_size (struct frame *f, int width, int height)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1055 {
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1056 /* We're absolutely unsizeable */
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1057 error_frame_unsizable (f);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1058 }
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1059
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1060 static void
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1061 msprinter_eject_page (struct frame *f)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1062 {
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1063 /* #### Should we eject empty pages? */
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1064 if (FRAME_MSPRINTER_PAGE_STARTED (f))
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1065 {
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1066 FRAME_MSPRINTER_PAGE_STARTED (f) = 0;
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1067 EndPage (DEVICE_MSPRINTER_HDC (XDEVICE (FRAME_DEVICE (f))));
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1068 }
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1069 }
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1070
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1071
213
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
1072 void
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
1073 console_type_create_frame_mswindows (void)
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
1074 {
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1075 /* Display frames */
213
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
1076 CONSOLE_HAS_METHOD (mswindows, init_frame_1);
294
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
1077 CONSOLE_HAS_METHOD (mswindows, init_frame_2);
213
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
1078 CONSOLE_HAS_METHOD (mswindows, init_frame_3);
269
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
1079 CONSOLE_HAS_METHOD (mswindows, after_init_frame);
231
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 225
diff changeset
1080 CONSOLE_HAS_METHOD (mswindows, mark_frame);
219
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 215
diff changeset
1081 CONSOLE_HAS_METHOD (mswindows, focus_on_frame);
213
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
1082 CONSOLE_HAS_METHOD (mswindows, delete_frame);
276
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
1083 CONSOLE_HAS_METHOD (mswindows, get_mouse_position);
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
1084 CONSOLE_HAS_METHOD (mswindows, set_mouse_position);
219
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 215
diff changeset
1085 CONSOLE_HAS_METHOD (mswindows, raise_frame);
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 215
diff changeset
1086 CONSOLE_HAS_METHOD (mswindows, lower_frame);
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 215
diff changeset
1087 CONSOLE_HAS_METHOD (mswindows, make_frame_visible);
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 215
diff changeset
1088 CONSOLE_HAS_METHOD (mswindows, make_frame_invisible);
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 215
diff changeset
1089 CONSOLE_HAS_METHOD (mswindows, iconify_frame);
213
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
1090 CONSOLE_HAS_METHOD (mswindows, set_frame_size);
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
1091 CONSOLE_HAS_METHOD (mswindows, set_frame_position);
274
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
1092 CONSOLE_HAS_METHOD (mswindows, frame_property);
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
1093 CONSOLE_HAS_METHOD (mswindows, internal_frame_property_p);
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
1094 CONSOLE_HAS_METHOD (mswindows, frame_properties);
213
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
1095 CONSOLE_HAS_METHOD (mswindows, set_frame_properties);
219
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 215
diff changeset
1096 CONSOLE_HAS_METHOD (mswindows, set_title_from_bufbyte);
213
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
1097 /* CONSOLE_HAS_METHOD (mswindows, set_icon_name_from_bufbyte); */
219
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 215
diff changeset
1098 CONSOLE_HAS_METHOD (mswindows, frame_visible_p);
276
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
1099 CONSOLE_HAS_METHOD (mswindows, frame_totally_visible_p);
219
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 215
diff changeset
1100 CONSOLE_HAS_METHOD (mswindows, frame_iconified_p);
272
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
1101 CONSOLE_HAS_METHOD (mswindows, set_frame_pointer);
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
1102 CONSOLE_HAS_METHOD (mswindows, set_frame_icon);
269
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
1103 CONSOLE_HAS_METHOD (mswindows, get_frame_parent);
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
1104 CONSOLE_HAS_METHOD (mswindows, update_frame_external_traits);
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
1105 CONSOLE_HAS_METHOD (mswindows, frame_size_fixed_p);
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1106
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1107 /* Printer frames, aka print jobs */
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1108 CONSOLE_HAS_METHOD (msprinter, init_frame_1);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1109 CONSOLE_HAS_METHOD (msprinter, init_frame_3);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1110 CONSOLE_HAS_METHOD (msprinter, mark_frame);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1111 CONSOLE_HAS_METHOD (msprinter, delete_frame);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1112 CONSOLE_HAS_METHOD (msprinter, frame_property);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1113 CONSOLE_HAS_METHOD (msprinter, internal_frame_property_p);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1114 CONSOLE_HAS_METHOD (msprinter, frame_properties);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1115 CONSOLE_HAS_METHOD (msprinter, set_frame_properties);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1116 CONSOLE_HAS_METHOD (msprinter, set_frame_size);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1117 CONSOLE_HAS_METHOD (msprinter, eject_page);
213
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
1118 }
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
1119
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
1120 void
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
1121 syms_of_frame_mswindows (void)
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
1122 {
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
1123 }
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
1124
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
1125 void
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1126 reinit_vars_of_frame_mswindows (void)
213
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
1127 {
276
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
1128 /* Needn't staticpro -- see comment above. */
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
1129 Vmswindows_frame_being_created = Qnil;
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1130 }
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1131
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1132 void
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1133 vars_of_frame_mswindows (void)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1134 {
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1135 reinit_vars_of_frame_mswindows ();
269
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 249
diff changeset
1136
294
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
1137 DEFVAR_LISP ("mswindows-use-system-frame-size-defaults", &Vmswindows_use_system_frame_size_defaults /*
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
1138 Controls whether to use system or XEmacs defaults for frame size.
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
1139 If nil then reasonable defaults are used for intial frame sizes. If t
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
1140 then the system will choose default sizes for the frame.
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
1141 */ );
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
1142 Vmswindows_use_system_frame_size_defaults = Qnil;
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 290
diff changeset
1143
213
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
1144 DEFVAR_LISP ("default-mswindows-frame-plist", &Vdefault_mswindows_frame_plist /*
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
1145 Plist of default frame-creation properties for mswindows frames.
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
1146 These override what is specified in `default-frame-plist', but are
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
1147 overridden by the arguments to the particular call to `make-frame'.
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
1148
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
1149 Note: In many cases, properties of a frame are available as specifiers
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
1150 instead of through the frame-properties mechanism.
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
1151
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
1152 Here is a list of recognized frame properties, other than those
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
1153 documented in `set-frame-properties' (they can be queried and
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
1154 set at any time, except as otherwise noted):
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
1155
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
1156 initially-unmapped If non-nil, the frame will not be visible
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
1157 when it is created. In this case, you
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
1158 need to call `make-frame-visible' to make
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
1159 the frame appear.
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
1160 popup If non-nil, it should be a frame, and this
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
1161 frame will be created as a "popup" frame
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
1162 whose parent is the given frame. This
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
1163 will make the window manager treat the
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
1164 frame as a dialog box, which may entail
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
1165 doing different things (e.g. not asking
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
1166 for positioning, and not iconifying
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
1167 separate from its parent).
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
1168 top Y position (in pixels) of the upper-left
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
1169 outermost corner of the frame (i.e. the
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
1170 upper-left of the window-manager
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
1171 decorations).
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
1172 left X position (in pixels) of the upper-left
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
1173 outermost corner of the frame (i.e. the
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
1174 upper-left of the window-manager
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
1175 decorations).
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
1176
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
1177 See also `default-frame-plist', which specifies properties which apply
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
1178 to all frames, not just mswindows frames.
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
1179 */ );
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
1180 Vdefault_mswindows_frame_plist = Qnil;
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
1181
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
1182 mswindows_console_methods->device_specific_frame_props =
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
1183 &Vdefault_mswindows_frame_plist;
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1184
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1185 DEFVAR_LISP ("default-msprinter-frame-plist", &Vdefault_msprinter_frame_plist /*
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1186 Plist of default frame-creation properties for msprinter print job frames.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1187 These override what is specified in `default-frame-plist', but are
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1188 overridden by the arguments to the particular call to `make-frame'.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1189
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1190 Note: In many cases, properties of a frame are available as specifiers
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1191 instead of through the frame-properties mechanism.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1192
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1193 Here is a list of recognized frame properties, other than those
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1194 documented in `set-frame-properties' (they can be queried and
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1195 set at any time, except as otherwise noted):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1196
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1197 left-margin Margin of the page, in twips. Twip is a
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1198 top-margin typographical unit of measurement,
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1199 right-margin equal to 1/1440 of an inch, or 1/20 of a
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1200 bottom-margin point, and roughly equal to 7/400 of a
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1201 millimeter. If not specifified, each margin
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1202 defaults to one inch (25.4 mm).
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1203
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1204 MARGINS NOTE. right-margin and bottom-margin are overridden by
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1205 the height and width properties. If you want to specify size
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1206 of the printable area in character, as with the rest of XEmacs,
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1207 use these properties. If height and/or width are nil, then
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1208 corresponding margin setting is taken into account. If you
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1209 specify height and/or width in `default-frame-plist', but still
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1210 want to specify right/bottom margins, set height/width in this
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1211 plist to nil, as in this example:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1212
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1213 (setq default-frame-plist '(height 55 'width 80)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1214 default-msprinter-frame-plist '(height nil 'width nil))
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1215
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1216
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1217 orientation Printer page orientation. Can be 'nil,
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1218 indicating system default, 'portrait
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1219 or 'landscape.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1220
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1221 duplex Duplex printing mode, subject to printer
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1222 support. Can be 'nil for the device default,
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1223 'none for simplex printing, 'vertical or
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1224 'horizontal for duplex page bound along
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1225 the corresponding page direction.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1226
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1227 See also `default-frame-plist', which specifies properties which apply
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1228 to all frames, not just mswindows frames.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1229 */ );
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1230 Vdefault_msprinter_frame_plist = Qnil;
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1231
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1232 msprinter_console_methods->device_specific_frame_props =
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 394
diff changeset
1233 &Vdefault_msprinter_frame_plist;
213
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents:
diff changeset
1234 }