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