* frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
[bpt/emacs.git] / src / frame.c
CommitLineData
ff11dfa1 1/* Generic frame functions.
0b5538bd 2 Copyright (C) 1993, 1994, 1995, 1997, 1999, 2000, 2001, 2002, 2003,
8cabe764 3 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
dc6f92b8
JB
4
5This file is part of GNU Emacs.
6
9ec0b715 7GNU Emacs is free software: you can redistribute it and/or modify
dc6f92b8 8it under the terms of the GNU General Public License as published by
9ec0b715
GM
9the Free Software Foundation, either version 3 of the License, or
10(at your option) any later version.
dc6f92b8
JB
11
12GNU Emacs is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of
14MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details.
16
17You should have received a copy of the GNU General Public License
9ec0b715 18along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
dc6f92b8 19
18160b98 20#include <config.h>
565620a5
RS
21
22#include <stdio.h>
22e64f7c 23#include <ctype.h>
cc38027b 24#include "lisp.h"
83be827a 25#include "character.h"
6d55d620 26#ifdef HAVE_X_WINDOWS
dfcf069d 27#include "xterm.h"
71025e5e 28#endif
8f23f280
AI
29#ifdef WINDOWSNT
30#include "w32term.h"
31#endif
edfda783
AR
32#ifdef HAVE_NS
33#include "nsterm.h"
34#endif
2538fae4
AI
35#include "buffer.h"
36/* These help us bind and responding to switch-frame events. */
37#include "commands.h"
38#include "keyboard.h"
cc38027b 39#include "frame.h"
972f4259 40#include "blockinput.h"
28d440ab 41#include "termchar.h"
bc1ed486 42#include "termhooks.h"
dfcf069d 43#include "dispextern.h"
f769f1b2 44#include "window.h"
e0c8ad78
KH
45#ifdef HAVE_WINDOW_SYSTEM
46#include "font.h"
47#include "fontset.h"
48#endif
87485d6f
MW
49#ifdef MSDOS
50#include "msdos.h"
4aec4b29 51#include "dosfns.h"
87485d6f 52#endif
e5d77022 53
972f4259 54
2731a0ad
KS
55#ifdef HAVE_WINDOW_SYSTEM
56
972f4259
KS
57/* The name we're using in resource queries. Most often "emacs". */
58
59Lisp_Object Vx_resource_name;
60
61/* The application class we're using in resource queries.
62 Normally "Emacs". */
63
64Lisp_Object Vx_resource_class;
65
0a708637
GM
66/* Lower limit value of the frame opacity (alpha transparency). */
67
68Lisp_Object Vframe_alpha_lower_limit;
69
2731a0ad 70#endif
972f4259 71
dc4db71c
CY
72#ifdef HAVE_NS
73Lisp_Object Qns_parse_geometry;
74#endif
75
972f4259
KS
76Lisp_Object Qframep, Qframe_live_p;
77Lisp_Object Qicon, Qmodeline;
fd0c2bd1 78Lisp_Object Qonly;
edfda783 79Lisp_Object Qx, Qw32, Qmac, Qpc, Qns;
f7af3f7b 80Lisp_Object Qvisible;
8b60f7bc 81Lisp_Object Qdisplay_type;
6345f6aa 82Lisp_Object Qbackground_mode;
c53956fe 83Lisp_Object Qnoelisp;
972f4259
KS
84
85Lisp_Object Qx_frame_parameter;
86Lisp_Object Qx_resource_name;
6ed8eeff
KL
87Lisp_Object Qterminal;
88Lisp_Object Qterminal_live_p;
972f4259
KS
89
90/* Frame parameters (set or reported). */
91
92Lisp_Object Qauto_raise, Qauto_lower;
93Lisp_Object Qborder_color, Qborder_width;
94Lisp_Object Qcursor_color, Qcursor_type;
95Lisp_Object Qgeometry; /* Not used */
96Lisp_Object Qheight, Qwidth;
97Lisp_Object Qleft, Qright;
98Lisp_Object Qicon_left, Qicon_top, Qicon_type, Qicon_name;
99Lisp_Object Qinternal_border_width;
100Lisp_Object Qmouse_color;
101Lisp_Object Qminibuffer;
102Lisp_Object Qscroll_bar_width, Qvertical_scroll_bars;
103Lisp_Object Qvisibility;
104Lisp_Object Qscroll_bar_foreground, Qscroll_bar_background;
105Lisp_Object Qscreen_gamma;
106Lisp_Object Qline_spacing;
107Lisp_Object Quser_position, Quser_size;
108Lisp_Object Qwait_for_wm;
109Lisp_Object Qwindow_id;
110#ifdef HAVE_X_WINDOWS
111Lisp_Object Qouter_window_id;
112#endif
113Lisp_Object Qparent_id;
114Lisp_Object Qtitle, Qname;
5839d7e8 115Lisp_Object Qexplicit_name;
972f4259
KS
116Lisp_Object Qunsplittable;
117Lisp_Object Qmenu_bar_lines, Qtool_bar_lines;
118Lisp_Object Qleft_fringe, Qright_fringe;
a18b8cb5 119Lisp_Object Qbuffer_predicate, Qbuffer_list, Qburied_buffer_list;
94674d18 120Lisp_Object Qtty_color_mode;
28d440ab 121Lisp_Object Qtty, Qtty_type;
dc6f92b8 122
972f4259 123Lisp_Object Qfullscreen, Qfullwidth, Qfullheight, Qfullboth;
1a356571 124Lisp_Object Qfont_backend;
0a708637 125Lisp_Object Qalpha;
972f4259
KS
126
127Lisp_Object Qface_set_after_frame_default;
128
a249de79 129Lisp_Object Vterminal_frame;
a1aaa23f 130Lisp_Object Vdefault_frame_alist;
6b61353c 131Lisp_Object Vdefault_frame_scroll_bars;
beb0bc36 132Lisp_Object Vmouse_position_function;
6018080f 133Lisp_Object Vmouse_highlight;
58555d81 134static Lisp_Object Vdelete_frame_functions, Qdelete_frame_functions;
da1da002
MR
135
136int focus_follows_mouse;
a249de79
RS
137\f
138static void
139set_menu_bar_lines_1 (window, n)
daf01701
KL
140 Lisp_Object window;
141 int n;
a249de79
RS
142{
143 struct window *w = XWINDOW (window);
144
57aeea1e 145 XSETFASTINT (w->last_modified, 0);
5af5757b
KS
146 XSETFASTINT (w->top_line, XFASTINT (w->top_line) + n);
147 XSETFASTINT (w->total_lines, XFASTINT (w->total_lines) - n);
177c0ea7 148
5af5757b
KS
149 if (INTEGERP (w->orig_top_line))
150 XSETFASTINT (w->orig_top_line, XFASTINT (w->orig_top_line) + n);
151 if (INTEGERP (w->orig_total_lines))
152 XSETFASTINT (w->orig_total_lines, XFASTINT (w->orig_total_lines) - n);
a249de79
RS
153
154 /* Handle just the top child in a vertical split. */
155 if (!NILP (w->vchild))
156 set_menu_bar_lines_1 (w->vchild, n);
157
158 /* Adjust all children in a horizontal split. */
159 for (window = w->hchild; !NILP (window); window = w->next)
160 {
161 w = XWINDOW (window);
162 set_menu_bar_lines_1 (window, n);
163 }
164}
165
e48f782c 166void
a249de79
RS
167set_menu_bar_lines (f, value, oldval)
168 struct frame *f;
169 Lisp_Object value, oldval;
170{
171 int nlines;
172 int olines = FRAME_MENU_BAR_LINES (f);
173
174 /* Right now, menu bars don't work properly in minibuf-only frames;
175 most of the commands try to apply themselves to the minibuffer
e3678b64 176 frame itself, and get an error because you can't switch buffers
a249de79
RS
177 in or split the minibuffer window. */
178 if (FRAME_MINIBUF_ONLY_P (f))
179 return;
180
181 if (INTEGERP (value))
182 nlines = XINT (value);
183 else
184 nlines = 0;
185
57aeea1e
RS
186 if (nlines != olines)
187 {
188 windows_or_buffers_changed++;
189 FRAME_WINDOW_SIZES_CHANGED (f) = 1;
190 FRAME_MENU_BAR_LINES (f) = nlines;
191 set_menu_bar_lines_1 (f->root_window, nlines - olines);
18082e2d 192 adjust_glyphs (f);
57aeea1e 193 }
a249de79
RS
194}
195\f
a249de79
RS
196Lisp_Object Vemacs_iconified;
197Lisp_Object Vframe_list;
a249de79 198
dc6f92b8
JB
199extern Lisp_Object Vminibuffer_list;
200extern Lisp_Object get_minibuffer ();
84386599
RS
201extern Lisp_Object Fhandle_switch_frame ();
202extern Lisp_Object Fredirect_frame_focus ();
a54d3a73 203extern Lisp_Object x_get_focus_frame ();
dc6f92b8 204\f
ff11dfa1 205DEFUN ("framep", Fframep, Sframep, 1, 1, 0,
14ff1ee0
PJ
206 doc: /* Return non-nil if OBJECT is a frame.
207Value is t for a termcap frame (a character-only terminal),
208`x' for an Emacs frame that is really an X window,
209`w32' for an Emacs frame that is a window on MS-Windows display,
edfda783 210`ns' for an Emacs frame on a GNUstep or Macintosh Cocoa display,
14ff1ee0
PJ
211`pc' for a direct-write MS-DOS frame.
212See also `frame-live-p'. */)
213 (object)
f9898cc6 214 Lisp_Object object;
dc6f92b8 215{
e35d291d 216 if (!FRAMEP (object))
dc6f92b8 217 return Qnil;
ff11dfa1 218 switch (XFRAME (object)->output_method)
dc6f92b8 219 {
3224dac1 220 case output_initial: /* The initial frame is like a termcap frame. */
dc6f92b8
JB
221 case output_termcap:
222 return Qt;
223 case output_x_window:
fd0c2bd1 224 return Qx;
fbd6baed
GV
225 case output_w32:
226 return Qw32;
bb221971
RS
227 case output_msdos_raw:
228 return Qpc;
574a1a90
RS
229 case output_mac:
230 return Qmac;
edfda783
AR
231 case output_ns:
232 return Qns;
dc6f92b8
JB
233 default:
234 abort ();
235 }
236}
237
dbc4e1c1 238DEFUN ("frame-live-p", Fframe_live_p, Sframe_live_p, 1, 1, 0,
14ff1ee0
PJ
239 doc: /* Return non-nil if OBJECT is a frame which has not been deleted.
240Value is nil if OBJECT is not a live frame. If object is a live
6ed8eeff 241frame, the return value indicates what sort of terminal device it is
f6fa0866 242displayed on. See the documentation of `framep' for possible
4e10df59 243return values. */)
14ff1ee0 244 (object)
f9898cc6
JB
245 Lisp_Object object;
246{
ff11dfa1
JB
247 return ((FRAMEP (object)
248 && FRAME_LIVE_P (XFRAME (object)))
249 ? Fframep (object)
f9898cc6
JB
250 : Qnil);
251}
252
428a555e
KL
253DEFUN ("window-system", Fwindow_system, Swindow_system, 0, 1, 0,
254 doc: /* The name of the window system that FRAME is displaying through.
255The value is a symbol---for instance, 'x' for X windows.
256The value is nil if Emacs is using a text-only terminal.
257
258FRAME defaults to the currently selected frame. */)
259 (frame)
260 Lisp_Object frame;
261{
262 Lisp_Object type;
263 if (NILP (frame))
264 frame = selected_frame;
265
266 type = Fframep (frame);
267
268 if (NILP (type))
269 wrong_type_argument (Qframep, frame);
270
271 if (EQ (type, Qt))
272 return Qnil;
273 else
274 return type;
a3547743 275}
428a555e 276
ff11dfa1
JB
277struct frame *
278make_frame (mini_p)
dc6f92b8
JB
279 int mini_p;
280{
ff11dfa1
JB
281 Lisp_Object frame;
282 register struct frame *f;
dc6f92b8
JB
283 register Lisp_Object root_window;
284 register Lisp_Object mini_window;
e9c96c62
GM
285
286 f = allocate_frame ();
36af7d69 287 XSETFRAME (frame, f);
ff11dfa1 288
18082e2d
GM
289 f->desired_matrix = 0;
290 f->current_matrix = 0;
291 f->desired_pool = 0;
292 f->current_pool = 0;
293 f->glyphs_initialized_p = 0;
294 f->decode_mode_spec_buffer = 0;
ff11dfa1 295 f->visible = 0;
323405de 296 f->async_visible = 0;
7556890b 297 f->output_data.nothing = 0;
ff11dfa1 298 f->iconified = 0;
323405de 299 f->async_iconified = 0;
ff11dfa1
JB
300 f->wants_modeline = 1;
301 f->auto_raise = 0;
302 f->auto_lower = 0;
303 f->no_split = 0;
10689a01 304 f->garbaged = 1;
ff11dfa1 305 f->has_minibuffer = mini_p;
a42e9724 306 f->focus_frame = Qnil;
804518aa 307 f->explicit_name = 0;
fd2777e0 308 f->can_have_scroll_bars = 0;
3a43d2dd 309 f->vertical_scroll_bar_type = vertical_scroll_bar_none;
ff11dfa1 310 f->param_alist = Qnil;
fd2777e0
JB
311 f->scroll_bars = Qnil;
312 f->condemned_scroll_bars = Qnil;
306cc902 313 f->face_alist = Qnil;
18082e2d 314 f->face_cache = NULL;
9dd935ee 315 f->menu_bar_items = Qnil;
c8b8e7e3
RS
316 f->menu_bar_vector = Qnil;
317 f->menu_bar_items_used = 0;
329ca574 318 f->buffer_predicate = Qnil;
fa54c6ae 319 f->buffer_list = Qnil;
a18b8cb5 320 f->buried_buffer_list = Qnil;
aec6e486 321 f->namebuf = 0;
2b1c9cfb 322 f->title = Qnil;
18082e2d 323 f->menu_bar_window = Qnil;
9ea173e8 324 f->tool_bar_window = Qnil;
61752261 325 f->tool_bar_items = Qnil;
9ea173e8 326 f->desired_tool_bar_string = f->current_tool_bar_string = Qnil;
61752261 327 f->n_tool_bar_items = 0;
5af5757b
KS
328 f->left_fringe_width = f->right_fringe_width = 0;
329 f->fringe_cols = 0;
330 f->scroll_bar_actual_width = 0;
331 f->border_width = 0;
332 f->internal_border_width = 0;
333 f->column_width = 1; /* !FRAME_WINDOW_P value */
334 f->line_height = 1; /* !FRAME_WINDOW_P value */
335 f->x_pixels_diff = f->y_pixels_diff = 0;
93421a1f 336#ifdef HAVE_WINDOW_SYSTEM
5af5757b 337 f->want_fullscreen = FULLSCREEN_NONE;
93421a1f 338#endif
5af5757b
KS
339 f->size_hint_flags = 0;
340 f->win_gravity = 0;
698ca23e 341 f->font_driver_list = NULL;
50e3873c 342 f->font_data_list = NULL;
dc6f92b8 343
cc38027b 344 root_window = make_window ();
dc6f92b8
JB
345 if (mini_p)
346 {
cc38027b 347 mini_window = make_window ();
dc6f92b8
JB
348 XWINDOW (root_window)->next = mini_window;
349 XWINDOW (mini_window)->prev = root_window;
350 XWINDOW (mini_window)->mini_p = Qt;
ff11dfa1
JB
351 XWINDOW (mini_window)->frame = frame;
352 f->minibuffer_window = mini_window;
dc6f92b8
JB
353 }
354 else
355 {
356 mini_window = Qnil;
357 XWINDOW (root_window)->next = Qnil;
ff11dfa1 358 f->minibuffer_window = Qnil;
dc6f92b8
JB
359 }
360
ff11dfa1 361 XWINDOW (root_window)->frame = frame;
dc6f92b8
JB
362
363 /* 10 is arbitrary,
364 just so that there is "something there."
ff11dfa1 365 Correct size will be set up later with change_frame_size. */
dc6f92b8 366
5af5757b
KS
367 SET_FRAME_COLS (f, 10);
368 FRAME_LINES (f) = 10;
dc6f92b8 369
5af5757b
KS
370 XSETFASTINT (XWINDOW (root_window)->total_cols, 10);
371 XSETFASTINT (XWINDOW (root_window)->total_lines, (mini_p ? 9 : 10));
dc6f92b8
JB
372
373 if (mini_p)
374 {
5af5757b
KS
375 XSETFASTINT (XWINDOW (mini_window)->total_cols, 10);
376 XSETFASTINT (XWINDOW (mini_window)->top_line, 9);
377 XSETFASTINT (XWINDOW (mini_window)->total_lines, 1);
dc6f92b8
JB
378 }
379
ff11dfa1 380 /* Choose a buffer for the frame's root window. */
5bce042c
JB
381 {
382 Lisp_Object buf;
383
384 XWINDOW (root_window)->buffer = Qt;
385 buf = Fcurrent_buffer ();
386 /* If buf is a 'hidden' buffer (i.e. one whose name starts with
387 a space), try to find another one. */
d5db4077 388 if (SREF (Fbuffer_name (buf), 0) == ' ')
98ce1622 389 buf = Fother_buffer (buf, Qnil, Qnil);
fa54c6ae 390
18082e2d
GM
391 /* Use set_window_buffer, not Fset_window_buffer, and don't let
392 hooks be run by it. The reason is that the whole frame/window
393 arrangement is not yet fully intialized at this point. Windows
394 don't have the right size, glyph matrices aren't initialized
395 etc. Running Lisp functions at this point surely ends in a
396 SEGV. */
5af5757b 397 set_window_buffer (root_window, buf, 0, 0);
fa54c6ae 398 f->buffer_list = Fcons (buf, Qnil);
5bce042c
JB
399 }
400
dc6f92b8
JB
401 if (mini_p)
402 {
403 XWINDOW (mini_window)->buffer = Qt;
18082e2d
GM
404 set_window_buffer (mini_window,
405 (NILP (Vminibuffer_list)
406 ? get_minibuffer (0)
407 : Fcar (Vminibuffer_list)),
5af5757b 408 0, 0);
dc6f92b8
JB
409 }
410
ff11dfa1
JB
411 f->root_window = root_window;
412 f->selected_window = root_window;
d5e7c279
JB
413 /* Make sure this window seems more recently used than
414 a newly-created, never-selected window. */
2a1893f4
SM
415 ++window_select_count;
416 XSETFASTINT (XWINDOW (f->selected_window)->use_time, window_select_count);
dc6f92b8 417
a5f696ac
JD
418 f->default_face_done_p = 0;
419
ff11dfa1 420 return f;
dc6f92b8
JB
421}
422\f
bba88bb1 423#ifdef HAVE_WINDOW_SYSTEM
ff11dfa1 424/* Make a frame using a separate minibuffer window on another frame.
dc6f92b8
JB
425 MINI_WINDOW is the minibuffer window to use. nil means use the
426 default (the global minibuffer). */
427
ff11dfa1 428struct frame *
b0660239 429make_frame_without_minibuffer (mini_window, kb, display)
dc6f92b8 430 register Lisp_Object mini_window;
662ac59a 431 KBOARD *kb;
b0660239 432 Lisp_Object display;
dc6f92b8 433{
ff11dfa1 434 register struct frame *f;
363b873b 435 struct gcpro gcpro1;
dc6f92b8 436
b0660239 437 if (!NILP (mini_window))
b7826503 438 CHECK_LIVE_WINDOW (mini_window);
dc6f92b8 439
b0660239 440 if (!NILP (mini_window)
6ed8eeff
KL
441 && FRAME_KBOARD (XFRAME (XWINDOW (mini_window)->frame)) != kb)
442 error ("Frame and minibuffer must be on the same terminal");
662ac59a 443
ff11dfa1
JB
444 /* Make a frame containing just a root window. */
445 f = make_frame (0);
dc6f92b8 446
b0660239
KH
447 if (NILP (mini_window))
448 {
449 /* Use default-minibuffer-frame if possible. */
450 if (!FRAMEP (kb->Vdefault_minibuffer_frame)
451 || ! FRAME_LIVE_P (XFRAME (kb->Vdefault_minibuffer_frame)))
452 {
363b873b
RS
453 Lisp_Object frame_dummy;
454
455 XSETFRAME (frame_dummy, f);
456 GCPRO1 (frame_dummy);
b0660239 457 /* If there's no minibuffer frame to use, create one. */
363b873b
RS
458 kb->Vdefault_minibuffer_frame =
459 call1 (intern ("make-initial-minibuffer-frame"), display);
460 UNGCPRO;
b0660239 461 }
177c0ea7 462
b0660239
KH
463 mini_window = XFRAME (kb->Vdefault_minibuffer_frame)->minibuffer_window;
464 }
a2812a26 465
ff11dfa1 466 f->minibuffer_window = mini_window;
a2812a26
RS
467
468 /* Make the chosen minibuffer window display the proper minibuffer,
469 unless it is already showing a minibuffer. */
470 if (NILP (Fmemq (XWINDOW (mini_window)->buffer, Vminibuffer_list)))
471 Fset_window_buffer (mini_window,
472 (NILP (Vminibuffer_list)
473 ? get_minibuffer (0)
5af5757b 474 : Fcar (Vminibuffer_list)), Qnil);
ff11dfa1 475 return f;
dc6f92b8
JB
476}
477
ff11dfa1 478/* Make a frame containing only a minibuffer window. */
dc6f92b8 479
ff11dfa1
JB
480struct frame *
481make_minibuffer_frame ()
dc6f92b8 482{
ff11dfa1 483 /* First make a frame containing just a root window, no minibuffer. */
dc6f92b8 484
ff11dfa1 485 register struct frame *f = make_frame (0);
dc6f92b8 486 register Lisp_Object mini_window;
ff11dfa1 487 register Lisp_Object frame;
dc6f92b8 488
2d80a27a 489 XSETFRAME (frame, f);
dc6f92b8 490
804518aa 491 f->auto_raise = 0;
ff11dfa1
JB
492 f->auto_lower = 0;
493 f->no_split = 1;
494 f->wants_modeline = 0;
495 f->has_minibuffer = 1;
dc6f92b8
JB
496
497 /* Now label the root window as also being the minibuffer.
498 Avoid infinite looping on the window chain by marking next pointer
499 as nil. */
500
ff11dfa1 501 mini_window = f->minibuffer_window = f->root_window;
dc6f92b8
JB
502 XWINDOW (mini_window)->mini_p = Qt;
503 XWINDOW (mini_window)->next = Qnil;
804518aa 504 XWINDOW (mini_window)->prev = Qnil;
ff11dfa1 505 XWINDOW (mini_window)->frame = frame;
dc6f92b8
JB
506
507 /* Put the proper buffer in that window. */
508
509 Fset_window_buffer (mini_window,
265a9e55 510 (NILP (Vminibuffer_list)
dc6f92b8 511 ? get_minibuffer (0)
5af5757b 512 : Fcar (Vminibuffer_list)), Qnil);
ff11dfa1 513 return f;
dc6f92b8 514}
bba88bb1 515#endif /* HAVE_WINDOW_SYSTEM */
dc6f92b8 516\f
28d440ab 517/* Construct a frame that refers to a terminal. */
dc6f92b8 518
6ed8eeff 519static int tty_frame_count;
bb1513c9 520
ff11dfa1 521struct frame *
3224dac1 522make_initial_frame (void)
dc6f92b8 523{
3224dac1 524 struct frame *f;
6ed8eeff 525 struct terminal *terminal;
d063751a 526 Lisp_Object frame;
bb1513c9 527
1bc973c2 528 eassert (initial_kboard);
b4f0ee5d 529
bb1513c9
RS
530 /* The first call must initialize Vframe_list. */
531 if (! (NILP (Vframe_list) || CONSP (Vframe_list)))
532 Vframe_list = Qnil;
ff11dfa1 533
6ed8eeff 534 terminal = init_initial_terminal ();
3224dac1
KL
535
536 f = make_frame (1);
537 XSETFRAME (frame, f);
538
539 Vframe_list = Fcons (frame, Vframe_list);
540
6ed8eeff 541 tty_frame_count = 1;
3224dac1
KL
542 f->name = build_string ("F1");
543
544 f->visible = 1;
545 f->async_visible = 1;
546
6ed8eeff
KL
547 f->output_method = terminal->type;
548 f->terminal = terminal;
549 f->terminal->reference_count++;
3224dac1 550 f->output_data.nothing = 0;
a3547743 551
3224dac1
KL
552 FRAME_FOREGROUND_PIXEL (f) = FACE_TTY_DEFAULT_FG_COLOR;
553 FRAME_BACKGROUND_PIXEL (f) = FACE_TTY_DEFAULT_BG_COLOR;
a3547743 554
3224dac1
KL
555 FRAME_CAN_HAVE_SCROLL_BARS (f) = 0;
556 FRAME_VERTICAL_SCROLL_BAR_TYPE (f) = vertical_scroll_bar_none;
557
edfda783
AR
558#ifdef CANNOT_DUMP
559 if (!noninteractive)
560 init_frame_faces (f);
561#endif
562
3224dac1
KL
563 return f;
564}
565
566
567struct frame *
6ed8eeff 568make_terminal_frame (struct terminal *terminal)
3224dac1
KL
569{
570 register struct frame *f;
3224dac1
KL
571 Lisp_Object frame;
572 char name[20];
ab797f65 573
4e213843
SM
574 if (!terminal->name)
575 error ("Terminal is not live, can't create new frames on it");
ab797f65 576
ff11dfa1 577 f = make_frame (1);
d063751a 578
2d80a27a 579 XSETFRAME (frame, f);
d063751a
RS
580 Vframe_list = Fcons (frame, Vframe_list);
581
6ed8eeff
KL
582 tty_frame_count++;
583 sprintf (name, "F%d", tty_frame_count);
0303e8da 584 f->name = build_string (name);
bb1513c9 585
bb1513c9
RS
586 f->visible = 1; /* FRAME_SET_VISIBLE wd set frame_garbaged. */
587 f->async_visible = 1; /* Don't let visible be cleared later. */
1266f9ef
EZ
588 f->terminal = terminal;
589 f->terminal->reference_count++;
bb221971 590#ifdef MSDOS
99dda2cd 591 f->output_data.tty->display_info = &the_only_display_info;
2d764c78
EZ
592 if (!inhibit_window_system
593 && (!FRAMEP (selected_frame) || !FRAME_LIVE_P (XFRAME (selected_frame))
594 || XFRAME (selected_frame)->output_method == output_msdos_raw))
02ab7130 595 f->output_method = output_msdos_raw;
2d764c78
EZ
596 else
597 f->output_method = output_termcap;
1a578e9b 598#else
0a125897 599 {
0a125897 600 f->output_method = output_termcap;
428a555e 601 create_tty_output (f);
a3547743 602
28d7d09f
KL
603 FRAME_FOREGROUND_PIXEL (f) = FACE_TTY_DEFAULT_FG_COLOR;
604 FRAME_BACKGROUND_PIXEL (f) = FACE_TTY_DEFAULT_BG_COLOR;
0a125897 605 }
a3547743 606
58bd8318
KS
607#ifdef CANNOT_DUMP
608 FRAME_FOREGROUND_PIXEL(f) = FACE_TTY_DEFAULT_FG_COLOR;
609 FRAME_BACKGROUND_PIXEL(f) = FACE_TTY_DEFAULT_BG_COLOR;
610#endif
2d764c78 611#endif /* MSDOS */
574a1a90 612
1266f9ef
EZ
613 FRAME_CAN_HAVE_SCROLL_BARS (f) = 0;
614 FRAME_VERTICAL_SCROLL_BAR_TYPE (f) = vertical_scroll_bar_none;
615
616 /* Set the top frame to the newly created frame. */
617 if (FRAMEP (FRAME_TTY (f)->top_frame)
618 && FRAME_LIVE_P (XFRAME (FRAME_TTY (f)->top_frame)))
619 XFRAME (FRAME_TTY (f)->top_frame)->async_visible = 2; /* obscured */
620
621 FRAME_TTY (f)->top_frame = frame;
622
1a6d3623
EZ
623 if (!noninteractive)
624 init_frame_faces (f);
1a578e9b 625
ff11dfa1 626 return f;
dc6f92b8 627}
bb1513c9 628
ed8dad6b
KL
629/* Get a suitable value for frame parameter PARAMETER for a newly
630 created frame, based on (1) the user-supplied frame parameter
631 alist SUPPLIED_PARMS, (2) CURRENT_VALUE, and finally, if all else
632 fails, (3) Vdefault_frame_alist. */
633
634static Lisp_Object
635get_future_frame_param (Lisp_Object parameter,
636 Lisp_Object supplied_parms,
637 char *current_value)
638{
639 Lisp_Object result;
640
641 result = Fassq (parameter, supplied_parms);
642 if (NILP (result))
643 result = Fassq (parameter, XFRAME (selected_frame)->param_alist);
644 if (NILP (result) && current_value != NULL)
645 result = build_string (current_value);
646 if (NILP (result))
647 result = Fassq (parameter, Vdefault_frame_alist);
648 if (!NILP (result) && !STRINGP (result))
649 result = XCDR (result);
650 if (NILP (result) || !STRINGP (result))
651 result = Qnil;
652
653 return result;
654}
655
bb1513c9 656DEFUN ("make-terminal-frame", Fmake_terminal_frame, Smake_terminal_frame,
14ff1ee0 657 1, 1, 0,
28d440ab 658 doc: /* Create an additional terminal frame, possibly on another terminal.
14ff1ee0 659This function takes one argument, an alist specifying frame parameters.
28d440ab
KL
660
661You can create multiple frames on a single text-only terminal, but
662only one of them (the selected terminal frame) is actually displayed.
663
664In practice, generally you don't need to specify any parameters,
665except when you want to create a new frame on another terminal.
666In that case, the `tty' parameter specifies the device file to open,
667and the `tty-type' parameter specifies the terminal type. Example:
668
669 (make-terminal-frame '((tty . "/dev/pts/5") (tty-type . "xterm")))
670
0b0d3e0b
KL
671Note that changing the size of one terminal frame automatically
672affects all frames on the same terminal device. */)
14ff1ee0 673 (parms)
bb1513c9
RS
674 Lisp_Object parms;
675{
676 struct frame *f;
6ed8eeff 677 struct terminal *t = NULL;
574a1a90 678 Lisp_Object frame, tem;
8d2666fe 679 struct frame *sf = SELECTED_FRAME ();
bb1513c9 680
541580aa 681#ifdef MSDOS
2d764c78
EZ
682 if (sf->output_method != output_msdos_raw
683 && sf->output_method != output_termcap)
bb221971 684 abort ();
574a1a90
RS
685#else /* not MSDOS */
686
daf01701 687#if 0 /* This should work now! */
8d2666fe 688 if (sf->output_method != output_termcap)
bb1513c9 689 error ("Not using an ASCII terminal now; cannot make a new ASCII frame");
bb221971 690#endif
574a1a90 691#endif /* not MSDOS */
a3547743 692
b6660415 693 {
6ed8eeff 694 Lisp_Object terminal;
bb1513c9 695
6ed8eeff
KL
696 terminal = Fassq (Qterminal, parms);
697 if (!NILP (terminal))
28d440ab 698 {
6ed8eeff
KL
699 terminal = XCDR (terminal);
700 t = get_terminal (terminal, 1);
28d440ab 701 }
1266f9ef
EZ
702#ifdef MSDOS
703 if (t && t != the_only_display_info.terminal)
704 /* msdos.c assumes a single tty_display_info object. */
705 error ("Multiple terminals are not supported on this platform");
706 if (!t)
707 t = the_only_display_info.terminal;
708#endif
28d440ab 709 }
a3547743 710
6ed8eeff 711 if (!t)
a3547743 712 {
b6660415 713 char *name = 0, *type = 0;
ed8dad6b 714 Lisp_Object tty, tty_type;
b6660415 715
ed8dad6b
KL
716 tty = get_future_frame_param
717 (Qtty, parms, (FRAME_TERMCAP_P (XFRAME (selected_frame))
718 ? FRAME_TTY (XFRAME (selected_frame))->name
719 : NULL));
720 if (!NILP (tty))
b6660415
KL
721 {
722 name = (char *) alloca (SBYTES (tty) + 1);
723 strncpy (name, SDATA (tty), SBYTES (tty));
724 name[SBYTES (tty)] = 0;
725 }
a3547743 726
ed8dad6b
KL
727 tty_type = get_future_frame_param
728 (Qtty_type, parms, (FRAME_TERMCAP_P (XFRAME (selected_frame))
729 ? FRAME_TTY (XFRAME (selected_frame))->type
730 : NULL));
731 if (!NILP (tty_type))
b6660415
KL
732 {
733 type = (char *) alloca (SBYTES (tty_type) + 1);
734 strncpy (type, SDATA (tty_type), SBYTES (tty_type));
735 type[SBYTES (tty_type)] = 0;
736 }
737
6ed8eeff 738 t = init_tty (name, type, 0); /* Errors are not fatal. */
b6660415 739 }
bb1513c9 740
6ed8eeff 741 f = make_terminal_frame (t);
574a1a90 742
9628b887
KL
743 {
744 int width, height;
0b0d3e0b 745 get_tty_size (fileno (FRAME_TTY (f)->input), &width, &height);
9628b887
KL
746 change_frame_size (f, height, width, 0, 0, 0);
747 }
a3547743 748
18082e2d 749 adjust_glyphs (f);
bb1513c9
RS
750 calculate_costs (f);
751 XSETFRAME (frame, f);
8adfc1ec 752 Fmodify_frame_parameters (frame, Vdefault_frame_alist);
bb1513c9 753 Fmodify_frame_parameters (frame, parms);
ed8dad6b 754 Fmodify_frame_parameters (frame, Fcons (Fcons (Qtty_type,
6ed8eeff 755 build_string (t->display_info.tty->type)),
ed8dad6b 756 Qnil));
db9d7d9a
KL
757 if (t->display_info.tty->name != NULL)
758 Fmodify_frame_parameters (frame, Fcons (Fcons (Qtty,
759 build_string (t->display_info.tty->name)),
760 Qnil));
761 else
762 Fmodify_frame_parameters (frame, Fcons (Fcons (Qtty, Qnil), Qnil));
a3547743 763
87f1940e
EZ
764 /* Make the frame face alist be frame-specific, so that each
765 frame could change its face definitions independently. */
8d2666fe 766 f->face_alist = Fcopy_alist (sf->face_alist);
87f1940e
EZ
767 /* Simple Fcopy_alist isn't enough, because we need the contents of
768 the vectors which are the CDRs of associations in face_alist to
769 be copied as well. */
770 for (tem = f->face_alist; CONSP (tem); tem = XCDR (tem))
f3fbd155 771 XSETCDR (XCAR (tem), Fcopy_sequence (XCDR (XCAR (tem))));
bb1513c9
RS
772 return frame;
773}
1e8324d9 774
dc6f92b8 775\f
1e8324d9
GM
776/* Perform the switch to frame FRAME.
777
778 If FRAME is a switch-frame event `(switch-frame FRAME1)', use
779 FRAME1 as frame.
780
781 If TRACK is non-zero and the frame that currently has the focus
782 redirects its focus to the selected frame, redirect that focused
783 frame's focus to FRAME instead.
784
785 FOR_DELETION non-zero means that the selected frame is being
6ed8eeff 786 deleted, which includes the possibility that the frame's terminal
216e6a14
MR
787 is dead.
788
789 The value of NORECORD is passed as argument to Fselect_window. */
1e8324d9 790
61f94483 791Lisp_Object
216e6a14
MR
792do_switch_frame (frame, track, for_deletion, norecord)
793 Lisp_Object frame, norecord;
1e8324d9 794 int track, for_deletion;
dc6f92b8 795{
8d2666fe 796 struct frame *sf = SELECTED_FRAME ();
177c0ea7 797
2f0b07e0
JB
798 /* If FRAME is a switch-frame event, extract the frame we should
799 switch to. */
800 if (CONSP (frame)
7539e11f
KR
801 && EQ (XCAR (frame), Qswitch_frame)
802 && CONSP (XCDR (frame)))
803 frame = XCAR (XCDR (frame));
2f0b07e0 804
09907c3a
KH
805 /* This used to say CHECK_LIVE_FRAME, but apparently it's possible for
806 a switch-frame event to arrive after a frame is no longer live,
807 especially when deleting the initial frame during startup. */
b7826503 808 CHECK_FRAME (frame);
09907c3a
KH
809 if (! FRAME_LIVE_P (XFRAME (frame)))
810 return Qnil;
dc6f92b8 811
8d2666fe 812 if (sf == XFRAME (frame))
ff11dfa1 813 return frame;
dc6f92b8 814
0aed85f4
KH
815 /* This is too greedy; it causes inappropriate focus redirection
816 that's hard to get rid of. */
817#if 0
a42e9724
JB
818 /* If a frame's focus has been redirected toward the currently
819 selected frame, we should change the redirection to point to the
820 newly selected frame. This means that if the focus is redirected
821 from a minibufferless frame to a surrogate minibuffer frame, we
822 can use `other-window' to switch between all the frames using
823 that minibuffer frame, and the focus redirection will follow us
824 around. */
0aed85f4
KH
825 if (track)
826 {
827 Lisp_Object tail;
a42e9724 828
7539e11f 829 for (tail = Vframe_list; CONSP (tail); tail = XCDR (tail))
0aed85f4
KH
830 {
831 Lisp_Object focus;
a42e9724 832
7539e11f 833 if (!FRAMEP (XCAR (tail)))
0aed85f4 834 abort ();
a42e9724 835
7539e11f 836 focus = FRAME_FOCUS_FRAME (XFRAME (XCAR (tail)));
a42e9724 837
8d2666fe 838 if (FRAMEP (focus) && XFRAME (focus) == SELECTED_FRAME ())
7539e11f 839 Fredirect_frame_focus (XCAR (tail), frame);
0aed85f4
KH
840 }
841 }
842#else /* ! 0 */
843 /* Instead, apply it only to the frame we're pointing to. */
032d78fe 844#ifdef HAVE_WINDOW_SYSTEM
1e8324d9 845 if (track && FRAME_WINDOW_P (XFRAME (frame)))
0aed85f4
KH
846 {
847 Lisp_Object focus, xfocus;
848
d7266360 849 xfocus = x_get_focus_frame (XFRAME (frame));
0aed85f4
KH
850 if (FRAMEP (xfocus))
851 {
852 focus = FRAME_FOCUS_FRAME (XFRAME (xfocus));
8d2666fe 853 if (FRAMEP (focus) && XFRAME (focus) == SELECTED_FRAME ())
0aed85f4
KH
854 Fredirect_frame_focus (xfocus, frame);
855 }
856 }
857#endif /* HAVE_X_WINDOWS */
858#endif /* ! 0 */
a42e9724 859
1e8324d9 860 if (!for_deletion && FRAME_HAS_MINIBUF_P (sf))
550f0e6a
GM
861 resize_mini_window (XWINDOW (FRAME_MINIBUF_WINDOW (sf)), 1);
862
a4e628d4 863 if (FRAME_TERMCAP_P (XFRAME (frame)) || FRAME_MSDOS_P (XFRAME (frame)))
9628b887 864 {
9b2cd403
SM
865 if (FRAMEP (FRAME_TTY (XFRAME (frame))->top_frame))
866 /* Mark previously displayed frame as now obscured. */
867 XFRAME (FRAME_TTY (XFRAME (frame))->top_frame)->async_visible = 2;
9628b887
KL
868 XFRAME (frame)->async_visible = 1;
869 FRAME_TTY (XFRAME (frame))->top_frame = frame;
870 }
871
8d2666fe
GM
872 selected_frame = frame;
873 if (! FRAME_MINIBUF_ONLY_P (XFRAME (selected_frame)))
874 last_nonminibuf_frame = XFRAME (selected_frame);
d5e7c279 875
216e6a14 876 Fselect_window (XFRAME (frame)->selected_window, norecord);
dc6f92b8 877
edfda783
AR
878#ifdef NS_IMPL_COCOA
879 /* term gets no other notification of this */
880 if (for_deletion)
881 Fraise_frame(Qnil);
882#endif
883
074577b8 884 /* We want to make sure that the next event generates a frame-switch
eb8c3be9 885 event to the appropriate frame. This seems kludgy to me, but
074577b8
JB
886 before you take it out, make sure that evaluating something like
887 (select-window (frame-root-window (new-frame))) doesn't end up
888 with your typing being interpreted in the new frame instead of
889 the one you're actually typing in. */
ef352596 890 internal_last_event_frame = Qnil;
074577b8 891
ff11dfa1 892 return frame;
dc6f92b8
JB
893}
894
216e6a14
MR
895DEFUN ("select-frame", Fselect_frame, Sselect_frame, 1, 2, "e",
896 doc: /* Select FRAME.
14ff1ee0 897Subsequent editing commands apply to its selected window.
216e6a14
MR
898Optional argument NORECORD means to neither change the order of
899recently selected windows nor the buffer list.
900
14ff1ee0 901The selection of FRAME lasts until the next time the user does
216e6a14
MR
902something to select a different frame, or until the next time
903this function is called. If you are using a window system, the
904previously selected frame may be restored as the selected frame
905after return to the command loop, because it still may have the
906window system's input focus. On a text-only terminal, the next
907redisplay will display FRAME.
e4ed805e
LT
908
909This function returns FRAME, or nil if FRAME has been deleted. */)
216e6a14
MR
910 (frame, norecord)
911 Lisp_Object frame, norecord;
0aed85f4 912{
216e6a14 913 return do_switch_frame (frame, 1, 0, norecord);
0aed85f4
KH
914}
915
916
20dc6fbb 917DEFUN ("handle-switch-frame", Fhandle_switch_frame, Shandle_switch_frame, 1, 1, "e",
14ff1ee0
PJ
918 doc: /* Handle a switch-frame event EVENT.
919Switch-frame events are usually bound to this function.
920A switch-frame event tells Emacs that the window manager has requested
921that the user's events be directed to the frame mentioned in the event.
922This function selects the selected window of the frame of EVENT.
923
924If EVENT is frame object, handle it as if it were a switch-frame event
925to that frame. */)
20dc6fbb
LT
926 (event)
927 Lisp_Object event;
0aed85f4 928{
6951cd71
KH
929 /* Preserve prefix arg that the command loop just cleared. */
930 current_kboard->Vprefix_arg = Vcurrent_prefix_arg;
e05169e2 931 call1 (Vrun_hooks, Qmouse_leave_buffer_hook);
216e6a14 932 return do_switch_frame (event, 0, 0, Qnil);
0aed85f4
KH
933}
934
ff11dfa1 935DEFUN ("selected-frame", Fselected_frame, Sselected_frame, 0, 0, 0,
14ff1ee0
PJ
936 doc: /* Return the frame that is now selected. */)
937 ()
dc6f92b8 938{
8d2666fe 939 return selected_frame;
dc6f92b8 940}
4a7cfafc 941\f
ff11dfa1 942DEFUN ("window-frame", Fwindow_frame, Swindow_frame, 1, 1, 0,
14ff1ee0
PJ
943 doc: /* Return the frame object that window WINDOW is on. */)
944 (window)
dc6f92b8
JB
945 Lisp_Object window;
946{
b7826503 947 CHECK_LIVE_WINDOW (window);
ff11dfa1 948 return XWINDOW (window)->frame;
dc6f92b8
JB
949}
950
ba32f2db 951DEFUN ("frame-first-window", Fframe_first_window, Sframe_first_window, 0, 1, 0,
14ff1ee0
PJ
952 doc: /* Returns the topmost, leftmost window of FRAME.
953If omitted, FRAME defaults to the currently selected frame. */)
954 (frame)
ba32f2db
KH
955 Lisp_Object frame;
956{
957 Lisp_Object w;
958
959 if (NILP (frame))
8d2666fe 960 w = SELECTED_FRAME ()->root_window;
ba32f2db
KH
961 else
962 {
b7826503 963 CHECK_LIVE_FRAME (frame);
ba32f2db
KH
964 w = XFRAME (frame)->root_window;
965 }
966 while (NILP (XWINDOW (w)->buffer))
967 {
968 if (! NILP (XWINDOW (w)->hchild))
969 w = XWINDOW (w)->hchild;
970 else if (! NILP (XWINDOW (w)->vchild))
971 w = XWINDOW (w)->vchild;
972 else
973 abort ();
974 }
975 return w;
976}
977
5add3885
RS
978DEFUN ("active-minibuffer-window", Factive_minibuffer_window,
979 Sactive_minibuffer_window, 0, 0, 0,
14ff1ee0
PJ
980 doc: /* Return the currently active minibuffer window, or nil if none. */)
981 ()
5add3885
RS
982{
983 return minibuf_level ? minibuf_window : Qnil;
984}
985
ff11dfa1 986DEFUN ("frame-root-window", Fframe_root_window, Sframe_root_window, 0, 1, 0,
14ff1ee0
PJ
987 doc: /* Returns the root-window of FRAME.
988If omitted, FRAME defaults to the currently selected frame. */)
989 (frame)
ff11dfa1 990 Lisp_Object frame;
dc6f92b8 991{
8d2666fe 992 Lisp_Object window;
177c0ea7 993
ff11dfa1 994 if (NILP (frame))
8d2666fe 995 window = SELECTED_FRAME ()->root_window;
f9898cc6 996 else
8d2666fe 997 {
b7826503 998 CHECK_LIVE_FRAME (frame);
8d2666fe
GM
999 window = XFRAME (frame)->root_window;
1000 }
177c0ea7 1001
8d2666fe 1002 return window;
dc6f92b8
JB
1003}
1004
ff11dfa1
JB
1005DEFUN ("frame-selected-window", Fframe_selected_window,
1006 Sframe_selected_window, 0, 1, 0,
216e6a14
MR
1007 doc: /* Return the selected window of FRAME.
1008FRAME defaults to the currently selected frame. */)
14ff1ee0 1009 (frame)
ff11dfa1 1010 Lisp_Object frame;
dc6f92b8 1011{
8d2666fe 1012 Lisp_Object window;
177c0ea7 1013
ff11dfa1 1014 if (NILP (frame))
8d2666fe 1015 window = SELECTED_FRAME ()->selected_window;
f9898cc6 1016 else
8d2666fe 1017 {
b7826503 1018 CHECK_LIVE_FRAME (frame);
8d2666fe
GM
1019 window = XFRAME (frame)->selected_window;
1020 }
dc6f92b8 1021
8d2666fe 1022 return window;
dc6f92b8
JB
1023}
1024
4a7cfafc 1025DEFUN ("set-frame-selected-window", Fset_frame_selected_window,
216e6a14
MR
1026 Sset_frame_selected_window, 2, 3, 0,
1027 doc: /* Set selected window of FRAME to WINDOW.
1028If FRAME is nil, use the selected frame. If FRAME is the
1029selected frame, this makes WINDOW the selected window.
1030Optional argument NORECORD non-nil means to neither change the
1031order of recently selected windows nor the buffer list.
1032Return WINDOW. */)
1033 (frame, window, norecord)
1034 Lisp_Object frame, window, norecord;
4a7cfafc
RS
1035{
1036 if (NILP (frame))
8d2666fe 1037 frame = selected_frame;
177c0ea7 1038
b7826503
PJ
1039 CHECK_LIVE_FRAME (frame);
1040 CHECK_LIVE_WINDOW (window);
4a7cfafc
RS
1041
1042 if (! EQ (frame, WINDOW_FRAME (XWINDOW (window))))
1043 error ("In `set-frame-selected-window', WINDOW is not on FRAME");
1044
8d2666fe 1045 if (EQ (frame, selected_frame))
216e6a14 1046 return Fselect_window (window, norecord);
4a7cfafc
RS
1047
1048 return XFRAME (frame)->selected_window = window;
1049}
b6660415 1050
4a7cfafc 1051\f
ff11dfa1 1052DEFUN ("frame-list", Fframe_list, Sframe_list,
dc6f92b8 1053 0, 0, 0,
14ff1ee0
PJ
1054 doc: /* Return a list of all frames. */)
1055 ()
dc6f92b8 1056{
d74c1900
GM
1057 Lisp_Object frames;
1058 frames = Fcopy_sequence (Vframe_list);
6a65b1b5 1059#ifdef HAVE_WINDOW_SYSTEM
d74c1900
GM
1060 if (FRAMEP (tip_frame))
1061 frames = Fdelq (tip_frame, frames);
6a65b1b5 1062#endif
d74c1900 1063 return frames;
dc6f92b8
JB
1064}
1065
ff11dfa1 1066/* Return the next frame in the frame list after FRAME.
ff11dfa1 1067 If MINIBUF is nil, exclude minibuffer-only frames.
a9986780
RS
1068 If MINIBUF is a window, include only its own frame
1069 and any frame now using that window as the minibuffer.
f7af3f7b 1070 If MINIBUF is `visible', include all visible frames.
a9986780 1071 If MINIBUF is 0, include all visible and iconified frames.
f7af3f7b
RS
1072 Otherwise, include all frames. */
1073
66a9dbbe 1074static Lisp_Object
ff11dfa1
JB
1075next_frame (frame, minibuf)
1076 Lisp_Object frame;
f9898cc6 1077 Lisp_Object minibuf;
dc6f92b8
JB
1078{
1079 Lisp_Object tail;
1080 int passed = 0;
1081
ff11dfa1
JB
1082 /* There must always be at least one frame in Vframe_list. */
1083 if (! CONSP (Vframe_list))
f9898cc6
JB
1084 abort ();
1085
dbc4e1c1
JB
1086 /* If this frame is dead, it won't be in Vframe_list, and we'll loop
1087 forever. Forestall that. */
b7826503 1088 CHECK_LIVE_FRAME (frame);
dbc4e1c1 1089
dc6f92b8 1090 while (1)
7539e11f 1091 for (tail = Vframe_list; CONSP (tail); tail = XCDR (tail))
dc6f92b8 1092 {
ab9f008d 1093 Lisp_Object f;
d06a8a56 1094
7539e11f 1095 f = XCAR (tail);
06537cc8
RS
1096
1097 if (passed
9628b887
KL
1098 && ((!FRAME_TERMCAP_P (XFRAME (f)) && !FRAME_TERMCAP_P (XFRAME (frame))
1099 && FRAME_KBOARD (XFRAME (f)) == FRAME_KBOARD (XFRAME (frame)))
1100 || (FRAME_TERMCAP_P (XFRAME (f)) && FRAME_TERMCAP_P (XFRAME (frame))
1101 && FRAME_TTY (XFRAME (f)) == FRAME_TTY (XFRAME (frame)))))
d5e7c279 1102 {
d06a8a56
JB
1103 /* Decide whether this frame is eligible to be returned. */
1104
1105 /* If we've looped all the way around without finding any
1106 eligible frames, return the original frame. */
1107 if (EQ (f, frame))
1108 return f;
1109
1110 /* Let minibuf decide if this frame is acceptable. */
1111 if (NILP (minibuf))
1112 {
1113 if (! FRAME_MINIBUF_ONLY_P (XFRAME (f)))
1114 return f;
1115 }
f7af3f7b
RS
1116 else if (EQ (minibuf, Qvisible))
1117 {
1118 FRAME_SAMPLE_VISIBILITY (XFRAME (f));
1119 if (FRAME_VISIBLE_P (XFRAME (f)))
1120 return f;
1121 }
3780bc22 1122 else if (INTEGERP (minibuf) && XINT (minibuf) == 0)
a9986780
RS
1123 {
1124 FRAME_SAMPLE_VISIBILITY (XFRAME (f));
1125 if (FRAME_VISIBLE_P (XFRAME (f))
1126 || FRAME_ICONIFIED_P (XFRAME (f)))
1127 return f;
1128 }
f7af3f7b 1129 else if (WINDOWP (minibuf))
d06a8a56 1130 {
a9986780 1131 if (EQ (FRAME_MINIBUF_WINDOW (XFRAME (f)), minibuf)
551645f8
GM
1132 || EQ (WINDOW_FRAME (XWINDOW (minibuf)), f)
1133 || EQ (WINDOW_FRAME (XWINDOW (minibuf)),
1134 FRAME_FOCUS_FRAME (XFRAME (f))))
d06a8a56
JB
1135 return f;
1136 }
1137 else
ff11dfa1 1138 return f;
d5e7c279 1139 }
dc6f92b8 1140
d06a8a56 1141 if (EQ (frame, f))
dc6f92b8
JB
1142 passed++;
1143 }
1144}
1145
ff11dfa1 1146/* Return the previous frame in the frame list before FRAME.
ff11dfa1 1147 If MINIBUF is nil, exclude minibuffer-only frames.
a9986780
RS
1148 If MINIBUF is a window, include only its own frame
1149 and any frame now using that window as the minibuffer.
f7af3f7b 1150 If MINIBUF is `visible', include all visible frames.
a9986780 1151 If MINIBUF is 0, include all visible and iconified frames.
f7af3f7b
RS
1152 Otherwise, include all frames. */
1153
66a9dbbe 1154static Lisp_Object
ff11dfa1
JB
1155prev_frame (frame, minibuf)
1156 Lisp_Object frame;
f9898cc6 1157 Lisp_Object minibuf;
dc6f92b8
JB
1158{
1159 Lisp_Object tail;
1160 Lisp_Object prev;
1161
ff11dfa1
JB
1162 /* There must always be at least one frame in Vframe_list. */
1163 if (! CONSP (Vframe_list))
f9898cc6
JB
1164 abort ();
1165
dc6f92b8 1166 prev = Qnil;
7539e11f 1167 for (tail = Vframe_list; CONSP (tail); tail = XCDR (tail))
f9898cc6 1168 {
ab9f008d 1169 Lisp_Object f;
f9898cc6 1170
7539e11f 1171 f = XCAR (tail);
e35d291d 1172 if (!FRAMEP (f))
d06a8a56 1173 abort ();
f9898cc6 1174
d06a8a56
JB
1175 if (EQ (frame, f) && !NILP (prev))
1176 return prev;
f9898cc6 1177
9628b887
KL
1178 if ((!FRAME_TERMCAP_P (XFRAME (f)) && !FRAME_TERMCAP_P (XFRAME (frame))
1179 && FRAME_KBOARD (XFRAME (f)) == FRAME_KBOARD (XFRAME (frame)))
1180 || (FRAME_TERMCAP_P (XFRAME (f)) && FRAME_TERMCAP_P (XFRAME (frame))
1181 && FRAME_TTY (XFRAME (f)) == FRAME_TTY (XFRAME (frame))))
f7af3f7b 1182 {
06537cc8
RS
1183 /* Decide whether this frame is eligible to be returned,
1184 according to minibuf. */
1185 if (NILP (minibuf))
1186 {
1187 if (! FRAME_MINIBUF_ONLY_P (XFRAME (f)))
1188 prev = f;
1189 }
1190 else if (WINDOWP (minibuf))
1191 {
1192 if (EQ (FRAME_MINIBUF_WINDOW (XFRAME (f)), minibuf)
551645f8
GM
1193 || EQ (WINDOW_FRAME (XWINDOW (minibuf)), f)
1194 || EQ (WINDOW_FRAME (XWINDOW (minibuf)),
1195 FRAME_FOCUS_FRAME (XFRAME (f))))
06537cc8
RS
1196 prev = f;
1197 }
1198 else if (EQ (minibuf, Qvisible))
1199 {
1200 FRAME_SAMPLE_VISIBILITY (XFRAME (f));
1201 if (FRAME_VISIBLE_P (XFRAME (f)))
1202 prev = f;
1203 }
1204 else if (XFASTINT (minibuf) == 0)
1205 {
1206 FRAME_SAMPLE_VISIBILITY (XFRAME (f));
1207 if (FRAME_VISIBLE_P (XFRAME (f))
1208 || FRAME_ICONIFIED_P (XFRAME (f)))
1209 prev = f;
1210 }
1211 else
a9986780
RS
1212 prev = f;
1213 }
f9898cc6 1214 }
d06a8a56
JB
1215
1216 /* We've scanned the entire list. */
1217 if (NILP (prev))
1218 /* We went through the whole frame list without finding a single
1219 acceptable frame. Return the original frame. */
1220 return frame;
1221 else
1222 /* There were no acceptable frames in the list before FRAME; otherwise,
1223 we would have returned directly from the loop. Since PREV is the last
1224 acceptable frame in the list, return it. */
1225 return prev;
dc6f92b8
JB
1226}
1227
ef2c57ac 1228
ff11dfa1 1229DEFUN ("next-frame", Fnext_frame, Snext_frame, 0, 2, 0,
14ff1ee0
PJ
1230 doc: /* Return the next frame in the frame list after FRAME.
1231It considers only frames on the same terminal as FRAME.
1232By default, skip minibuffer-only frames.
1233If omitted, FRAME defaults to the selected frame.
1234If optional argument MINIFRAME is nil, exclude minibuffer-only frames.
1235If MINIFRAME is a window, include only its own frame
1236and any frame now using that window as the minibuffer.
1237If MINIFRAME is `visible', include all visible frames.
1238If MINIFRAME is 0, include all visible and iconified frames.
1239Otherwise, include all frames. */)
1240 (frame, miniframe)
8693ca83 1241 Lisp_Object frame, miniframe;
dc6f92b8 1242{
ff11dfa1 1243 if (NILP (frame))
8d2666fe 1244 frame = selected_frame;
177c0ea7 1245
b7826503 1246 CHECK_LIVE_FRAME (frame);
ff11dfa1 1247 return next_frame (frame, miniframe);
dc6f92b8 1248}
dbc4e1c1 1249
ef2c57ac 1250DEFUN ("previous-frame", Fprevious_frame, Sprevious_frame, 0, 2, 0,
14ff1ee0
PJ
1251 doc: /* Return the previous frame in the frame list before FRAME.
1252It considers only frames on the same terminal as FRAME.
1253By default, skip minibuffer-only frames.
1254If omitted, FRAME defaults to the selected frame.
1255If optional argument MINIFRAME is nil, exclude minibuffer-only frames.
1256If MINIFRAME is a window, include only its own frame
1257and any frame now using that window as the minibuffer.
1258If MINIFRAME is `visible', include all visible frames.
1259If MINIFRAME is 0, include all visible and iconified frames.
1260Otherwise, include all frames. */)
1261 (frame, miniframe)
ef2c57ac
RM
1262 Lisp_Object frame, miniframe;
1263{
ef2c57ac 1264 if (NILP (frame))
8d2666fe 1265 frame = selected_frame;
b7826503 1266 CHECK_LIVE_FRAME (frame);
ef2c57ac
RM
1267 return prev_frame (frame, miniframe);
1268}
dc6f92b8 1269\f
808c0f20
RS
1270/* Return 1 if it is ok to delete frame F;
1271 0 if all frames aside from F are invisible.
1272 (Exception: if F is the terminal frame, and we are using X, return 1.) */
dc6f92b8 1273
d56b45eb 1274int
808c0f20
RS
1275other_visible_frames (f)
1276 FRAME_PTR f;
1277{
1278 /* We know the selected frame is visible,
1279 so if F is some other frame, it can't be the sole visible one. */
8d2666fe 1280 if (f == SELECTED_FRAME ())
c08c95c7
RS
1281 {
1282 Lisp_Object frames;
1283 int count = 0;
1284
1285 for (frames = Vframe_list;
1286 CONSP (frames);
7539e11f 1287 frames = XCDR (frames))
c08c95c7 1288 {
ab9f008d 1289 Lisp_Object this;
c08c95c7 1290
7539e11f 1291 this = XCAR (frames);
808c0f20
RS
1292 /* Verify that the frame's window still exists
1293 and we can still talk to it. And note any recent change
1294 in visibility. */
032d78fe
GV
1295#ifdef HAVE_WINDOW_SYSTEM
1296 if (FRAME_WINDOW_P (XFRAME (this)))
5e7b7c5b 1297 {
b0509a40 1298 x_sync (XFRAME (this));
5e7b7c5b
RS
1299 FRAME_SAMPLE_VISIBILITY (XFRAME (this));
1300 }
1301#endif
1302
c08c95c7
RS
1303 if (FRAME_VISIBLE_P (XFRAME (this))
1304 || FRAME_ICONIFIED_P (XFRAME (this))
1305 /* Allow deleting the terminal frame when at least
1306 one X frame exists! */
032d78fe 1307 || (FRAME_WINDOW_P (XFRAME (this)) && !FRAME_WINDOW_P (f)))
c08c95c7
RS
1308 count++;
1309 }
808c0f20 1310 return count > 1;
c08c95c7 1311 }
808c0f20
RS
1312 return 1;
1313}
1314
ea161626
KL
1315/* Error handler for `delete-frame-functions'. */
1316static Lisp_Object
1317delete_frame_handler (Lisp_Object arg)
1318{
1319 add_to_log ("Error during `delete-frame': %s", arg, Qnil);
1320 return Qnil;
1321}
1322
58555d81
SM
1323extern Lisp_Object Qrun_hook_with_args;
1324
808c0f20 1325DEFUN ("delete-frame", Fdelete_frame, Sdelete_frame, 0, 2, "",
14ff1ee0
PJ
1326 doc: /* Delete FRAME, permanently eliminating it from use.
1327If omitted, FRAME defaults to the selected frame.
1328A frame may not be deleted if its minibuffer is used by other frames.
1329Normally, you may not delete a frame if all other frames are invisible,
1330but if the second optional argument FORCE is non-nil, you may do so.
1331
cd1d850f
JPW
1332This function runs `delete-frame-functions' before actually deleting the
1333frame, unless the frame is a tooltip.
a31787b1
RS
1334The functions are run with one arg, the frame to be deleted.
1335But FORCE inhibits this too. */)
1336/* FORCE is non-nil when handling a disconnected terminal. */
14ff1ee0 1337 (frame, force)
808c0f20
RS
1338 Lisp_Object frame, force;
1339{
1340 struct frame *f;
8d2666fe 1341 struct frame *sf = SELECTED_FRAME ();
bedb9c0e
KL
1342 struct kboard *kb;
1343
99b92e64 1344 int minibuffer_selected;
808c0f20
RS
1345
1346 if (EQ (frame, Qnil))
1347 {
8d2666fe 1348 f = sf;
2d80a27a 1349 XSETFRAME (frame, f);
808c0f20
RS
1350 }
1351 else
1352 {
b7826503 1353 CHECK_FRAME (frame);
808c0f20
RS
1354 f = XFRAME (frame);
1355 }
1356
1357 if (! FRAME_LIVE_P (f))
1358 return Qnil;
1359
e39a993c 1360 if (NILP (force) && !other_visible_frames (f))
808c0f20 1361 error ("Attempt to delete the sole visible or iconified frame");
d5e7c279 1362
00c5fd51
RS
1363#if 0
1364 /* This is a nice idea, but x_connection_closed needs to be able
1365 to delete the last frame, if it is gone. */
7539e11f 1366 if (NILP (XCDR (Vframe_list)))
e9687ee8 1367 error ("Attempt to delete the only frame");
00c5fd51 1368#endif
e9687ee8 1369
ff11dfa1
JB
1370 /* Does this frame have a minibuffer, and is it the surrogate
1371 minibuffer for any other frame? */
fd0c2bd1 1372 if (FRAME_HAS_MINIBUF_P (XFRAME (frame)))
dc6f92b8 1373 {
ff11dfa1 1374 Lisp_Object frames;
1113d9db 1375
ff11dfa1
JB
1376 for (frames = Vframe_list;
1377 CONSP (frames);
7539e11f 1378 frames = XCDR (frames))
1113d9db 1379 {
7a8cc307 1380 Lisp_Object this;
7539e11f 1381 this = XCAR (frames);
1113d9db 1382
ff11dfa1
JB
1383 if (! EQ (this, frame)
1384 && EQ (frame,
7a8cc307
RS
1385 WINDOW_FRAME (XWINDOW
1386 (FRAME_MINIBUF_WINDOW (XFRAME (this))))))
a31787b1
RS
1387 {
1388 /* If we MUST delete this frame, delete the other first. */
1389 if (!NILP (force))
1390 Fdelete_frame (this, force);
1391 else
1392 error ("Attempt to delete a surrogate minibuffer frame");
1393 }
1113d9db 1394 }
dc6f92b8
JB
1395 }
1396
a31787b1 1397 /* Run `delete-frame-functions'
c53956fe
SM
1398 unless FORCE is `noelisp' or frame is a tooltip.
1399 FORCE is set to `noelisp' when handling a disconnect from the terminal,
a31787b1 1400 so we don't dare call Lisp code. */
58555d81
SM
1401 if (NILP (Vrun_hooks) || !NILP (Fframe_parameter (frame, intern ("tooltip"))))
1402 ;
1403 if (EQ (force, Qnoelisp))
1404 pending_funcalls
1405 = Fcons (list3 (Qrun_hook_with_args, Qdelete_frame_functions, frame),
1406 pending_funcalls);
1407 else
1408 safe_call2 (Qrun_hook_with_args, Qdelete_frame_functions, frame);
0e662342 1409
b6660415
KL
1410 /* The hook may sometimes (indirectly) cause the frame to be deleted. */
1411 if (! FRAME_LIVE_P (f))
1412 return Qnil;
1413
a31787b1
RS
1414 /* At this point, we are committed to deleting the frame.
1415 There is no more chance for errors to prevent it. */
1416
99b92e64
RS
1417 minibuffer_selected = EQ (minibuf_window, selected_window);
1418
ff11dfa1 1419 /* Don't let the frame remain selected. */
8d2666fe 1420 if (f == sf)
06537cc8
RS
1421 {
1422 Lisp_Object tail, frame1;
1423
1424 /* Look for another visible frame on the same terminal. */
1425 frame1 = next_frame (frame, Qvisible);
1426
1427 /* If there is none, find *some* other frame. */
1428 if (NILP (frame1) || EQ (frame1, frame))
1429 {
1430 FOR_EACH_FRAME (tail, frame1)
1431 {
fca177d4 1432 if (! EQ (frame, frame1) && FRAME_LIVE_P (XFRAME (frame1)))
06537cc8
RS
1433 break;
1434 }
1435 }
1436
216e6a14 1437 do_switch_frame (frame1, 0, 1, Qnil);
79a65b7f 1438 sf = SELECTED_FRAME ();
06537cc8 1439 }
dc6f92b8 1440
ff11dfa1
JB
1441 /* Don't allow minibuf_window to remain on a deleted frame. */
1442 if (EQ (f->minibuffer_window, minibuf_window))
dc6f92b8 1443 {
8d2666fe 1444 Fset_window_buffer (sf->minibuffer_window,
5af5757b 1445 XWINDOW (minibuf_window)->buffer, Qnil);
8d2666fe 1446 minibuf_window = sf->minibuffer_window;
99b92e64
RS
1447
1448 /* If the dying minibuffer window was selected,
1449 select the new one. */
1450 if (minibuffer_selected)
f1321dc3 1451 Fselect_window (minibuf_window, Qnil);
dc6f92b8
JB
1452 }
1453
130adcb7
EZ
1454 /* Don't let echo_area_window to remain on a deleted frame. */
1455 if (EQ (f->minibuffer_window, echo_area_window))
1456 echo_area_window = sf->minibuffer_window;
1457
bb2a0a65
RS
1458 /* Clear any X selections for this frame. */
1459#ifdef HAVE_X_WINDOWS
1460 if (FRAME_X_P (f))
1461 x_clear_frame_selections (f);
1462#endif
1463
177c0ea7
JB
1464 /* Free glyphs.
1465 This function must be called before the window tree of the
18082e2d
GM
1466 frame is deleted because windows contain dynamically allocated
1467 memory. */
1468 free_glyphs (f);
1469
1ccdfd33 1470#ifdef HAVE_WINDOW_SYSTEM
50e3873c
KH
1471 /* Give chance to each font driver to free a frame specific data. */
1472 font_update_drivers (f, Qnil);
1ccdfd33 1473#endif
50e3873c 1474
4a88b3b0
JB
1475 /* Mark all the windows that used to be on FRAME as deleted, and then
1476 remove the reference to them. */
1477 delete_all_subwindows (XWINDOW (f->root_window));
1478 f->root_window = Qnil;
1479
ff11dfa1 1480 Vframe_list = Fdelq (frame, Vframe_list);
a42e9724 1481 FRAME_SET_VISIBLE (f, 0);
dc6f92b8 1482
70fdbb46
JM
1483 xfree (f->namebuf);
1484 xfree (f->decode_mode_spec_buffer);
1485 xfree (FRAME_INSERT_COST (f));
1486 xfree (FRAME_DELETEN_COST (f));
1487 xfree (FRAME_INSERTN_COST (f));
1488 xfree (FRAME_DELETE_COST (f));
1489 xfree (FRAME_MESSAGE_BUF (f));
d2bee99e 1490
8678b9cc 1491 /* Since some events are handled at the interrupt level, we may get
6ed8eeff 1492 an event for f at any time; if we zero out the frame's terminal
8678b9cc 1493 now, then we may trip up the event-handling code. Instead, we'll
6ed8eeff
KL
1494 promise that the terminal of the frame must be valid until we
1495 have called the window-system-dependent frame destruction
1496 routine. */
dbc4e1c1 1497
6ed8eeff
KL
1498 if (FRAME_TERMINAL (f)->delete_frame_hook)
1499 (*FRAME_TERMINAL (f)->delete_frame_hook) (f);
d5e7c279 1500
428a555e 1501 {
6ed8eeff 1502 struct terminal *terminal = FRAME_TERMINAL (f);
a3547743 1503 f->output_data.nothing = 0;
6ed8eeff 1504 f->terminal = 0; /* Now the frame is dead. */
428a555e 1505
6ed8eeff 1506 /* If needed, delete the terminal that this frame was on.
bedb9c0e 1507 (This must be done after the frame is killed.) */
6ed8eeff
KL
1508 terminal->reference_count--;
1509 if (terminal->reference_count == 0)
bedb9c0e 1510 {
174105f7
SM
1511 Lisp_Object tmp;
1512 XSETTERMINAL (tmp, terminal);
1513
bedb9c0e 1514 kb = NULL;
174105f7 1515 Fdelete_terminal (tmp, NILP (force) ? Qt : force);
bedb9c0e
KL
1516 }
1517 else
6ed8eeff 1518 kb = terminal->kboard;
428a555e 1519 }
8678b9cc 1520
ff11dfa1 1521 /* If we've deleted the last_nonminibuf_frame, then try to find
d5e7c279 1522 another one. */
ff11dfa1 1523 if (f == last_nonminibuf_frame)
d5e7c279 1524 {
ff11dfa1 1525 Lisp_Object frames;
1113d9db 1526
ff11dfa1 1527 last_nonminibuf_frame = 0;
d5e7c279 1528
ff11dfa1
JB
1529 for (frames = Vframe_list;
1530 CONSP (frames);
7539e11f 1531 frames = XCDR (frames))
d5e7c279 1532 {
7539e11f 1533 f = XFRAME (XCAR (frames));
ff11dfa1 1534 if (!FRAME_MINIBUF_ONLY_P (f))
d5e7c279 1535 {
ff11dfa1 1536 last_nonminibuf_frame = f;
d5e7c279
JB
1537 break;
1538 }
1539 }
1540 }
dc6f92b8 1541
8ceb7434
RS
1542 /* If there's no other frame on the same kboard, get out of
1543 single-kboard state if we're in it for this kboard. */
bedb9c0e
KL
1544 if (kb != NULL)
1545 {
1546 Lisp_Object frames;
1547 /* Some frame we found on the same kboard, or nil if there are none. */
1548 Lisp_Object frame_on_same_kboard;
8ceb7434 1549
bedb9c0e 1550 frame_on_same_kboard = Qnil;
8ceb7434 1551
bedb9c0e
KL
1552 for (frames = Vframe_list;
1553 CONSP (frames);
1554 frames = XCDR (frames))
1555 {
1556 Lisp_Object this;
1557 struct frame *f1;
8ceb7434 1558
bedb9c0e
KL
1559 this = XCAR (frames);
1560 if (!FRAMEP (this))
1561 abort ();
1562 f1 = XFRAME (this);
8ceb7434 1563
bedb9c0e
KL
1564 if (kb == FRAME_KBOARD (f1))
1565 frame_on_same_kboard = this;
1566 }
8ceb7434 1567
bedb9c0e
KL
1568 if (NILP (frame_on_same_kboard))
1569 not_single_kboard_state (kb);
1570 }
8ceb7434
RS
1571
1572
c4c6d073
KH
1573 /* If we've deleted this keyboard's default_minibuffer_frame, try to
1574 find another one. Prefer minibuffer-only frames, but also notice
1575 frames with other windows. */
bedb9c0e 1576 if (kb != NULL && EQ (frame, kb->Vdefault_minibuffer_frame))
1113d9db 1577 {
ff11dfa1 1578 Lisp_Object frames;
1113d9db 1579
ff11dfa1 1580 /* The last frame we saw with a minibuffer, minibuffer-only or not. */
ab9f008d 1581 Lisp_Object frame_with_minibuf;
32fda9ba
RS
1582 /* Some frame we found on the same kboard, or nil if there are none. */
1583 Lisp_Object frame_on_same_kboard;
1113d9db 1584
32fda9ba 1585 frame_on_same_kboard = Qnil;
ab9f008d 1586 frame_with_minibuf = Qnil;
32fda9ba 1587
ff11dfa1
JB
1588 for (frames = Vframe_list;
1589 CONSP (frames);
7539e11f 1590 frames = XCDR (frames))
1113d9db 1591 {
ab9f008d 1592 Lisp_Object this;
c4c6d073 1593 struct frame *f1;
1113d9db 1594
7539e11f 1595 this = XCAR (frames);
e35d291d 1596 if (!FRAMEP (this))
1113d9db 1597 abort ();
c4c6d073 1598 f1 = XFRAME (this);
1113d9db 1599
c4c6d073
KH
1600 /* Consider only frames on the same kboard
1601 and only those with minibuffers. */
bedb9c0e 1602 if (kb == FRAME_KBOARD (f1)
c4c6d073 1603 && FRAME_HAS_MINIBUF_P (f1))
1113d9db 1604 {
ff11dfa1 1605 frame_with_minibuf = this;
c4c6d073 1606 if (FRAME_MINIBUF_ONLY_P (f1))
1113d9db
JB
1607 break;
1608 }
32fda9ba 1609
bedb9c0e 1610 if (kb == FRAME_KBOARD (f1))
32fda9ba 1611 frame_on_same_kboard = this;
1113d9db
JB
1612 }
1613
32fda9ba
RS
1614 if (!NILP (frame_on_same_kboard))
1615 {
1616 /* We know that there must be some frame with a minibuffer out
1617 there. If this were not true, all of the frames present
1618 would have to be minibufferless, which implies that at some
1619 point their minibuffer frames must have been deleted, but
1620 that is prohibited at the top; you can't delete surrogate
1621 minibuffer frames. */
1622 if (NILP (frame_with_minibuf))
1623 abort ();
1113d9db 1624
bedb9c0e 1625 kb->Vdefault_minibuffer_frame = frame_with_minibuf;
32fda9ba
RS
1626 }
1627 else
1628 /* No frames left on this kboard--say no minibuffer either. */
bedb9c0e 1629 kb->Vdefault_minibuffer_frame = Qnil;
1113d9db
JB
1630 }
1631
e681c92a
RS
1632 /* Cause frame titles to update--necessary if we now have just one frame. */
1633 update_mode_lines = 1;
1634
dc6f92b8
JB
1635 return Qnil;
1636}
1637\f
1638/* Return mouse position in character cell units. */
1639
f9898cc6 1640DEFUN ("mouse-position", Fmouse_position, Smouse_position, 0, 0, 0,
14ff1ee0
PJ
1641 doc: /* Return a list (FRAME X . Y) giving the current mouse frame and position.
1642The position is given in character cells, where (0, 0) is the
d0cd961e
EZ
1643upper-left corner of the frame, X is the horizontal offset, and Y is
1644the vertical offset.
14ff1ee0
PJ
1645If Emacs is running on a mouseless terminal or hasn't been programmed
1646to read the mouse position, it returns the selected frame for FRAME
1647and nil for X and Y.
1648If `mouse-position-function' is non-nil, `mouse-position' calls it,
1649passing the normal return value to that function as an argument,
1650and returns whatever that function returns. */)
1651 ()
dc6f92b8 1652{
ff11dfa1 1653 FRAME_PTR f;
dbc4e1c1 1654 Lisp_Object lispy_dummy;
fd2777e0 1655 enum scroll_bar_part party_dummy;
beb0bc36 1656 Lisp_Object x, y, retval;
5384466a 1657 int col, row;
dbc4e1c1 1658 unsigned long long_dummy;
cb2255b3 1659 struct gcpro gcpro1;
dc6f92b8 1660
8d2666fe 1661 f = SELECTED_FRAME ();
c5074d8c
RS
1662 x = y = Qnil;
1663
67f6e31c 1664#if defined (HAVE_MOUSE) || defined (HAVE_GPM)
c5074d8c 1665 /* It's okay for the hook to refrain from storing anything. */
6ed8eeff
KL
1666 if (FRAME_TERMINAL (f)->mouse_position_hook)
1667 (*FRAME_TERMINAL (f)->mouse_position_hook) (&f, -1,
1668 &lispy_dummy, &party_dummy,
1669 &x, &y,
1670 &long_dummy);
76db7eb4
KH
1671 if (! NILP (x))
1672 {
1673 col = XINT (x);
1674 row = XINT (y);
8126c3b4 1675 pixel_to_glyph_coords (f, col, row, &col, &row, NULL, 1);
76db7eb4
KH
1676 XSETINT (x, col);
1677 XSETINT (y, row);
1678 }
f443c170 1679#endif
2d80a27a 1680 XSETFRAME (lispy_dummy, f);
beb0bc36 1681 retval = Fcons (lispy_dummy, Fcons (x, y));
cb2255b3 1682 GCPRO1 (retval);
beb0bc36 1683 if (!NILP (Vmouse_position_function))
cb2255b3
GM
1684 retval = call1 (Vmouse_position_function, retval);
1685 RETURN_UNGCPRO (retval);
dc6f92b8
JB
1686}
1687
152e6c70
RS
1688DEFUN ("mouse-pixel-position", Fmouse_pixel_position,
1689 Smouse_pixel_position, 0, 0, 0,
14ff1ee0
PJ
1690 doc: /* Return a list (FRAME X . Y) giving the current mouse frame and position.
1691The position is given in pixel units, where (0, 0) is the
d0cd961e
EZ
1692upper-left corner of the frame, X is the horizontal offset, and Y is
1693the vertical offset.
14ff1ee0
PJ
1694If Emacs is running on a mouseless terminal or hasn't been programmed
1695to read the mouse position, it returns the selected frame for FRAME
1696and nil for X and Y. */)
1697 ()
152e6c70
RS
1698{
1699 FRAME_PTR f;
1700 Lisp_Object lispy_dummy;
1701 enum scroll_bar_part party_dummy;
1702 Lisp_Object x, y;
152e6c70
RS
1703 unsigned long long_dummy;
1704
8d2666fe 1705 f = SELECTED_FRAME ();
152e6c70
RS
1706 x = y = Qnil;
1707
67f6e31c 1708#if defined (HAVE_MOUSE) || defined (HAVE_GPM)
152e6c70 1709 /* It's okay for the hook to refrain from storing anything. */
6ed8eeff
KL
1710 if (FRAME_TERMINAL (f)->mouse_position_hook)
1711 (*FRAME_TERMINAL (f)->mouse_position_hook) (&f, -1,
1712 &lispy_dummy, &party_dummy,
1713 &x, &y,
1714 &long_dummy);
0c5c1cf7 1715#endif
2d80a27a 1716 XSETFRAME (lispy_dummy, f);
152e6c70
RS
1717 return Fcons (lispy_dummy, Fcons (x, y));
1718}
1719
dc6f92b8 1720DEFUN ("set-mouse-position", Fset_mouse_position, Sset_mouse_position, 3, 3, 0,
14ff1ee0
PJ
1721 doc: /* Move the mouse pointer to the center of character cell (X,Y) in FRAME.
1722Coordinates are relative to the frame, not a window,
1723so the coordinates of the top left character in the frame
1724may be nonzero due to left-hand scroll bars or the menu bar.
1725
d0cd961e
EZ
1726The position is given in character cells, where (0, 0) is the
1727upper-left corner of the frame, X is the horizontal offset, and Y is
1728the vertical offset.
1729
14ff1ee0
PJ
1730This function is a no-op for an X frame that is not visible.
1731If you have just created a frame, you must wait for it to become visible
1732before calling this function on it, like this.
1733 (while (not (frame-visible-p frame)) (sleep-for .5)) */)
ff11dfa1
JB
1734 (frame, x, y)
1735 Lisp_Object frame, x, y;
dc6f92b8 1736{
b7826503
PJ
1737 CHECK_LIVE_FRAME (frame);
1738 CHECK_NUMBER (x);
1739 CHECK_NUMBER (y);
dc6f92b8 1740
dbc4e1c1 1741 /* I think this should be done with a hook. */
032d78fe
GV
1742#ifdef HAVE_WINDOW_SYSTEM
1743 if (FRAME_WINDOW_P (XFRAME (frame)))
d19be8a9 1744 /* Warping the mouse will cause enternotify and focus events. */
d4d76014 1745 x_set_mouse_position (XFRAME (frame), XINT (x), XINT (y));
bb221971 1746#else
be625e00 1747#if defined (MSDOS) && defined (HAVE_MOUSE)
bb221971
RS
1748 if (FRAME_MSDOS_P (XFRAME (frame)))
1749 {
216e6a14 1750 Fselect_frame (frame, Qnil);
bb221971
RS
1751 mouse_moveto (XINT (x), XINT (y));
1752 }
4d1d51d2
NR
1753#else
1754#ifdef HAVE_GPM
1755 {
216e6a14 1756 Fselect_frame (frame, Qnil);
4d1d51d2
NR
1757 term_mouse_moveto (XINT (x), XINT (y));
1758 }
1759#endif
bb221971 1760#endif
dc6f92b8
JB
1761#endif
1762
1763 return Qnil;
1764}
152e6c70
RS
1765
1766DEFUN ("set-mouse-pixel-position", Fset_mouse_pixel_position,
1767 Sset_mouse_pixel_position, 3, 3, 0,
14ff1ee0 1768 doc: /* Move the mouse pointer to pixel position (X,Y) in FRAME.
d0cd961e
EZ
1769The position is given in pixels, where (0, 0) is the upper-left corner
1770of the frame, X is the horizontal offset, and Y is the vertical offset.
1771
14ff1ee0
PJ
1772Note, this is a no-op for an X frame that is not visible.
1773If you have just created a frame, you must wait for it to become visible
1774before calling this function on it, like this.
1775 (while (not (frame-visible-p frame)) (sleep-for .5)) */)
152e6c70
RS
1776 (frame, x, y)
1777 Lisp_Object frame, x, y;
1778{
b7826503
PJ
1779 CHECK_LIVE_FRAME (frame);
1780 CHECK_NUMBER (x);
1781 CHECK_NUMBER (y);
152e6c70
RS
1782
1783 /* I think this should be done with a hook. */
032d78fe
GV
1784#ifdef HAVE_WINDOW_SYSTEM
1785 if (FRAME_WINDOW_P (XFRAME (frame)))
d19be8a9 1786 /* Warping the mouse will cause enternotify and focus events. */
d4d76014 1787 x_set_mouse_pixel_position (XFRAME (frame), XINT (x), XINT (y));
bb221971 1788#else
be625e00 1789#if defined (MSDOS) && defined (HAVE_MOUSE)
bb221971
RS
1790 if (FRAME_MSDOS_P (XFRAME (frame)))
1791 {
216e6a14 1792 Fselect_frame (frame, Qnil);
bb221971
RS
1793 mouse_moveto (XINT (x), XINT (y));
1794 }
67f6e31c
NR
1795#else
1796#ifdef HAVE_GPM
1797 {
216e6a14 1798 Fselect_frame (frame, Qnil);
67f6e31c
NR
1799 term_mouse_moveto (XINT (x), XINT (y));
1800 }
1801#endif
bb221971 1802#endif
152e6c70
RS
1803#endif
1804
1805 return Qnil;
1806}
dc6f92b8 1807\f
98ce1622
RS
1808static void make_frame_visible_1 P_ ((Lisp_Object));
1809
ff11dfa1 1810DEFUN ("make-frame-visible", Fmake_frame_visible, Smake_frame_visible,
fc25d15d 1811 0, 1, "",
14ff1ee0
PJ
1812 doc: /* Make the frame FRAME visible (assuming it is an X window).
1813If omitted, FRAME defaults to the currently selected frame. */)
1814 (frame)
ff11dfa1 1815 Lisp_Object frame;
dc6f92b8 1816{
1aa66088 1817 if (NILP (frame))
8d2666fe 1818 frame = selected_frame;
1aa66088 1819
b7826503 1820 CHECK_LIVE_FRAME (frame);
dc6f92b8 1821
dbc4e1c1 1822 /* I think this should be done with a hook. */
032d78fe
GV
1823#ifdef HAVE_WINDOW_SYSTEM
1824 if (FRAME_WINDOW_P (XFRAME (frame)))
02ff9dd5
RS
1825 {
1826 FRAME_SAMPLE_VISIBILITY (XFRAME (frame));
1827 x_make_frame_visible (XFRAME (frame));
1828 }
fd0c2bd1 1829#endif
dc6f92b8 1830
98ce1622
RS
1831 make_frame_visible_1 (XFRAME (frame)->root_window);
1832
d19be8a9 1833 /* Make menu bar update for the Buffers and Frames menus. */
565620a5
RS
1834 windows_or_buffers_changed++;
1835
ff11dfa1 1836 return frame;
dc6f92b8
JB
1837}
1838
98ce1622
RS
1839/* Update the display_time slot of the buffers shown in WINDOW
1840 and all its descendents. */
1841
1842static void
1843make_frame_visible_1 (window)
1844 Lisp_Object window;
1845{
1846 struct window *w;
1847
1848 for (;!NILP (window); window = w->next)
1849 {
1850 w = XWINDOW (window);
1851
1852 if (!NILP (w->buffer))
1853 XBUFFER (w->buffer)->display_time = Fcurrent_time ();
1854
1855 if (!NILP (w->vchild))
1856 make_frame_visible_1 (w->vchild);
1857 if (!NILP (w->hchild))
1858 make_frame_visible_1 (w->hchild);
1859 }
1860}
1861
ff11dfa1 1862DEFUN ("make-frame-invisible", Fmake_frame_invisible, Smake_frame_invisible,
808c0f20 1863 0, 2, "",
14ff1ee0
PJ
1864 doc: /* Make the frame FRAME invisible (assuming it is an X window).
1865If omitted, FRAME defaults to the currently selected frame.
1866Normally you may not make FRAME invisible if all other frames are invisible,
1867but if the second optional argument FORCE is non-nil, you may do so. */)
808c0f20
RS
1868 (frame, force)
1869 Lisp_Object frame, force;
dc6f92b8 1870{
1aa66088 1871 if (NILP (frame))
8d2666fe 1872 frame = selected_frame;
1aa66088 1873
b7826503 1874 CHECK_LIVE_FRAME (frame);
dc6f92b8 1875
808c0f20
RS
1876 if (NILP (force) && !other_visible_frames (XFRAME (frame)))
1877 error ("Attempt to make invisible the sole visible or iconified frame");
1878
3d378fdf 1879#if 0 /* This isn't logically necessary, and it can do GC. */
9c394f17 1880 /* Don't let the frame remain selected. */
8d2666fe 1881 if (EQ (frame, selected_frame))
216e6a14 1882 do_switch_frame (next_frame (frame, Qt), 0, 0, Qnil)
3d378fdf 1883#endif
9c394f17
RS
1884
1885 /* Don't allow minibuf_window to remain on a deleted frame. */
1886 if (EQ (XFRAME (frame)->minibuffer_window, minibuf_window))
1887 {
8d2666fe
GM
1888 struct frame *sf = XFRAME (selected_frame);
1889 Fset_window_buffer (sf->minibuffer_window,
5af5757b 1890 XWINDOW (minibuf_window)->buffer, Qnil);
8d2666fe 1891 minibuf_window = sf->minibuffer_window;
9c394f17
RS
1892 }
1893
dbc4e1c1 1894 /* I think this should be done with a hook. */
032d78fe
GV
1895#ifdef HAVE_WINDOW_SYSTEM
1896 if (FRAME_WINDOW_P (XFRAME (frame)))
ff11dfa1 1897 x_make_frame_invisible (XFRAME (frame));
fd0c2bd1 1898#endif
dc6f92b8 1899
d19be8a9 1900 /* Make menu bar update for the Buffers and Frames menus. */
565620a5
RS
1901 windows_or_buffers_changed++;
1902
dc6f92b8
JB
1903 return Qnil;
1904}
1905
ff11dfa1 1906DEFUN ("iconify-frame", Ficonify_frame, Siconify_frame,
1aa66088 1907 0, 1, "",
14ff1ee0
PJ
1908 doc: /* Make the frame FRAME into an icon.
1909If omitted, FRAME defaults to the currently selected frame. */)
ff11dfa1
JB
1910 (frame)
1911 Lisp_Object frame;
dc6f92b8 1912{
1aa66088 1913 if (NILP (frame))
8d2666fe 1914 frame = selected_frame;
177c0ea7 1915
b7826503 1916 CHECK_LIVE_FRAME (frame);
dc6f92b8 1917
3d378fdf 1918#if 0 /* This isn't logically necessary, and it can do GC. */
9c394f17 1919 /* Don't let the frame remain selected. */
8d2666fe 1920 if (EQ (frame, selected_frame))
20dc6fbb 1921 Fhandle_switch_frame (next_frame (frame, Qt));
3d378fdf 1922#endif
9c394f17
RS
1923
1924 /* Don't allow minibuf_window to remain on a deleted frame. */
1925 if (EQ (XFRAME (frame)->minibuffer_window, minibuf_window))
1926 {
8d2666fe
GM
1927 struct frame *sf = XFRAME (selected_frame);
1928 Fset_window_buffer (sf->minibuffer_window,
5af5757b 1929 XWINDOW (minibuf_window)->buffer, Qnil);
8d2666fe 1930 minibuf_window = sf->minibuffer_window;
9c394f17
RS
1931 }
1932
dbc4e1c1 1933 /* I think this should be done with a hook. */
032d78fe
GV
1934#ifdef HAVE_WINDOW_SYSTEM
1935 if (FRAME_WINDOW_P (XFRAME (frame)))
ff11dfa1 1936 x_iconify_frame (XFRAME (frame));
fd0c2bd1 1937#endif
dc6f92b8 1938
d19be8a9 1939 /* Make menu bar update for the Buffers and Frames menus. */
565620a5
RS
1940 windows_or_buffers_changed++;
1941
dc6f92b8
JB
1942 return Qnil;
1943}
1944
ff11dfa1 1945DEFUN ("frame-visible-p", Fframe_visible_p, Sframe_visible_p,
dc6f92b8 1946 1, 1, 0,
14ff1ee0
PJ
1947 doc: /* Return t if FRAME is now \"visible\" (actually in use for display).
1948A frame that is not \"visible\" is not updated and, if it works through
1949a window system, it may not show at all.
e4ed805e
LT
1950Return the symbol `icon' if frame is visible only as an icon.
1951
1952On a text-only terminal, all frames are considered visible, whether
1953they are currently being displayed or not, and this function returns t
1954for all frames. */)
14ff1ee0 1955 (frame)
ff11dfa1 1956 Lisp_Object frame;
dc6f92b8 1957{
b7826503 1958 CHECK_LIVE_FRAME (frame);
dc6f92b8 1959
5c044f55
RS
1960 FRAME_SAMPLE_VISIBILITY (XFRAME (frame));
1961
a42e9724 1962 if (FRAME_VISIBLE_P (XFRAME (frame)))
dc6f92b8 1963 return Qt;
a42e9724 1964 if (FRAME_ICONIFIED_P (XFRAME (frame)))
fd0c2bd1 1965 return Qicon;
dc6f92b8
JB
1966 return Qnil;
1967}
1968
ff11dfa1 1969DEFUN ("visible-frame-list", Fvisible_frame_list, Svisible_frame_list,
dc6f92b8 1970 0, 0, 0,
14ff1ee0 1971 doc: /* Return a list of all frames now \"visible\" (being updated). */)
dc6f92b8
JB
1972 ()
1973{
ff11dfa1
JB
1974 Lisp_Object tail, frame;
1975 struct frame *f;
dc6f92b8
JB
1976 Lisp_Object value;
1977
1978 value = Qnil;
7539e11f 1979 for (tail = Vframe_list; CONSP (tail); tail = XCDR (tail))
dc6f92b8 1980 {
7539e11f 1981 frame = XCAR (tail);
e35d291d 1982 if (!FRAMEP (frame))
dc6f92b8 1983 continue;
ff11dfa1 1984 f = XFRAME (frame);
a42e9724 1985 if (FRAME_VISIBLE_P (f))
ff11dfa1 1986 value = Fcons (frame, value);
dc6f92b8
JB
1987 }
1988 return value;
1989}
d5e7c279
JB
1990
1991
e518d5e1 1992DEFUN ("raise-frame", Fraise_frame, Sraise_frame, 0, 1, "",
14ff1ee0 1993 doc: /* Bring FRAME to the front, so it occludes any frames it overlaps.
e4ed805e 1994If FRAME is invisible or iconified, make it visible.
14ff1ee0
PJ
1995If you don't specify a frame, the selected frame is used.
1996If Emacs is displaying on an ordinary terminal or some other device which
1bf72735 1997doesn't support multiple overlapping frames, this function selects FRAME. */)
14ff1ee0 1998 (frame)
dbc4e1c1
JB
1999 Lisp_Object frame;
2000{
428a555e 2001 struct frame *f;
828ac693 2002 if (NILP (frame))
8d2666fe 2003 frame = selected_frame;
828ac693 2004
b7826503 2005 CHECK_LIVE_FRAME (frame);
8a981af5 2006
428a555e 2007 f = XFRAME (frame);
a3547743 2008
1bf72735
MR
2009 if (FRAME_TERMCAP_P (f))
2010 /* On a text-only terminal select FRAME. */
216e6a14 2011 Fselect_frame (frame, Qnil);
1bf72735
MR
2012 else
2013 /* Do like the documentation says. */
2014 Fmake_frame_visible (frame);
8a981af5 2015
6ed8eeff
KL
2016 if (FRAME_TERMINAL (f)->frame_raise_lower_hook)
2017 (*FRAME_TERMINAL (f)->frame_raise_lower_hook) (f, 1);
dbc4e1c1
JB
2018
2019 return Qnil;
2020}
2021
b49f5578 2022/* Should we have a corresponding function called Flower_Power? */
e518d5e1 2023DEFUN ("lower-frame", Flower_frame, Slower_frame, 0, 1, "",
14ff1ee0
PJ
2024 doc: /* Send FRAME to the back, so it is occluded by any frames that overlap it.
2025If you don't specify a frame, the selected frame is used.
2026If Emacs is displaying on an ordinary terminal or some other device which
2027doesn't support multiple overlapping frames, this function does nothing. */)
2028 (frame)
dbc4e1c1
JB
2029 Lisp_Object frame;
2030{
428a555e 2031 struct frame *f;
a3547743 2032
828ac693 2033 if (NILP (frame))
8d2666fe 2034 frame = selected_frame;
828ac693 2035
b7826503 2036 CHECK_LIVE_FRAME (frame);
177c0ea7 2037
428a555e 2038 f = XFRAME (frame);
a3547743 2039
6ed8eeff
KL
2040 if (FRAME_TERMINAL (f)->frame_raise_lower_hook)
2041 (*FRAME_TERMINAL (f)->frame_raise_lower_hook) (f, 0);
dbc4e1c1
JB
2042
2043 return Qnil;
2044}
2045
d5e7c279 2046\f
ff11dfa1 2047DEFUN ("redirect-frame-focus", Fredirect_frame_focus, Sredirect_frame_focus,
d5e7c279 2048 1, 2, 0,
14ff1ee0
PJ
2049 doc: /* Arrange for keystrokes typed at FRAME to be sent to FOCUS-FRAME.
2050In other words, switch-frame events caused by events in FRAME will
2051request a switch to FOCUS-FRAME, and `last-event-frame' will be
2052FOCUS-FRAME after reading an event typed at FRAME.
2053
2054If FOCUS-FRAME is omitted or nil, any existing redirection is
2055cancelled, and the frame again receives its own keystrokes.
2056
2057Focus redirection is useful for temporarily redirecting keystrokes to
2058a surrogate minibuffer frame when a frame doesn't have its own
2059minibuffer window.
2060
66a9dbbe 2061A frame's focus redirection can be changed by `select-frame'. If frame
14ff1ee0
PJ
2062FOO is selected, and then a different frame BAR is selected, any
2063frames redirecting their focus to FOO are shifted to redirect their
2064focus to BAR. This allows focus redirection to work properly when the
2065user switches from one frame to another using `select-window'.
2066
2067This means that a frame whose focus is redirected to itself is treated
2068differently from a frame whose focus is redirected to nil; the former
66a9dbbe 2069is affected by `select-frame', while the latter is not.
14ff1ee0
PJ
2070
2071The redirection lasts until `redirect-frame-focus' is called to change it. */)
2072 (frame, focus_frame)
2073 Lisp_Object frame, focus_frame;
d5e7c279 2074{
428a555e 2075 struct frame *f;
a3547743 2076
13144095
JB
2077 /* Note that we don't check for a live frame here. It's reasonable
2078 to redirect the focus of a frame you're about to delete, if you
2079 know what other frame should receive those keystrokes. */
b7826503 2080 CHECK_FRAME (frame);
f9898cc6 2081
a42e9724 2082 if (! NILP (focus_frame))
b7826503 2083 CHECK_LIVE_FRAME (focus_frame);
d5e7c279 2084
428a555e 2085 f = XFRAME (frame);
a3547743 2086
428a555e 2087 f->focus_frame = focus_frame;
d5e7c279 2088
6ed8eeff
KL
2089 if (FRAME_TERMINAL (f)->frame_rehighlight_hook)
2090 (*FRAME_TERMINAL (f)->frame_rehighlight_hook) (f);
177c0ea7 2091
d5e7c279
JB
2092 return Qnil;
2093}
2094
2095
ff11dfa1 2096DEFUN ("frame-focus", Fframe_focus, Sframe_focus, 1, 1, 0,
14ff1ee0
PJ
2097 doc: /* Return the frame to which FRAME's keystrokes are currently being sent.
2098This returns nil if FRAME's focus is not redirected.
2099See `redirect-frame-focus'. */)
2100 (frame)
2101 Lisp_Object frame;
d5e7c279 2102{
b7826503 2103 CHECK_LIVE_FRAME (frame);
a42e9724 2104
ff11dfa1 2105 return FRAME_FOCUS_FRAME (XFRAME (frame));
d5e7c279
JB
2106}
2107
2108
dc6f92b8 2109\f
329ca574
RS
2110/* Return the value of frame parameter PROP in frame FRAME. */
2111
dc6f92b8 2112Lisp_Object
ff11dfa1
JB
2113get_frame_param (frame, prop)
2114 register struct frame *frame;
dc6f92b8
JB
2115 Lisp_Object prop;
2116{
2117 register Lisp_Object tem;
2118
ff11dfa1 2119 tem = Fassq (prop, frame->param_alist);
dc6f92b8
JB
2120 if (EQ (tem, Qnil))
2121 return tem;
2122 return Fcdr (tem);
2123}
2124
329ca574
RS
2125/* Return the buffer-predicate of the selected frame. */
2126
2127Lisp_Object
98ce1622
RS
2128frame_buffer_predicate (frame)
2129 Lisp_Object frame;
329ca574 2130{
98ce1622 2131 return XFRAME (frame)->buffer_predicate;
329ca574
RS
2132}
2133
fa54c6ae
RS
2134/* Return the buffer-list of the selected frame. */
2135
2136Lisp_Object
98ce1622
RS
2137frame_buffer_list (frame)
2138 Lisp_Object frame;
fa54c6ae 2139{
98ce1622 2140 return XFRAME (frame)->buffer_list;
fa54c6ae
RS
2141}
2142
2143/* Set the buffer-list of the selected frame. */
2144
2145void
98ce1622
RS
2146set_frame_buffer_list (frame, list)
2147 Lisp_Object frame, list;
fa54c6ae 2148{
98ce1622 2149 XFRAME (frame)->buffer_list = list;
fa54c6ae
RS
2150}
2151
a18b8cb5 2152/* Discard BUFFER from the buffer-list and buried-buffer-list of each frame. */
fa54c6ae
RS
2153
2154void
2155frames_discard_buffer (buffer)
2156 Lisp_Object buffer;
2157{
2158 Lisp_Object frame, tail;
2159
2160 FOR_EACH_FRAME (tail, frame)
2161 {
2162 XFRAME (frame)->buffer_list
2163 = Fdelq (buffer, XFRAME (frame)->buffer_list);
a18b8cb5
KL
2164 XFRAME (frame)->buried_buffer_list
2165 = Fdelq (buffer, XFRAME (frame)->buried_buffer_list);
fa54c6ae
RS
2166 }
2167}
2168
329ca574
RS
2169/* Modify the alist in *ALISTPTR to associate PROP with VAL.
2170 If the alist already has an element for PROP, we change it. */
2171
dc6f92b8 2172void
fd0c2bd1 2173store_in_alist (alistptr, prop, val)
dc6f92b8 2174 Lisp_Object *alistptr, val;
fd0c2bd1 2175 Lisp_Object prop;
dc6f92b8
JB
2176{
2177 register Lisp_Object tem;
dc6f92b8 2178
dc6f92b8
JB
2179 tem = Fassq (prop, *alistptr);
2180 if (EQ (tem, Qnil))
2181 *alistptr = Fcons (Fcons (prop, val), *alistptr);
2182 else
2183 Fsetcdr (tem, val);
2184}
2185
e5317d61
EZ
2186static int
2187frame_name_fnn_p (str, len)
2188 char *str;
0432e6a1 2189 EMACS_INT len;
e5317d61
EZ
2190{
2191 if (len > 1 && str[0] == 'F')
2192 {
2193 char *end_ptr;
e5317d61 2194
48970f2f
EZ
2195 strtol (str + 1, &end_ptr, 10);
2196
e5317d61
EZ
2197 if (end_ptr == str + len)
2198 return 1;
2199 }
2200 return 0;
2201}
2202
2203/* Set the name of the terminal frame. Also used by MSDOS frames.
2204 Modeled after x_set_name which is used for WINDOW frames. */
2205
66a9dbbe 2206static void
e5317d61
EZ
2207set_term_frame_name (f, name)
2208 struct frame *f;
2209 Lisp_Object name;
2210{
2211 f->explicit_name = ! NILP (name);
2212
2213 /* If NAME is nil, set the name to F<num>. */
2214 if (NILP (name))
2215 {
2216 char namebuf[20];
2217
2218 /* Check for no change needed in this very common case
2219 before we do any consing. */
d5db4077
KR
2220 if (frame_name_fnn_p (SDATA (f->name),
2221 SBYTES (f->name)))
e5317d61
EZ
2222 return;
2223
6ed8eeff
KL
2224 tty_frame_count++;
2225 sprintf (namebuf, "F%d", tty_frame_count);
e5317d61
EZ
2226 name = build_string (namebuf);
2227 }
2228 else
2229 {
b7826503 2230 CHECK_STRING (name);
e5317d61
EZ
2231
2232 /* Don't change the name if it's already NAME. */
2233 if (! NILP (Fstring_equal (name, f->name)))
2234 return;
2235
2236 /* Don't allow the user to set the frame name to F<num>, so it
2237 doesn't clash with the names we generate for terminal frames. */
d5db4077 2238 if (frame_name_fnn_p (SDATA (name), SBYTES (name)))
e5317d61
EZ
2239 error ("Frame names of the form F<num> are usurped by Emacs");
2240 }
2241
2242 f->name = name;
2243 update_mode_lines = 1;
2244}
2245
dc6f92b8 2246void
ff11dfa1
JB
2247store_frame_param (f, prop, val)
2248 struct frame *f;
dc6f92b8
JB
2249 Lisp_Object prop, val;
2250{
7eb63b72 2251 register Lisp_Object old_alist_elt;
dc6f92b8 2252
a18b8cb5
KL
2253 /* The buffer-list parameters are stored in a special place and not
2254 in the alist. */
fa54c6ae
RS
2255 if (EQ (prop, Qbuffer_list))
2256 {
2257 f->buffer_list = val;
2258 return;
2259 }
a18b8cb5
KL
2260 if (EQ (prop, Qburied_buffer_list))
2261 {
2262 f->buried_buffer_list = val;
2263 return;
2264 }
fa54c6ae 2265
7eb63b72
GM
2266 /* If PROP is a symbol which is supposed to have frame-local values,
2267 and it is set up based on this frame, switch to the global
2268 binding. That way, we can create or alter the frame-local binding
2269 without messing up the symbol's status. */
2270 if (SYMBOLP (prop))
2271 {
2272 Lisp_Object valcontents;
f5c1dd0d 2273 valcontents = SYMBOL_VALUE (prop);
67ee9f6e 2274 if ((BUFFER_LOCAL_VALUEP (valcontents))
7eb63b72 2275 && XBUFFER_LOCAL_VALUE (valcontents)->check_frame
486420a9 2276 && XBUFFER_LOCAL_VALUE (valcontents)->found_for_frame
7eb63b72
GM
2277 && XFRAME (XBUFFER_LOCAL_VALUE (valcontents)->frame) == f)
2278 swap_in_global_binding (prop);
2279 }
2280
94674d18 2281#ifndef WINDOWSNT
9b2cd403
SM
2282 /* The tty color needed to be set before the frame's parameter
2283 alist was updated with the new value. This is not true any more,
2284 but we still do this test early on. */
2285 if (FRAME_TERMCAP_P (f) && EQ (prop, Qtty_color_mode)
2286 && f == FRAME_TTY (f)->previous_frame)
2287 /* Force redisplay of this tty. */
2288 FRAME_TTY (f)->previous_frame = NULL;
94674d18
EZ
2289#endif
2290
7eb63b72
GM
2291 /* Update the frame parameter alist. */
2292 old_alist_elt = Fassq (prop, f->param_alist);
2293 if (EQ (old_alist_elt, Qnil))
ff11dfa1 2294 f->param_alist = Fcons (Fcons (prop, val), f->param_alist);
dc6f92b8 2295 else
7eb63b72 2296 Fsetcdr (old_alist_elt, val);
bc93c097 2297
7eb63b72
GM
2298 /* Update some other special parameters in their special places
2299 in addition to the alist. */
177c0ea7 2300
329ca574
RS
2301 if (EQ (prop, Qbuffer_predicate))
2302 f->buffer_predicate = val;
2303
032d78fe 2304 if (! FRAME_WINDOW_P (f))
e5317d61
EZ
2305 {
2306 if (EQ (prop, Qmenu_bar_lines))
2307 set_menu_bar_lines (f, val, make_number (FRAME_MENU_BAR_LINES (f)));
2308 else if (EQ (prop, Qname))
2309 set_term_frame_name (f, val);
2310 }
a249de79 2311
e35d291d 2312 if (EQ (prop, Qminibuffer) && WINDOWP (val))
bc93c097
JB
2313 {
2314 if (! MINI_WINDOW_P (XWINDOW (val)))
6b61353c 2315 error ("Surrogate minibuffer windows must be minibuffer windows");
bc93c097 2316
213bac8a 2317 if ((FRAME_HAS_MINIBUF_P (f) || FRAME_MINIBUF_ONLY_P (f))
7af7ef38
KH
2318 && !EQ (val, f->minibuffer_window))
2319 error ("Can't change the surrogate minibuffer of a frame with its own minibuffer");
bc93c097
JB
2320
2321 /* Install the chosen minibuffer window, with proper buffer. */
ff11dfa1 2322 f->minibuffer_window = val;
bc93c097 2323 }
dc6f92b8
JB
2324}
2325
ff11dfa1 2326DEFUN ("frame-parameters", Fframe_parameters, Sframe_parameters, 0, 1, 0,
14ff1ee0
PJ
2327 doc: /* Return the parameters-alist of frame FRAME.
2328It is a list of elements of the form (PARM . VALUE), where PARM is a symbol.
2329The meaningful PARMs depend on the kind of frame.
2330If FRAME is omitted, return information on the currently selected frame. */)
2331 (frame)
ff11dfa1 2332 Lisp_Object frame;
dc6f92b8
JB
2333{
2334 Lisp_Object alist;
f769f1b2 2335 FRAME_PTR f;
dd10ec4f 2336 int height, width;
57629833 2337 struct gcpro gcpro1;
dc6f92b8 2338
03390a72 2339 if (NILP (frame))
8d2666fe
GM
2340 frame = selected_frame;
2341
b7826503 2342 CHECK_FRAME (frame);
8d2666fe 2343 f = XFRAME (frame);
dc6f92b8 2344
f769f1b2 2345 if (!FRAME_LIVE_P (f))
dc6f92b8
JB
2346 return Qnil;
2347
ff11dfa1 2348 alist = Fcopy_alist (f->param_alist);
57629833 2349 GCPRO1 (alist);
177c0ea7 2350
2d764c78 2351 if (!FRAME_WINDOW_P (f))
bb221971 2352 {
4aec4b29
EZ
2353 int fg = FRAME_FOREGROUND_PIXEL (f);
2354 int bg = FRAME_BACKGROUND_PIXEL (f);
e1d0bbc9
EZ
2355 Lisp_Object elt;
2356
2357 /* If the frame's parameter alist says the colors are
2358 unspecified and reversed, take the frame's background pixel
2359 for foreground and vice versa. */
2360 elt = Fassq (Qforeground_color, alist);
19b5e79b 2361 if (CONSP (elt) && STRINGP (XCDR (elt)))
70de9f06 2362 {
d5db4077 2363 if (strncmp (SDATA (XCDR (elt)),
70de9f06 2364 unspecified_bg,
d5db4077 2365 SCHARS (XCDR (elt))) == 0)
70de9f06 2366 store_in_alist (&alist, Qforeground_color, tty_color_name (f, bg));
d5db4077 2367 else if (strncmp (SDATA (XCDR (elt)),
70de9f06 2368 unspecified_fg,
d5db4077 2369 SCHARS (XCDR (elt))) == 0)
70de9f06
EZ
2370 store_in_alist (&alist, Qforeground_color, tty_color_name (f, fg));
2371 }
e1d0bbc9
EZ
2372 else
2373 store_in_alist (&alist, Qforeground_color, tty_color_name (f, fg));
2374 elt = Fassq (Qbackground_color, alist);
19b5e79b 2375 if (CONSP (elt) && STRINGP (XCDR (elt)))
70de9f06 2376 {
d5db4077 2377 if (strncmp (SDATA (XCDR (elt)),
70de9f06 2378 unspecified_fg,
d5db4077 2379 SCHARS (XCDR (elt))) == 0)
70de9f06 2380 store_in_alist (&alist, Qbackground_color, tty_color_name (f, fg));
d5db4077 2381 else if (strncmp (SDATA (XCDR (elt)),
70de9f06 2382 unspecified_bg,
d5db4077 2383 SCHARS (XCDR (elt))) == 0)
70de9f06
EZ
2384 store_in_alist (&alist, Qbackground_color, tty_color_name (f, bg));
2385 }
e1d0bbc9
EZ
2386 else
2387 store_in_alist (&alist, Qbackground_color, tty_color_name (f, bg));
2d764c78
EZ
2388 store_in_alist (&alist, intern ("font"),
2389 build_string (FRAME_MSDOS_P (f)
2390 ? "ms-dos"
4ec0d3c1 2391 : FRAME_W32_P (f) ? "w32term"
4ec0d3c1 2392 :"tty"));
bb221971 2393 }
fd0c2bd1 2394 store_in_alist (&alist, Qname, f->name);
5af5757b 2395 height = (f->new_text_lines ? f->new_text_lines : FRAME_LINES (f));
dd10ec4f 2396 store_in_alist (&alist, Qheight, make_number (height));
5af5757b 2397 width = (f->new_text_cols ? f->new_text_cols : FRAME_COLS (f));
dd10ec4f 2398 store_in_alist (&alist, Qwidth, make_number (width));
f769f1b2 2399 store_in_alist (&alist, Qmodeline, (FRAME_WANTS_MODELINE_P (f) ? Qt : Qnil));
fd0c2bd1 2400 store_in_alist (&alist, Qminibuffer,
39acc701 2401 (! FRAME_HAS_MINIBUF_P (f) ? Qnil
f769f1b2
KH
2402 : FRAME_MINIBUF_ONLY_P (f) ? Qonly
2403 : FRAME_MINIBUF_WINDOW (f)));
2404 store_in_alist (&alist, Qunsplittable, (FRAME_NO_SPLIT_P (f) ? Qt : Qnil));
03390a72 2405 store_in_alist (&alist, Qbuffer_list, frame_buffer_list (frame));
a18b8cb5 2406 store_in_alist (&alist, Qburied_buffer_list, XFRAME (frame)->buried_buffer_list);
fd0c2bd1 2407
dbc4e1c1 2408 /* I think this should be done with a hook. */
032d78fe
GV
2409#ifdef HAVE_WINDOW_SYSTEM
2410 if (FRAME_WINDOW_P (f))
ff11dfa1 2411 x_report_frame_params (f, &alist);
b6dd20ed 2412 else
fd0c2bd1 2413#endif
16a3738c
KH
2414 {
2415 /* This ought to be correct in f->param_alist for an X frame. */
2416 Lisp_Object lines;
f4e93c40 2417 XSETFASTINT (lines, FRAME_MENU_BAR_LINES (f));
16a3738c
KH
2418 store_in_alist (&alist, Qmenu_bar_lines, lines);
2419 }
57629833
GM
2420
2421 UNGCPRO;
dc6f92b8
JB
2422 return alist;
2423}
2424
8b60f7bc
GM
2425
2426DEFUN ("frame-parameter", Fframe_parameter, Sframe_parameter, 2, 2, 0,
14ff1ee0
PJ
2427 doc: /* Return FRAME's value for parameter PARAMETER.
2428If FRAME is nil, describe the currently selected frame. */)
2429 (frame, parameter)
2430 Lisp_Object frame, parameter;
8b60f7bc
GM
2431{
2432 struct frame *f;
2433 Lisp_Object value;
2434
2435 if (NILP (frame))
2436 frame = selected_frame;
2437 else
b7826503
PJ
2438 CHECK_FRAME (frame);
2439 CHECK_SYMBOL (parameter);
177c0ea7 2440
8b60f7bc
GM
2441 f = XFRAME (frame);
2442 value = Qnil;
177c0ea7 2443
8b60f7bc
GM
2444 if (FRAME_LIVE_P (f))
2445 {
5cd62b8c 2446 /* Avoid consing in frequent cases. */
67d853e6
GM
2447 if (EQ (parameter, Qname))
2448 value = f->name;
6345f6aa
GM
2449#ifdef HAVE_X_WINDOWS
2450 else if (EQ (parameter, Qdisplay) && FRAME_X_P (f))
2451 value = XCAR (FRAME_X_DISPLAY_INFO (f)->name_list_element);
2452#endif /* HAVE_X_WINDOWS */
75700ff2
GM
2453 else if (EQ (parameter, Qbackground_color)
2454 || EQ (parameter, Qforeground_color))
67d853e6
GM
2455 {
2456 value = Fassq (parameter, f->param_alist);
2457 if (CONSP (value))
5f65b39d 2458 {
5f65b39d
EZ
2459 value = XCDR (value);
2460 /* Fframe_parameters puts the actual fg/bg color names,
2461 even if f->param_alist says otherwise. This is
2462 important when param_alist's notion of colors is
2463 "unspecified". We need to do the same here. */
2464 if (STRINGP (value) && !FRAME_WINDOW_P (f))
2465 {
c9b08ba8 2466 const char *color_name;
e1d0bbc9
EZ
2467 EMACS_INT csz;
2468
2469 if (EQ (parameter, Qbackground_color))
2470 {
d5db4077
KR
2471 color_name = SDATA (value);
2472 csz = SCHARS (value);
e1d0bbc9
EZ
2473 if (strncmp (color_name, unspecified_bg, csz) == 0)
2474 value = tty_color_name (f, FRAME_BACKGROUND_PIXEL (f));
2475 else if (strncmp (color_name, unspecified_fg, csz) == 0)
2476 value = tty_color_name (f, FRAME_FOREGROUND_PIXEL (f));
2477 }
2478 else if (EQ (parameter, Qforeground_color))
2479 {
d5db4077
KR
2480 color_name = SDATA (value);
2481 csz = SCHARS (value);
e1d0bbc9
EZ
2482 if (strncmp (color_name, unspecified_fg, csz) == 0)
2483 value = tty_color_name (f, FRAME_FOREGROUND_PIXEL (f));
2484 else if (strncmp (color_name, unspecified_bg, csz) == 0)
2485 value = tty_color_name (f, FRAME_BACKGROUND_PIXEL (f));
2486 }
5f65b39d
EZ
2487 }
2488 }
b23236fb
EZ
2489 else
2490 value = Fcdr (Fassq (parameter, Fframe_parameters (frame)));
67d853e6 2491 }
75700ff2
GM
2492 else if (EQ (parameter, Qdisplay_type)
2493 || EQ (parameter, Qbackground_mode))
75700ff2
GM
2494 value = Fcdr (Fassq (parameter, f->param_alist));
2495 else
2496 value = Fcdr (Fassq (parameter, Fframe_parameters (frame)));
8b60f7bc 2497 }
177c0ea7 2498
8b60f7bc
GM
2499 return value;
2500}
2501
2502
177c0ea7 2503DEFUN ("modify-frame-parameters", Fmodify_frame_parameters,
ff11dfa1 2504 Smodify_frame_parameters, 2, 2, 0,
14ff1ee0
PJ
2505 doc: /* Modify the parameters of frame FRAME according to ALIST.
2506If FRAME is nil, it defaults to the selected frame.
2507ALIST is an alist of parameters to change and their new values.
2508Each element of ALIST has the form (PARM . VALUE), where PARM is a symbol.
2509The meaningful PARMs depend on the kind of frame.
2510Undefined PARMs are ignored, but stored in the frame's parameter list
2511so that `frame-parameters' will return them.
2512
2513The value of frame parameter FOO can also be accessed
2514as a frame-local binding for the variable FOO, if you have
cf36572d
GM
2515enabled such bindings for that variable with `make-variable-frame-local'.
2516Note that this functionality is obsolete as of Emacs 22.2, and its
2517use is not recommended. Explicitly check for a frame-parameter instead. */)
14ff1ee0 2518 (frame, alist)
ff11dfa1 2519 Lisp_Object frame, alist;
dc6f92b8 2520{
fd0c2bd1 2521 FRAME_PTR f;
213bac8a 2522 register Lisp_Object tail, prop, val;
dc6f92b8 2523
ff11dfa1 2524 if (EQ (frame, Qnil))
8d2666fe 2525 frame = selected_frame;
b7826503 2526 CHECK_LIVE_FRAME (frame);
8d2666fe 2527 f = XFRAME (frame);
dc6f92b8 2528
dbc4e1c1 2529 /* I think this should be done with a hook. */
032d78fe
GV
2530#ifdef HAVE_WINDOW_SYSTEM
2531 if (FRAME_WINDOW_P (f))
fd0c2bd1 2532 x_set_frame_parameters (f, alist);
329ca574 2533 else
bb221971
RS
2534#endif
2535#ifdef MSDOS
2536 if (FRAME_MSDOS_P (f))
2537 IT_set_frame_parameters (f, alist);
2538 else
329ca574 2539#endif
574a1a90 2540
41d44f1f
RS
2541 {
2542 int length = XINT (Flength (alist));
2543 int i;
2544 Lisp_Object *parms
2545 = (Lisp_Object *) alloca (length * sizeof (Lisp_Object));
2546 Lisp_Object *values
2547 = (Lisp_Object *) alloca (length * sizeof (Lisp_Object));
2548
2549 /* Extract parm names and values into those vectors. */
2550
2551 i = 0;
d7b10f4c 2552 for (tail = alist; CONSP (tail); tail = XCDR (tail))
41d44f1f 2553 {
213bac8a 2554 Lisp_Object elt;
41d44f1f 2555
d7b10f4c 2556 elt = XCAR (tail);
41d44f1f
RS
2557 parms[i] = Fcar (elt);
2558 values[i] = Fcdr (elt);
2559 i++;
2560 }
2561
2562 /* Now process them in reverse of specified order. */
2563 for (i--; i >= 0; i--)
2564 {
2565 prop = parms[i];
2566 val = values[i];
2567 store_frame_param (f, prop, val);
33d537f0
JL
2568
2569 /* Changing the background color might change the background
2570 mode, so that we have to load new defface specs.
2571 Call frame-set-background-mode to do that. */
2572 if (EQ (prop, Qbackground_color))
2573 call1 (Qframe_set_background_mode, frame);
41d44f1f
RS
2574 }
2575 }
3b58be21 2576 return Qnil;
dc6f92b8
JB
2577}
2578\f
a26a1f95 2579DEFUN ("frame-char-height", Fframe_char_height, Sframe_char_height,
14ff1ee0
PJ
2580 0, 1, 0,
2581 doc: /* Height in pixels of a line in the font in frame FRAME.
2582If FRAME is omitted, the selected frame is used.
2583For a terminal frame, the value is always 1. */)
ff11dfa1
JB
2584 (frame)
2585 Lisp_Object frame;
dc6f92b8 2586{
a26a1f95 2587 struct frame *f;
dc6f92b8 2588
a26a1f95 2589 if (NILP (frame))
8d2666fe 2590 frame = selected_frame;
b7826503 2591 CHECK_FRAME (frame);
8d2666fe 2592 f = XFRAME (frame);
a26a1f95 2593
032d78fe
GV
2594#ifdef HAVE_WINDOW_SYSTEM
2595 if (FRAME_WINDOW_P (f))
a26a1f95
RS
2596 return make_number (x_char_height (f));
2597 else
dc6d9681 2598#endif
a26a1f95
RS
2599 return make_number (1);
2600}
dc6d9681 2601
dc6f92b8 2602
a26a1f95 2603DEFUN ("frame-char-width", Fframe_char_width, Sframe_char_width,
14ff1ee0
PJ
2604 0, 1, 0,
2605 doc: /* Width in pixels of characters in the font in frame FRAME.
2606If FRAME is omitted, the selected frame is used.
31b7cc74 2607On a graphical screen, the width is the standard width of the default font.
14ff1ee0
PJ
2608For a terminal screen, the value is always 1. */)
2609 (frame)
a26a1f95 2610 Lisp_Object frame;
dc6f92b8 2611{
a26a1f95
RS
2612 struct frame *f;
2613
2614 if (NILP (frame))
8d2666fe 2615 frame = selected_frame;
b7826503 2616 CHECK_FRAME (frame);
8d2666fe 2617 f = XFRAME (frame);
a26a1f95 2618
032d78fe
GV
2619#ifdef HAVE_WINDOW_SYSTEM
2620 if (FRAME_WINDOW_P (f))
a26a1f95
RS
2621 return make_number (x_char_width (f));
2622 else
2623#endif
2624 return make_number (1);
dc6f92b8
JB
2625}
2626
177c0ea7 2627DEFUN ("frame-pixel-height", Fframe_pixel_height,
a26a1f95 2628 Sframe_pixel_height, 0, 1, 0,
14ff1ee0
PJ
2629 doc: /* Return a FRAME's height in pixels.
2630This counts only the height available for text lines,
2631not menu bars on window-system Emacs frames.
2632For a terminal frame, the result really gives the height in characters.
2633If FRAME is omitted, the selected frame is used. */)
2634 (frame)
a26a1f95 2635 Lisp_Object frame;
dc6f92b8 2636{
a26a1f95
RS
2637 struct frame *f;
2638
2639 if (NILP (frame))
8d2666fe 2640 frame = selected_frame;
b7826503 2641 CHECK_FRAME (frame);
8d2666fe 2642 f = XFRAME (frame);
a26a1f95 2643
032d78fe
GV
2644#ifdef HAVE_WINDOW_SYSTEM
2645 if (FRAME_WINDOW_P (f))
a26a1f95
RS
2646 return make_number (x_pixel_height (f));
2647 else
dc6d9681 2648#endif
5af5757b 2649 return make_number (FRAME_LINES (f));
a26a1f95
RS
2650}
2651
177c0ea7 2652DEFUN ("frame-pixel-width", Fframe_pixel_width,
a26a1f95 2653 Sframe_pixel_width, 0, 1, 0,
14ff1ee0
PJ
2654 doc: /* Return FRAME's width in pixels.
2655For a terminal frame, the result really gives the width in characters.
2656If FRAME is omitted, the selected frame is used. */)
2657 (frame)
a26a1f95
RS
2658 Lisp_Object frame;
2659{
2660 struct frame *f;
2661
2662 if (NILP (frame))
8d2666fe 2663 frame = selected_frame;
b7826503 2664 CHECK_FRAME (frame);
8d2666fe 2665 f = XFRAME (frame);
dc6f92b8 2666
032d78fe
GV
2667#ifdef HAVE_WINDOW_SYSTEM
2668 if (FRAME_WINDOW_P (f))
a26a1f95
RS
2669 return make_number (x_pixel_width (f));
2670 else
2671#endif
5af5757b 2672 return make_number (FRAME_COLS (f));
a26a1f95
RS
2673}
2674\f
ff11dfa1 2675DEFUN ("set-frame-height", Fset_frame_height, Sset_frame_height, 2, 3, 0,
14ff1ee0
PJ
2676 doc: /* Specify that the frame FRAME has LINES lines.
2677Optional third arg non-nil means that redisplay should use LINES lines
2678but that the idea of the actual height of the frame should not be changed. */)
2679 (frame, lines, pretend)
735eeca3 2680 Lisp_Object frame, lines, pretend;
dc6f92b8 2681{
ff11dfa1 2682 register struct frame *f;
dc6f92b8 2683
b7826503 2684 CHECK_NUMBER (lines);
ff11dfa1 2685 if (NILP (frame))
8d2666fe 2686 frame = selected_frame;
b7826503 2687 CHECK_LIVE_FRAME (frame);
8d2666fe 2688 f = XFRAME (frame);
dc6f92b8 2689
dbc4e1c1 2690 /* I think this should be done with a hook. */
032d78fe
GV
2691#ifdef HAVE_WINDOW_SYSTEM
2692 if (FRAME_WINDOW_P (f))
dc6f92b8 2693 {
5af5757b
KS
2694 if (XINT (lines) != FRAME_LINES (f))
2695 x_set_window_size (f, 1, FRAME_COLS (f), XINT (lines));
32347cf4 2696 do_pending_window_change (0);
dc6f92b8
JB
2697 }
2698 else
fd0c2bd1 2699#endif
32347cf4 2700 change_frame_size (f, XINT (lines), 0, !NILP (pretend), 0, 0);
dc6f92b8
JB
2701 return Qnil;
2702}
2703
ff11dfa1 2704DEFUN ("set-frame-width", Fset_frame_width, Sset_frame_width, 2, 3, 0,
14ff1ee0
PJ
2705 doc: /* Specify that the frame FRAME has COLS columns.
2706Optional third arg non-nil means that redisplay should use COLS columns
2707but that the idea of the actual width of the frame should not be changed. */)
2708 (frame, cols, pretend)
fd0c2bd1 2709 Lisp_Object frame, cols, pretend;
dc6f92b8 2710{
ff11dfa1 2711 register struct frame *f;
b7826503 2712 CHECK_NUMBER (cols);
ff11dfa1 2713 if (NILP (frame))
8d2666fe 2714 frame = selected_frame;
b7826503 2715 CHECK_LIVE_FRAME (frame);
8d2666fe 2716 f = XFRAME (frame);
dc6f92b8 2717
dbc4e1c1 2718 /* I think this should be done with a hook. */
032d78fe
GV
2719#ifdef HAVE_WINDOW_SYSTEM
2720 if (FRAME_WINDOW_P (f))
dc6f92b8 2721 {
5af5757b
KS
2722 if (XINT (cols) != FRAME_COLS (f))
2723 x_set_window_size (f, 1, XINT (cols), FRAME_LINES (f));
32347cf4 2724 do_pending_window_change (0);
dc6f92b8
JB
2725 }
2726 else
fd0c2bd1 2727#endif
32347cf4 2728 change_frame_size (f, 0, XINT (cols), !NILP (pretend), 0, 0);
dc6f92b8
JB
2729 return Qnil;
2730}
2731
ff11dfa1 2732DEFUN ("set-frame-size", Fset_frame_size, Sset_frame_size, 3, 3, 0,
14ff1ee0
PJ
2733 doc: /* Sets size of FRAME to COLS by ROWS, measured in characters. */)
2734 (frame, cols, rows)
ff11dfa1 2735 Lisp_Object frame, cols, rows;
dc6f92b8 2736{
ff11dfa1 2737 register struct frame *f;
dc6f92b8 2738
b7826503
PJ
2739 CHECK_LIVE_FRAME (frame);
2740 CHECK_NUMBER (cols);
2741 CHECK_NUMBER (rows);
ff11dfa1 2742 f = XFRAME (frame);
dc6f92b8 2743
dbc4e1c1 2744 /* I think this should be done with a hook. */
032d78fe
GV
2745#ifdef HAVE_WINDOW_SYSTEM
2746 if (FRAME_WINDOW_P (f))
dc6f92b8 2747 {
5af5757b
KS
2748 if (XINT (rows) != FRAME_LINES (f)
2749 || XINT (cols) != FRAME_COLS (f)
2750 || f->new_text_lines || f->new_text_cols)
808c0f20 2751 x_set_window_size (f, 1, XINT (cols), XINT (rows));
32347cf4 2752 do_pending_window_change (0);
dc6f92b8
JB
2753 }
2754 else
fd0c2bd1 2755#endif
32347cf4 2756 change_frame_size (f, XINT (rows), XINT (cols), 0, 0, 0);
dc6f92b8
JB
2757
2758 return Qnil;
2759}
2760
177c0ea7 2761DEFUN ("set-frame-position", Fset_frame_position,
ff11dfa1 2762 Sset_frame_position, 3, 3, 0,
14ff1ee0
PJ
2763 doc: /* Sets position of FRAME in pixels to XOFFSET by YOFFSET.
2764This is actually the position of the upper left corner of the frame.
2765Negative values for XOFFSET or YOFFSET are interpreted relative to
2766the rightmost or bottommost possible position (that stays within the screen). */)
2767 (frame, xoffset, yoffset)
ff11dfa1 2768 Lisp_Object frame, xoffset, yoffset;
dc6f92b8 2769{
ff11dfa1 2770 register struct frame *f;
dc6f92b8 2771
b7826503
PJ
2772 CHECK_LIVE_FRAME (frame);
2773 CHECK_NUMBER (xoffset);
2774 CHECK_NUMBER (yoffset);
ff11dfa1 2775 f = XFRAME (frame);
dc6f92b8 2776
dbc4e1c1 2777 /* I think this should be done with a hook. */
032d78fe
GV
2778#ifdef HAVE_WINDOW_SYSTEM
2779 if (FRAME_WINDOW_P (f))
c7c70761 2780 x_set_offset (f, XINT (xoffset), XINT (yoffset), 1);
fd0c2bd1 2781#endif
dc6f92b8
JB
2782
2783 return Qt;
2784}
dc6d9681 2785
dc6f92b8 2786\f
972f4259
KS
2787/***********************************************************************
2788 Frame Parameters
2789 ***********************************************************************/
2790
2791/* Connect the frame-parameter names for X frames
2792 to the ways of passing the parameter values to the window system.
2793
2794 The name of a parameter, as a Lisp symbol,
2795 has an `x-frame-parameter' property which is an integer in Lisp
2796 that is an index in this table. */
2797
2798struct frame_parm_table {
2799 char *name;
2800 Lisp_Object *variable;
2801};
2802
2803static struct frame_parm_table frame_parms[] =
2804{
2805 {"auto-raise", &Qauto_raise},
2806 {"auto-lower", &Qauto_lower},
2807 {"background-color", 0},
2808 {"border-color", &Qborder_color},
2809 {"border-width", &Qborder_width},
2810 {"cursor-color", &Qcursor_color},
2811 {"cursor-type", &Qcursor_type},
2812 {"font", 0},
2813 {"foreground-color", 0},
2814 {"icon-name", &Qicon_name},
2815 {"icon-type", &Qicon_type},
2816 {"internal-border-width", &Qinternal_border_width},
2817 {"menu-bar-lines", &Qmenu_bar_lines},
2818 {"mouse-color", &Qmouse_color},
2819 {"name", &Qname},
2820 {"scroll-bar-width", &Qscroll_bar_width},
2821 {"title", &Qtitle},
2822 {"unsplittable", &Qunsplittable},
2823 {"vertical-scroll-bars", &Qvertical_scroll_bars},
2824 {"visibility", &Qvisibility},
2825 {"tool-bar-lines", &Qtool_bar_lines},
2826 {"scroll-bar-foreground", &Qscroll_bar_foreground},
2827 {"scroll-bar-background", &Qscroll_bar_background},
2828 {"screen-gamma", &Qscreen_gamma},
2829 {"line-spacing", &Qline_spacing},
2830 {"left-fringe", &Qleft_fringe},
2831 {"right-fringe", &Qright_fringe},
2832 {"wait-for-wm", &Qwait_for_wm},
2833 {"fullscreen", &Qfullscreen},
0a708637
GM
2834 {"font-backend", &Qfont_backend},
2835 {"alpha", &Qalpha}
972f4259
KS
2836};
2837
2838#ifdef HAVE_WINDOW_SYSTEM
2839
2840extern Lisp_Object Qbox;
2841extern Lisp_Object Qtop;
2842
2843/* Calculate fullscreen size. Return in *TOP_POS and *LEFT_POS the
bd45aef7 2844 wanted positions of the WM window (not Emacs window).
972f4259
KS
2845 Return in *WIDTH and *HEIGHT the wanted width and height of Emacs
2846 window (FRAME_X_WINDOW).
2847 */
2848
dfcf069d 2849void
972f4259
KS
2850x_fullscreen_adjust (f, width, height, top_pos, left_pos)
2851 struct frame *f;
2852 int *width;
2853 int *height;
2854 int *top_pos;
2855 int *left_pos;
dc6f92b8 2856{
5af5757b
KS
2857 int newwidth = FRAME_COLS (f);
2858 int newheight = FRAME_LINES (f);
05eb7cdc 2859 Display_Info *dpyinfo = FRAME_X_DISPLAY_INFO (f);
dc6f92b8 2860
5af5757b
KS
2861 *top_pos = f->top_pos;
2862 *left_pos = f->left_pos;
3df1fda2 2863
5af5757b 2864 if (f->want_fullscreen & FULLSCREEN_HEIGHT)
972f4259
KS
2865 {
2866 int ph;
2867
a0fe6cca 2868 ph = x_display_pixel_height (dpyinfo);
5af5757b
KS
2869 newheight = FRAME_PIXEL_HEIGHT_TO_TEXT_LINES (f, ph);
2870 ph = FRAME_TEXT_LINES_TO_PIXEL_HEIGHT (f, newheight) - f->y_pixels_diff;
2871 newheight = FRAME_PIXEL_HEIGHT_TO_TEXT_LINES (f, ph);
972f4259
KS
2872 *top_pos = 0;
2873 }
dc6f92b8 2874
5af5757b 2875 if (f->want_fullscreen & FULLSCREEN_WIDTH)
972f4259
KS
2876 {
2877 int pw;
2878
a0fe6cca 2879 pw = x_display_pixel_width (dpyinfo);
5af5757b
KS
2880 newwidth = FRAME_PIXEL_WIDTH_TO_TEXT_COLS (f, pw);
2881 pw = FRAME_TEXT_COLS_TO_PIXEL_WIDTH (f, newwidth) - f->x_pixels_diff;
2882 newwidth = FRAME_PIXEL_WIDTH_TO_TEXT_COLS (f, pw);
972f4259
KS
2883 *left_pos = 0;
2884 }
dc6f92b8 2885
972f4259
KS
2886 *width = newwidth;
2887 *height = newheight;
2888}
dc6f92b8 2889
beb0bc36 2890
972f4259
KS
2891/* Change the parameters of frame F as specified by ALIST.
2892 If a parameter is not specially recognized, do nothing special;
2893 otherwise call the `x_set_...' function for that parameter.
2894 Except for certain geometry properties, always call store_frame_param
2895 to store the new value in the parameter alist. */
14ff1ee0 2896
972f4259
KS
2897void
2898x_set_frame_parameters (f, alist)
2899 FRAME_PTR f;
2900 Lisp_Object alist;
2901{
2902 Lisp_Object tail;
dc6f92b8 2903
972f4259
KS
2904 /* If both of these parameters are present, it's more efficient to
2905 set them both at once. So we wait until we've looked at the
2906 entire list before we set them. */
2907 int width, height;
3df1fda2 2908
972f4259
KS
2909 /* Same here. */
2910 Lisp_Object left, top;
2911
2912 /* Same with these. */
2913 Lisp_Object icon_left, icon_top;
2914
2915 /* Record in these vectors all the parms specified. */
2916 Lisp_Object *parms;
2917 Lisp_Object *values;
2918 int i, p;
2919 int left_no_change = 0, top_no_change = 0;
2920 int icon_left_no_change = 0, icon_top_no_change = 0;
2921 int fullscreen_is_being_set = 0;
2922
2923 struct gcpro gcpro1, gcpro2;
2924
2925 i = 0;
2926 for (tail = alist; CONSP (tail); tail = Fcdr (tail))
2927 i++;
2928
2929 parms = (Lisp_Object *) alloca (i * sizeof (Lisp_Object));
2930 values = (Lisp_Object *) alloca (i * sizeof (Lisp_Object));
2931
2932 /* Extract parm names and values into those vectors. */
2933
2934 i = 0;
d7b10f4c 2935 for (tail = alist; CONSP (tail); tail = XCDR (tail))
972f4259
KS
2936 {
2937 Lisp_Object elt;
2938
d7b10f4c 2939 elt = XCAR (tail);
972f4259
KS
2940 parms[i] = Fcar (elt);
2941 values[i] = Fcdr (elt);
2942 i++;
2943 }
2944 /* TAIL and ALIST are not used again below here. */
2945 alist = tail = Qnil;
2946
2947 GCPRO2 (*parms, *values);
2948 gcpro1.nvars = i;
2949 gcpro2.nvars = i;
2950
2951 /* There is no need to gcpro LEFT, TOP, ICON_LEFT, or ICON_TOP,
2952 because their values appear in VALUES and strings are not valid. */
2953 top = left = Qunbound;
2954 icon_left = icon_top = Qunbound;
2955
2956 /* Provide default values for HEIGHT and WIDTH. */
5af5757b
KS
2957 width = (f->new_text_cols ? f->new_text_cols : FRAME_COLS (f));
2958 height = (f->new_text_lines ? f->new_text_lines : FRAME_LINES (f));
972f4259
KS
2959
2960 /* Process foreground_color and background_color before anything else.
2961 They are independent of other properties, but other properties (e.g.,
2962 cursor_color) are dependent upon them. */
2963 /* Process default font as well, since fringe widths depends on it. */
2964 /* Also, process fullscreen, width and height depend upon that */
2965 for (p = 0; p < i; p++)
2966 {
2967 Lisp_Object prop, val;
2968
2969 prop = parms[p];
2970 val = values[p];
2971 if (EQ (prop, Qforeground_color)
2972 || EQ (prop, Qbackground_color)
2973 || EQ (prop, Qfont)
2974 || EQ (prop, Qfullscreen))
2975 {
2976 register Lisp_Object param_index, old_value;
2977
2978 old_value = get_frame_param (f, prop);
2979 fullscreen_is_being_set |= EQ (prop, Qfullscreen);
972f4259
KS
2980 if (NILP (Fequal (val, old_value)))
2981 {
2982 store_frame_param (f, prop, val);
2983
2984 param_index = Fget (prop, Qx_frame_parameter);
2985 if (NATNUMP (param_index)
2986 && (XFASTINT (param_index)
2987 < sizeof (frame_parms)/sizeof (frame_parms[0]))
fa971ac3
KL
2988 && FRAME_RIF (f)->frame_parm_handlers[XINT (param_index)])
2989 (*(FRAME_RIF (f)->frame_parm_handlers[XINT (param_index)])) (f, val, old_value);
972f4259
KS
2990 }
2991 }
2992 }
2993
2994 /* Now process them in reverse of specified order. */
2995 for (i--; i >= 0; i--)
2996 {
2997 Lisp_Object prop, val;
2998
2999 prop = parms[i];
3000 val = values[i];
3001
629c715d 3002 if (EQ (prop, Qwidth) && NATNUMP (val))
972f4259 3003 width = XFASTINT (val);
629c715d 3004 else if (EQ (prop, Qheight) && NATNUMP (val))
972f4259
KS
3005 height = XFASTINT (val);
3006 else if (EQ (prop, Qtop))
3007 top = val;
3008 else if (EQ (prop, Qleft))
3009 left = val;
3010 else if (EQ (prop, Qicon_top))
3011 icon_top = val;
3012 else if (EQ (prop, Qicon_left))
3013 icon_left = val;
3014 else if (EQ (prop, Qforeground_color)
3015 || EQ (prop, Qbackground_color)
3016 || EQ (prop, Qfont)
3017 || EQ (prop, Qfullscreen))
3018 /* Processed above. */
3019 continue;
3020 else
3021 {
3022 register Lisp_Object param_index, old_value;
3023
3024 old_value = get_frame_param (f, prop);
3025
3026 store_frame_param (f, prop, val);
3027
3028 param_index = Fget (prop, Qx_frame_parameter);
3029 if (NATNUMP (param_index)
3030 && (XFASTINT (param_index)
3031 < sizeof (frame_parms)/sizeof (frame_parms[0]))
fa971ac3
KL
3032 && FRAME_RIF (f)->frame_parm_handlers[XINT (param_index)])
3033 (*(FRAME_RIF (f)->frame_parm_handlers[XINT (param_index)])) (f, val, old_value);
972f4259
KS
3034 }
3035 }
3036
3037 /* Don't die if just one of these was set. */
3038 if (EQ (left, Qunbound))
3039 {
3040 left_no_change = 1;
5af5757b
KS
3041 if (f->left_pos < 0)
3042 left = Fcons (Qplus, Fcons (make_number (f->left_pos), Qnil));
972f4259 3043 else
5af5757b 3044 XSETINT (left, f->left_pos);
972f4259
KS
3045 }
3046 if (EQ (top, Qunbound))
3047 {
3048 top_no_change = 1;
5af5757b
KS
3049 if (f->top_pos < 0)
3050 top = Fcons (Qplus, Fcons (make_number (f->top_pos), Qnil));
972f4259 3051 else
5af5757b 3052 XSETINT (top, f->top_pos);
972f4259
KS
3053 }
3054
3055 /* If one of the icon positions was not set, preserve or default it. */
3056 if (EQ (icon_left, Qunbound) || ! INTEGERP (icon_left))
3057 {
3058 icon_left_no_change = 1;
3059 icon_left = Fcdr (Fassq (Qicon_left, f->param_alist));
3060 if (NILP (icon_left))
3061 XSETINT (icon_left, 0);
3062 }
3063 if (EQ (icon_top, Qunbound) || ! INTEGERP (icon_top))
3064 {
3065 icon_top_no_change = 1;
3066 icon_top = Fcdr (Fassq (Qicon_top, f->param_alist));
3067 if (NILP (icon_top))
3068 XSETINT (icon_top, 0);
3069 }
3070
972f4259
KS
3071 if (FRAME_VISIBLE_P (f) && fullscreen_is_being_set)
3072 {
3073 /* If the frame is visible already and the fullscreen parameter is
3074 being set, it is too late to set WM manager hints to specify
3075 size and position.
3076 Here we first get the width, height and position that applies to
3077 fullscreen. We then move the frame to the appropriate
3078 position. Resize of the frame is taken care of in the code after
3079 this if-statement. */
3080 int new_left, new_top;
3081
3082 x_fullscreen_adjust (f, &width, &height, &new_top, &new_left);
6b61353c
KH
3083 if (new_top != f->top_pos || new_left != f->left_pos)
3084 x_set_offset (f, new_left, new_top, 1);
972f4259 3085 }
972f4259
KS
3086
3087 /* Don't set these parameters unless they've been explicitly
3088 specified. The window might be mapped or resized while we're in
3089 this function, and we don't want to override that unless the lisp
3090 code has asked for it.
3091
3092 Don't set these parameters unless they actually differ from the
3093 window's current parameters; the window may not actually exist
3094 yet. */
3095 {
3096 Lisp_Object frame;
3097
3098 check_frame_size (f, &height, &width);
3099
3100 XSETFRAME (frame, f);
3101
5af5757b
KS
3102 if (width != FRAME_COLS (f)
3103 || height != FRAME_LINES (f)
3104 || f->new_text_lines || f->new_text_cols)
972f4259
KS
3105 Fset_frame_size (frame, make_number (width), make_number (height));
3106
3107 if ((!NILP (left) || !NILP (top))
3108 && ! (left_no_change && top_no_change)
5af5757b
KS
3109 && ! (NUMBERP (left) && XINT (left) == f->left_pos
3110 && NUMBERP (top) && XINT (top) == f->top_pos))
972f4259
KS
3111 {
3112 int leftpos = 0;
3113 int toppos = 0;
3114
3115 /* Record the signs. */
5af5757b 3116 f->size_hint_flags &= ~ (XNegative | YNegative);
972f4259 3117 if (EQ (left, Qminus))
5af5757b 3118 f->size_hint_flags |= XNegative;
972f4259
KS
3119 else if (INTEGERP (left))
3120 {
3121 leftpos = XINT (left);
3122 if (leftpos < 0)
5af5757b 3123 f->size_hint_flags |= XNegative;
972f4259
KS
3124 }
3125 else if (CONSP (left) && EQ (XCAR (left), Qminus)
3126 && CONSP (XCDR (left))
3127 && INTEGERP (XCAR (XCDR (left))))
3128 {
3129 leftpos = - XINT (XCAR (XCDR (left)));
5af5757b 3130 f->size_hint_flags |= XNegative;
972f4259
KS
3131 }
3132 else if (CONSP (left) && EQ (XCAR (left), Qplus)
3133 && CONSP (XCDR (left))
3134 && INTEGERP (XCAR (XCDR (left))))
3135 {
3136 leftpos = XINT (XCAR (XCDR (left)));
3137 }
3138
3139 if (EQ (top, Qminus))
5af5757b 3140 f->size_hint_flags |= YNegative;
972f4259
KS
3141 else if (INTEGERP (top))
3142 {
3143 toppos = XINT (top);
3144 if (toppos < 0)
5af5757b 3145 f->size_hint_flags |= YNegative;
972f4259
KS
3146 }
3147 else if (CONSP (top) && EQ (XCAR (top), Qminus)
3148 && CONSP (XCDR (top))
3149 && INTEGERP (XCAR (XCDR (top))))
3150 {
3151 toppos = - XINT (XCAR (XCDR (top)));
5af5757b 3152 f->size_hint_flags |= YNegative;
972f4259
KS
3153 }
3154 else if (CONSP (top) && EQ (XCAR (top), Qplus)
3155 && CONSP (XCDR (top))
3156 && INTEGERP (XCAR (XCDR (top))))
3157 {
3158 toppos = XINT (XCAR (XCDR (top)));
3159 }
3160
3161
3162 /* Store the numeric value of the position. */
5af5757b
KS
3163 f->top_pos = toppos;
3164 f->left_pos = leftpos;
972f4259 3165
5af5757b 3166 f->win_gravity = NorthWestGravity;
972f4259
KS
3167
3168 /* Actually set that position, and convert to absolute. */
3169 x_set_offset (f, leftpos, toppos, -1);
3170 }
3171
3172 if ((!NILP (icon_left) || !NILP (icon_top))
3173 && ! (icon_left_no_change && icon_top_no_change))
3174 x_wm_set_icon_position (f, XINT (icon_left), XINT (icon_top));
3175 }
3176
3177 UNGCPRO;
3178}
3179
3180
3181/* Insert a description of internally-recorded parameters of frame X
3182 into the parameter alist *ALISTPTR that is to be given to the user.
3183 Only parameters that are specific to the X window system
3184 and whose values are not correctly recorded in the frame's
3185 param_alist need to be considered here. */
3186
3187void
3188x_report_frame_params (f, alistptr)
3189 struct frame *f;
3190 Lisp_Object *alistptr;
3191{
3192 char buf[16];
3193 Lisp_Object tem;
3194
3195 /* Represent negative positions (off the top or left screen edge)
3196 in a way that Fmodify_frame_parameters will understand correctly. */
5af5757b
KS
3197 XSETINT (tem, f->left_pos);
3198 if (f->left_pos >= 0)
972f4259
KS
3199 store_in_alist (alistptr, Qleft, tem);
3200 else
3201 store_in_alist (alistptr, Qleft, Fcons (Qplus, Fcons (tem, Qnil)));
3202
5af5757b
KS
3203 XSETINT (tem, f->top_pos);
3204 if (f->top_pos >= 0)
972f4259
KS
3205 store_in_alist (alistptr, Qtop, tem);
3206 else
3207 store_in_alist (alistptr, Qtop, Fcons (Qplus, Fcons (tem, Qnil)));
3208
3209 store_in_alist (alistptr, Qborder_width,
5af5757b 3210 make_number (f->border_width));
972f4259 3211 store_in_alist (alistptr, Qinternal_border_width,
5af5757b 3212 make_number (FRAME_INTERNAL_BORDER_WIDTH (f)));
972f4259 3213 store_in_alist (alistptr, Qleft_fringe,
5af5757b 3214 make_number (FRAME_LEFT_FRINGE_WIDTH (f)));
972f4259 3215 store_in_alist (alistptr, Qright_fringe,
5af5757b 3216 make_number (FRAME_RIGHT_FRINGE_WIDTH (f)));
972f4259
KS
3217 store_in_alist (alistptr, Qscroll_bar_width,
3218 (! FRAME_HAS_VERTICAL_SCROLL_BARS (f)
3219 ? make_number (0)
5af5757b
KS
3220 : FRAME_CONFIG_SCROLL_BAR_WIDTH (f) > 0
3221 ? make_number (FRAME_CONFIG_SCROLL_BAR_WIDTH (f))
972f4259
KS
3222 /* nil means "use default width"
3223 for non-toolkit scroll bar.
3224 ruler-mode.el depends on this. */
3225 : Qnil));
3226 sprintf (buf, "%ld", (long) FRAME_X_WINDOW (f));
3227 store_in_alist (alistptr, Qwindow_id,
3228 build_string (buf));
3229#ifdef HAVE_X_WINDOWS
3230#ifdef USE_X_TOOLKIT
3231 /* Tooltip frame may not have this widget. */
3232 if (FRAME_X_OUTPUT (f)->widget)
3233#endif
3234 sprintf (buf, "%ld", (long) FRAME_OUTER_WINDOW (f));
3235 store_in_alist (alistptr, Qouter_window_id,
3236 build_string (buf));
3237#endif
3238 store_in_alist (alistptr, Qicon_name, f->icon_name);
3239 FRAME_SAMPLE_VISIBILITY (f);
3240 store_in_alist (alistptr, Qvisibility,
3241 (FRAME_VISIBLE_P (f) ? Qt
3242 : FRAME_ICONIFIED_P (f) ? Qicon : Qnil));
3243 store_in_alist (alistptr, Qdisplay,
3244 XCAR (FRAME_X_DISPLAY_INFO (f)->name_list_element));
3245
3246 if (FRAME_X_OUTPUT (f)->parent_desc == FRAME_X_DISPLAY_INFO (f)->root_window)
3247 tem = Qnil;
3248 else
3249 XSETFASTINT (tem, FRAME_X_OUTPUT (f)->parent_desc);
5839d7e8 3250 store_in_alist (alistptr, Qexplicit_name, (f->explicit_name ? Qt : Qnil));
972f4259
KS
3251 store_in_alist (alistptr, Qparent_id, tem);
3252}
3253
3254
3255/* Change the `fullscreen' frame parameter of frame F. OLD_VALUE is
3256 the previous value of that parameter, NEW_VALUE is the new value. */
3257
3258void
3259x_set_fullscreen (f, new_value, old_value)
3260 struct frame *f;
3261 Lisp_Object new_value, old_value;
3262{
972f4259 3263 if (NILP (new_value))
5af5757b 3264 f->want_fullscreen = FULLSCREEN_NONE;
972f4259 3265 else if (EQ (new_value, Qfullboth))
5af5757b 3266 f->want_fullscreen = FULLSCREEN_BOTH;
972f4259 3267 else if (EQ (new_value, Qfullwidth))
5af5757b 3268 f->want_fullscreen = FULLSCREEN_WIDTH;
972f4259 3269 else if (EQ (new_value, Qfullheight))
5af5757b 3270 f->want_fullscreen = FULLSCREEN_HEIGHT;
d761dd42 3271
a3547743 3272 if (FRAME_TERMINAL (f)->fullscreen_hook != NULL)
974b73e8 3273 FRAME_TERMINAL (f)->fullscreen_hook (f);
972f4259
KS
3274}
3275
3276
3277/* Change the `line-spacing' frame parameter of frame F. OLD_VALUE is
3278 the previous value of that parameter, NEW_VALUE is the new value. */
3279
3280void
3281x_set_line_spacing (f, new_value, old_value)
3282 struct frame *f;
3283 Lisp_Object new_value, old_value;
3284{
3285 if (NILP (new_value))
3286 f->extra_line_spacing = 0;
3287 else if (NATNUMP (new_value))
3288 f->extra_line_spacing = XFASTINT (new_value);
3289 else
9dc95187 3290 signal_error ("Invalid line-spacing", new_value);
972f4259
KS
3291 if (FRAME_VISIBLE_P (f))
3292 redraw_frame (f);
3293}
3294
3295
3296/* Change the `screen-gamma' frame parameter of frame F. OLD_VALUE is
3297 the previous value of that parameter, NEW_VALUE is the new value. */
3298
3299void
3300x_set_screen_gamma (f, new_value, old_value)
3301 struct frame *f;
3302 Lisp_Object new_value, old_value;
3303{
05fc2ef7
CY
3304 Lisp_Object bgcolor;
3305
972f4259
KS
3306 if (NILP (new_value))
3307 f->gamma = 0;
3308 else if (NUMBERP (new_value) && XFLOATINT (new_value) > 0)
05fc2ef7
CY
3309 /* The value 0.4545 is the normal viewing gamma. */
3310 f->gamma = 1.0 / (0.4545 * XFLOATINT (new_value));
972f4259 3311 else
9dc95187 3312 signal_error ("Invalid screen-gamma", new_value);
972f4259 3313
05fc2ef7
CY
3314 /* Apply the new gamma value to the frame background. */
3315 bgcolor = Fassq (Qbackground_color, f->param_alist);
3316 if (CONSP (bgcolor) && (bgcolor = XCDR (bgcolor), STRINGP (bgcolor)))
3317 {
3318 Lisp_Object index = Fget (Qbackground_color, Qx_frame_parameter);
3319 if (NATNUMP (index)
3320 && (XFASTINT (index)
3321 < sizeof (frame_parms)/sizeof (frame_parms[0]))
6baa22c1
KL
3322 && FRAME_RIF (f)->frame_parm_handlers[XFASTINT (index)])
3323 (*FRAME_RIF (f)->frame_parm_handlers[XFASTINT (index)])
3324 (f, bgcolor, Qnil);
05fc2ef7
CY
3325 }
3326
3327 Fclear_face_cache (Qnil);
972f4259
KS
3328}
3329
3330
3331void
3332x_set_font (f, arg, oldval)
3333 struct frame *f;
3334 Lisp_Object arg, oldval;
3335{
972f4259 3336 Lisp_Object frame;
e0c8ad78
KH
3337 int fontset = -1;
3338 Lisp_Object font_object;
972f4259 3339
178377e1 3340 /* Set the frame parameter back to the old value because we may
e0c8ad78
KH
3341 fail to use ARG as the new parameter value. */
3342 store_frame_param (f, Qfont, oldval);
0169d360 3343
e0c8ad78
KH
3344 /* ARG is a fontset name, a font name, or a font object.
3345 In the last case, this function never fail. */
3346 if (STRINGP (arg))
3347 {
3348 fontset = fs_query_fontset (arg, 0);
3349 if (fontset < 0)
0169d360 3350 {
e0c8ad78
KH
3351 font_object = font_open_by_name (f, SDATA (arg));
3352 if (NILP (font_object))
3353 error ("Font `%s' is not defined", SDATA (arg));
3354 arg = AREF (font_object, FONT_NAME_INDEX);
0169d360 3355 }
e0c8ad78
KH
3356 else if (fontset > 0)
3357 {
3358 Lisp_Object ascii_font = fontset_ascii (fontset);
0169d360 3359
e0c8ad78
KH
3360 font_object = font_open_by_name (f, SDATA (ascii_font));
3361 if (NILP (font_object))
3362 error ("Font `%s' is not defined", SDATA (arg));
3363 arg = fontset_name (fontset);
3364 }
0169d360 3365 else
e0c8ad78 3366 error ("The default fontset can't be used for a frame font");
0169d360 3367 }
e0c8ad78 3368 else if (FONT_OBJECT_P (arg))
698ca23e 3369 {
e0c8ad78
KH
3370 font_object = arg;
3371 /* This is store the XLFD font name in the frame parameter for
3372 backward compatiblity. We should store the font-object
3373 itself in the future. */
3374 arg = AREF (font_object, FONT_NAME_INDEX);
698ca23e 3375 }
e0c8ad78
KH
3376 else
3377 signal_error ("Invalid font", arg);
972f4259 3378
e0c8ad78
KH
3379 if (! NILP (Fequal (font_object, oldval)))
3380 return;
3381 x_new_font (f, font_object, fontset);
3382 store_frame_param (f, Qfont, arg);
3383 /* Recalculate toolbar height. */
3384 f->n_tool_bar_rows = 0;
3385 /* Ensure we redraw it. */
3386 clear_current_matrices (f);
ca03f883 3387
e0c8ad78 3388 recompute_basic_faces (f);
972f4259
KS
3389
3390 do_pending_window_change (0);
3391
a6f75881
CY
3392 /* We used to call face-set-after-frame-default here, but it leads to
3393 recursive calls (since that function can set the `default' face's
3394 font which in turns changes the frame's `font' parameter).
3395 Also I don't know what this call is meant to do, but it seems the
3396 wrong way to do it anyway (it does a lot more work than what seems
3397 reasonable in response to a change to `font'). */
972f4259
KS
3398}
3399
3400
1a356571
KH
3401void
3402x_set_font_backend (f, new_value, old_value)
3403 struct frame *f;
3404 Lisp_Object new_value, old_value;
3405{
1a356571
KH
3406 if (! NILP (new_value)
3407 && !CONSP (new_value))
3408 {
3409 char *p0, *p1;
1bf72735 3410
1a356571
KH
3411 CHECK_STRING (new_value);
3412 p0 = p1 = SDATA (new_value);
3413 new_value = Qnil;
3414 while (*p0)
3415 {
22e64f7c 3416 while (*p1 && ! isspace (*p1) && *p1 != ',') p1++;
1a356571
KH
3417 if (p0 < p1)
3418 new_value = Fcons (Fintern (make_string (p0, p1 - p0), Qnil),
3419 new_value);
3420 if (*p1)
22e64f7c
KH
3421 {
3422 int c;
3423
3424 while ((c = *++p1) && isspace (c));
3425 }
1a356571
KH
3426 p0 = p1;
3427 }
8fb9e675
KH
3428 new_value = Fnreverse (new_value);
3429 }
3430
3431 if (! NILP (old_value) && ! NILP (Fequal (old_value, new_value)))
3432 return;
3433
e0c8ad78 3434 if (FRAME_FONT (f))
dfdf55c0 3435 free_all_realized_faces (Qnil);
1a356571 3436
dfdf55c0 3437 new_value = font_update_drivers (f, NILP (new_value) ? Qt : new_value);
8fb9e675 3438 if (NILP (new_value))
dfdf55c0
KH
3439 {
3440 if (NILP (old_value))
3441 error ("No font backend available");
3442 font_update_drivers (f, old_value);
3443 error ("None of specified font backends are available");
3444 }
8fb9e675
KH
3445 store_frame_param (f, Qfont_backend, new_value);
3446
e0c8ad78 3447 if (FRAME_FONT (f))
8fb9e675
KH
3448 {
3449 Lisp_Object frame;
3450
3451 XSETFRAME (frame, f);
3452 x_set_font (f, Fframe_parameter (frame, Qfont), Qnil);
3453 ++face_change_count;
3454 ++windows_or_buffers_changed;
3455 }
1a356571 3456}
1a356571
KH
3457
3458
972f4259
KS
3459void
3460x_set_fringe_width (f, new_value, old_value)
3461 struct frame *f;
3462 Lisp_Object new_value, old_value;
3463{
3464 compute_fringe_widths (f, 1);
3465}
3466
3467void
3468x_set_border_width (f, arg, oldval)
3469 struct frame *f;
3470 Lisp_Object arg, oldval;
3471{
3472 CHECK_NUMBER (arg);
3473
5af5757b 3474 if (XINT (arg) == f->border_width)
972f4259
KS
3475 return;
3476
972f4259 3477 if (FRAME_X_WINDOW (f) != 0)
dac85f4b 3478 error ("Cannot change the border width of a frame");
972f4259 3479
5af5757b 3480 f->border_width = XINT (arg);
972f4259
KS
3481}
3482
3483void
3484x_set_internal_border_width (f, arg, oldval)
3485 struct frame *f;
3486 Lisp_Object arg, oldval;
3487{
5af5757b 3488 int old = FRAME_INTERNAL_BORDER_WIDTH (f);
972f4259
KS
3489
3490 CHECK_NUMBER (arg);
5af5757b
KS
3491 FRAME_INTERNAL_BORDER_WIDTH (f) = XINT (arg);
3492 if (FRAME_INTERNAL_BORDER_WIDTH (f) < 0)
3493 FRAME_INTERNAL_BORDER_WIDTH (f) = 0;
972f4259
KS
3494
3495#ifdef USE_X_TOOLKIT
3496 if (FRAME_X_OUTPUT (f)->edit_widget)
3497 widget_store_internal_border (FRAME_X_OUTPUT (f)->edit_widget);
3498#endif
3499
5af5757b 3500 if (FRAME_INTERNAL_BORDER_WIDTH (f) == old)
972f4259
KS
3501 return;
3502
3503 if (FRAME_X_WINDOW (f) != 0)
3504 {
5af5757b 3505 x_set_window_size (f, 0, FRAME_COLS (f), FRAME_LINES (f));
972f4259
KS
3506 SET_FRAME_GARBAGED (f);
3507 do_pending_window_change (0);
3508 }
3509 else
3510 SET_FRAME_GARBAGED (f);
3511}
3512
3513void
3514x_set_visibility (f, value, oldval)
3515 struct frame *f;
3516 Lisp_Object value, oldval;
3517{
3518 Lisp_Object frame;
3519 XSETFRAME (frame, f);
3520
3521 if (NILP (value))
3522 Fmake_frame_invisible (frame, Qt);
3523 else if (EQ (value, Qicon))
3524 Ficonify_frame (frame);
3525 else
3526 Fmake_frame_visible (frame);
3527}
3528
3529void
3530x_set_autoraise (f, arg, oldval)
3531 struct frame *f;
3532 Lisp_Object arg, oldval;
3533{
3534 f->auto_raise = !EQ (Qnil, arg);
3535}
3536
3537void
3538x_set_autolower (f, arg, oldval)
3539 struct frame *f;
3540 Lisp_Object arg, oldval;
3541{
3542 f->auto_lower = !EQ (Qnil, arg);
3543}
3544
3545void
3546x_set_unsplittable (f, arg, oldval)
3547 struct frame *f;
3548 Lisp_Object arg, oldval;
3549{
3550 f->no_split = !NILP (arg);
3551}
3552
3553void
3554x_set_vertical_scroll_bars (f, arg, oldval)
3555 struct frame *f;
3556 Lisp_Object arg, oldval;
3557{
3558 if ((EQ (arg, Qleft) && FRAME_HAS_VERTICAL_SCROLL_BARS_ON_RIGHT (f))
3559 || (EQ (arg, Qright) && FRAME_HAS_VERTICAL_SCROLL_BARS_ON_LEFT (f))
3560 || (NILP (arg) && FRAME_HAS_VERTICAL_SCROLL_BARS (f))
3561 || (!NILP (arg) && ! FRAME_HAS_VERTICAL_SCROLL_BARS (f)))
3562 {
3563 FRAME_VERTICAL_SCROLL_BAR_TYPE (f)
3564 = (NILP (arg)
3565 ? vertical_scroll_bar_none
3566 : EQ (Qleft, arg)
3567 ? vertical_scroll_bar_left
3568 : EQ (Qright, arg)
3569 ? vertical_scroll_bar_right
6b61353c
KH
3570 : EQ (Qleft, Vdefault_frame_scroll_bars)
3571 ? vertical_scroll_bar_left
3572 : EQ (Qright, Vdefault_frame_scroll_bars)
3573 ? vertical_scroll_bar_right
3574 : vertical_scroll_bar_none);
972f4259
KS
3575
3576 /* We set this parameter before creating the X window for the
3577 frame, so we can get the geometry right from the start.
3578 However, if the window hasn't been created yet, we shouldn't
3579 call x_set_window_size. */
3580 if (FRAME_X_WINDOW (f))
5af5757b 3581 x_set_window_size (f, 0, FRAME_COLS (f), FRAME_LINES (f));
972f4259
KS
3582 do_pending_window_change (0);
3583 }
3584}
3585
3586void
3587x_set_scroll_bar_width (f, arg, oldval)
3588 struct frame *f;
3589 Lisp_Object arg, oldval;
3590{
5af5757b 3591 int wid = FRAME_COLUMN_WIDTH (f);
972f4259
KS
3592
3593 if (NILP (arg))
3594 {
3595 x_set_scroll_bar_default_width (f);
3596
3597 if (FRAME_X_WINDOW (f))
5af5757b 3598 x_set_window_size (f, 0, FRAME_COLS (f), FRAME_LINES (f));
972f4259
KS
3599 do_pending_window_change (0);
3600 }
3601 else if (INTEGERP (arg) && XINT (arg) > 0
5af5757b 3602 && XFASTINT (arg) != FRAME_CONFIG_SCROLL_BAR_WIDTH (f))
972f4259
KS
3603 {
3604 if (XFASTINT (arg) <= 2 * VERTICAL_SCROLL_BAR_WIDTH_TRIM)
3605 XSETINT (arg, 2 * VERTICAL_SCROLL_BAR_WIDTH_TRIM + 1);
3606
5af5757b
KS
3607 FRAME_CONFIG_SCROLL_BAR_WIDTH (f) = XFASTINT (arg);
3608 FRAME_CONFIG_SCROLL_BAR_COLS (f) = (XFASTINT (arg) + wid-1) / wid;
972f4259 3609 if (FRAME_X_WINDOW (f))
5af5757b 3610 x_set_window_size (f, 0, FRAME_COLS (f), FRAME_LINES (f));
972f4259
KS
3611 do_pending_window_change (0);
3612 }
3613
5af5757b 3614 change_frame_size (f, 0, FRAME_COLS (f), 0, 0, 0);
972f4259
KS
3615 XWINDOW (FRAME_SELECTED_WINDOW (f))->cursor.hpos = 0;
3616 XWINDOW (FRAME_SELECTED_WINDOW (f))->cursor.x = 0;
3617}
3618
3619
3620
3621/* Return non-nil if frame F wants a bitmap icon. */
3622
3623Lisp_Object
3624x_icon_type (f)
3625 FRAME_PTR f;
3626{
3627 Lisp_Object tem;
3628
3629 tem = assq_no_quit (Qicon_type, f->param_alist);
3630 if (CONSP (tem))
3631 return XCDR (tem);
3632 else
3633 return Qnil;
3634}
3635
0a708637
GM
3636void
3637x_set_alpha (f, arg, oldval)
3638 struct frame *f;
3639 Lisp_Object arg, oldval;
3640{
3641 double alpha = 1.0;
3642 double newval[2];
3643 int i, ialpha;
3644 Lisp_Object item;
3645
3646 for (i = 0; i < 2; i++)
3647 {
3648 newval[i] = 1.0;
3649 if (CONSP (arg))
3650 {
3651 item = CAR (arg);
3652 arg = CDR (arg);
3653 }
3654 else
1fd877d6 3655 item = arg;
0a708637 3656
62e62ea8
CY
3657 if (NILP (item))
3658 alpha = - 1.0;
3659 else if (FLOATP (item))
3660 {
3661 alpha = XFLOAT_DATA (item);
3662 if (alpha < 0.0 || 1.0 < alpha)
3663 args_out_of_range (make_float (0.0), make_float (1.0));
3664 }
3665 else if (INTEGERP (item))
3666 {
3667 ialpha = XINT (item);
3668 if (ialpha < 0 || 100 < ialpha)
3669 args_out_of_range (make_number (0), make_number (100));
3670 else
3671 alpha = ialpha / 100.0;
3672 }
3673 else
3674 wrong_type_argument (Qnumberp, item);
0a708637
GM
3675 newval[i] = alpha;
3676 }
3677
3678 for (i = 0; i < 2; i++)
3679 f->alpha[i] = newval[i];
3680
59bc82c0 3681#if defined (HAVE_X_WINDOWS) || defined (HAVE_NTGUI) || defined (NS_IMPL_COCOA)
0a708637
GM
3682 BLOCK_INPUT;
3683 x_set_frame_alpha (f);
3684 UNBLOCK_INPUT;
3685#endif
3686
3687 return;
3688}
3689
972f4259
KS
3690\f
3691/* Subroutines of creating an X frame. */
3692
3693/* Make sure that Vx_resource_name is set to a reasonable value.
3694 Fix it up, or set it to `emacs' if it is too hopeless. */
3695
3696void
3697validate_x_resource_name ()
3698{
3699 int len = 0;
3700 /* Number of valid characters in the resource name. */
3701 int good_count = 0;
3702 /* Number of invalid characters in the resource name. */
3703 int bad_count = 0;
3704 Lisp_Object new;
3705 int i;
3706
3707 if (!STRINGP (Vx_resource_class))
3708 Vx_resource_class = build_string (EMACS_CLASS);
3709
3710 if (STRINGP (Vx_resource_name))
3711 {
3712 unsigned char *p = SDATA (Vx_resource_name);
3713 int i;
3714
3715 len = SBYTES (Vx_resource_name);
3716
3717 /* Only letters, digits, - and _ are valid in resource names.
3718 Count the valid characters and count the invalid ones. */
3719 for (i = 0; i < len; i++)
3720 {
3721 int c = p[i];
3722 if (! ((c >= 'a' && c <= 'z')
3723 || (c >= 'A' && c <= 'Z')
3724 || (c >= '0' && c <= '9')
3725 || c == '-' || c == '_'))
3726 bad_count++;
3727 else
3728 good_count++;
3729 }
3730 }
3731 else
3732 /* Not a string => completely invalid. */
3733 bad_count = 5, good_count = 0;
3734
3735 /* If name is valid already, return. */
3736 if (bad_count == 0)
3737 return;
3738
3739 /* If name is entirely invalid, or nearly so, use `emacs'. */
3740 if (good_count == 0
3741 || (good_count == 1 && bad_count > 0))
3742 {
3743 Vx_resource_name = build_string ("emacs");
3744 return;
3745 }
3746
3747 /* Name is partly valid. Copy it and replace the invalid characters
3748 with underscores. */
3749
3750 Vx_resource_name = new = Fcopy_sequence (Vx_resource_name);
3751
3752 for (i = 0; i < len; i++)
3753 {
3754 int c = SREF (new, i);
3755 if (! ((c >= 'a' && c <= 'z')
3756 || (c >= 'A' && c <= 'Z')
3757 || (c >= '0' && c <= '9')
3758 || c == '-' || c == '_'))
3759 SSET (new, i, '_');
3760 }
3761}
3762
3763
3764extern char *x_get_string_resource P_ ((XrmDatabase, char *, char *));
3765extern Display_Info *check_x_display_info P_ ((Lisp_Object));
3766
3767
b5251fe7 3768/* Get specified attribute from resource database RDB.
972f4259
KS
3769 See Fx_get_resource below for other parameters. */
3770
3771static Lisp_Object
3772xrdb_get_resource (rdb, attribute, class, component, subclass)
3773 XrmDatabase rdb;
3774 Lisp_Object attribute, class, component, subclass;
3775{
3776 register char *value;
3777 char *name_key;
3778 char *class_key;
3779
3780 CHECK_STRING (attribute);
3781 CHECK_STRING (class);
3782
3783 if (!NILP (component))
3784 CHECK_STRING (component);
3785 if (!NILP (subclass))
3786 CHECK_STRING (subclass);
3787 if (NILP (component) != NILP (subclass))
3788 error ("x-get-resource: must specify both COMPONENT and SUBCLASS or neither");
3789
3790 validate_x_resource_name ();
3791
3792 /* Allocate space for the components, the dots which separate them,
3793 and the final '\0'. Make them big enough for the worst case. */
3794 name_key = (char *) alloca (SBYTES (Vx_resource_name)
3795 + (STRINGP (component)
3796 ? SBYTES (component) : 0)
3797 + SBYTES (attribute)
3798 + 3);
3799
3800 class_key = (char *) alloca (SBYTES (Vx_resource_class)
3801 + SBYTES (class)
3802 + (STRINGP (subclass)
3803 ? SBYTES (subclass) : 0)
3804 + 3);
3805
3806 /* Start with emacs.FRAMENAME for the name (the specific one)
3807 and with `Emacs' for the class key (the general one). */
3808 strcpy (name_key, SDATA (Vx_resource_name));
3809 strcpy (class_key, SDATA (Vx_resource_class));
3810
3811 strcat (class_key, ".");
3812 strcat (class_key, SDATA (class));
3813
3814 if (!NILP (component))
3815 {
3816 strcat (class_key, ".");
3817 strcat (class_key, SDATA (subclass));
3818
3819 strcat (name_key, ".");
3820 strcat (name_key, SDATA (component));
3821 }
3822
3823 strcat (name_key, ".");
3824 strcat (name_key, SDATA (attribute));
3825
3826 value = x_get_string_resource (rdb, name_key, class_key);
3827
3828 if (value != (char *) 0)
3829 return build_string (value);
3830 else
3831 return Qnil;
3832}
3833
3834
3835DEFUN ("x-get-resource", Fx_get_resource, Sx_get_resource, 2, 4, 0,
3836 doc: /* Return the value of ATTRIBUTE, of class CLASS, from the X defaults database.
3837This uses `INSTANCE.ATTRIBUTE' as the key and `Emacs.CLASS' as the
3838class, where INSTANCE is the name under which Emacs was invoked, or
3839the name specified by the `-name' or `-rn' command-line arguments.
3840
3841The optional arguments COMPONENT and SUBCLASS add to the key and the
3842class, respectively. You must specify both of them or neither.
3843If you specify them, the key is `INSTANCE.COMPONENT.ATTRIBUTE'
3844and the class is `Emacs.CLASS.SUBCLASS'. */)
3845 (attribute, class, component, subclass)
3846 Lisp_Object attribute, class, component, subclass;
3847{
3848#ifdef HAVE_X_WINDOWS
3849 check_x ();
3850#endif
3851
3852 return xrdb_get_resource (check_x_display_info (Qnil)->xrdb,
3853 attribute, class, component, subclass);
3854}
3855
3856/* Get an X resource, like Fx_get_resource, but for display DPYINFO. */
3857
3858Lisp_Object
3859display_x_get_resource (dpyinfo, attribute, class, component, subclass)
a1702920 3860 Display_Info *dpyinfo;
972f4259
KS
3861 Lisp_Object attribute, class, component, subclass;
3862{
3863 return xrdb_get_resource (dpyinfo->xrdb,
3864 attribute, class, component, subclass);
3865}
3866
3867/* Used when C code wants a resource value. */
3868
3869char *
3870x_get_resource_string (attribute, class)
3871 char *attribute, *class;
3872{
3873 char *name_key;
3874 char *class_key;
3875 struct frame *sf = SELECTED_FRAME ();
3876
3877 /* Allocate space for the components, the dots which separate them,
3878 and the final '\0'. */
3879 name_key = (char *) alloca (SBYTES (Vinvocation_name)
3880 + strlen (attribute) + 2);
3881 class_key = (char *) alloca ((sizeof (EMACS_CLASS) - 1)
3882 + strlen (class) + 2);
3883
3884 sprintf (name_key, "%s.%s", SDATA (Vinvocation_name), attribute);
3885 sprintf (class_key, "%s.%s", EMACS_CLASS, class);
3886
3887 return x_get_string_resource (FRAME_X_DISPLAY_INFO (sf)->xrdb,
3888 name_key, class_key);
3889}
3890
3891
3892/* Return the value of parameter PARAM.
3893
3894 First search ALIST, then Vdefault_frame_alist, then the X defaults
3895 database, using ATTRIBUTE as the attribute name and CLASS as its class.
3896
3897 Convert the resource to the type specified by desired_type.
3898
3899 If no default is specified, return Qunbound. If you call
3900 x_get_arg, make sure you deal with Qunbound in a reasonable way,
3901 and don't let it get stored in any Lisp-visible variables! */
3902
3903Lisp_Object
3904x_get_arg (dpyinfo, alist, param, attribute, class, type)
b5251fe7 3905 Display_Info *dpyinfo;
972f4259
KS
3906 Lisp_Object alist, param;
3907 char *attribute;
3908 char *class;
3909 enum resource_types type;
3910{
3911 register Lisp_Object tem;
3912
3913 tem = Fassq (param, alist);
d00368cf
RS
3914
3915 if (!NILP (tem))
3916 {
3917 /* If we find this parm in ALIST, clear it out
3918 so that it won't be "left over" at the end. */
58ec2913 3919#ifndef WINDOWSNT /* w32fns.c has not yet been changed to cope with this. */
5f694926 3920 Lisp_Object tail;
d00368cf 3921 XSETCAR (tem, Qnil);
5f694926
RS
3922 /* In case the parameter appears more than once in the alist,
3923 clear it out. */
3924 for (tail = alist; CONSP (tail); tail = XCDR (tail))
3925 if (CONSP (XCAR (tail))
3926 && EQ (XCAR (XCAR (tail)), param))
3927 XSETCAR (XCAR (tail), Qnil);
d00368cf
RS
3928#endif
3929 }
3930 else
972f4259 3931 tem = Fassq (param, Vdefault_frame_alist);
d00368cf
RS
3932
3933 /* If it wasn't specified in ALIST or the Lisp-level defaults,
3934 look in the X resources. */
972f4259
KS
3935 if (EQ (tem, Qnil))
3936 {
3937 if (attribute)
3938 {
3939 tem = display_x_get_resource (dpyinfo,
3940 build_string (attribute),
3941 build_string (class),
3942 Qnil, Qnil);
3943
3944 if (NILP (tem))
3945 return Qunbound;
3946
3947 switch (type)
3948 {
3949 case RES_TYPE_NUMBER:
3950 return make_number (atoi (SDATA (tem)));
3951
3952 case RES_TYPE_FLOAT:
3953 return make_float (atof (SDATA (tem)));
3954
3955 case RES_TYPE_BOOLEAN:
3956 tem = Fdowncase (tem);
3957 if (!strcmp (SDATA (tem), "on")
edfda783
AR
3958#ifdef HAVE_NS
3959 || !strcmp(SDATA(tem), "yes")
3960#endif
972f4259
KS
3961 || !strcmp (SDATA (tem), "true"))
3962 return Qt;
3963 else
3964 return Qnil;
3965
3966 case RES_TYPE_STRING:
3967 return tem;
3968
3969 case RES_TYPE_SYMBOL:
3970 /* As a special case, we map the values `true' and `on'
3971 to Qt, and `false' and `off' to Qnil. */
3972 {
3973 Lisp_Object lower;
3974 lower = Fdowncase (tem);
3975 if (!strcmp (SDATA (lower), "on")
edfda783
AR
3976#ifdef HAVE_NS
3977 || !strcmp(SDATA(lower), "yes")
3978#endif
972f4259
KS
3979 || !strcmp (SDATA (lower), "true"))
3980 return Qt;
3981 else if (!strcmp (SDATA (lower), "off")
edfda783
AR
3982#ifdef HAVE_NS
3983 || !strcmp(SDATA(lower), "no")
3984#endif
972f4259
KS
3985 || !strcmp (SDATA (lower), "false"))
3986 return Qnil;
3987 else
3988 return Fintern (tem, Qnil);
3989 }
3990
3991 default:
3992 abort ();
3993 }
3994 }
3995 else
3996 return Qunbound;
3997 }
3998 return Fcdr (tem);
3999}
4000
4001Lisp_Object
4002x_frame_get_arg (f, alist, param, attribute, class, type)
4003 struct frame *f;
4004 Lisp_Object alist, param;
4005 char *attribute;
4006 char *class;
4007 enum resource_types type;
4008{
4009 return x_get_arg (FRAME_X_DISPLAY_INFO (f),
4010 alist, param, attribute, class, type);
4011}
4012
4013/* Like x_frame_get_arg, but also record the value in f->param_alist. */
4014
4015Lisp_Object
4016x_frame_get_and_record_arg (f, alist, param, attribute, class, type)
4017 struct frame *f;
4018 Lisp_Object alist, param;
4019 char *attribute;
4020 char *class;
4021 enum resource_types type;
4022{
4023 Lisp_Object value;
4024
4025 value = x_get_arg (FRAME_X_DISPLAY_INFO (f), alist, param,
4026 attribute, class, type);
edd1c685 4027 if (! NILP (value) && ! EQ (value, Qunbound))
972f4259
KS
4028 store_frame_param (f, param, value);
4029
4030 return value;
4031}
4032
4033
4034/* Record in frame F the specified or default value according to ALIST
4035 of the parameter named PROP (a Lisp symbol).
4036 If no value is specified for PROP, look for an X default for XPROP
4037 on the frame named NAME.
4038 If that is not found either, use the value DEFLT. */
4039
4040Lisp_Object
4041x_default_parameter (f, alist, prop, deflt, xprop, xclass, type)
4042 struct frame *f;
4043 Lisp_Object alist;
4044 Lisp_Object prop;
4045 Lisp_Object deflt;
4046 char *xprop;
4047 char *xclass;
4048 enum resource_types type;
4049{
4050 Lisp_Object tem;
4051
4052 tem = x_frame_get_arg (f, alist, prop, xprop, xclass, type);
4053 if (EQ (tem, Qunbound))
4054 tem = deflt;
4055 x_set_frame_parameters (f, Fcons (Fcons (prop, tem), Qnil));
4056 return tem;
4057}
4058
4059
4060
4061\f
dc4db71c
CY
4062#ifdef HAVE_NS
4063
4064/* We used to define x-parse-geometry directly in ns-win.el, but that
4065 confused make-docfile: the documentation string in ns-win.el was
4066 used for x-parse-geometry even in non-NS builds.. */
4067
4068DEFUN ("x-parse-geometry", Fx_parse_geometry, Sx_parse_geometry, 1, 1, 0,
4069 doc: /* Parse a Nextstep-style geometry string STRING.
4070Returns an alist of the form ((top . TOP), (left . LEFT) ... ).
4071The properties returned may include `top', `left', `height', and `width'.
4072This works by calling `ns-parse-geometry'. */)
4073 (string)
4074 Lisp_Object string;
4075{
4076 call1 (Qns_parse_geometry, string);
4077}
4078
4079#else /* !HAVE_NS */
4080
972f4259
KS
4081DEFUN ("x-parse-geometry", Fx_parse_geometry, Sx_parse_geometry, 1, 1, 0,
4082 doc: /* Parse an X-style geometry string STRING.
4083Returns an alist of the form ((top . TOP), (left . LEFT) ... ).
4084The properties returned may include `top', `left', `height', and `width'.
4085The value of `left' or `top' may be an integer,
4086or a list (+ N) meaning N pixels relative to top/left corner,
4087or a list (- N) meaning -N pixels relative to bottom/right corner. */)
4088 (string)
4089 Lisp_Object string;
4090{
4091 int geometry, x, y;
4092 unsigned int width, height;
4093 Lisp_Object result;
4094
4095 CHECK_STRING (string);
4096
4097 geometry = XParseGeometry ((char *) SDATA (string),
4098 &x, &y, &width, &height);
972f4259
KS
4099 result = Qnil;
4100 if (geometry & XValue)
4101 {
4102 Lisp_Object element;
4103
4104 if (x >= 0 && (geometry & XNegative))
4105 element = Fcons (Qleft, Fcons (Qminus, Fcons (make_number (-x), Qnil)));
4106 else if (x < 0 && ! (geometry & XNegative))
4107 element = Fcons (Qleft, Fcons (Qplus, Fcons (make_number (x), Qnil)));
4108 else
4109 element = Fcons (Qleft, make_number (x));
4110 result = Fcons (element, result);
4111 }
4112
4113 if (geometry & YValue)
4114 {
4115 Lisp_Object element;
4116
4117 if (y >= 0 && (geometry & YNegative))
4118 element = Fcons (Qtop, Fcons (Qminus, Fcons (make_number (-y), Qnil)));
4119 else if (y < 0 && ! (geometry & YNegative))
4120 element = Fcons (Qtop, Fcons (Qplus, Fcons (make_number (y), Qnil)));
4121 else
4122 element = Fcons (Qtop, make_number (y));
4123 result = Fcons (element, result);
4124 }
4125
4126 if (geometry & WidthValue)
4127 result = Fcons (Fcons (Qwidth, make_number (width)), result);
4128 if (geometry & HeightValue)
4129 result = Fcons (Fcons (Qheight, make_number (height)), result);
4130
4131 return result;
4132}
dc4db71c
CY
4133#endif /* HAVE_NS */
4134
972f4259
KS
4135
4136/* Calculate the desired size and position of frame F.
4137 Return the flags saying which aspects were specified.
4138
4139 Also set the win_gravity and size_hint_flags of F.
4140
4141 Adjust height for toolbar if TOOLBAR_P is 1.
4142
4143 This function does not make the coordinates positive. */
4144
4145#define DEFAULT_ROWS 40
4146#define DEFAULT_COLS 80
4147
4148int
4149x_figure_window_size (f, parms, toolbar_p)
4150 struct frame *f;
4151 Lisp_Object parms;
4152 int toolbar_p;
4153{
4154 register Lisp_Object tem0, tem1, tem2;
4155 long window_prompting = 0;
4156 Display_Info *dpyinfo = FRAME_X_DISPLAY_INFO (f);
4157
4158 /* Default values if we fall through.
4159 Actually, if that happens we should get
4160 window manager prompting. */
5af5757b
KS
4161 SET_FRAME_COLS (f, DEFAULT_COLS);
4162 FRAME_LINES (f) = DEFAULT_ROWS;
972f4259
KS
4163 /* Window managers expect that if program-specified
4164 positions are not (0,0), they're intentional, not defaults. */
5af5757b
KS
4165 f->top_pos = 0;
4166 f->left_pos = 0;
972f4259 4167
5af5757b 4168 /* Ensure that old new_text_cols and new_text_lines will not override the
972f4259
KS
4169 values set here. */
4170 /* ++KFS: This was specific to W32, but seems ok for all platforms */
5af5757b 4171 f->new_text_cols = f->new_text_lines = 0;
972f4259
KS
4172
4173 tem0 = x_get_arg (dpyinfo, parms, Qheight, 0, 0, RES_TYPE_NUMBER);
4174 tem1 = x_get_arg (dpyinfo, parms, Qwidth, 0, 0, RES_TYPE_NUMBER);
4175 tem2 = x_get_arg (dpyinfo, parms, Quser_size, 0, 0, RES_TYPE_NUMBER);
4176 if (! EQ (tem0, Qunbound) || ! EQ (tem1, Qunbound))
4177 {
4178 if (!EQ (tem0, Qunbound))
4179 {
4180 CHECK_NUMBER (tem0);
5af5757b 4181 FRAME_LINES (f) = XINT (tem0);
972f4259
KS
4182 }
4183 if (!EQ (tem1, Qunbound))
4184 {
4185 CHECK_NUMBER (tem1);
5af5757b 4186 SET_FRAME_COLS (f, XINT (tem1));
972f4259
KS
4187 }
4188 if (!NILP (tem2) && !EQ (tem2, Qunbound))
4189 window_prompting |= USSize;
4190 else
4191 window_prompting |= PSize;
4192 }
4193
5af5757b
KS
4194 f->scroll_bar_actual_width
4195 = FRAME_SCROLL_BAR_COLS (f) * FRAME_COLUMN_WIDTH (f);
972f4259
KS
4196
4197 /* This used to be done _before_ calling x_figure_window_size, but
4198 since the height is reset here, this was really a no-op. I
4199 assume that moving it here does what Gerd intended (although he
4200 no longer can remember what that was... ++KFS, 2003-03-25. */
4201
4202 /* Add the tool-bar height to the initial frame height so that the
4203 user gets a text display area of the size he specified with -g or
4204 via .Xdefaults. Later changes of the tool-bar height don't
4205 change the frame size. This is done so that users can create
4206 tall Emacs frames without having to guess how tall the tool-bar
4207 will get. */
4208 if (toolbar_p && FRAME_TOOL_BAR_LINES (f))
4209 {
4210 int margin, relief, bar_height;
4211
4212 relief = (tool_bar_button_relief >= 0
4213 ? tool_bar_button_relief
4214 : DEFAULT_TOOL_BAR_BUTTON_RELIEF);
4215
4216 if (INTEGERP (Vtool_bar_button_margin)
4217 && XINT (Vtool_bar_button_margin) > 0)
4218 margin = XFASTINT (Vtool_bar_button_margin);
4219 else if (CONSP (Vtool_bar_button_margin)
4220 && INTEGERP (XCDR (Vtool_bar_button_margin))
4221 && XINT (XCDR (Vtool_bar_button_margin)) > 0)
4222 margin = XFASTINT (XCDR (Vtool_bar_button_margin));
4223 else
4224 margin = 0;
4225
4226 bar_height = DEFAULT_TOOL_BAR_IMAGE_HEIGHT + 2 * margin + 2 * relief;
5af5757b 4227 FRAME_LINES (f) += (bar_height + FRAME_LINE_HEIGHT (f) - 1) / FRAME_LINE_HEIGHT (f);
972f4259
KS
4228 }
4229
4230 compute_fringe_widths (f, 0);
4231
5af5757b
KS
4232 FRAME_PIXEL_WIDTH (f) = FRAME_TEXT_COLS_TO_PIXEL_WIDTH (f, FRAME_COLS (f));
4233 FRAME_PIXEL_HEIGHT (f) = FRAME_TEXT_LINES_TO_PIXEL_HEIGHT (f, FRAME_LINES (f));
972f4259
KS
4234
4235 tem0 = x_get_arg (dpyinfo, parms, Qtop, 0, 0, RES_TYPE_NUMBER);
4236 tem1 = x_get_arg (dpyinfo, parms, Qleft, 0, 0, RES_TYPE_NUMBER);
4237 tem2 = x_get_arg (dpyinfo, parms, Quser_position, 0, 0, RES_TYPE_NUMBER);
4238 if (! EQ (tem0, Qunbound) || ! EQ (tem1, Qunbound))
4239 {
4240 if (EQ (tem0, Qminus))
4241 {
5af5757b 4242 f->top_pos = 0;
972f4259
KS
4243 window_prompting |= YNegative;
4244 }
4245 else if (CONSP (tem0) && EQ (XCAR (tem0), Qminus)
4246 && CONSP (XCDR (tem0))
4247 && INTEGERP (XCAR (XCDR (tem0))))
4248 {
5af5757b 4249 f->top_pos = - XINT (XCAR (XCDR (tem0)));
972f4259
KS
4250 window_prompting |= YNegative;
4251 }
4252 else if (CONSP (tem0) && EQ (XCAR (tem0), Qplus)
4253 && CONSP (XCDR (tem0))
4254 && INTEGERP (XCAR (XCDR (tem0))))
4255 {
5af5757b 4256 f->top_pos = XINT (XCAR (XCDR (tem0)));
972f4259
KS
4257 }
4258 else if (EQ (tem0, Qunbound))
5af5757b 4259 f->top_pos = 0;
972f4259
KS
4260 else
4261 {
4262 CHECK_NUMBER (tem0);
5af5757b
KS
4263 f->top_pos = XINT (tem0);
4264 if (f->top_pos < 0)
972f4259
KS
4265 window_prompting |= YNegative;
4266 }
4267
4268 if (EQ (tem1, Qminus))
4269 {
5af5757b 4270 f->left_pos = 0;
972f4259
KS
4271 window_prompting |= XNegative;
4272 }
4273 else if (CONSP (tem1) && EQ (XCAR (tem1), Qminus)
4274 && CONSP (XCDR (tem1))
4275 && INTEGERP (XCAR (XCDR (tem1))))
4276 {
5af5757b 4277 f->left_pos = - XINT (XCAR (XCDR (tem1)));
972f4259
KS
4278 window_prompting |= XNegative;
4279 }
4280 else if (CONSP (tem1) && EQ (XCAR (tem1), Qplus)
4281 && CONSP (XCDR (tem1))
4282 && INTEGERP (XCAR (XCDR (tem1))))
4283 {
5af5757b 4284 f->left_pos = XINT (XCAR (XCDR (tem1)));
972f4259
KS
4285 }
4286 else if (EQ (tem1, Qunbound))
5af5757b 4287 f->left_pos = 0;
972f4259
KS
4288 else
4289 {
4290 CHECK_NUMBER (tem1);
5af5757b
KS
4291 f->left_pos = XINT (tem1);
4292 if (f->left_pos < 0)
972f4259
KS
4293 window_prompting |= XNegative;
4294 }
4295
4296 if (!NILP (tem2) && ! EQ (tem2, Qunbound))
4297 window_prompting |= USPosition;
4298 else
4299 window_prompting |= PPosition;
4300 }
4301
5af5757b 4302 if (f->want_fullscreen != FULLSCREEN_NONE)
972f4259
KS
4303 {
4304 int left, top;
4305 int width, height;
4306
4307 /* It takes both for some WM:s to place it where we want */
7f6fd740 4308 window_prompting |= USPosition | PPosition;
972f4259 4309 x_fullscreen_adjust (f, &width, &height, &top, &left);
5af5757b
KS
4310 FRAME_COLS (f) = width;
4311 FRAME_LINES (f) = height;
4312 FRAME_PIXEL_WIDTH (f) = FRAME_TEXT_COLS_TO_PIXEL_WIDTH (f, width);
4313 FRAME_PIXEL_HEIGHT (f) = FRAME_TEXT_LINES_TO_PIXEL_HEIGHT (f, height);
4314 f->left_pos = left;
4315 f->top_pos = top;
972f4259
KS
4316 }
4317
4318 if (window_prompting & XNegative)
4319 {
4320 if (window_prompting & YNegative)
5af5757b 4321 f->win_gravity = SouthEastGravity;
972f4259 4322 else
5af5757b 4323 f->win_gravity = NorthEastGravity;
972f4259
KS
4324 }
4325 else
4326 {
4327 if (window_prompting & YNegative)
5af5757b 4328 f->win_gravity = SouthWestGravity;
972f4259 4329 else
5af5757b 4330 f->win_gravity = NorthWestGravity;
972f4259
KS
4331 }
4332
5af5757b 4333 f->size_hint_flags = window_prompting;
972f4259
KS
4334
4335 return window_prompting;
4336}
4337
4338
4339
4340#endif /* HAVE_WINDOW_SYSTEM */
4341
4342
4343\f
4344/***********************************************************************
4345 Initialization
4346 ***********************************************************************/
4347
4348void
4349syms_of_frame ()
4350{
4351 Qframep = intern ("framep");
4352 staticpro (&Qframep);
4353 Qframe_live_p = intern ("frame-live-p");
4354 staticpro (&Qframe_live_p);
5839d7e8
MR
4355 Qexplicit_name = intern ("explicit-name");
4356 staticpro (&Qexplicit_name);
972f4259
KS
4357 Qheight = intern ("height");
4358 staticpro (&Qheight);
4359 Qicon = intern ("icon");
4360 staticpro (&Qicon);
4361 Qminibuffer = intern ("minibuffer");
4362 staticpro (&Qminibuffer);
4363 Qmodeline = intern ("modeline");
4364 staticpro (&Qmodeline);
4365 Qonly = intern ("only");
4366 staticpro (&Qonly);
4367 Qwidth = intern ("width");
4368 staticpro (&Qwidth);
4369 Qgeometry = intern ("geometry");
4370 staticpro (&Qgeometry);
4371 Qicon_left = intern ("icon-left");
4372 staticpro (&Qicon_left);
4373 Qicon_top = intern ("icon-top");
4374 staticpro (&Qicon_top);
4375 Qleft = intern ("left");
4376 staticpro (&Qleft);
4377 Qright = intern ("right");
4378 staticpro (&Qright);
4379 Quser_position = intern ("user-position");
4380 staticpro (&Quser_position);
4381 Quser_size = intern ("user-size");
4382 staticpro (&Quser_size);
4383 Qwindow_id = intern ("window-id");
4384 staticpro (&Qwindow_id);
4385#ifdef HAVE_X_WINDOWS
4386 Qouter_window_id = intern ("outer-window-id");
4387 staticpro (&Qouter_window_id);
4388#endif
4389 Qparent_id = intern ("parent-id");
4390 staticpro (&Qparent_id);
4391 Qx = intern ("x");
4392 staticpro (&Qx);
4393 Qw32 = intern ("w32");
4394 staticpro (&Qw32);
4395 Qpc = intern ("pc");
4396 staticpro (&Qpc);
4397 Qmac = intern ("mac");
4398 staticpro (&Qmac);
edfda783
AR
4399 Qns = intern ("ns");
4400 staticpro (&Qns);
972f4259
KS
4401 Qvisible = intern ("visible");
4402 staticpro (&Qvisible);
4403 Qbuffer_predicate = intern ("buffer-predicate");
4404 staticpro (&Qbuffer_predicate);
4405 Qbuffer_list = intern ("buffer-list");
4406 staticpro (&Qbuffer_list);
a18b8cb5
KL
4407 Qburied_buffer_list = intern ("buried-buffer-list");
4408 staticpro (&Qburied_buffer_list);
972f4259
KS
4409 Qdisplay_type = intern ("display-type");
4410 staticpro (&Qdisplay_type);
4411 Qbackground_mode = intern ("background-mode");
4412 staticpro (&Qbackground_mode);
c53956fe
SM
4413 Qnoelisp = intern ("noelisp");
4414 staticpro (&Qnoelisp);
972f4259
KS
4415 Qtty_color_mode = intern ("tty-color-mode");
4416 staticpro (&Qtty_color_mode);
28d440ab
KL
4417 Qtty = intern ("tty");
4418 staticpro (&Qtty);
4419 Qtty_type = intern ("tty-type");
4420 staticpro (&Qtty_type);
972f4259
KS
4421
4422 Qface_set_after_frame_default = intern ("face-set-after-frame-default");
4423 staticpro (&Qface_set_after_frame_default);
4424
4425 Qfullwidth = intern ("fullwidth");
4426 staticpro (&Qfullwidth);
4427 Qfullheight = intern ("fullheight");
4428 staticpro (&Qfullheight);
4429 Qfullboth = intern ("fullboth");
4430 staticpro (&Qfullboth);
4431 Qx_resource_name = intern ("x-resource-name");
4432 staticpro (&Qx_resource_name);
4433
4434 Qx_frame_parameter = intern ("x-frame-parameter");
4435 staticpro (&Qx_frame_parameter);
4436
6ed8eeff
KL
4437 Qterminal = intern ("terminal");
4438 staticpro (&Qterminal);
4439 Qterminal_live_p = intern ("terminal-live-p");
4440 staticpro (&Qterminal_live_p);
a3547743 4441
dc4db71c
CY
4442#ifdef HAVE_NS
4443 Qns_parse_geometry = intern ("ns-parse-geometry");
4444 staticpro (&Qns_parse_geometry);
4445#endif
4446
972f4259
KS
4447 {
4448 int i;
4449
4450 for (i = 0; i < sizeof (frame_parms) / sizeof (frame_parms[0]); i++)
4451 {
4452 Lisp_Object v = intern (frame_parms[i].name);
4453 if (frame_parms[i].variable)
4454 {
4455 *frame_parms[i].variable = v;
4456 staticpro (frame_parms[i].variable);
4457 }
4458 Fput (v, Qx_frame_parameter, make_number (i));
4459 }
4460 }
4461
2731a0ad 4462#ifdef HAVE_WINDOW_SYSTEM
972f4259
KS
4463 DEFVAR_LISP ("x-resource-name", &Vx_resource_name,
4464 doc: /* The name Emacs uses to look up X resources.
4465`x-get-resource' uses this as the first component of the instance name
4466when requesting resource values.
4467Emacs initially sets `x-resource-name' to the name under which Emacs
4468was invoked, or to the value specified with the `-name' or `-rn'
4469switches, if present.
4470
4471It may be useful to bind this variable locally around a call
4472to `x-get-resource'. See also the variable `x-resource-class'. */);
4473 Vx_resource_name = Qnil;
4474
4475 DEFVAR_LISP ("x-resource-class", &Vx_resource_class,
4476 doc: /* The class Emacs uses to look up X resources.
4477`x-get-resource' uses this as the first component of the instance class
4478when requesting resource values.
4479
4480Emacs initially sets `x-resource-class' to "Emacs".
4481
4482Setting this variable permanently is not a reasonable thing to do,
4483but binding this variable locally around a call to `x-get-resource'
4484is a reasonable practice. See also the variable `x-resource-name'. */);
4485 Vx_resource_class = build_string (EMACS_CLASS);
0a708637
GM
4486
4487 DEFVAR_LISP ("frame-alpha-lower-limit", &Vframe_alpha_lower_limit,
4488 doc: /* The lower limit of the frame opacity (alpha transparency).
4489The value should range from 0 (invisible) to 100 (completely opaque).
4490You can also use a floating number between 0.0 and 1.0.
4491The default is 20. */);
4492 Vframe_alpha_lower_limit = make_number (20);
2731a0ad 4493#endif
972f4259
KS
4494
4495 DEFVAR_LISP ("default-frame-alist", &Vdefault_frame_alist,
4496 doc: /* Alist of default values for frame creation.
4497These may be set in your init file, like this:
5ff00c42 4498 (setq default-frame-alist '((width . 80) (height . 55) (menu-bar-lines . 1)))
972f4259
KS
4499These override values given in window system configuration data,
4500 including X Windows' defaults database.
4501For values specific to the first Emacs frame, see `initial-frame-alist'.
095fe281 4502For window-system specific values, see `window-system-default-frame-alist'.
972f4259
KS
4503For values specific to the separate minibuffer frame, see
4504 `minibuffer-frame-alist'.
4505The `menu-bar-lines' element of the list controls whether new frames
4506 have menu bars; `menu-bar-mode' works by altering this element.
4507Setting this variable does not affect existing frames, only new ones. */);
4508 Vdefault_frame_alist = Qnil;
4509
6b61353c
KH
4510 DEFVAR_LISP ("default-frame-scroll-bars", &Vdefault_frame_scroll_bars,
4511 doc: /* Default position of scroll bars on this window-system. */);
4512#ifdef HAVE_WINDOW_SYSTEM
9e2a2647 4513#if defined(HAVE_NTGUI) || defined(NS_IMPL_COCOA)
edfda783 4514 /* MS-Windows and Mac OS X have scroll bars on the right by default. */
6b61353c
KH
4515 Vdefault_frame_scroll_bars = Qright;
4516#else
4517 Vdefault_frame_scroll_bars = Qleft;
4518#endif
4519#else
4520 Vdefault_frame_scroll_bars = Qnil;
4521#endif
4522
972f4259 4523 DEFVAR_LISP ("terminal-frame", &Vterminal_frame,
daf01701 4524 doc: /* The initial frame-object, which represents Emacs's stdout. */);
972f4259
KS
4525
4526 DEFVAR_LISP ("emacs-iconified", &Vemacs_iconified,
bd45aef7 4527 doc: /* Non-nil if all of Emacs is iconified and frame updates are not needed. */);
972f4259
KS
4528 Vemacs_iconified = Qnil;
4529
4530 DEFVAR_LISP ("mouse-position-function", &Vmouse_position_function,
4531 doc: /* If non-nil, function to transform normal value of `mouse-position'.
4532`mouse-position' calls this function, passing its usual return value as
4533argument, and returns whatever this function returns.
4534This abnormal hook exists for the benefit of packages like `xt-mouse.el'
4535which need to do mouse handling at the Lisp level. */);
4536 Vmouse_position_function = Qnil;
4537
4538 DEFVAR_LISP ("mouse-highlight", &Vmouse_highlight,
4539 doc: /* If non-nil, clickable text is highlighted when mouse is over it.
4540If the value is an integer, highlighting is only shown after moving the
4541mouse, while keyboard input turns off the highlight even when the mouse
4542is over the clickable text. However, the mouse shape still indicates
4543when the mouse is over clickable text. */);
4544 Vmouse_highlight = Qt;
4545
4546 DEFVAR_LISP ("delete-frame-functions", &Vdelete_frame_functions,
4547 doc: /* Functions to be run before deleting a frame.
4548The functions are run with one arg, the frame to be deleted.
e519a50b
KL
4549See `delete-frame'.
4550
58555d81
SM
4551Note that functions in this list may be called just before the frame is
4552actually deleted, or some time later (or even both when an earlier function
4553in `delete-frame-functions' (indirectly) calls `delete-frame'
4554recursively). */);
972f4259 4555 Vdelete_frame_functions = Qnil;
58555d81
SM
4556 Qdelete_frame_functions = intern ("delete-frame-functions");
4557 staticpro (&Qdelete_frame_functions);
972f4259
KS
4558
4559 DEFVAR_KBOARD ("default-minibuffer-frame", Vdefault_minibuffer_frame,
4560 doc: /* Minibufferless frames use this frame's minibuffer.
4561
4562Emacs cannot create minibufferless frames unless this is set to an
4563appropriate surrogate.
4564
4565Emacs consults this variable only when creating minibufferless
4566frames; once the frame is created, it sticks with its assigned
4567minibuffer, no matter what this variable is set to. This means that
4568this variable doesn't necessarily say anything meaningful about the
4569current set of frames, or where the minibuffer is currently being
4570displayed.
4571
4572This variable is local to the current terminal and cannot be buffer-local. */);
4573
da1da002
MR
4574 DEFVAR_BOOL ("focus-follows-mouse", &focus_follows_mouse,
4575 doc: /* Non-nil if window system changes focus when you move the mouse.
4576You should set this variable to tell Emacs how your window manager
4577handles focus, since there is no way in general for Emacs to find out
4578automatically. */);
4579#ifdef HAVE_WINDOW_SYSTEM
9e2a2647 4580#if defined(HAVE_NTGUI) || defined(HAVE_NS)
da1da002
MR
4581 focus_follows_mouse = 0;
4582#else
4583 focus_follows_mouse = 1;
4584#endif
4585#else
4586 focus_follows_mouse = 0;
4587#endif
a3547743 4588
972f4259
KS
4589 staticpro (&Vframe_list);
4590
4591 defsubr (&Sactive_minibuffer_window);
4592 defsubr (&Sframep);
4593 defsubr (&Sframe_live_p);
428a555e 4594 defsubr (&Swindow_system);
972f4259
KS
4595 defsubr (&Smake_terminal_frame);
4596 defsubr (&Shandle_switch_frame);
972f4259
KS
4597 defsubr (&Sselect_frame);
4598 defsubr (&Sselected_frame);
4599 defsubr (&Swindow_frame);
4600 defsubr (&Sframe_root_window);
4601 defsubr (&Sframe_first_window);
4602 defsubr (&Sframe_selected_window);
4603 defsubr (&Sset_frame_selected_window);
4604 defsubr (&Sframe_list);
4605 defsubr (&Snext_frame);
4606 defsubr (&Sprevious_frame);
4607 defsubr (&Sdelete_frame);
4608 defsubr (&Smouse_position);
4609 defsubr (&Smouse_pixel_position);
4610 defsubr (&Sset_mouse_position);
4611 defsubr (&Sset_mouse_pixel_position);
4612#if 0
4613 defsubr (&Sframe_configuration);
4614 defsubr (&Srestore_frame_configuration);
4615#endif
4616 defsubr (&Smake_frame_visible);
4617 defsubr (&Smake_frame_invisible);
4618 defsubr (&Siconify_frame);
4619 defsubr (&Sframe_visible_p);
4620 defsubr (&Svisible_frame_list);
4621 defsubr (&Sraise_frame);
4622 defsubr (&Slower_frame);
4623 defsubr (&Sredirect_frame_focus);
4624 defsubr (&Sframe_focus);
4625 defsubr (&Sframe_parameters);
4626 defsubr (&Sframe_parameter);
4627 defsubr (&Smodify_frame_parameters);
4628 defsubr (&Sframe_char_height);
4629 defsubr (&Sframe_char_width);
4630 defsubr (&Sframe_pixel_height);
4631 defsubr (&Sframe_pixel_width);
4632 defsubr (&Sset_frame_height);
4633 defsubr (&Sset_frame_width);
4634 defsubr (&Sset_frame_size);
4635 defsubr (&Sset_frame_position);
4636
4637#ifdef HAVE_WINDOW_SYSTEM
4638 defsubr (&Sx_get_resource);
4639 defsubr (&Sx_parse_geometry);
4640#endif
4641
dc6f92b8 4642}
6b61353c
KH
4643
4644/* arch-tag: 7dbf2c69-9aad-45f8-8296-db893d6dd039
4645 (do not change this comment) */