annotate src/frame-x.c @ 424:11054d720c21 r21-2-20

Import from CVS: tag r21-2-20
author cvs
date Mon, 13 Aug 2007 11:26:11 +0200
parents da8ed4261e83
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1 /* Functions for the X window system.
211
78478c60bfcd Import from CVS: tag r20-4b4
cvs
parents: 209
diff changeset
2 Copyright (C) 1989, 1992-5, 1997 Free Software Foundation, Inc.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3 Copyright (C) 1995, 1996 Ben Wing.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5 This file is part of XEmacs.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
6
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
7 XEmacs is free software; you can redistribute it and/or modify it
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
8 under the terms of the GNU General Public License as published by the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
9 Free Software Foundation; either version 2, or (at your option) any
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
10 later version.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
11
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
12 XEmacs is distributed in the hope that it will be useful, but WITHOUT
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
13 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
14 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
15 for more details.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
16
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
17 You should have received a copy of the GNU General Public License
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
18 along with XEmacs; see the file COPYING. If not, write to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
19 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
20 Boston, MA 02111-1307, USA. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
21
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
22 /* Synched up with: Not synched with FSF. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
23
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
24 /* Substantially rewritten for XEmacs. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
25
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
26 #include <config.h>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
27 #include "lisp.h"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
28
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
29 #include "console-x.h"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
30 #include "xintrinsicp.h" /* CoreP.h needs this */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
31 #include <X11/CoreP.h> /* Numerous places access the fields of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
32 a core widget directly. We could
165
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
33 use XtGetValues(), but ... */
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
34 #include <X11/Shell.h>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
35 #include <X11/ShellP.h>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
36 #include "xmu.h"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
37 #include "EmacsManager.h"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
38 #include "EmacsFrameP.h"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
39 #include "EmacsShell.h"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
40 #ifdef EXTERNAL_WIDGET
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
41 #include "ExternalShell.h"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
42 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
43 #include "glyphs-x.h"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
44 #include "objects-x.h"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
45 #include "scrollbar-x.h"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
46
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
47 #include "buffer.h"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
48 #include "events.h"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
49 #include "extents.h"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
50 #include "faces.h"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
51 #include "frame.h"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
52 #include "window.h"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
53
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 278
diff changeset
54 #ifdef HAVE_DRAGNDROP
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 278
diff changeset
55 #include "dragdrop.h"
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 278
diff changeset
56 #endif
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 278
diff changeset
57
197
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 191
diff changeset
58 #ifdef HAVE_OFFIX_DND
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 191
diff changeset
59 #include "offix.h"
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
60 #endif
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
61 #if defined (HAVE_OFFIX_DND) || defined (HAVE_CDE)
197
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 191
diff changeset
62 #include "events-mod.h"
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 191
diff changeset
63 #endif
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 191
diff changeset
64
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
65 /* Default properties to use when creating frames. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
66 Lisp_Object Vdefault_x_frame_plist;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
67
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
68 Lisp_Object Qwindow_id;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
69 Lisp_Object Qx_resource_name;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
70
272
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
71 EXFUN (Fx_window_id, 1);
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
72
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
73
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
74 /************************************************************************/
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
75 /* helper functions */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
76 /************************************************************************/
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
77
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
78 /* Return the Emacs frame-object corresponding to an X window */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
79 struct frame *
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
80 x_window_to_frame (struct device *d, Window wdesc)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
81 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
82 Lisp_Object tail, frame;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
83 struct frame *f;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
84
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
85 /* This function was previously written to accept only a window argument
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
86 (and to loop over all devices looking for a matching window), but
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
87 that is incorrect because window ID's are not unique across displays. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
88
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
89 for (tail = DEVICE_FRAME_LIST (d); CONSP (tail); tail = XCDR (tail))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
90 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
91 frame = XCAR (tail);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
92 if (!FRAMEP (frame))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
93 continue;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
94 f = XFRAME (frame);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
95 if (FRAME_X_P (f) && XtWindow (FRAME_X_TEXT_WIDGET (f)) == wdesc)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
96 return f;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
97 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
98 return 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
99 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
100
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
101 /* Like x_window_to_frame but also compares the window with the widget's
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
102 windows */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
103 struct frame *
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
104 x_any_window_to_frame (struct device *d, Window wdesc)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
105 {
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 414
diff changeset
106 Widget w;
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 414
diff changeset
107 assert (DEVICE_X_P (d));
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 414
diff changeset
108
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 414
diff changeset
109 w = XtWindowToWidget (DEVICE_X_DISPLAY (d), wdesc);
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 414
diff changeset
110
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 414
diff changeset
111 if (!w)
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 414
diff changeset
112 return 0;
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 414
diff changeset
113
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 414
diff changeset
114 /* We used to map over all frames here and then map over all widgets
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 414
diff changeset
115 belonging to that frame. However it turns out that this was very fragile
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 414
diff changeset
116 as it requires our display stuctures to be in sync _and_ that the
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 414
diff changeset
117 loop is told about every new widget somebody adds. Therefore we
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 414
diff changeset
118 now let Xt find it for us (which does a bottom-up search which
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 414
diff changeset
119 could even be faster) */
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 414
diff changeset
120 return x_any_widget_or_parent_to_frame (d, w);
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 414
diff changeset
121 }
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 414
diff changeset
122
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 414
diff changeset
123 static struct frame *
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 414
diff changeset
124 x_find_frame_for_window (struct device *d, Window wdesc)
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 414
diff changeset
125 {
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
126 Lisp_Object tail, frame;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
127 struct frame *f;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
128 /* This function was previously written to accept only a window argument
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
129 (and to loop over all devices looking for a matching window), but
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
130 that is incorrect because window ID's are not unique across displays. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
131
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
132 for (tail = DEVICE_FRAME_LIST (d); CONSP (tail); tail = XCDR (tail))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
133 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
134 frame = XCAR (tail);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
135 f = XFRAME (frame);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
136 /* This frame matches if the window is any of its widgets. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
137 if (wdesc == XtWindow (FRAME_X_SHELL_WIDGET (f)) ||
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
138 wdesc == XtWindow (FRAME_X_CONTAINER_WIDGET (f)) ||
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
139 wdesc == XtWindow (FRAME_X_TEXT_WIDGET (f)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
140 return f;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
141
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
142 /* Match if the window is one of the widgets at the top of the frame
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
143 (menubar, Energize psheets). */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
144
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
145 /* Note: Jamie once said
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
146
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
147 "Do *not* match if the window is this frame's psheet."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
148
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
149 But this is wrong and will screw up some functions that expect
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
150 x_any_window_to_frame() to work as advertised. I think the reason
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
151 for this statement is that, in the old (broken) event loop, where
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
152 not all events went through XtDispatchEvent(), psheet events
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
153 would incorrectly get sucked away by Emacs if this function matched
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
154 on psheet widgets. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
155
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 414
diff changeset
156 /* Note: that this called only from
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 414
diff changeset
157 x_any_widget_or_parent_to_frame it is unnecessary to iterate
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 414
diff changeset
158 over the top level widgets. */
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 414
diff changeset
159
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 414
diff changeset
160 /* Note: we use to special case scrollbars but this turns out to be a bad idea
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 414
diff changeset
161 because
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 414
diff changeset
162 1. We sometimes get events for _unmapped_ scrollbars and our
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 414
diff changeset
163 callers don't want us to fail.
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 414
diff changeset
164 2. Starting with the 21.2 widget stuff there are now loads of
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 414
diff changeset
165 widgets to check and it is easy to forget adding them in a loop here.
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 414
diff changeset
166 See x_any_window_to_frame
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 414
diff changeset
167 3. We pick up all widgets now anyway. */
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
168 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
169
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
170 return 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
171 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
172
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
173 struct frame *
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
174 x_any_widget_or_parent_to_frame (struct device *d, Widget widget)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
175 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
176 while (widget)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
177 {
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 414
diff changeset
178 struct frame *f = x_find_frame_for_window (d, XtWindow (widget));
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
179 if (f)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
180 return f;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
181 widget = XtParent (widget);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
182 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
183
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
184 return 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
185 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
186
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
187 struct frame *
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
188 decode_x_frame (Lisp_Object frame)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
189 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
190 if (NILP (frame))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
191 XSETFRAME (frame, selected_frame ());
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
192 CHECK_LIVE_FRAME (frame);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
193 /* this will also catch dead frames, but putting in the above check
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
194 results in a more useful error */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
195 CHECK_X_FRAME (frame);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
196 return XFRAME (frame);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
197 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
198
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
199
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
200 /************************************************************************/
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
201 /* window-manager interactions */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
202 /************************************************************************/
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
203
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
204 #if 0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
205 /* Not currently used. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
206
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
207 void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
208 x_wm_mark_shell_size_user_specified (Widget wmshell)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
209 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
210 if (! XtIsWMShell (wmshell)) abort ();
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
211 EmacsShellSetSizeUserSpecified (wmshell);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
212 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
213
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
214 void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
215 x_wm_mark_shell_position_user_specified (Widget wmshell)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
216 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
217 if (! XtIsWMShell (wmshell)) abort ();
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
218 EmacsShellSetPositionUserSpecified (wmshell);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
219 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
220
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
221 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
222
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
223 void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
224 x_wm_set_shell_iconic_p (Widget shell, int iconic_p)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
225 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
226 if (! XtIsWMShell (shell)) abort ();
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
227
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
228 /* Because of questionable logic in Shell.c, this sequence can't work:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
229
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
230 w = XtCreatePopupShell (...);
272
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
231 Xt_SET_VALUE (w, XtNiconic, True);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
232 XtRealizeWidget (w);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
233
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
234 The iconic resource is only consulted at initialization time (when
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
235 XtCreatePopupShell is called) instead of at realization time (just
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
236 before the window gets created, which would be more sensible) or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
237 at management-time (just before the window gets mapped, which would
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
238 be most sensible of all).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
239
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
240 The bug is that Shell's SetValues method doesn't do anything to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
241 w->wm.wm_hints.initial_state until after the widget has been realized.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
242 Calls to XtSetValues are ignored in the window between creation and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
243 realization. This is true of MIT X11R5 patch level 25, at least.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
244 (Apparently some other versions of Xt don't have this bug?)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
245 */
272
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
246 Xt_SET_VALUE (shell, XtNiconic, iconic_p);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
247 EmacsShellSmashIconicHint (shell, iconic_p);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
248 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
249
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
250 void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
251 x_wm_set_cell_size (Widget wmshell, int cw, int ch)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
252 {
165
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
253 Arg al [2];
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
254
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
255 if (!XtIsWMShell (wmshell))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
256 abort ();
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
257 if (cw <= 0 || ch <= 0)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
258 abort ();
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
259
165
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
260 XtSetArg (al [0], XtNwidthInc, cw);
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
261 XtSetArg (al [1], XtNheightInc, ch);
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
262 XtSetValues (wmshell, al, 2);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
263 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
264
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
265 void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
266 x_wm_set_variable_size (Widget wmshell, int width, int height)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
267 {
165
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
268 Arg al [2];
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
269
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
270 if (!XtIsWMShell (wmshell))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
271 abort ();
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
272 #ifdef DEBUG_GEOMETRY_MANAGEMENT
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
273 /* See comment in EmacsShell.c */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
274 printf ("x_wm_set_variable_size: %d %d\n", width, height);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
275 fflush (stdout);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
276 #endif
165
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
277
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
278 XtSetArg (al [0], XtNwidthCells, width);
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
279 XtSetArg (al [1], XtNheightCells, height);
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
280 XtSetValues (wmshell, al, 2);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
281 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
282
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
283 /* If the WM_PROTOCOLS property does not already contain WM_TAKE_FOCUS
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
284 and WM_DELETE_WINDOW, then add them. (They may already be present
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
285 because of the toolkit (Motif adds them, for example, but Xt doesn't).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
286 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
287 static void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
288 x_wm_hack_wm_protocols (Widget widget)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
289 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
290 Display *dpy = XtDisplay (widget);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
291 struct device *d = get_device_from_display (dpy);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
292 Window w = XtWindow (widget);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
293 int need_delete = 1;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
294 int need_focus = 1;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
295
380
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 375
diff changeset
296 assert (XtIsWMShell (widget));
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
297
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
298 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
299 Atom type, *atoms = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
300 int format = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
301 unsigned long nitems = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
302 unsigned long bytes_after;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
303
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
304 if (Success == XGetWindowProperty (dpy, w, DEVICE_XATOM_WM_PROTOCOLS (d),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
305 0, 100, False, XA_ATOM,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
306 &type, &format, &nitems, &bytes_after,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
307 (unsigned char **) &atoms)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
308 && format == 32 && type == XA_ATOM)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
309 while (nitems > 0)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
310 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
311 nitems--;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
312 if (atoms [nitems] == DEVICE_XATOM_WM_DELETE_WINDOW (d))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
313 need_delete = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
314 else if (atoms [nitems] == DEVICE_XATOM_WM_TAKE_FOCUS (d))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
315 need_focus = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
316 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
317 if (atoms) XFree ((char *) atoms);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
318 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
319 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
320 Atom props [10];
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
321 int count = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
322 if (need_delete) props[count++] = DEVICE_XATOM_WM_DELETE_WINDOW (d);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
323 if (need_focus) props[count++] = DEVICE_XATOM_WM_TAKE_FOCUS (d);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
324 if (count)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
325 XChangeProperty (dpy, w, DEVICE_XATOM_WM_PROTOCOLS (d), XA_ATOM, 32,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
326 PropModeAppend, (unsigned char *) props, count);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
327 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
328 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
329
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
330 static void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
331 x_wm_store_class_hints (Widget shell, char *frame_name)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
332 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
333 Display *dpy = XtDisplay (shell);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
334 char *app_name, *app_class;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
335 XClassHint classhint;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
336
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
337 if (!XtIsWMShell (shell))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
338 abort ();
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
339
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
340 XtGetApplicationNameAndClass (dpy, &app_name, &app_class);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
341 classhint.res_name = frame_name;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
342 classhint.res_class = app_class;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
343 XSetClassHint (dpy, XtWindow (shell), &classhint);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
344 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
345
414
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
346 #ifndef HAVE_WMCOMMAND
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
347 static void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
348 x_wm_maybe_store_wm_command (struct frame *f)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
349 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
350 Widget w = FRAME_X_SHELL_WIDGET (f);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
351 struct device *d = XDEVICE (FRAME_DEVICE (f));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
352
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
353 if (!XtIsWMShell (w))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
354 abort ();
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
355
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
356 if (NILP (DEVICE_X_WM_COMMAND_FRAME (d)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
357 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
358 int argc;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
359 char **argv;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
360 make_argc_argv (Vcommand_line_args, &argc, &argv);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
361 XSetCommand (XtDisplay (w), XtWindow (w), argv, argc);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
362 free_argc_argv (argv);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
363 XSETFRAME (DEVICE_X_WM_COMMAND_FRAME (d), f);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
364 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
365 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
366
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
367 /* If we're deleting the frame on which the WM_COMMAND property has been
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
368 set, then move that property to another frame so that there is exactly
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
369 one frame that has that property set.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
370 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
371 static void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
372 x_wm_maybe_move_wm_command (struct frame *f)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
373 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
374 struct device *d = XDEVICE (FRAME_DEVICE (f));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
375
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
376 /* There may not be a frame in DEVICE_X_WM_COMMAND_FRAME()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
377 if we C-c'ed at startup at the right time. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
378 if (FRAMEP (DEVICE_X_WM_COMMAND_FRAME (d))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
379 && f == XFRAME (DEVICE_X_WM_COMMAND_FRAME (d)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
380 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
381 Lisp_Object rest = DEVICE_FRAME_LIST (d);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
382 DEVICE_X_WM_COMMAND_FRAME (d) = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
383 /* find some random other X frame that is not this one, or give up */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
384 /* skip non-top-level (ExternalClient) frames */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
385 while (!NILP (rest) &&
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
386 (f == XFRAME (XCAR (rest)) ||
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
387 !FRAME_X_TOP_LEVEL_FRAME_P (XFRAME (XCAR (rest)))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
388 rest = XCDR (rest);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
389 if (NILP (rest))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
390 return;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
391 f = XFRAME (XCAR (rest));
177
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 175
diff changeset
392
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
393 x_wm_maybe_store_wm_command (f);
177
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 175
diff changeset
394
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
395 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
396 }
414
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
397 #endif /* !HAVE_WMCOMMAND */
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
398
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
399 static int
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
400 x_frame_iconified_p (struct frame *f)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
401 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
402 Atom actual_type;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
403 int actual_format;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
404 unsigned long nitems, bytesafter;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
405 unsigned long *datap = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
406 Widget widget;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
407 int result = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
408 struct device *d = XDEVICE (FRAME_DEVICE (f));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
409
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
410 widget = FRAME_X_SHELL_WIDGET (f);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
411 if (Success == XGetWindowProperty (XtDisplay (widget), XtWindow (widget),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
412 DEVICE_XATOM_WM_STATE (d), 0, 2, False,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
413 DEVICE_XATOM_WM_STATE (d), &actual_type,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
414 &actual_format, &nitems, &bytesafter,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
415 (unsigned char **) &datap)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
416 && datap)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
417 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
418 if (nitems <= 2 /* "suggested" by ICCCM version 1 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
419 && datap[0] == IconicState)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
420 result = 1;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
421 XFree ((char *) datap);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
422 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
423 return result;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
424 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
425
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
426
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
427 /************************************************************************/
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
428 /* frame properties */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
429 /************************************************************************/
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
430
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
431 /* Connect the frame-property names (symbols) to the corresponding
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
432 X Resource Manager names. The name of a property, as a Lisp symbol,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
433 has an `x-resource-name' property which is a Lisp_String. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
434
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
435 static void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
436 init_x_prop_symbols (void)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
437 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
438 #define def(sym, rsrc) \
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 414
diff changeset
439 Fput (sym, Qx_resource_name, build_string (rsrc))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
440 #define defi(sym,rsrc) \
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 414
diff changeset
441 def (sym, rsrc); Fput (sym, Qintegerp, Qt)
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
442
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
443 #if 0 /* this interferes with things. #### fix this right */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
444 def (Qminibuffer, XtNminibuffer);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
445 def (Qunsplittable, XtNunsplittable);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
446 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
447 defi(Qinternal_border_width, XtNinternalBorderWidth);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
448 #ifdef HAVE_TOOLBARS
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
449 def (Qtop_toolbar_shadow_color, XtNtopToolBarShadowColor);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
450 def (Qbottom_toolbar_shadow_color, XtNbottomToolBarShadowColor);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
451 def (Qbackground_toolbar_color, XtNbackgroundToolBarColor);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
452 def (Qtop_toolbar_shadow_pixmap, XtNtopToolBarShadowPixmap);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
453 def (Qbottom_toolbar_shadow_pixmap, XtNbottomToolBarShadowPixmap);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
454 defi(Qtoolbar_shadow_thickness, XtNtoolBarShadowThickness);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
455 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
456 def (Qscrollbar_placement, XtNscrollBarPlacement);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
457 defi(Qinter_line_space, XtNinterline);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
458 /* font, foreground */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
459 def (Qiconic, XtNiconic);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
460 def (Qbar_cursor, XtNbarCursor);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
461 def (Qvisual_bell, XtNvisualBell);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
462 defi(Qbell_volume, XtNbellVolume);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
463 def (Qpointer_background, XtNpointerBackground);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
464 def (Qpointer_color, XtNpointerColor);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
465 def (Qtext_pointer, XtNtextPointer);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
466 def (Qspace_pointer, XtNspacePointer);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
467 def (Qmodeline_pointer, XtNmodeLinePointer);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
468 def (Qgc_pointer, XtNgcPointer);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
469 /* geometry, initial_geometry */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
470 def (Qinitially_unmapped, XtNinitiallyUnmapped);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
471 /* preferred_width, preferred_height */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
472 def (Quse_backing_store, XtNuseBackingStore);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
473
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
474 /* inherited: */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
475
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
476 def (Qborder_color, XtNborderColor);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
477 defi(Qborder_width, XtNborderWidth);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
478 defi(Qwidth, XtNwidth);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
479 defi(Qheight, XtNheight);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
480 defi(Qleft, XtNx);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
481 defi(Qtop, XtNy);
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
482
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
483 #undef def
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
484 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
485
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
486 static Lisp_Object
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
487 color_to_string (Widget w, unsigned long pixel)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
488 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
489 char buf[255];
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
490
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
491 XColor color;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
492 color.pixel = pixel;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
493 XQueryColor (XtDisplay (w), w->core.colormap, &color);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
494 sprintf (buf, "#%04x%04x%04x", color.red, color.green, color.blue);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
495 return build_string (buf);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
496 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
497
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
498 static void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
499 x_get_top_level_position (Display *d, Window w, Position *x, Position *y)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
500 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
501 Window root, parent = w, *children;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
502 unsigned int nchildren;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
503 XWindowAttributes xwa;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
504
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
505 do
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
506 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
507 w = parent;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
508 if (!XQueryTree (d, w, &root, &parent, &children, &nchildren))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
509 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
510 *x = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
511 *y = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
512 return;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
513 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
514 XFree (children);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
515 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
516 while (root != parent);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
517 XGetWindowAttributes (d, w, &xwa);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
518 *x = xwa.x;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
519 *y = xwa.y;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
520 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
521
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
522 #if 0
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
523 static void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
524 x_smash_bastardly_shell_position (Widget shell)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
525 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
526 /* Naturally those bastards who wrote Xt couldn't be bothered
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
527 to learn about race conditions and such. We can't trust
2
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
528 the X and Y values to have any semblance of correctness,
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
529 so we smash the right values in place. */
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
530
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
531 /* We might be called before we've actually realized the window (if
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
532 we're checking for the minibuffer resource). This will bomb in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
533 that case so we don't bother calling it. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
534 if (XtWindow (shell))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
535 x_get_top_level_position (XtDisplay (shell), XtWindow (shell),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
536 &shell->core.x, &shell->core.y);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
537 }
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
538 #endif /* 0 */
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
539
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
540 static Lisp_Object
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
541 x_frame_property (struct frame *f, Lisp_Object property)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
542 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
543 Widget shell = FRAME_X_SHELL_WIDGET (f);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
544 EmacsFrame w = (EmacsFrame) FRAME_X_TEXT_WIDGET (f);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
545 Widget gw = (Widget) w;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
546
272
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
547 if (EQ (Qleft, property) || EQ (Qtop, property))
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
548 {
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
549 Position x, y;
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
550 if (!XtWindow(shell))
227
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
551 return Qzero;
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
552 x_get_top_level_position (XtDisplay (shell), XtWindow (shell), &x, &y);
272
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
553 if (EQ (Qleft, property)) return make_int (x);
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
554 if (EQ (Qtop, property)) return make_int (y);
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
555 }
272
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
556 if (EQ (Qborder_width, property))
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
557 return make_int (w->core.border_width);
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
558 if (EQ (Qinternal_border_width, property))
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
559 return make_int (w->emacs_frame.internal_border_width);
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
560 if (EQ (Qborder_color, property))
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
561 return color_to_string (gw, w->core.border_pixel);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
562 #ifdef HAVE_TOOLBARS
272
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
563 if (EQ (Qtop_toolbar_shadow_color, property))
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
564 return color_to_string (gw, w->emacs_frame.top_toolbar_shadow_pixel);
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
565 if (EQ (Qbottom_toolbar_shadow_color, property))
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
566 return color_to_string (gw, w->emacs_frame.bottom_toolbar_shadow_pixel);
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
567 if (EQ (Qbackground_toolbar_color, property))
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
568 return color_to_string (gw, w->emacs_frame.background_toolbar_pixel);
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
569 if (EQ (Qtoolbar_shadow_thickness, property))
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
570 return make_int (w->emacs_frame.toolbar_shadow_thickness);
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
571 #endif /* HAVE_TOOLBARS */
272
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
572 if (EQ (Qinter_line_space, property))
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
573 return make_int (w->emacs_frame.interline);
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
574 if (EQ (Qwindow_id, property))
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
575 return Fx_window_id (make_frame (f));
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
576
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
577 return Qunbound;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
578 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
579
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
580 static int
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
581 x_internal_frame_property_p (struct frame *f, Lisp_Object property)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
582 {
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
583 return EQ (property, Qleft)
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
584 || EQ (property, Qtop)
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
585 || EQ (property, Qborder_width)
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
586 || EQ (property, Qinternal_border_width)
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
587 || EQ (property, Qborder_color)
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
588 #ifdef HAVE_TOOLBARS
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
589 || EQ (property, Qtop_toolbar_shadow_color)
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
590 || EQ (property, Qbottom_toolbar_shadow_color)
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
591 || EQ (property, Qbackground_toolbar_color)
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
592 || EQ (property, Qtoolbar_shadow_thickness)
165
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
593 #endif /* HAVE_TOOLBARS */
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
594 || EQ (property, Qinter_line_space)
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
595 || EQ (property, Qwindow_id)
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
596 || STRINGP (property);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
597 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
598
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
599 static Lisp_Object
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
600 x_frame_properties (struct frame *f)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
601 {
272
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
602 Lisp_Object props = Qnil;
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
603 Widget shell = FRAME_X_SHELL_WIDGET (f);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
604 EmacsFrame w = (EmacsFrame) FRAME_X_TEXT_WIDGET (f);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
605 Widget gw = (Widget) w;
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
606 Position x, y;
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
607
272
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
608 props = cons3 (Qwindow_id, Fx_window_id (make_frame (f)), props);
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
609 props = cons3 (Qinter_line_space, make_int (w->emacs_frame.interline), props);
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
610
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
611 #ifdef HAVE_TOOLBARS
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
612 props = cons3 (Qtoolbar_shadow_thickness,
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
613 make_int (w->emacs_frame.toolbar_shadow_thickness),
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
614 props);
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
615 props = cons3 (Qbackground_toolbar_color,
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
616 color_to_string (gw, w->emacs_frame.background_toolbar_pixel),
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
617 props);
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
618 props = cons3 (Qbottom_toolbar_shadow_color,
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
619 color_to_string (gw, w->emacs_frame.bottom_toolbar_shadow_pixel),
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
620 props);
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
621 props = cons3 (Qtop_toolbar_shadow_color,
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
622 color_to_string (gw, w->emacs_frame.top_toolbar_shadow_pixel),
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
623 props);
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
624 #endif /* HAVE_TOOLBARS */
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
625
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
626 props = cons3 (Qborder_color,
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
627 color_to_string (gw, w->core.border_pixel), props);
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
628 props = cons3 (Qinternal_border_width,
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
629 make_int (w->emacs_frame.internal_border_width), props);
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
630 props = cons3 (Qborder_width, make_int (w->core.border_width), props);
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
631
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
632 if (!XtWindow(shell))
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
633 x = y = 0;
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
634 else
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
635 x_get_top_level_position (XtDisplay (shell), XtWindow (shell), &x, &y);
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
636
272
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
637 props = cons3 (Qtop, make_int (y), props);
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
638 props = cons3 (Qleft, make_int (x), props);
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
639
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
640 return props;
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
641 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
642
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
643
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
644 /* Functions called only from `x_set_frame_properties' to set
2
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
645 individual properties. */
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
646
2
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
647 static void
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
648 x_set_frame_text_value (struct frame *f, Bufbyte *value,
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
649 String Xt_resource_name,
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
650 String Xt_resource_encoding_name)
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
651 {
2
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
652 Atom encoding = XA_STRING;
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
653 String new_XtValue = (String) value;
4
b82b59fe008d Import from CVS: tag r19-15b3
cvs
parents: 2
diff changeset
654 String old_XtValue = NULL;
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
655
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 30
diff changeset
656 #ifdef MULE
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 30
diff changeset
657 Bufbyte *ptr;
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 30
diff changeset
658 /* Optimize for common ASCII case */
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 30
diff changeset
659 for (ptr = value; *ptr; ptr++)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 30
diff changeset
660 if (!BYTE_ASCII_P (*ptr))
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 30
diff changeset
661 {
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 404
diff changeset
662 CONST char * tmp;
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 30
diff changeset
663 encoding = DEVICE_XATOM_COMPOUND_TEXT (XDEVICE (FRAME_DEVICE (f)));
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 404
diff changeset
664 GET_C_CHARPTR_EXT_CTEXT_DATA_ALLOCA ((CONST char *) value, tmp);
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 30
diff changeset
665 new_XtValue = (String) tmp;
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 30
diff changeset
666 break;
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 30
diff changeset
667 }
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 30
diff changeset
668 #endif /* MULE */
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 30
diff changeset
669
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 404
diff changeset
670 /* ### Caching is device-independent - belongs in update_frame_title. */
272
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
671 Xt_GET_VALUE (FRAME_X_SHELL_WIDGET (f), Xt_resource_name, &old_XtValue);
2
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
672 if (!old_XtValue || strcmp (new_XtValue, old_XtValue))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
673 {
272
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
674 Arg al[2];
165
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
675 XtSetArg (al[0], Xt_resource_name, new_XtValue);
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
676 XtSetArg (al[1], Xt_resource_encoding_name, encoding);
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
677 XtSetValues (FRAME_X_SHELL_WIDGET (f), al, 2);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
678 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
679 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
680
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
681 static void
2
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
682 x_set_title_from_bufbyte (struct frame *f, Bufbyte *name)
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
683 {
2
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
684 x_set_frame_text_value (f, name, XtNtitle, XtNtitleEncoding);
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
685 }
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
686
2
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
687 static void
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
688 x_set_icon_name_from_bufbyte (struct frame *f, Bufbyte *name)
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
689 {
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
690 x_set_frame_text_value (f, name, XtNiconName, XtNiconNameEncoding);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
691 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
692
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
693 /* Set the initial frame size as specified. This function is used
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
694 when the frame's widgets have not yet been realized. In this
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
695 case, it is not sufficient just to set the width and height of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
696 the EmacsFrame widget, because they will be ignored when the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
697 widget is realized (instead, the shell's geometry resource is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
698 used). */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
699
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
700 static void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
701 x_set_initial_frame_size (struct frame *f, int flags, int x, int y,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
702 unsigned int w, unsigned int h)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
703 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
704 char shell_geom [255];
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
705 int xval, yval;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
706 char xsign, ysign;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
707 char uspos = !!(flags & (XValue | YValue));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
708 char ussize = !!(flags & (WidthValue | HeightValue));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
709 char *temp;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
710
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
711 /* assign the correct size to the EmacsFrame widget ... */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
712 EmacsFrameSetCharSize (FRAME_X_TEXT_WIDGET (f), w, h);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
713
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
714 /* and also set the WMShell's geometry */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
715 (flags & XNegative) ? (xval = -x, xsign = '-') : (xval = x, xsign = '+');
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
716 (flags & YNegative) ? (yval = -y, ysign = '-') : (yval = y, ysign = '+');
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
717
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
718 if (uspos && ussize)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
719 sprintf (shell_geom, "=%dx%d%c%d%c%d", w, h, xsign, xval, ysign, yval);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
720 else if (uspos)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
721 sprintf (shell_geom, "=%c%d%c%d", xsign, xval, ysign, yval);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
722 else if (ussize)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
723 sprintf (shell_geom, "=%dx%d", w, h);
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
724
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
725 if (uspos || ussize)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
726 {
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
727 temp = (char *) xmalloc (1 + strlen (shell_geom));
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
728 strcpy (temp, shell_geom);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
729 FRAME_X_GEOM_FREE_ME_PLEASE (f) = temp;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
730 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
731 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
732 temp = NULL;
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
733
272
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
734 Xt_SET_VALUE (FRAME_X_SHELL_WIDGET (f), XtNgeometry, temp);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
735 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
736
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
737 /* Report to X that a frame property of frame S is being set or changed.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
738 If the property is not specially recognized, do nothing.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
739 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
740
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
741 static void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
742 x_set_frame_properties (struct frame *f, Lisp_Object plist)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
743 {
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
744 Position x, y;
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
745 Dimension width = 0, height = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
746 Bool width_specified_p = False;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
747 Bool height_specified_p = False;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
748 Bool x_position_specified_p = False;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
749 Bool y_position_specified_p = False;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
750 Bool internal_border_width_specified = False;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
751 Lisp_Object tail;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
752 Widget w = FRAME_X_TEXT_WIDGET (f);
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
753
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
754 for (tail = plist; !NILP (tail); tail = Fcdr (Fcdr (tail)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
755 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
756 Lisp_Object prop = Fcar (tail);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
757 Lisp_Object val = Fcar (Fcdr (tail));
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
758
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
759 if (STRINGP (prop))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
760 {
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 404
diff changeset
761 CONST char *extprop;
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
762
14
9ee227acff29 Import from CVS: tag r19-15b90
cvs
parents: 10
diff changeset
763 if (XSTRING_LENGTH (prop) == 0)
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
764 continue;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
765
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 404
diff changeset
766 GET_C_STRING_CTEXT_DATA_ALLOCA (prop, extprop);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
767 if (STRINGP (val))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
768 {
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 404
diff changeset
769 CONST Extbyte *extval;
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
770 Extcount extvallen;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
771
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 404
diff changeset
772 GET_STRING_CTEXT_DATA_ALLOCA (val, extval, extvallen);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
773 XtVaSetValues (w, XtVaTypedArg, extprop,
165
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
774 XtRString, extval, extvallen + 1,
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
775 (XtArgVal) NULL);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
776 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
777 else
165
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
778 XtVaSetValues (w, XtVaTypedArg, extprop, XtRInt,
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
779 XINT (val), sizeof (int),
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
780 (XtArgVal) NULL);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
781 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
782 else if (SYMBOLP (prop))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
783 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
784 Lisp_Object str = Fget (prop, Qx_resource_name, Qnil);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
785 int int_p = !NILP (Fget (prop, Qintegerp, Qnil));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
786
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
787 if (NILP (prop) || NILP (str))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
788 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
789 /* Kludge to handle the font property. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
790 if (EQ (prop, Qfont))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
791 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
792 /* If the value is not a string we silently ignore it. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
793 if (STRINGP (val))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
794 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
795 Lisp_Object frm, font_spec;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
796
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
797 XSETFRAME (frm, f);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
798 font_spec = Fget (Fget_face (Qdefault), Qfont, Qnil);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
799
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
800 Fadd_spec_to_specifier (font_spec, val, frm, Qnil, Qnil);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
801 update_frame_face_values (f);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
802 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
803
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
804 continue;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
805 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
806 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
807 continue;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
808 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
809 CHECK_STRING (str);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
810
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
811 /* Kludge the width/height so that we interpret them in characters
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
812 instead of pixels. Yuck yuck yuck. */
14
9ee227acff29 Import from CVS: tag r19-15b90
cvs
parents: 10
diff changeset
813 if (!strcmp ((char *) XSTRING_DATA (str), "width"))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
814 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
815 CHECK_INT (val);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
816 width = XINT (val);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
817 width_specified_p = True;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
818 continue;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
819 }
14
9ee227acff29 Import from CVS: tag r19-15b90
cvs
parents: 10
diff changeset
820 if (!strcmp ((char *) XSTRING_DATA (str), "height"))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
821 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
822 CHECK_INT (val);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
823 height = XINT (val);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
824 height_specified_p = True;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
825 continue;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
826 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
827 /* Further kludge the x/y. */
14
9ee227acff29 Import from CVS: tag r19-15b90
cvs
parents: 10
diff changeset
828 if (!strcmp ((char *) XSTRING_DATA (str), "x"))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
829 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
830 CHECK_INT (val);
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
831 x = (Position) XINT (val);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
832 x_position_specified_p = True;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
833 continue;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
834 }
14
9ee227acff29 Import from CVS: tag r19-15b90
cvs
parents: 10
diff changeset
835 if (!strcmp ((char *) XSTRING_DATA (str), "y"))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
836 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
837 CHECK_INT (val);
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
838 y = (Position) XINT (val);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
839 y_position_specified_p = True;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
840 continue;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
841 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
842 /* Have you figured out by now that this entire function is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
843 one gigantic kludge? */
14
9ee227acff29 Import from CVS: tag r19-15b90
cvs
parents: 10
diff changeset
844 if (!strcmp ((char *) XSTRING_DATA (str),
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
845 "internalBorderWidth"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
846 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
847 internal_border_width_specified = True;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
848 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
849
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
850 if (int_p)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
851 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
852 CHECK_INT (val);
272
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
853 Xt_SET_VALUE (w, (char *) XSTRING_DATA (str), XINT (val));
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
854 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
855 else if (EQ (val, Qt))
165
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
856 {
272
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
857 Xt_SET_VALUE (w, (char *) XSTRING_DATA (str), True); /* XtN...*/
165
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
858 }
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
859 else if (EQ (val, Qnil))
165
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
860 {
272
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
861 Xt_SET_VALUE (w, (char *) XSTRING_DATA (str), False); /* XtN...*/
165
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
862 }
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
863 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
864 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
865 CHECK_STRING (val);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
866 XtVaSetValues (w, XtVaTypedArg,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
867 /* XtN... */
14
9ee227acff29 Import from CVS: tag r19-15b90
cvs
parents: 10
diff changeset
868 (char *) XSTRING_DATA (str),
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
869 XtRString,
14
9ee227acff29 Import from CVS: tag r19-15b90
cvs
parents: 10
diff changeset
870 XSTRING_DATA (val),
9ee227acff29 Import from CVS: tag r19-15b90
cvs
parents: 10
diff changeset
871 XSTRING_LENGTH (val) + 1,
165
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
872 (XtArgVal) NULL);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
873 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
874
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
875 #ifdef HAVE_SCROLLBARS
14
9ee227acff29 Import from CVS: tag r19-15b90
cvs
parents: 10
diff changeset
876 if (!strcmp ((char *) XSTRING_DATA (str), "scrollBarWidth")
9ee227acff29 Import from CVS: tag r19-15b90
cvs
parents: 10
diff changeset
877 || !strcmp ((char *) XSTRING_DATA (str),
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
878 "scrollBarHeight"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
879 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
880 x_update_frame_scrollbars (f);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
881 }
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
882 #endif /* HAVE_SCROLLBARS */
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
883 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
884 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
885
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
886 /* Kludge kludge kludge. We need to deal with the size and position
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
887 specially. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
888 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
889 int size_specified_p = width_specified_p || height_specified_p;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
890 int position_specified_p = x_position_specified_p ||
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
891 y_position_specified_p;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
892
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
893 if (!width_specified_p)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
894 width = FRAME_WIDTH (f);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
895 if (!height_specified_p)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
896 height = FRAME_HEIGHT (f);
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
897
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
898 /* Kludge kludge kludge kludge. */
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
899 if (position_specified_p &&
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
900 (!x_position_specified_p || !y_position_specified_p))
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
901 {
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
902 Position dummy;
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
903 Widget shell = FRAME_X_SHELL_WIDGET (f);
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
904 x_get_top_level_position (XtDisplay (shell), XtWindow (shell),
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
905 (x_position_specified_p ? &dummy : &x),
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
906 (y_position_specified_p ? &dummy : &y));
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
907 #if 0
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
908 x = (int) (FRAME_X_SHELL_WIDGET (f)->core.x);
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
909 y = (int) (FRAME_X_SHELL_WIDGET (f)->core.y);
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
910 #endif
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
911 }
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
912
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
913 if (!f->init_finished)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
914 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
915 int flags = (size_specified_p ? WidthValue | HeightValue : 0) |
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
916 (position_specified_p ?
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
917 XValue | YValue | (x < 0 ? XNegative : 0) | (y < 0 ? YNegative : 0)
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
918 : 0);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
919 if (size_specified_p
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
920 || position_specified_p
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
921 || internal_border_width_specified)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
922 x_set_initial_frame_size (f, flags, x, y, width, height);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
923 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
924 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
925 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
926 if (size_specified_p || internal_border_width_specified)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
927 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
928 Lisp_Object frame;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
929 XSETFRAME (frame, f);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
930 Fset_frame_size (frame, make_int (width),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
931 make_int (height), Qnil);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
932 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
933 if (position_specified_p)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
934 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
935 Lisp_Object frame;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
936 XSETFRAME (frame, f);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
937 Fset_frame_position (frame, make_int (x), make_int (y));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
938 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
939 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
940 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
941 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
942
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
943 static int frame_title_format_already_set;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
944
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
945 static void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
946 maybe_set_frame_title_format (Widget shell)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
947 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
948
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
949 /* Only do this if this is the first X frame we're creating.
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
950
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
951 If the *title resource (or -title option) was specified, then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
952 set frame-title-format to its value.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
953 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
954
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
955 if (!frame_title_format_already_set)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
956 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
957 /* No doubt there's a less stupid way to do this. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
958 char *results [2];
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
959 XtResource resources [2];
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
960 results [0] = results [1] = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
961 resources [0].resource_name = XtNtitle;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
962 resources [0].resource_class = XtCTitle;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
963 resources [0].resource_type = XtRString;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
964 resources [0].resource_size = sizeof (String);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
965 resources [0].resource_offset = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
966 resources [0].default_type = XtRString;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
967 resources [0].default_addr = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
968 resources [1].resource_name = XtNiconName;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
969 resources [1].resource_class = XtCIconName;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
970 resources [1].resource_type = XtRString;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
971 resources [1].resource_size = sizeof (String);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
972 resources [1].resource_offset = sizeof (char *);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
973 resources [1].default_type = XtRString;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
974 resources [1].default_addr = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
975 XtGetSubresources (XtParent (shell), (XtPointer) results,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
976 shell->core.name,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
977 shell->core.widget_class->core_class.class_name,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
978 resources, XtNumber (resources), 0, 0);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
979 if (results[0])
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
980 Vframe_title_format = build_string (results[0]);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
981 if (results[1])
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
982 Vframe_icon_title_format = build_string (results[1]);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
983 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
984
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
985 frame_title_format_already_set = 1;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
986 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
987
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
988 #ifdef HAVE_CDE
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
989 #include <Dt/Dt.h>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
990 #include <Dt/Dnd.h>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
991
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
992 static Widget CurrentDragWidget = NULL;
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
993 static XtCallbackRec dnd_convert_cb_rec[2];
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
994 static XtCallbackRec dnd_destroy_cb_rec[2];
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
995 static int drag_not_done = 0;
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
996
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
997 static void
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
998 x_cde_destroy_callback (Widget widget, XtPointer clientData,
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
999 XtPointer callData)
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1000 {
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1001 DtDndDragFinishCallbackStruct *dragFinishInfo =
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1002 (DtDndDragFinishCallbackStruct *)callData;
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1003 DtDndContext *dragData = dragFinishInfo->dragData;
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1004 int i;
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1005
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1006 /* free the items */
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1007 if (callData != NULL && dragData != NULL)
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1008 {
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1009 if (dragData->protocol == DtDND_BUFFER_TRANSFER)
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1010 {
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1011 for (i = 0; i < dragData->numItems; i++)
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1012 {
380
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 375
diff changeset
1013 XtFree((char *) dragData->data.buffers[i].bp);
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1014 if (dragData->data.buffers[i].name)
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1015 XtFree(dragData->data.buffers[i].name);
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1016 }
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1017 }
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1018 else
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1019 {
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1020 for (i = 0; i < dragData->numItems; i++)
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1021 XtFree(dragData->data.files[i]);
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1022 }
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1023 }
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1024
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1025 /* free the data string */
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1026 xfree (clientData);
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1027
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1028 CurrentDragWidget = NULL;
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1029 }
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1030
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1031 static void
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1032 x_cde_convert_callback (Widget widget, XtPointer clientData,
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1033 XtPointer callData)
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1034 {
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1035 DtDndConvertCallbackStruct *convertInfo =
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1036 (DtDndConvertCallbackStruct *) callData;
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1037 char *textdata = (char *) clientData;
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1038 char *textptr = NULL;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1039 int i;
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1040
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1041 if (convertInfo == NULL)
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1042 {
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1043 return;
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1044 }
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1045
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1046 if ((convertInfo->dragData->protocol != DtDND_BUFFER_TRANSFER
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1047 && convertInfo->dragData->protocol != DtDND_FILENAME_TRANSFER) ||
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1048 (convertInfo->reason != DtCR_DND_CONVERT_DATA))
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1049 {
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1050 return;
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1051 }
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1052
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1053 for (textptr=textdata, i=0;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1054 i<convertInfo->dragData->numItems;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1055 textptr+=strlen(textptr)+1, i++)
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1056 {
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1057 if (convertInfo->dragData->protocol == DtDND_BUFFER_TRANSFER)
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1058 {
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1059 convertInfo->dragData->data.buffers[i].bp = XtNewString(textptr);
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1060 convertInfo->dragData->data.buffers[i].size = strlen(textptr);
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1061 convertInfo->dragData->data.buffers[i].name = NULL;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1062 }
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1063 else
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1064 {
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1065 convertInfo->dragData->data.files[i] = XtNewString(textptr);
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1066 }
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1067 }
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1068
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1069 convertInfo->status = DtDND_SUCCESS;
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1070 }
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1071
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1072 static Lisp_Object
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1073 abort_current_drag(Lisp_Object arg)
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1074 {
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1075 if (CurrentDragWidget && drag_not_done)
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1076 {
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1077 XmDragCancel(CurrentDragWidget);
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1078 CurrentDragWidget = NULL;
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1079 }
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1080 return arg;
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1081 }
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1082
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1083 DEFUN ("cde-start-drag-internal", Fcde_start_drag_internal, 3, 3, 0, /*
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1084 Start a CDE drag from a buffer.
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1085 First argument is the event that started the drag (must be a
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1086 button-press-event),
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1087 second arg defines if the data should be treated as a buffer or
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1088 a filename transfer (set to nil for buffer transfer),
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1089 and the third argument is a list of data strings.
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1090 WARNING: can only handle plain/text and file: transfers!
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1091 */
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1092 (event, dragtype, dragdata))
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1093 {
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1094 if (EVENTP (event))
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1095 {
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1096 struct frame *f = decode_x_frame (Fselected_frame (Qnil));
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1097 XEvent x_event;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1098 Widget wid = FRAME_X_TEXT_WIDGET (f);
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1099 Display *display = XtDisplayOfObject (wid);
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1100 struct device *d = get_device_from_display (display);
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1101 struct x_device *xd = DEVICE_X_DATA (d);
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1102 XWindowAttributes win_attrib;
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1103 unsigned int modifier = 0, state = 0;
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1104 char *Ctext;
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1105 int numItems = 0, textlen = 0, pos = 0;
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 404
diff changeset
1106 struct Lisp_Event *lisp_event = XEVENT(event);
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1107 Lisp_Object item = Qnil;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1108 struct gcpro gcpro1;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1109
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1110 /* only drag if this is really a press */
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1111 if (EVENT_TYPE(lisp_event) != button_press_event
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1112 || !LISTP(dragdata))
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1113 return Qnil;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1114
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1115 GCPRO1 (item);
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1116
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1117 /*
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1118 * not so cross hack that converts a emacs event back to a XEvent
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1119 */
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1120
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1121 x_event.xbutton.type = ButtonPress;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1122 x_event.xbutton.send_event = False;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1123 x_event.xbutton.display = XtDisplayOfObject(wid);
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1124 x_event.xbutton.window = XtWindowOfObject(wid);
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1125 x_event.xbutton.root = XRootWindow(x_event.xbutton.display, 0);
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1126 x_event.xbutton.subwindow = 0;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1127 x_event.xbutton.time = lisp_event->timestamp;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1128 x_event.xbutton.x = lisp_event->event.button.x;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1129 x_event.xbutton.y = lisp_event->event.button.y;
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1130 if (Success == XGetWindowAttributes (x_event.xbutton.display,
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1131 x_event.xbutton.window,
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1132 &win_attrib))
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1133 {
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1134 x_event.xbutton.x_root = win_attrib.x + lisp_event->event.button.x;
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1135 x_event.xbutton.y_root = win_attrib.y + lisp_event->event.button.y;
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1136 }
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1137 else
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1138 {
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1139 x_event.xbutton.x_root = lisp_event->event.button.x; /* this is wrong */
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1140 x_event.xbutton.y_root = lisp_event->event.button.y;
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1141 }
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1142 modifier = lisp_event->event.button.modifiers;
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 404
diff changeset
1143 if (modifier & MOD_SHIFT) state |= ShiftMask;
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 404
diff changeset
1144 if (modifier & MOD_CONTROL) state |= ControlMask;
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 404
diff changeset
1145 if (modifier & MOD_META) state |= xd->MetaMask;
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 404
diff changeset
1146 if (modifier & MOD_SUPER) state |= xd->SuperMask;
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 404
diff changeset
1147 if (modifier & MOD_HYPER) state |= xd->HyperMask;
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 404
diff changeset
1148 if (modifier & MOD_ALT) state |= xd->AltMask;
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1149 state |= Button1Mask << (lisp_event->event.button.button-1);
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1150
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1151 x_event.xbutton.state = state;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1152 x_event.xbutton.button = lisp_event->event.button.button;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1153 x_event.xkey.same_screen = True;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1154
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1155 /* convert data strings into a big string */
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1156 item = dragdata;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1157 while (!NILP (item))
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1158 {
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1159 if (!STRINGP (XCAR (item)))
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1160 {
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1161 numItems=0;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1162 break;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1163 }
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1164 textlen += XSTRING_LENGTH (XCAR (item)) + 1;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1165 numItems++;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1166 item = XCDR (item);
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1167 }
380
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 375
diff changeset
1168
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1169 if (numItems)
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1170 {
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1171 /*
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1172 * concatenate all strings given to one large string, with
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1173 * \0 as separator. List is ended by \0.
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1174 */
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1175 Ctext = (char *)xmalloc (textlen+1);
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1176 Ctext[0] = 0;
380
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 375
diff changeset
1177
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1178 item = dragdata;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1179 while (!NILP (item))
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1180 {
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1181 if (!STRINGP (XCAR (item)))
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1182 {
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1183 numItems=0;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1184 xfree(Ctext);
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1185 Ctext=NULL;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1186 break;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1187 }
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 404
diff changeset
1188 strcpy (Ctext+pos, (CONST char *)XSTRING_DATA (XCAR (item)));
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1189 pos += XSTRING_LENGTH (XCAR (item)) + 1;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1190 item = XCDR (item);
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1191 }
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1192 Ctext[pos] = 0;
380
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 375
diff changeset
1193
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1194 dnd_convert_cb_rec[0].callback = x_cde_convert_callback;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1195 dnd_convert_cb_rec[0].closure = (XtPointer) Ctext;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1196 dnd_convert_cb_rec[1].callback = NULL;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1197 dnd_convert_cb_rec[1].closure = NULL;
380
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 375
diff changeset
1198
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1199 dnd_destroy_cb_rec[0].callback = x_cde_destroy_callback;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1200 dnd_destroy_cb_rec[0].closure = (XtPointer) Ctext;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1201 dnd_destroy_cb_rec[1].callback = NULL;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1202 dnd_destroy_cb_rec[1].closure = NULL;
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1203
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1204 CurrentDragWidget =
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1205 DtDndDragStart (wid, &x_event,
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1206 (NILP(dragtype)?DtDND_BUFFER_TRANSFER:DtDND_FILENAME_TRANSFER),
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1207 numItems,
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1208 XmDROP_COPY,
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1209 dnd_convert_cb_rec,
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1210 dnd_destroy_cb_rec,
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1211 NULL, 0);
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1212 }
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1213
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1214 UNGCPRO;
380
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 375
diff changeset
1215
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1216 return numItems?Qt:Qnil;
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1217 }
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1218
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1219 return Qnil;
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1220 }
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1221
169
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 165
diff changeset
1222 static void
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1223 x_cde_transfer_callback (Widget widget, XtPointer clientData,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1224 XtPointer callData)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1225 {
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 278
diff changeset
1226 char *filePath, *hurl;
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1227 int ii, enqueue=1;
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1228 Lisp_Object frame = Qnil;
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 278
diff changeset
1229 Lisp_Object l_type = Qnil;
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 278
diff changeset
1230 Lisp_Object l_data = Qnil;
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1231 DtDndTransferCallbackStruct *transferInfo = NULL;
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1232 struct gcpro gcpro1, gcpro2, gcpro3;
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
1233
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 278
diff changeset
1234 /*
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 278
diff changeset
1235 this needs to be changed to the new protocol:
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 278
diff changeset
1236 - we need the button, modifier and pointer states to create a
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 278
diff changeset
1237 correct misc_user_event
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 278
diff changeset
1238 - the data must be converted to the new format (URL/MIME)
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 278
diff changeset
1239 */
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1240 /* return; */
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1241
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1242 transferInfo = (DtDndTransferCallbackStruct *) callData;
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1243 if (transferInfo == NULL)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1244 return;
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
1245
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 278
diff changeset
1246 GCPRO3 (frame, l_type, l_data);
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
1247
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1248 frame = make_frame ((struct frame *) clientData);
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1249
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1250 if (transferInfo->dropData->protocol == DtDND_FILENAME_TRANSFER)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1251 {
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 278
diff changeset
1252 l_type = Qdragdrop_URL;
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 278
diff changeset
1253
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
1254 for (ii = 0; ii < transferInfo->dropData->numItems; ii++)
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1255 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1256 filePath = transferInfo->dropData->data.files[ii];
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 278
diff changeset
1257 hurl = dnd_url_hexify_string ((char *)filePath, "file:");
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 404
diff changeset
1258 /* ### Mule-izing required */
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1259 l_data = Fcons (make_string ((Bufbyte* )hurl,
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1260 strlen (hurl)),
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1261 l_data);
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 278
diff changeset
1262 xfree (hurl);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1263 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1264 }
2
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1265 else if (transferInfo->dropData->protocol == DtDND_BUFFER_TRANSFER)
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1266 {
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1267 int speccount = specpdl_depth();
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
1268
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1269 /* Problem: all buffers a treated as text/plain!!!
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1270 Solution: Also support DtDND_TEXT_TRANSFER
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1271 perhaps implementation of the Motif protocol
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1272 (which is the base of CDE) will clear this */
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 278
diff changeset
1273 l_type = Qdragdrop_MIME;
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1274 record_unwind_protect(abort_current_drag, Qnil);
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1275 drag_not_done = 1;
2
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1276 for (ii = 0; ii < transferInfo->dropData->numItems; ii++)
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1277 {
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 278
diff changeset
1278 /* let us forget this name thing for now... */
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 278
diff changeset
1279 /* filePath = transferInfo->dropData->data.buffers[ii].name;
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 278
diff changeset
1280 path = (filePath == NULL) ? Qnil
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 278
diff changeset
1281 : make_string ((Bufbyte *)filePath, strlen (filePath)); */
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 278
diff changeset
1282 /* what, if the data is no text, and how can I tell it? */
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1283 l_data = Fcons ( list3 ( list1 ( make_string ((Bufbyte *)"text/plain", 10) ),
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1284 make_string ((Bufbyte *)"8bit", 4),
380
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 375
diff changeset
1285 make_string ((Bufbyte *)transferInfo->dropData->data.buffers[ii].bp,
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1286 transferInfo->dropData->data.buffers[ii].size) ),
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 278
diff changeset
1287 l_data );
2
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1288 }
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 30
diff changeset
1289 drag_not_done = 0;
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 30
diff changeset
1290 unbind_to(speccount, Qnil);
2
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1291 }
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1292 else /* the other cases: NOOP_TRANSFER */
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1293 enqueue=0;
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1294
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1295 /* The Problem: no button and mods from CDE... */
380
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 375
diff changeset
1296 if (enqueue)
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1297 enqueue_misc_user_event_pos ( frame, Qdragdrop_drop_dispatch,
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1298 Fcons (l_type, l_data),
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1299 0 /* this is the button */,
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1300 0 /* these are the mods */,
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1301 transferInfo->x,
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1302 transferInfo->y);
2
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1303
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1304 UNGCPRO;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1305 return;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1306 }
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1307 #endif /* HAVE_CDE */
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1308
2
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1309 #ifdef HAVE_OFFIX_DND
183
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 179
diff changeset
1310
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 179
diff changeset
1311 DEFUN ("offix-start-drag-internal", Foffix_start_drag_internal, 2, 3, 0, /*
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1312 Start a OffiX drag from a buffer.
183
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 179
diff changeset
1313 First arg is the event that started the drag,
197
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 191
diff changeset
1314 second arg should be some string, and the third
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 191
diff changeset
1315 is the type of the data (this should be an int).
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 191
diff changeset
1316 The type defaults to DndText (4).
183
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 179
diff changeset
1317 */
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 179
diff changeset
1318 (event, data, dtyp))
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 179
diff changeset
1319 {
197
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 191
diff changeset
1320 if (EVENTP(event))
183
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 179
diff changeset
1321 {
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 179
diff changeset
1322 struct frame *f = decode_x_frame (Fselected_frame (Qnil));
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 179
diff changeset
1323 XEvent x_event;
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 179
diff changeset
1324 Widget wid = FRAME_X_TEXT_WIDGET (f);
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 179
diff changeset
1325 Display *display = XtDisplayOfObject (wid);
197
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 191
diff changeset
1326 struct device *d = get_device_from_display (display);
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 191
diff changeset
1327 struct x_device *xd = DEVICE_X_DATA (d);
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1328 XWindowAttributes win_attrib;
197
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 191
diff changeset
1329 unsigned int modifier = 0, state = 0;
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 191
diff changeset
1330 char *dnd_data = NULL;
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 191
diff changeset
1331 unsigned long dnd_len = 0;
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 191
diff changeset
1332 int dnd_typ = DndText, dnd_dealloc = 0;
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 404
diff changeset
1333 struct Lisp_Event *lisp_event = XEVENT(event);
183
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 179
diff changeset
1334
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 179
diff changeset
1335 /* only drag if this is really a press */
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 179
diff changeset
1336 if (EVENT_TYPE(lisp_event) != button_press_event)
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 179
diff changeset
1337 return Qnil;
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 179
diff changeset
1338
197
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 191
diff changeset
1339 /* get the desired type */
183
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 179
diff changeset
1340 if (!NILP (dtyp) && INTP (dtyp))
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 179
diff changeset
1341 dnd_typ = XINT (dtyp);
197
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 191
diff changeset
1342
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 191
diff changeset
1343 if (dnd_typ == DndFiles)
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 191
diff changeset
1344 {
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 191
diff changeset
1345 Lisp_Object run = data;
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 191
diff changeset
1346 int len = 0;
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 191
diff changeset
1347
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 191
diff changeset
1348 if (NILP ( Flistp (data)))
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 191
diff changeset
1349 return Qnil;
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 191
diff changeset
1350
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 191
diff changeset
1351 /* construct the data from a list of files */
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 191
diff changeset
1352 dnd_len = 1;
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 191
diff changeset
1353 dnd_data = (char *) xmalloc (1);
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 191
diff changeset
1354 *dnd_data = 0;
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 191
diff changeset
1355 while (!NILP (run))
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 191
diff changeset
1356 {
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 191
diff changeset
1357 if (!STRINGP (XCAR (run)))
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 191
diff changeset
1358 {
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 191
diff changeset
1359 xfree (dnd_data);
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 191
diff changeset
1360 return Qnil;
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 191
diff changeset
1361 }
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 191
diff changeset
1362 len = XSTRING_LENGTH (XCAR (run)) + 1;
272
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
1363 dnd_data = (char *) xrealloc (dnd_data, dnd_len + len);
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 404
diff changeset
1364 strcpy (dnd_data + dnd_len - 1, (CONST char *)XSTRING_DATA (XCAR (run)));
197
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 191
diff changeset
1365 dnd_len += len;
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 191
diff changeset
1366 run = XCDR (run);
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 191
diff changeset
1367 }
272
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
1368
197
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 191
diff changeset
1369 dnd_data[dnd_len - 1] = 0; /* the list-ending zero */
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 191
diff changeset
1370 dnd_dealloc = 1;
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 191
diff changeset
1371
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 191
diff changeset
1372 }
183
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 179
diff changeset
1373 else
197
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 191
diff changeset
1374 {
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 191
diff changeset
1375 if (!STRINGP (data))
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 191
diff changeset
1376 return Qnil;
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 191
diff changeset
1377
380
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 375
diff changeset
1378 /* and what's with MULE data ??? */
211
78478c60bfcd Import from CVS: tag r20-4b4
cvs
parents: 209
diff changeset
1379 dnd_data = (char *)XSTRING_DATA (data);
197
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 191
diff changeset
1380 dnd_len = XSTRING_LENGTH (data) + 1; /* the zero */
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 191
diff changeset
1381
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 191
diff changeset
1382 }
183
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 179
diff changeset
1383
380
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 375
diff changeset
1384 /* not so gross hack that converts an emacs event back to a XEvent */
183
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 179
diff changeset
1385
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 179
diff changeset
1386 x_event.xbutton.type = ButtonPress;
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 179
diff changeset
1387 x_event.xbutton.send_event = False;
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 179
diff changeset
1388 x_event.xbutton.display = XtDisplayOfObject(wid);
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 179
diff changeset
1389 x_event.xbutton.window = XtWindowOfObject(wid);
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 179
diff changeset
1390 x_event.xbutton.root = XRootWindow(x_event.xkey.display, 0);
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 179
diff changeset
1391 x_event.xbutton.subwindow = 0;
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 179
diff changeset
1392 x_event.xbutton.time = lisp_event->timestamp;
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 179
diff changeset
1393 x_event.xbutton.x = lisp_event->event.button.x;
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 179
diff changeset
1394 x_event.xbutton.y = lisp_event->event.button.y;
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1395 if (Success == XGetWindowAttributes (x_event.xbutton.display,
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1396 x_event.xbutton.window,
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1397 &win_attrib))
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1398 {
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1399 x_event.xbutton.x_root = win_attrib.x + lisp_event->event.button.x;
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1400 x_event.xbutton.y_root = win_attrib.y + lisp_event->event.button.y;
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1401 }
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1402 else
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1403 {
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1404 x_event.xbutton.x_root = lisp_event->event.button.x; /* this is wrong */
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1405 x_event.xbutton.y_root = lisp_event->event.button.y;
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1406 }
197
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 191
diff changeset
1407
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 191
diff changeset
1408 modifier = lisp_event->event.button.modifiers;
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 404
diff changeset
1409 if (modifier & MOD_SHIFT) state |= ShiftMask;
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 404
diff changeset
1410 if (modifier & MOD_CONTROL) state |= ControlMask;
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 404
diff changeset
1411 if (modifier & MOD_META) state |= xd->MetaMask;
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 404
diff changeset
1412 if (modifier & MOD_SUPER) state |= xd->SuperMask;
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 404
diff changeset
1413 if (modifier & MOD_HYPER) state |= xd->HyperMask;
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 404
diff changeset
1414 if (modifier & MOD_ALT) state |= xd->AltMask;
207
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
1415 state |= Button1Mask << (lisp_event->event.button.button-1);
197
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 191
diff changeset
1416
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 191
diff changeset
1417 x_event.xbutton.state = state;
183
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 179
diff changeset
1418 x_event.xbutton.button = lisp_event->event.button.button;
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 179
diff changeset
1419 x_event.xkey.same_screen = True;
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 179
diff changeset
1420
211
78478c60bfcd Import from CVS: tag r20-4b4
cvs
parents: 209
diff changeset
1421 DndSetData(dnd_typ, (unsigned char *)dnd_data, dnd_len);
197
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 191
diff changeset
1422 if (dnd_dealloc)
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 191
diff changeset
1423 xfree (dnd_data);
183
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 179
diff changeset
1424
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1425 /* the next thing blocks everything... */
183
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 179
diff changeset
1426 if (DndHandleDragging(wid, &x_event))
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 179
diff changeset
1427 return Qt;
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 179
diff changeset
1428 }
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 179
diff changeset
1429 return Qnil;
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 179
diff changeset
1430 }
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 179
diff changeset
1431
2
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1432 #endif /* HAVE_OFFIX_DND */
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1433
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1434
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1435 /************************************************************************/
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1436 /* widget creation */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1437 /************************************************************************/
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1438
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1439 /* The widget hierarchy is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1440
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1441 argv[0] shell container FRAME-NAME
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1442 ApplicationShell EmacsShell EmacsManager EmacsFrame
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1443
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1444 We accept geometry specs in this order:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1445
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1446 *FRAME-NAME.geometry
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1447 *EmacsFrame.geometry
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1448 Emacs.geometry
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1449
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1450 Other possibilities for widget hierarchies might be
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1451
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1452 argv[0] frame container FRAME-NAME
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1453 ApplicationShell EmacsShell EmacsManager EmacsFrame
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1454 or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1455 argv[0] FRAME-NAME container FRAME-NAME
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1456 ApplicationShell EmacsShell EmacsManager EmacsFrame
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1457 or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1458 argv[0] FRAME-NAME container emacsTextPane
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1459 ApplicationShell EmacsShell EmacsManager EmacsFrame
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1460
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1461 #ifdef EXTERNAL_WIDGET
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
1462 The ExternalShell widget is simply a replacement for the Shell widget
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1463 which is able to deal with using an externally-supplied window instead
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1464 of always creating its own.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1465 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1466
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1467 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1468
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1469 #ifdef EXTERNAL_WIDGET
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1470
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1471 static int
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1472 is_valid_window (Window w, struct device *d)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1473 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1474 XWindowAttributes xwa;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1475 Display *dpy = DEVICE_X_DISPLAY (d);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1476
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1477 expect_x_error (dpy);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1478 XGetWindowAttributes (dpy, w, &xwa);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1479 return !x_error_occurred_p (dpy);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1480 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1481
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1482 #endif /* EXTERNAL_WIDGET */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1483
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1484 /* This sends a synthetic mouse-motion event to the frame, if the mouse
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1485 is over the frame. This ensures that the cursor gets set properly
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1486 before the user moves the mouse for the first time. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1487
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1488 static void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1489 x_send_synthetic_mouse_event (struct frame *f)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1490 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1491 /* #### write this function. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1492 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1493
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1494 static int
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1495 first_x_frame_p (struct frame *f)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1496 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1497 Lisp_Object rest = DEVICE_FRAME_LIST (XDEVICE (f->device));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1498 while (!NILP (rest) &&
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1499 (f == XFRAME (XCAR (rest)) ||
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1500 !FRAME_X_P (XFRAME (XCAR (rest)))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1501 rest = XCDR (rest);
272
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
1502 return NILP (rest);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1503 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1504
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1505 /* Figure out what size the EmacsFrame widget should initially be,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1506 and set it. Should be called after the default font has been
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1507 determined but before the widget has been realized. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1508
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1509 static void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1510 x_initialize_frame_size (struct frame *f)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1511 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1512 /* Geometry of the AppShell */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1513 int app_flags = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1514 int app_x = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1515 int app_y = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1516 unsigned int app_w = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1517 unsigned int app_h = 0;
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
1518
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1519 /* Geometry of the EmacsFrame */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1520 int frame_flags = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1521 int frame_x = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1522 int frame_y = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1523 unsigned int frame_w = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1524 unsigned int frame_h = 0;
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
1525
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1526 /* Hairily merged geometry */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1527 int x = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1528 int y = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1529 unsigned int w = 80;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1530 unsigned int h = 40;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1531 int flags = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1532
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1533 char *geom = 0, *ew_geom = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1534 Boolean iconic_p = False, ew_iconic_p = False;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1535
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1536 Widget wmshell = FRAME_X_SHELL_WIDGET (f);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1537 /* #### This may not be an ApplicationShell any more, with the 'popup
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1538 frame property. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1539 Widget app_shell = XtParent (wmshell);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1540 Widget ew = FRAME_X_TEXT_WIDGET (f);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1541
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1542 /* set the position of the frame's root window now. When the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1543 frame was created, the position was initialized to (0,0). */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1544 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1545 struct window *win = XWINDOW (f->root_window);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1546
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 404
diff changeset
1547 WINDOW_LEFT (win) = FRAME_LEFT_BORDER_END (f);
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 404
diff changeset
1548 WINDOW_TOP (win) = FRAME_TOP_BORDER_END (f);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1549
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1550 if (!NILP (f->minibuffer_window))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1551 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1552 win = XWINDOW (f->minibuffer_window);
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 404
diff changeset
1553 WINDOW_LEFT (win) = FRAME_LEFT_BORDER_END (f);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1554 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1555 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1556
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1557 #ifdef EXTERNAL_WIDGET
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1558 /* If we're an external widget, then the size of the frame is predetermined
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1559 (by the client) and is not our decision to make. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1560 if (FRAME_X_EXTERNAL_WINDOW_P (f))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1561 return;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1562 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1563
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1564 #if 0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1565 /* #### this junk has not been tested; therefore it's
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1566 probably wrong. Doesn't really matter at this point because
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1567 currently all frames are either top-level or external widgets. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1568
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1569 /* If we're not our own top-level window, then we shouldn't go messing around
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1570 with top-level shells or "Emacs.geometry" or any such stuff. Therefore,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1571 we do as follows to determine the size of the frame:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1572
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1573 1) If a value for the frame's "geometry" resource was specified, then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1574 use it. (This specifies a size in characters.)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1575 2) Else, if the "width" and "height" resources were specified, then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1576 leave them alone. (This is a value in pixels. Sorry, we can't break
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1577 Xt conventions here.)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1578 3) Else, assume a size of 64x12. (This is somewhat arbitrary, but
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1579 it's unlikely that a size of 80x40 is desirable because we're probably
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1580 inside of a dialog box.)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1581
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1582 Set the widget's x, y, height, and width as determined. Don't set the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1583 top-level container widget, because we don't necessarily know what it
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1584 is. (Assume it is smart and pays attention to our values.)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1585 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1586
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1587 if (!FRAME_X_TOP_LEVEL_FRAME_P (f))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1588 {
272
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
1589 Xt_GET_VALUE (ew, XtNgeometry, &ew_geom);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1590 if (ew_geom)
165
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
1591 frame_flags = XParseGeometry (ew_geom,
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
1592 &frame_x, &frame_y,
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
1593 &frame_w, &frame_h);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1594 if (! (frame_flags & (WidthValue | HeightValue)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1595 {
272
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
1596 Arg al[2];
165
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
1597 XtSetArg (al [0], XtNwidth, &frame_w);
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
1598 XtSetArg (al [1], XtNheight, &frame_h);
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
1599 XtGetValues (ew, al, 2);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1600 if (!frame_w && !frame_h)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1601 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1602 frame_w = 64;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1603 frame_h = 12;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1604 frame_flags |= WidthValue | HeightValue;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1605 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1606 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1607 if (frame_flags & (WidthValue | HeightValue))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1608 EmacsFrameSetCharSize (ew, frame_w, frame_h);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1609 if (frame_flags & (XValue | YValue))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1610 {
272
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
1611 Arg al[2];
165
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
1612 XtSetArg (al [0], XtNwidth, &frame_w);
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
1613 XtSetArg (al [1], XtNheight, &frame_h);
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
1614 XtGetValues (ew, al, 2);
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
1615
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1616 if (frame_flags & XNegative)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1617 frame_x += frame_w;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1618 if (frame_flags & YNegative)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1619 frame_y += frame_h;
165
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
1620
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
1621 XtSetArg (al [0], XtNx, frame_x);
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
1622 XtSetArg (al [1], XtNy, frame_y);
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
1623 XtSetValues (ew, al, 2);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1624 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1625 return;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1626 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1627 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1628
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1629 /* OK, we're a top-level shell. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1630
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1631 if (!XtIsWMShell (wmshell))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1632 abort ();
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1633
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1634 /* If the EmacsFrame doesn't have a geometry but the shell does,
165
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
1635 treat that as the geometry of the frame.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
1636 (Is this bogus? I'm not sure.) */
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1637
272
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
1638 Xt_GET_VALUE (ew, XtNgeometry, &ew_geom);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1639 if (!ew_geom)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1640 {
272
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
1641 Xt_GET_VALUE (wmshell, XtNgeometry, &geom);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1642 if (geom)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1643 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1644 ew_geom = geom;
272
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
1645 Xt_SET_VALUE (ew, XtNgeometry, ew_geom);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1646 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1647 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1648
165
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
1649 /* If the Shell is iconic, then the EmacsFrame is iconic.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
1650 (Is this bogus? I'm not sure.) */
272
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
1651 Xt_GET_VALUE (ew, XtNiconic, &ew_iconic_p);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1652 if (!ew_iconic_p)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1653 {
272
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
1654 Xt_GET_VALUE (wmshell, XtNiconic, &iconic_p);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1655 if (iconic_p)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1656 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1657 ew_iconic_p = iconic_p;
272
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
1658 Xt_SET_VALUE (ew, XtNiconic, iconic_p);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1659 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1660 }
165
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
1661
272
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
1662 Xt_GET_VALUE (app_shell, XtNgeometry, &geom);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1663 if (geom)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1664 app_flags = XParseGeometry (geom, &app_x, &app_y, &app_w, &app_h);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1665
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1666 if (ew_geom)
165
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
1667 frame_flags = XParseGeometry (ew_geom,
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
1668 &frame_x, &frame_y,
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
1669 &frame_w, &frame_h);
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
1670
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1671 if (first_x_frame_p (f))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1672 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1673 /* If this is the first frame created:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1674 ====================================
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1675
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1676 - Use the ApplicationShell's size/position, if specified.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1677 (This is "Emacs.geometry", or the "-geometry" command line arg.)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1678 - Else use the EmacsFrame's size/position.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1679 (This is "*FRAME-NAME.geometry")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1680
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1681 - If the AppShell is iconic, the frame should be iconic.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1682
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1683 AppShell comes first so that -geometry always applies to the first
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1684 frame created, even if there is an "every frame" entry in the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1685 resource database.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1686 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1687 if (app_flags & (XValue | YValue))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1688 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1689 x = app_x; y = app_y;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1690 flags |= (app_flags & (XValue | YValue | XNegative | YNegative));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1691 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1692 else if (frame_flags & (XValue | YValue))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1693 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1694 x = frame_x; y = frame_y;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1695 flags |= (frame_flags & (XValue | YValue | XNegative | YNegative));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1696 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1697
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1698 if (app_flags & (WidthValue | HeightValue))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1699 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1700 w = app_w; h = app_h;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1701 flags |= (app_flags & (WidthValue | HeightValue));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1702 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1703 else if (frame_flags & (WidthValue | HeightValue))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1704 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1705 w = frame_w; h = frame_h;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1706 flags |= (frame_flags & (WidthValue | HeightValue));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1707 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1708
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1709 /* If the AppShell is iconic, then the EmacsFrame is iconic. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1710 if (!ew_iconic_p)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1711 {
272
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
1712 Xt_GET_VALUE (app_shell, XtNiconic, &iconic_p);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1713 if (iconic_p)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1714 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1715 ew_iconic_p = iconic_p;
272
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
1716 Xt_SET_VALUE (ew, XtNiconic, iconic_p);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1717 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1718 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1719 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1720 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1721 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1722 /* If this is not the first frame created:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1723 ========================================
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1724
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1725 - use the EmacsFrame's size/position if specified
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1726 - Otherwise, use the ApplicationShell's size, but not position.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1727
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1728 So that means that one can specify the position of the first frame
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1729 with "Emacs.geometry" or `-geometry'; but can only specify the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1730 position of subsequent frames with "*FRAME-NAME.geometry".
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1731
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1732 AppShell comes second so that -geometry does not apply to subsequent
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1733 frames when there is an "every frame" entry in the resource db,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1734 but does apply to the first frame.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1735 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1736 if (frame_flags & (XValue | YValue))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1737 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1738 x = frame_x; y = frame_y;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1739 flags |= (frame_flags & (XValue | YValue | XNegative | YNegative));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1740 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1741
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1742 if (frame_flags & (WidthValue | HeightValue))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1743 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1744 w = frame_w; h = frame_h;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1745 flags |= (frame_flags & (WidthValue | HeightValue));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1746 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1747 else if (app_flags & (WidthValue | HeightValue))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1748 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1749 w = app_w;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1750 h = app_h;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1751 flags |= (app_flags & (WidthValue | HeightValue));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1752 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1753 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1754
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1755 x_set_initial_frame_size (f, flags, x, y, w, h);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1756 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1757
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1758 static void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1759 x_get_layout_sizes (struct frame *f, Dimension *topbreadth)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1760 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1761 int i;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1762
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1763 /* compute height of all top-area widgets */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1764 for (i=0, *topbreadth = 0; i<FRAME_X_NUM_TOP_WIDGETS (f); i++)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1765 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1766 Widget wid = FRAME_X_TOP_WIDGETS (f)[i];
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1767 if (wid && XtIsManaged (wid))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1768 *topbreadth += wid->core.height + 2*wid->core.border_width;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1769 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1770 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1771
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1772 static void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1773 x_layout_widgets (Widget w, XtPointer client_data, XtPointer call_data)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1774 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1775 struct frame *f = (struct frame *) client_data;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1776 EmacsManagerResizeStruct *emst = (EmacsManagerResizeStruct *) call_data;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1777 Dimension width = emst->width;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1778 Dimension height = emst->height;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1779 Widget text = FRAME_X_TEXT_WIDGET (f);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1780 Dimension textbord = text->core.border_width;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1781 Dimension topbreadth;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1782 Position text_x = 0, text_y = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1783 int i;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1784
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1785 x_get_layout_sizes (f, &topbreadth);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1786
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1787 /* first the menubar and psheets ... */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1788 for (i=0; i<FRAME_X_NUM_TOP_WIDGETS (f); i++)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1789 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1790 Widget wid = FRAME_X_TOP_WIDGETS (f)[i];
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1791 if (wid && XtIsManaged (wid))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1792 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1793 Dimension bord = wid->core.border_width;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1794 XtConfigureWidget (wid, 0, text_y,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1795 width - 2*bord, wid->core.height,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1796 bord);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1797 text_y += wid->core.height + 2*bord;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1798 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1799 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1800
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1801 #ifdef HAVE_SCROLLBARS
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 278
diff changeset
1802 f->scrollbar_y_offset = topbreadth + textbord;
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 278
diff changeset
1803 #endif
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1804
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1805 /* finally the text area */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1806 XtConfigureWidget (text, text_x, text_y,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1807 width - 2*textbord,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1808 height - text_y - 2*textbord,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1809 textbord);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1810 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1811
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1812 static void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1813 x_do_query_geometry (Widget w, XtPointer client_data, XtPointer call_data)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1814 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1815 struct frame *f = (struct frame *) client_data;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1816 EmacsManagerQueryGeometryStruct *emst =
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1817 (EmacsManagerQueryGeometryStruct *) call_data;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1818 Widget text = FRAME_X_TEXT_WIDGET (f);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1819 Dimension textbord = text->core.border_width;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1820 Dimension topbreadth;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1821 XtWidgetGeometry req, repl;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1822 int mask = emst->request_mode & (CWWidth | CWHeight);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1823
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1824 x_get_layout_sizes (f, &topbreadth);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1825
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1826 /* Strip away menubar from suggested size, and ask the text widget
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1827 what size it wants to be. */
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1828 req.request_mode = mask;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1829 if (mask & CWWidth)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1830 req.width = emst->proposed_width - 2*textbord;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1831 if (mask & CWHeight)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1832 req.height = emst->proposed_height - topbreadth - 2*textbord;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1833 XtQueryGeometry (text, &req, &repl);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1834
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1835 /* Now add the menubar back again */
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1836 emst->proposed_width = repl.width + 2*textbord;
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1837 emst->proposed_height = repl.height + topbreadth + 2*textbord;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1838 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1839
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1840 /* Creates the widgets for a frame.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1841 lisp_window_id is a Lisp description of an X window or Xt
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1842 widget to parse.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1843
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1844 This function does not create or map the windows. (That is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1845 done by x_popup_frame().)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1846 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1847 static void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1848 x_create_widgets (struct frame *f, Lisp_Object lisp_window_id,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1849 Lisp_Object parent)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1850 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1851 struct device *d = XDEVICE (f->device);
219
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 217
diff changeset
1852 Visual *visual = DEVICE_X_VISUAL (d);
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 217
diff changeset
1853 int depth = DEVICE_X_DEPTH (d);
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 217
diff changeset
1854 Colormap cmap = DEVICE_X_COLORMAP (d);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1855 #ifdef EXTERNAL_WIDGET
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1856 Window window_id = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1857 #endif
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 404
diff changeset
1858 CONST char *name;
165
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
1859 Arg al [25];
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1860 int ac = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1861 Widget text, container, shell;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1862 Widget parentwid = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1863 #ifdef HAVE_MENUBARS
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1864 int menubar_visible;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1865 Widget menubar;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1866 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1867
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1868 if (STRINGP (f->name))
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 404
diff changeset
1869 GET_C_STRING_CTEXT_DATA_ALLOCA (f->name, name);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1870 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1871 name = "emacs";
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
1872
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1873 /* The widget hierarchy is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1874
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1875 argv[0] shell pane FRAME-NAME
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1876 ApplicationShell EmacsShell EmacsManager EmacsFrame
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1877
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1878 (the type of the shell is ExternalShell if this frame is running
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1879 in another client's window)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1880
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1881 However the EmacsShell widget has WM_CLASS of FRAME-NAME/Emacs.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1882 Normally such shells have name/class shellname/appclass, which in this
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1883 case would be "shell/Emacs" instead of "frame-name/Emacs". We could
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1884 also get around this by naming the shell "frame-name", but that would
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1885 be confusing because the text area (the EmacsFrame widget inferior of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1886 the shell) is also called that. So we just set the WM_CLASS property.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1887 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1888
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1889 #ifndef EXTERNAL_WIDGET
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1890 if (!NILP (lisp_window_id))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1891 error ("support for external widgets was not enabled at compile-time");
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1892 #else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1893 if (!NILP (lisp_window_id))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1894 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1895 char *string;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1896
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1897 CHECK_STRING (lisp_window_id);
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 414
diff changeset
1898 string = (char *) XSTRING_DATA (lisp_window_id);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1899 if (string[0] == '0' && (string[1] == 'x' || string[1] == 'X'))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1900 sscanf (string+2, "%lxu", &window_id);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1901 #if 0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1902 else if (string[0] == 'w')
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1903 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1904 sscanf (string+1, "%x", &parent_widget);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1905 if (parent_widget)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1906 window_id = XtWindow (parent_widget);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1907 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1908 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1909 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1910 sscanf (string, "%lu", &window_id);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1911 if (!is_valid_window (window_id, d))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1912 error ("Invalid window %lu", (unsigned long) window_id);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1913 FRAME_X_EXTERNAL_WINDOW_P (f) = 1;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1914 } else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1915 #endif /* EXTERNAL_WIDGET */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1916 FRAME_X_TOP_LEVEL_FRAME_P (f) = 1;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1917
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1918 ac = 0;
165
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
1919 XtSetArg (al[ac], XtNallowShellResize, True); ac++;
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1920 #ifdef LWLIB_USES_MOTIF
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1921 /* Motif sucks beans. Without this in here, it will delete the window
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1922 out from under us when it receives a WM_DESTROY_WINDOW message
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1923 from the WM. */
165
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
1924 XtSetArg (al[ac], XmNdeleteResponse, XmDO_NOTHING); ac++;
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1925 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1926
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1927 #ifdef EXTERNAL_WIDGET
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1928 if (window_id)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1929 {
165
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
1930 XtSetArg (al[ac], XtNwindow, window_id); ac++;
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1931 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1932 else
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1933 #endif /* EXTERNAL_WIDGET */
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1934 {
165
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
1935 XtSetArg (al[ac], XtNinput, True); ac++;
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
1936 XtSetArg (al[ac], XtNminWidthCells, 10); ac++;
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
1937 XtSetArg (al[ac], XtNminHeightCells, 1); ac++;
380
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 375
diff changeset
1938 XtSetArg (al[ac], XtNvisual, visual); ac++;
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 375
diff changeset
1939 XtSetArg (al[ac], XtNdepth, depth); ac++;
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 375
diff changeset
1940 XtSetArg (al[ac], XtNcolormap, cmap); ac++;
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1941 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1942
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1943 if (!NILP (parent))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1944 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1945 parentwid = FRAME_X_SHELL_WIDGET (XFRAME (parent));
165
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
1946 XtSetArg (al[ac], XtNtransientFor, parentwid); ac++;
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1947 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1948
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1949 shell = XtCreatePopupShell ("shell",
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1950 (
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1951 #ifdef EXTERNAL_WIDGET
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1952 window_id ? externalShellWidgetClass :
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1953 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1954 parentwid ? transientEmacsShellWidgetClass :
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1955 topLevelEmacsShellWidgetClass
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1956 ),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1957 parentwid ? parentwid :
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1958 DEVICE_XT_APP_SHELL (d),
165
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
1959 al, ac);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1960 FRAME_X_SHELL_WIDGET (f) = shell;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1961 maybe_set_frame_title_format (shell);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1962
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1963 /* Create the manager widget */
219
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 217
diff changeset
1964 ac = 0;
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 217
diff changeset
1965 XtSetArg (al[ac], XtNvisual, visual); ac++;
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 217
diff changeset
1966 XtSetArg (al[ac], XtNdepth, depth); ac++;
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 217
diff changeset
1967 XtSetArg (al[ac], XtNcolormap, cmap); ac++;
272
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
1968
165
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
1969 container = XtCreateWidget ("container",
219
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 217
diff changeset
1970 emacsManagerWidgetClass, shell, al, ac);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1971 FRAME_X_CONTAINER_WIDGET (f) = container;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1972 XtAddCallback (container, XtNresizeCallback, x_layout_widgets,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1973 (XtPointer) f);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1974 XtAddCallback (container, XtNqueryGeometryCallback, x_do_query_geometry,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1975 (XtPointer) f);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1976
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1977 /* Create the text area */
219
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 217
diff changeset
1978 ac = 0;
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 217
diff changeset
1979 XtSetArg (al[ac], XtNvisual, visual); ac++;
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 217
diff changeset
1980 XtSetArg (al[ac], XtNdepth, depth); ac++;
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 217
diff changeset
1981 XtSetArg (al[ac], XtNcolormap, cmap); ac++;
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 217
diff changeset
1982 XtSetArg (al[ac], XtNborderWidth, 0); ac++; /* should this be settable? */
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 217
diff changeset
1983 XtSetArg (al[ac], XtNemacsFrame, f); ac++;
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 217
diff changeset
1984 text = XtCreateWidget (name, emacsFrameClass, container, al, ac);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1985 FRAME_X_TEXT_WIDGET (f) = text;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1986
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
1987 #ifdef HAVE_MENUBARS
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1988 /* Create the initial menubar widget. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1989 menubar_visible = x_initialize_frame_menubar (f);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1990 FRAME_X_TOP_WIDGETS (f)[0] = menubar = FRAME_X_MENUBAR_WIDGET (f);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1991 FRAME_X_NUM_TOP_WIDGETS (f) = 1;
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
1992
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1993 if (menubar_visible)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1994 XtManageChild (menubar);
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
1995 #endif /* HAVE_MENUBARS */
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1996 XtManageChild (text);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1997 XtManageChild (container);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1998 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1999
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2000 /* We used to call XtPopup() in x_popup_frame, but that doesn't give
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2001 you control over whether the widget is initially mapped or not
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2002 because XtPopup() makes an unconditional call to XMapRaised().
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2003 Boy, those Xt designers were clever.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2004
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2005 When we first removed it we only kept the XtRealizeWidget call in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2006 XtPopup. For everything except HP's that was enough. For HP's,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2007 though, the failure to call the popup callbacks resulted in XEmacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2008 not accepting any input. Bizarre but true. Stupid but true.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2009
380
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 375
diff changeset
2010 So, in case there are any other gotchas floating out there along
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2011 the same lines I've duplicated the majority of XtPopup here. It
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2012 assumes no grabs and that the widget is not already popped up, both
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2013 valid assumptions for the one place this is called from. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2014 static void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2015 xemacs_XtPopup (Widget widget)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2016 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2017 ShellWidget shell_widget = (ShellWidget) widget;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2018 XtGrabKind call_data = XtGrabNone;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2019
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2020 XtCallCallbacks (widget, XtNpopupCallback, (XtPointer)&call_data);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2021
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2022 shell_widget->shell.popped_up = TRUE;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2023 shell_widget->shell.grab_kind = XtGrabNone;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2024 shell_widget->shell.spring_loaded = False;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2025
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2026 if (shell_widget->shell.create_popup_child_proc != NULL)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2027 (*(shell_widget->shell.create_popup_child_proc))(widget);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2028
165
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
2029 /* The XtSetValues below are not in XtPopup menu. We just want to
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2030 make absolutely sure... */
272
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
2031 Xt_SET_VALUE (widget, XtNmappedWhenManaged, False);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2032 XtRealizeWidget (widget);
272
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
2033 Xt_SET_VALUE (widget, XtNmappedWhenManaged, True);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2034 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2035
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2036 /* create the windows for the specified frame and display them.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2037 Note that the widgets have already been created, and any
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2038 necessary geometry calculations have already been done. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2039 static void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2040 x_popup_frame (struct frame *f)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2041 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2042 Widget shell_widget = FRAME_X_SHELL_WIDGET (f);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2043 Widget frame_widget = FRAME_X_TEXT_WIDGET (f);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2044 struct device *d = XDEVICE (FRAME_DEVICE (f));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2045
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2046 /* Before mapping the window, make sure that the WMShell's notion of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2047 whether it should be iconified is synchronized with the EmacsFrame's
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2048 notion.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2049 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2050 if (FRAME_X_TOP_LEVEL_FRAME_P (f))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2051 x_wm_set_shell_iconic_p (shell_widget,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2052 ((EmacsFrame) frame_widget)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2053 ->emacs_frame.iconic);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2054
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2055 xemacs_XtPopup (shell_widget);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2056
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2057 if (!((EmacsFrame) frame_widget)->emacs_frame.initially_unmapped)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2058 XtMapWidget (shell_widget);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2059 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2060 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2061 /* We may have set f->visible to 1 in x_init_frame(), so undo
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2062 that now. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2063 FRAME_X_TOTALLY_VISIBLE_P (f) = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2064 f->visible = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2065 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2066
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2067 #ifdef EXTERNAL_WIDGET
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2068 if (FRAME_X_EXTERNAL_WINDOW_P (f))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2069 ExternalShellReady (shell_widget, XtWindow (frame_widget), KeyPressMask);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2070 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2071 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2072 if (FRAME_X_TOP_LEVEL_FRAME_P (f))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2073 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2074 /* tell the window manager about us. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2075 x_wm_store_class_hints (shell_widget, XtName (frame_widget));
177
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 175
diff changeset
2076
414
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
2077 #ifndef HAVE_WMCOMMAND
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2078 x_wm_maybe_store_wm_command (f);
414
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
2079 #endif /* HAVE_WMCOMMAND */
177
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 175
diff changeset
2080
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2081 x_wm_hack_wm_protocols (shell_widget);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2082 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2083
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 30
diff changeset
2084 #ifdef HAVE_XIM
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 30
diff changeset
2085 XIM_init_frame (f);
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 30
diff changeset
2086 #endif /* HAVE_XIM */
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
2087
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2088 #ifdef HACK_EDITRES
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2089 /* Allow XEmacs to respond to EditRes requests. See the O'Reilly Xt */
380
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 375
diff changeset
2090 /* Intrinsics Programming Manual, Motif Edition, Aug 1993, Sect 14.14, */
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2091 /* pp. 483-493. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2092 XtAddEventHandler (shell_widget, /* the shell widget in question */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2093 (EventMask) NoEventMask,/* OR with existing mask */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2094 True, /* called on non-maskable events? */
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
2095 (XtEventHandler) _XEditResCheckMessages, /* the handler */
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2096 NULL);
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
2097 #endif /* HACK_EDITRES */
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2098
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2099 #ifdef HAVE_CDE
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2100 {
380
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 375
diff changeset
2101 XtCallbackRec dnd_transfer_cb_rec[2];
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 375
diff changeset
2102
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2103 dnd_transfer_cb_rec[0].callback = x_cde_transfer_callback;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2104 dnd_transfer_cb_rec[0].closure = (XtPointer) f;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2105 dnd_transfer_cb_rec[1].callback = NULL;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2106 dnd_transfer_cb_rec[1].closure = NULL;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2107
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2108 DtDndVaDropRegister (FRAME_X_TEXT_WIDGET (f),
2
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
2109 DtDND_FILENAME_TRANSFER | DtDND_BUFFER_TRANSFER,
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
2110 XmDROP_COPY, dnd_transfer_cb_rec,
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
2111 DtNtextIsBuffer, True,
380
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 375
diff changeset
2112 DtNregisterChildren, True,
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2113 DtNpreserveRegistration, False,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2114 NULL);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2115 }
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
2116 #endif /* HAVE_CDE */
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2117
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2118 /* Do a stupid property change to force the server to generate a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2119 propertyNotify event so that the event_stream server timestamp will
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2120 be initialized to something relevant to the time we created the window.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2121 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2122 XChangeProperty (XtDisplay (frame_widget), XtWindow (frame_widget),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2123 DEVICE_XATOM_WM_PROTOCOLS (d), XA_ATOM, 32, PropModeAppend,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2124 (unsigned char*) NULL, 0);
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
2125
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2126 x_send_synthetic_mouse_event (f);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2127 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2128
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2129 static void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2130 allocate_x_frame_struct (struct frame *f)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2131 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2132 /* zero out all slots. */
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
2133 f->frame_data = xnew_and_zero (struct x_frame);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2134
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2135 /* yeah, except the lisp ones */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2136 FRAME_X_ICON_PIXMAP (f) = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2137 FRAME_X_ICON_PIXMAP_MASK (f) = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2138 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2139
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2140
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2141 /************************************************************************/
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2142 /* Lisp functions */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2143 /************************************************************************/
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2144
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2145 static void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2146 x_init_frame_1 (struct frame *f, Lisp_Object props)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2147 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2148 /* This function can GC */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2149 Lisp_Object device = FRAME_DEVICE (f);
274
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
2150 Lisp_Object lisp_window_id = Fplist_get (props, Qwindow_id, Qnil);
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
2151 Lisp_Object popup = Fplist_get (props, Qpopup, Qnil);
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
2152
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2153 if (!NILP (popup))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2154 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2155 if (EQ (popup, Qt))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2156 popup = Fselected_frame (device);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2157 CHECK_LIVE_FRAME (popup);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2158 if (!EQ (device, FRAME_DEVICE (XFRAME (popup))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2159 signal_simple_error_2 ("Parent must be on same device as frame",
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2160 device, popup);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2161 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2162
215
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 211
diff changeset
2163 /*
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 211
diff changeset
2164 * Previously we set this only if NILP (DEVICE_SELECTED_FRAME (d))
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 211
diff changeset
2165 * to make sure that messages were displayed as soon as possible
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 211
diff changeset
2166 * if we're creating the first frame on a device. But it is
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 211
diff changeset
2167 * better to just set this all the time, so that when a new frame
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 211
diff changeset
2168 * is created that covers the selected frame, echo area status
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 211
diff changeset
2169 * messages can still be seen. f->visible is reset later if the
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 211
diff changeset
2170 * initially-unmapped property is found to be non-nil in the
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 211
diff changeset
2171 * frame properties.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 211
diff changeset
2172 */
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 211
diff changeset
2173 f->visible = 1;
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2174
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2175 allocate_x_frame_struct (f);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2176 x_create_widgets (f, lisp_window_id, popup);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2177 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2178
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2179 static void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2180 x_init_frame_2 (struct frame *f, Lisp_Object props)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2181 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2182 /* Set up the values of the widget/frame. A case could be made for putting
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2183 this inside of the widget's initialize method. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2184
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2185 update_frame_face_values (f);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2186 x_initialize_frame_size (f);
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 278
diff changeset
2187 /* Kyle:
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 278
diff changeset
2188 * update_frame_title() can't be done here, because some of the
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 278
diff changeset
2189 * modeline specs depend on the frame's device having a selected
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 278
diff changeset
2190 * frame, and that may not have been set up yet. The redisplay
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 278
diff changeset
2191 * will update the frame title anyway, so nothing is lost.
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 278
diff changeset
2192 * JV:
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 278
diff changeset
2193 * It turns out it gives problems with FVWMs name based mapping.
380
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 375
diff changeset
2194 * We'll just need to be careful in the modeline specs.
225
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
2195 */
380
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 375
diff changeset
2196 update_frame_title (f);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2197 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2198
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2199 static void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2200 x_init_frame_3 (struct frame *f)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2201 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2202 /* Pop up the frame. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2203
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2204 x_popup_frame (f);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2205 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2206
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2207 static void
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 414
diff changeset
2208 x_mark_frame (struct frame *f)
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2209 {
424
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 414
diff changeset
2210 mark_object (FRAME_X_ICON_PIXMAP (f));
11054d720c21 Import from CVS: tag r21-2-20
cvs
parents: 414
diff changeset
2211 mark_object (FRAME_X_ICON_PIXMAP_MASK (f));
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2212 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2213
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2214 static void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2215 x_set_frame_icon (struct frame *f)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2216 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2217 Pixmap x_pixmap, x_mask;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2218
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2219 if (IMAGE_INSTANCEP (f->icon)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2220 && IMAGE_INSTANCE_PIXMAP_TYPE_P (XIMAGE_INSTANCE (f->icon)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2221 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2222 x_pixmap = XIMAGE_INSTANCE_X_PIXMAP (f->icon);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2223 x_mask = XIMAGE_INSTANCE_X_MASK (f->icon);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2224 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2225 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2226 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2227 x_pixmap = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2228 x_mask = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2229 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2230
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2231 /* Store the X data into the widget. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2232 {
165
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
2233 Arg al [2];
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
2234 XtSetArg (al [0], XtNiconPixmap, x_pixmap);
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
2235 XtSetArg (al [1], XtNiconMask, x_mask);
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
2236 XtSetValues (FRAME_X_SHELL_WIDGET (f), al, 2);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2237 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2238 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2239
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2240 static void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2241 x_set_frame_pointer (struct frame *f)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2242 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2243 XDefineCursor (XtDisplay (FRAME_X_TEXT_WIDGET (f)),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2244 XtWindow (FRAME_X_TEXT_WIDGET (f)),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2245 XIMAGE_INSTANCE_X_CURSOR (f->pointer));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2246 XSync (XtDisplay (FRAME_X_TEXT_WIDGET (f)), 0);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2247 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2248
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2249 static Lisp_Object
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2250 x_get_frame_parent (struct frame *f)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2251 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2252 Widget parentwid = 0;
272
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
2253
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
2254 Xt_GET_VALUE (FRAME_X_SHELL_WIDGET (f), XtNtransientFor, &parentwid);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2255 /* find the frame whose wid is parentwid */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2256 if (parentwid)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2257 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2258 Lisp_Object frmcons;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2259 DEVICE_FRAME_LOOP (frmcons, XDEVICE (FRAME_DEVICE (f)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2260 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2261 Lisp_Object frame = XCAR (frmcons);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2262 if (FRAME_X_SHELL_WIDGET (XFRAME (frame)) == parentwid)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2263 return frame;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2264 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2265 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2266 return Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2267 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2268
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
2269 DEFUN ("x-window-id", Fx_window_id, 0, 1, 0, /*
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2270 Get the ID of the X11 window.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2271 This gives us a chance to manipulate the Emacs window from within a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2272 different program. Since the ID is an unsigned long, we return it as
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2273 a string.
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
2274 */
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
2275 (frame))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2276 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2277 char str[255];
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2278 struct frame *f = decode_x_frame (frame);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2279
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2280 sprintf (str, "%lu", XtWindow (FRAME_X_TEXT_WIDGET (f)));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2281 return build_string (str);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2282 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2283
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2284
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2285 /************************************************************************/
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2286 /* manipulating the X window */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2287 /************************************************************************/
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2288
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2289 static void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2290 x_set_frame_position (struct frame *f, int xoff, int yoff)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2291 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2292 Widget w = FRAME_X_SHELL_WIDGET (f);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2293 Display *dpy = XtDisplay (w);
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
2294 Dimension frame_w = DisplayWidth (dpy, DefaultScreen (dpy));
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2295 Dimension frame_h = DisplayHeight (dpy, DefaultScreen (dpy));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2296 Dimension shell_w, shell_h, shell_bord;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2297 int win_gravity;
165
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
2298 Arg al [3];
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2299
165
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
2300 XtSetArg (al [0], XtNwidth, &shell_w);
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
2301 XtSetArg (al [1], XtNheight, &shell_h);
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
2302 XtSetArg (al [2], XtNborderWidth, &shell_bord);
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
2303 XtGetValues (w, al, 3);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2304
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2305 win_gravity =
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2306 xoff >= 0 && yoff >= 0 ? NorthWestGravity :
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2307 xoff >= 0 ? SouthWestGravity :
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2308 yoff >= 0 ? NorthEastGravity :
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2309 SouthEastGravity;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2310 if (xoff < 0)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2311 xoff += frame_w - shell_w - 2*shell_bord;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2312 if (yoff < 0)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2313 yoff += frame_h - shell_h - 2*shell_bord;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2314
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2315 /* Update the hints so that, if this window is currently iconified, it will
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2316 come back at the right place. We can't look at s->visible to determine
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2317 whether it is iconified because it might not be up-to-date yet (the queue
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2318 might not be processed). */
165
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
2319 XtSetArg (al [0], XtNwinGravity, win_gravity);
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
2320 XtSetArg (al [1], XtNx, xoff);
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
2321 XtSetArg (al [2], XtNy, yoff);
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
2322 XtSetValues (w, al, 3);
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
2323
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2324 /* Sometimes you will find that
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2325
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2326 (set-frame-position (selected-frame) -50 -50)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2327
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
2328 doesn't put the frame where you expect it to: i.e. it's closer to
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
2329 the lower-right corner than it should be, and it appears that the
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
2330 size of the WM decorations was not taken into account. This is
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
2331 *not* a problem with this function. Both mwm and twm have bugs
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
2332 in handling this situation. (mwm ignores the window gravity and
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
2333 always assumes NorthWest, except the first time you map the
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
2334 window; twm gets things almost right, but forgets to account for
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
2335 the border width of the top-level window.) This function does
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
2336 what it's supposed to according to the ICCCM, and I'm not about
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
2337 to hack around window-manager bugs. */
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2338
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2339 #if 0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2340 /* This is not necessary under either mwm or twm */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2341 x_wm_mark_shell_position_user_specified (w);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2342 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2343 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2344
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2345 /* Call this to change the size of frame S's x-window. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2346
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2347 static void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2348 x_set_frame_size (struct frame *f, int cols, int rows)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2349 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2350 EmacsFrameSetCharSize (FRAME_X_TEXT_WIDGET (f), cols, rows);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2351 #if 0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2352 /* this is not correct. x_set_frame_size() is called from
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2353 Fset_frame_size(), which may or may not have been called
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2354 by the user (e.g. update_EmacsFrame() calls it when the font
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2355 changes). For now, don't bother with getting this right. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2356 x_wm_mark_shell_size_user_specified (FRAME_X_SHELL_WIDGET (f));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2357 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2358 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2359
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2360 static void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2361 x_set_mouse_position (struct window *w, int x, int y)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2362 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2363 struct frame *f = XFRAME (w->frame);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2364
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2365 Display *display = DEVICE_X_DISPLAY (XDEVICE (f->device));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2366 XWarpPointer (display, None, XtWindow (FRAME_X_TEXT_WIDGET (f)),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2367 0, 0, 0, 0, w->pixel_left + x, w->pixel_top + y);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2368 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2369
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2370 static int
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2371 x_get_mouse_position (struct device *d, Lisp_Object *frame, int *x, int *y)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2372 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2373 Display *display = DEVICE_X_DISPLAY (d);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2374 Window child_window;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2375 Window root_window;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2376 Window win;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2377 int root_x, root_y;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2378 int win_x, win_y;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2379 unsigned int keys_and_buttons;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2380 struct frame *f;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2381
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2382 if (XQueryPointer (display, RootWindow (display, DefaultScreen (display)),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2383 &root_window, &child_window, &root_x, &root_y,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2384 &win_x, &win_y, &keys_and_buttons) == False)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2385 return 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2386
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2387 if (child_window == None)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2388 return 0; /* not over any window. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2389
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2390 while (1)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2391 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2392 win = child_window;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2393 if (XTranslateCoordinates (display, root_window, win, root_x, root_y,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2394 &win_x, &win_y, &child_window) == False)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2395 /* Huh? */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2396 return 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2397
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2398 if (child_window == None)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2399 break;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2400 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2401
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2402 /* At this point, win is the innermost window containing the pointer
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2403 and win_x and win_y are the coordinates of that window. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2404 f = x_any_window_to_frame (d, win);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2405 if (!f)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2406 return 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2407 XSETFRAME (*frame, f);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2408
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2409 if (XTranslateCoordinates (display, win,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2410 XtWindow (FRAME_X_TEXT_WIDGET (f)),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2411 win_x, win_y, x, y, &child_window) == False)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2412 /* Huh? */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2413 return 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2414
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2415 return 1;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2416 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2417
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2418 static void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2419 x_cant_notify_wm_error (void)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2420 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2421 error ("Can't notify window manager of iconification.");
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2422 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2423
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2424 /* Raise frame F. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2425 static void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2426 x_raise_frame_1 (struct frame *f, int force)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2427 {
274
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
2428 if (FRAME_VISIBLE_P (f) || force)
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2429 {
274
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
2430 Widget bottom_dialog;
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
2431 XWindowChanges xwc;
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
2432 unsigned int flags;
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
2433 Display *display = DEVICE_X_DISPLAY (XDEVICE (f->device));
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
2434 Window emacs_window = XtWindow (FRAME_X_SHELL_WIDGET (f));
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
2435
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
2436 /* first raises all the dialog boxes, then put emacs just below the
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2437 * bottom most dialog box */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2438 bottom_dialog = lw_raise_all_pop_up_widgets ();
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2439 if (bottom_dialog && XtWindow (bottom_dialog))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2440 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2441 xwc.sibling = XtWindow (bottom_dialog);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2442 xwc.stack_mode = Below;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2443 flags = CWSibling | CWStackMode;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2444 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2445 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2446 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2447 xwc.stack_mode = Above;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2448 flags = CWStackMode;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2449 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2450
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2451 if (!XReconfigureWMWindow (display, emacs_window,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2452 DefaultScreen (display),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2453 flags, &xwc))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2454 x_cant_notify_wm_error ();
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2455 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2456 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2457
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2458 static void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2459 x_raise_frame (struct frame *f)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2460 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2461 x_raise_frame_1 (f, 1);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2462 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2463
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2464 /* Lower frame F. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2465 static void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2466 x_lower_frame (struct frame *f)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2467 {
274
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
2468 if (FRAME_VISIBLE_P (f))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2469 {
274
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
2470 Display *display = DEVICE_X_DISPLAY (XDEVICE (f->device));
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
2471 XWindowChanges xwc;
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
2472 unsigned int flags = CWStackMode;
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
2473
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2474 xwc.stack_mode = Below;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2475 if (!XReconfigureWMWindow (display, XtWindow (FRAME_X_SHELL_WIDGET (f)),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2476 DefaultScreen (display), flags, &xwc))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2477 x_cant_notify_wm_error ();
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2478 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2479 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2480
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2481 /* Change from withdrawn state to mapped state. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2482 static void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2483 x_make_frame_visible (struct frame *f)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2484 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2485 Display *display = DEVICE_X_DISPLAY (XDEVICE (f->device));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2486
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 104
diff changeset
2487 if (!FRAME_VISIBLE_P(f))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2488 XMapRaised (display, XtWindow (FRAME_X_SHELL_WIDGET (f)));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2489 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2490 x_raise_frame_1 (f, 0);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2491 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2492
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2493 /* Change from mapped state to withdrawn state. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2494 static void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2495 x_make_frame_invisible (struct frame *f)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2496 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2497 Display *display = DEVICE_X_DISPLAY (XDEVICE (f->device));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2498
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 104
diff changeset
2499 if (!FRAME_VISIBLE_P(f))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2500 return;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2501
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2502 if (!XWithdrawWindow (display,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2503 XtWindow (FRAME_X_SHELL_WIDGET (f)),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2504 DefaultScreen (display)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2505 x_cant_notify_wm_error ();
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2506 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2507
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2508 static int
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2509 x_frame_visible_p (struct frame *f)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2510 {
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 169
diff changeset
2511 #if 0
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2512 Display *display = DEVICE_X_DISPLAY (XDEVICE (f->device));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2513 XWindowAttributes xwa;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2514 int result;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2515
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 104
diff changeset
2516 /* JV:
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 104
diff changeset
2517 This is bad, very bad :-(
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 104
diff changeset
2518 It is not compatible with our tristate visible and
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 104
diff changeset
2519 it should never ever change the visibility for us, this leads to
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 104
diff changeset
2520 the frame-freeze problem under fvwm because with the pager
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 104
diff changeset
2521
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 104
diff changeset
2522 Mappedness != Viewability != Visibility != Emacs f->visible
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 104
diff changeset
2523
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 104
diff changeset
2524 This first unequalness is the reason for the frame freezing problem
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 104
diff changeset
2525 under fvwm (it happens when the frame is another fvwm-page)
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 104
diff changeset
2526
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 104
diff changeset
2527 The second unequalness happen when it is on the same fvwm-page
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 104
diff changeset
2528 but in an invisible part of the visible screen.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 104
diff changeset
2529
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 104
diff changeset
2530 For now we just return the XEmacs internal value --- which might not be up
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 104
diff changeset
2531 to date. Is that a problem? ---. Otherwise we should
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 104
diff changeset
2532 use async visibility like in standard Emacs.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 104
diff changeset
2533 */
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 104
diff changeset
2534
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2535 if (!XGetWindowAttributes (display,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2536 XtWindow (FRAME_X_SHELL_WIDGET (f)),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2537 &xwa))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2538 result = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2539 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2540 result = xwa.map_state == IsViewable;
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 104
diff changeset
2541 /* In this implementation it should at least be != IsUnmapped
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 104
diff changeset
2542 JV */
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 104
diff changeset
2543
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2544 f->visible = result;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2545 return result;
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 169
diff changeset
2546 #endif /* 0 */
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 104
diff changeset
2547
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 104
diff changeset
2548 return f->visible;
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2549 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2550
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2551 static int
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2552 x_frame_totally_visible_p (struct frame *f)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2553 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2554 return FRAME_X_TOTALLY_VISIBLE_P (f);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2555 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2556
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2557 /* Change window state from mapped to iconified. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2558 static void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2559 x_iconify_frame (struct frame *f)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2560 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2561 Display *display = DEVICE_X_DISPLAY (XDEVICE (f->device));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2562
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2563 if (!XIconifyWindow (display,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2564 XtWindow (FRAME_X_SHELL_WIDGET (f)),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2565 DefaultScreen (display)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2566 x_cant_notify_wm_error ();
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2567
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2568 f->iconified = 1;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2569 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2570
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2571 /* Sets the X focus to frame f. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2572 static void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2573 x_focus_on_frame (struct frame *f)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2574 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2575 XWindowAttributes xwa;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2576 Widget shell_widget;
169
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 165
diff changeset
2577 int viewable = 0;
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2578
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2579 assert (FRAME_X_P (f));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2580
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2581 shell_widget = FRAME_X_SHELL_WIDGET (f);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2582 if (!XtWindow (shell_widget))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2583 return;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2584
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2585 #ifdef EXTERNAL_WIDGET
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2586 if (FRAME_X_EXTERNAL_WINDOW_P (f))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2587 ExternalShellSetFocus (shell_widget);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2588 #endif /* EXTERNAL_WIDGET */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2589
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2590 /* Do the ICCCM focus change if the window is still visible.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2591 The s->visible flag might not be up-to-date, because we might
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2592 not have processed magic events recently. So make a server
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2593 round-trip to find out whether it's really mapped right now.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2594 We grab the server to do this, because that's the only way to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2595 eliminate the race condition.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2596 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2597 XGrabServer (XtDisplay (shell_widget));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2598 if (XGetWindowAttributes (XtDisplay (shell_widget),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2599 XtWindow (shell_widget),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2600 &xwa))
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 104
diff changeset
2601 /* JV: it is bad to change the visibility like this, so we don't for the
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 104
diff changeset
2602 moment, at least change_frame_visibility should be called
169
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 165
diff changeset
2603 Note also that under fvwm a frame can be Viewable (and thus Mapped)
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 165
diff changeset
2604 but still X-invisible
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 104
diff changeset
2605 f->visible = xwa.map_state == IsViewable; */
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 104
diff changeset
2606 viewable = xwa.map_state == IsViewable;
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 104
diff changeset
2607
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
2608
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 104
diff changeset
2609 if (viewable)
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2610 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2611 Window focus;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2612 int revert_to;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2613 XGetInputFocus (XtDisplay (shell_widget), &focus, &revert_to);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2614 /* Don't explicitly set the focus on this window unless the focus
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2615 was on some other window (not PointerRoot). Note that, even when
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2616 running a point-to-type window manager like *twm, there is always
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2617 a focus window; the window manager maintains that based on the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2618 mouse position. If you set the "NoTitleFocus" option in these
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2619 window managers, then the server itself maintains the focus via
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2620 PointerRoot, and changing that to focus on the window would make
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2621 the window grab the focus. Very bad.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2622 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2623 if (focus != PointerRoot)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2624 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2625 XSetInputFocus (XtDisplay (shell_widget),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2626 XtWindow (shell_widget),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2627 RevertToParent,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2628 DEVICE_X_MOUSE_TIMESTAMP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2629 (XDEVICE (FRAME_DEVICE (f))));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2630 XFlush (XtDisplay (shell_widget));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2631 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2632 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2633 XUngrabServer (XtDisplay (shell_widget));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2634 XFlush (XtDisplay (shell_widget)); /* hey, I'd like to DEBUG this... */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2635 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2636
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2637 /* Destroy the X window of frame S. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2638 static void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2639 x_delete_frame (struct frame *f)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2640 {
396
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 384
diff changeset
2641 Display *dpy;
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 384
diff changeset
2642
414
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
2643 #ifndef HAVE_WMCOMMAND
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2644 if (FRAME_X_TOP_LEVEL_FRAME_P (f))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2645 x_wm_maybe_move_wm_command (f);
414
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
2646 #endif /* HAVE_WMCOMMAND */
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2647
380
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 375
diff changeset
2648 #ifdef HAVE_CDE
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 375
diff changeset
2649 DtDndDropUnregister (FRAME_X_TEXT_WIDGET (f));
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 375
diff changeset
2650 #endif /* HAVE_CDE */
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 375
diff changeset
2651
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 380
diff changeset
2652 assert (FRAME_X_SHELL_WIDGET (f) != 0);
396
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 384
diff changeset
2653 dpy = XtDisplay (FRAME_X_SHELL_WIDGET (f));
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 380
diff changeset
2654
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 380
diff changeset
2655 #ifdef EXTERNAL_WIDGET
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 380
diff changeset
2656 expect_x_error (XtDisplay (FRAME_X_SHELL_WIDGET (f)));
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 380
diff changeset
2657 /* for obscure reasons having (I think) to do with the internal
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 380
diff changeset
2658 window-to-widget hierarchy maintained by Xt, we have to call
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 380
diff changeset
2659 XtUnrealizeWidget() here. Xt can really suck. */
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 380
diff changeset
2660 if (f->being_deleted)
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 380
diff changeset
2661 XtUnrealizeWidget (FRAME_X_SHELL_WIDGET (f));
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 380
diff changeset
2662 XtDestroyWidget (FRAME_X_SHELL_WIDGET (f));
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 380
diff changeset
2663 x_error_occurred_p (XtDisplay (FRAME_X_SHELL_WIDGET (f)));
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 380
diff changeset
2664 #else
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 380
diff changeset
2665 XtDestroyWidget (FRAME_X_SHELL_WIDGET (f));
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 380
diff changeset
2666 /* make sure the windows are really gone! */
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 404
diff changeset
2667 /* ### Is this REALLY necessary? */
396
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 384
diff changeset
2668 XFlush (dpy);
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 380
diff changeset
2669 #endif /* EXTERNAL_WIDGET */
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 380
diff changeset
2670
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 380
diff changeset
2671 FRAME_X_SHELL_WIDGET (f) = 0;
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2672
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2673 if (FRAME_X_GEOM_FREE_ME_PLEASE (f))
380
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 375
diff changeset
2674 {
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 375
diff changeset
2675 xfree (FRAME_X_GEOM_FREE_ME_PLEASE (f));
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 375
diff changeset
2676 FRAME_X_GEOM_FREE_ME_PLEASE (f) = 0;
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 375
diff changeset
2677 }
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 375
diff changeset
2678
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 375
diff changeset
2679 if (f->frame_data)
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 375
diff changeset
2680 {
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 375
diff changeset
2681 xfree (f->frame_data);
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 375
diff changeset
2682 f->frame_data = 0;
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 375
diff changeset
2683 }
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2684 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2685
269
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 227
diff changeset
2686 static void
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 227
diff changeset
2687 x_update_frame_external_traits (struct frame* frm, Lisp_Object name)
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 227
diff changeset
2688 {
380
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 375
diff changeset
2689 Arg al[10];
269
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 227
diff changeset
2690 int ac = 0;
380
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 375
diff changeset
2691 Lisp_Object frame;
269
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 227
diff changeset
2692
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 227
diff changeset
2693 XSETFRAME(frame, frm);
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 227
diff changeset
2694
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 227
diff changeset
2695 if (EQ (name, Qforeground))
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 227
diff changeset
2696 {
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 227
diff changeset
2697 Lisp_Object color = FACE_FOREGROUND (Vdefault_face, frame);
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 227
diff changeset
2698 XColor fgc;
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 227
diff changeset
2699
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 227
diff changeset
2700 if (!EQ (color, Vthe_null_color_instance))
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 227
diff changeset
2701 {
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 227
diff changeset
2702 fgc = COLOR_INSTANCE_X_COLOR (XCOLOR_INSTANCE (color));
380
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 375
diff changeset
2703 XtSetArg (al[ac], XtNforeground, (void *) fgc.pixel); ac++;
269
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 227
diff changeset
2704 }
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 227
diff changeset
2705 }
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 227
diff changeset
2706 else if (EQ (name, Qbackground))
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 227
diff changeset
2707 {
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 227
diff changeset
2708 Lisp_Object color = FACE_BACKGROUND (Vdefault_face, frame);
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 227
diff changeset
2709 XColor bgc;
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 227
diff changeset
2710
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 227
diff changeset
2711 if (!EQ (color, Vthe_null_color_instance))
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 227
diff changeset
2712 {
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 227
diff changeset
2713 bgc = COLOR_INSTANCE_X_COLOR (XCOLOR_INSTANCE (color));
380
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 375
diff changeset
2714 XtSetArg (al[ac], XtNbackground, (void *) bgc.pixel); ac++;
269
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 227
diff changeset
2715 }
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 227
diff changeset
2716
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 227
diff changeset
2717 /* Really crappy way to force the modeline shadows to be
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 227
diff changeset
2718 redrawn. But effective. */
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 227
diff changeset
2719 MARK_FRAME_WINDOWS_STRUCTURE_CHANGED (frm);
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 227
diff changeset
2720 MARK_FRAME_CHANGED (frm);
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 227
diff changeset
2721 }
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 227
diff changeset
2722 else if (EQ (name, Qfont))
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 227
diff changeset
2723 {
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 227
diff changeset
2724 Lisp_Object font = FACE_FONT (Vdefault_face, frame, Vcharset_ascii);
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 227
diff changeset
2725
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 227
diff changeset
2726 if (!EQ (font, Vthe_null_font_instance))
380
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 375
diff changeset
2727 XtSetArg (al[ac], XtNfont,
269
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 227
diff changeset
2728 (void *) FONT_INSTANCE_X_FONT (XFONT_INSTANCE (font)));
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 227
diff changeset
2729 ac++;
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 227
diff changeset
2730 }
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 227
diff changeset
2731 else
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 227
diff changeset
2732 abort ();
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 227
diff changeset
2733
380
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 375
diff changeset
2734 XtSetValues (FRAME_X_TEXT_WIDGET (frm), al, ac);
269
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 227
diff changeset
2735
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
2736 #ifdef HAVE_TOOLBARS
269
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 227
diff changeset
2737 /* Setting the background clears the entire frame area
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 227
diff changeset
2738 including the toolbar so we force an immediate redraw of
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 227
diff changeset
2739 it. */
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 227
diff changeset
2740 if (EQ (name, Qbackground))
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 227
diff changeset
2741 MAYBE_DEVMETH (XDEVICE (frm->device), redraw_frame_toolbars, (frm));
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
2742 #endif /* HAVE_TOOLBARS */
269
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 227
diff changeset
2743
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 278
diff changeset
2744 /* Set window manager resize increment hints according to
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 278
diff changeset
2745 the new character size */
269
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 227
diff changeset
2746 if (EQ (name, Qfont))
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 278
diff changeset
2747 EmacsFrameRecomputeCellSize (FRAME_X_TEXT_WIDGET (frm));
269
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 227
diff changeset
2748 }
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 227
diff changeset
2749
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2750
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2751 /************************************************************************/
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2752 /* initialization */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2753 /************************************************************************/
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2754
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2755 void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2756 syms_of_frame_x (void)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2757 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2758 defsymbol (&Qwindow_id, "window-id");
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2759 defsymbol (&Qx_resource_name, "x-resource-name");
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2760
20
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
2761 DEFSUBR (Fx_window_id);
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
2762 #ifdef HAVE_CDE
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
2763 DEFSUBR (Fcde_start_drag_internal);
859a2309aef8 Import from CVS: tag r19-15b93
cvs
parents: 16
diff changeset
2764 #endif
183
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 179
diff changeset
2765 #ifdef HAVE_OFFIX_DND
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 179
diff changeset
2766 DEFSUBR (Foffix_start_drag_internal);
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 179
diff changeset
2767 #endif
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2768 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2769
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2770 void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2771 console_type_create_frame_x (void)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2772 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2773 /* frame methods */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2774 CONSOLE_HAS_METHOD (x, init_frame_1);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2775 CONSOLE_HAS_METHOD (x, init_frame_2);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2776 CONSOLE_HAS_METHOD (x, init_frame_3);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2777 CONSOLE_HAS_METHOD (x, mark_frame);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2778 CONSOLE_HAS_METHOD (x, focus_on_frame);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2779 CONSOLE_HAS_METHOD (x, delete_frame);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2780 CONSOLE_HAS_METHOD (x, get_mouse_position);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2781 CONSOLE_HAS_METHOD (x, set_mouse_position);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2782 CONSOLE_HAS_METHOD (x, raise_frame);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2783 CONSOLE_HAS_METHOD (x, lower_frame);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2784 CONSOLE_HAS_METHOD (x, make_frame_visible);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2785 CONSOLE_HAS_METHOD (x, make_frame_invisible);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2786 CONSOLE_HAS_METHOD (x, iconify_frame);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2787 CONSOLE_HAS_METHOD (x, set_frame_size);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2788 CONSOLE_HAS_METHOD (x, set_frame_position);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2789 CONSOLE_HAS_METHOD (x, frame_property);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2790 CONSOLE_HAS_METHOD (x, internal_frame_property_p);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2791 CONSOLE_HAS_METHOD (x, frame_properties);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2792 CONSOLE_HAS_METHOD (x, set_frame_properties);
2
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
2793 CONSOLE_HAS_METHOD (x, set_title_from_bufbyte);
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
2794 CONSOLE_HAS_METHOD (x, set_icon_name_from_bufbyte);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2795 CONSOLE_HAS_METHOD (x, frame_visible_p);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2796 CONSOLE_HAS_METHOD (x, frame_totally_visible_p);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2797 CONSOLE_HAS_METHOD (x, frame_iconified_p);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2798 CONSOLE_HAS_METHOD (x, set_frame_pointer);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2799 CONSOLE_HAS_METHOD (x, set_frame_icon);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2800 CONSOLE_HAS_METHOD (x, get_frame_parent);
269
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 227
diff changeset
2801 CONSOLE_HAS_METHOD (x, update_frame_external_traits);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2802 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2803
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2804 void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2805 vars_of_frame_x (void)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2806 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2807 #ifdef EXTERNAL_WIDGET
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2808 Fprovide (intern ("external-widget"));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2809 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2810
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2811 /* this call uses only safe functions from emacs.c */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2812 init_x_prop_symbols ();
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2813
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2814 DEFVAR_LISP ("default-x-frame-plist", &Vdefault_x_frame_plist /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2815 Plist of default frame-creation properties for X frames.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2816 These override what is specified in the resource database and in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2817 `default-frame-plist', but are overridden by the arguments to the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2818 particular call to `make-frame'.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2819
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2820 Note: In many cases, properties of a frame are available as specifiers
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2821 instead of through the frame-properties mechanism.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2822
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2823 Here is a list of recognized frame properties, other than those
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2824 documented in `set-frame-properties' (they can be queried and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2825 set at any time, except as otherwise noted):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2826
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2827 window-id The X window ID corresponding to the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2828 frame. May be set only at startup, and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2829 only if external widget support was
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2830 compiled in; doing so causes the frame
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
2831 to be created as an "external widget"
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2832 in another program that uses an existing
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2833 window in the program rather than creating
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2834 a new one.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2835 initially-unmapped If non-nil, the frame will not be visible
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2836 when it is created. In this case, you
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2837 need to call `make-frame-visible' to make
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2838 the frame appear.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2839 popup If non-nil, it should be a frame, and this
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 183
diff changeset
2840 frame will be created as a "popup" frame
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2841 whose parent is the given frame. This
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2842 will make the window manager treat the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2843 frame as a dialog box, which may entail
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2844 doing different things (e.g. not asking
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2845 for positioning, and not iconifying
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2846 separate from its parent).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2847 inter-line-space Not currently implemented.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2848 toolbar-shadow-thickness Thickness of toolbar shadows.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2849 background-toolbar-color Color of toolbar background.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2850 bottom-toolbar-shadow-color Color of bottom shadows on toolbars.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2851 (*Not* specific to the bottom-toolbar.)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2852 top-toolbar-shadow-color Color of top shadows on toolbars.
215
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 211
diff changeset
2853 (*Not* specific to the top-toolbar.)
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2854 internal-border-width Width of internal border around text area.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2855 border-width Width of external border around text area.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2856 top Y position (in pixels) of the upper-left
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2857 outermost corner of the frame (i.e. the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2858 upper-left of the window-manager
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2859 decorations).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2860 left X position (in pixels) of the upper-left
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2861 outermost corner of the frame (i.e. the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2862 upper-left of the window-manager
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2863 decorations).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2864 border-color Color of external border around text area.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2865 cursor-color Color of text cursor.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2866
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2867 See also `default-frame-plist', which specifies properties which apply
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2868 to all frames, not just X frames.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2869 */ );
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2870 Vdefault_x_frame_plist = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2871
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2872 x_console_methods->device_specific_frame_props = &Vdefault_x_frame_plist;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2873 }