Prefer list1 (X) to Fcons (X, Qnil) when building lists.
[bpt/emacs.git] / src / xfns.c
CommitLineData
01f1ba30 1/* Functions for the X window system.
e9bffc61 2
ab422c4d 3Copyright (C) 1989, 1992-2013 Free Software Foundation, Inc.
01f1ba30
JB
4
5This file is part of GNU Emacs.
6
9ec0b715 7GNU Emacs is free software: you can redistribute it and/or modify
01f1ba30 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.
01f1ba30
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/>. */
01f1ba30 19
c389a86d 20#include <config.h>
333b20bb 21#include <stdio.h>
d62c8769 22#include <math.h>
3ecaf7e5 23#include <unistd.h>
3ecaf7e5 24
40e6f148 25/* This makes the fields of a Display accessible, in Xlib header files. */
333b20bb 26
40e6f148
RS
27#define XLIB_ILLEGAL_ACCESS
28
01f1ba30
JB
29#include "lisp.h"
30#include "xterm.h"
f676886a 31#include "frame.h"
01f1ba30 32#include "window.h"
e5560ff7 33#include "character.h"
01f1ba30 34#include "buffer.h"
58cad5ed 35#include "intervals.h"
01f1ba30 36#include "dispextern.h"
1f98fa48 37#include "keyboard.h"
9ac0d9e0 38#include "blockinput.h"
57bda87a 39#include <epaths.h>
942ea06d 40#include "charset.h"
96db09e4 41#include "coding.h"
942ea06d 42#include "fontset.h"
333b20bb
GM
43#include "systime.h"
44#include "termhooks.h"
4ae9a85e 45#include "atimer.h"
28d440ab 46#include "termchar.h"
02ed2ea8 47#include "font.h"
02ed2ea8 48
01f1ba30 49#ifdef HAVE_X_WINDOWS
67ba84d1 50
63cec32f
GM
51#include <sys/types.h>
52#include <sys/stat.h>
01f1ba30 53
0505a740 54#if 1 /* Used to be #ifdef EMACS_BITMAP_FILES, but this should always work. */
ef493a27
RS
55#include "bitmaps/gray.xbm"
56#else
dbc4e1c1 57#include <X11/bitmaps/gray>
ef493a27 58#endif
dbc4e1c1 59
1b9ac145
AS
60#include "xsettings.h"
61
4e3f9230
YM
62#ifdef HAVE_XRANDR
63#include <X11/extensions/Xrandr.h>
64#endif
65#ifdef HAVE_XINERAMA
66#include <X11/extensions/Xinerama.h>
67#endif
68
488dd4c4
JD
69#ifdef USE_GTK
70#include "gtkutil.h"
71#endif
72
9ef48a9d
RS
73#ifdef USE_X_TOOLKIT
74#include <X11/Shell.h>
75
398ffa92 76#ifndef USE_MOTIF
8ab9202e
CY
77#ifdef HAVE_XAW3D
78#include <X11/Xaw3d/Paned.h>
a6ec6cfb 79#include <X11/Xaw3d/Label.h>
8ab9202e 80#else /* !HAVE_XAW3D */
9ef48a9d
RS
81#include <X11/Xaw/Paned.h>
82#include <X11/Xaw/Label.h>
8ab9202e 83#endif /* HAVE_XAW3D */
398ffa92 84#endif /* USE_MOTIF */
9ef48a9d
RS
85
86#ifdef USG
87#undef USG /* ####KLUDGE for Solaris 2.2 and up */
88#include <X11/Xos.h>
89#define USG
dc5ddd85
PE
90#ifdef USG /* Pacify gcc -Wunused-macros. */
91#endif
9ef48a9d
RS
92#else
93#include <X11/Xos.h>
94#endif
95
96#include "widget.h"
97
98#include "../lwlib/lwlib.h"
99
333b20bb
GM
100#ifdef USE_MOTIF
101#include <Xm/Xm.h>
102#include <Xm/DialogS.h>
103#include <Xm/FileSB.h>
dee186b6
J
104#include <Xm/List.h>
105#include <Xm/TextF.h>
333b20bb
GM
106#endif
107
eec47d6b
DN
108#ifdef USE_LUCID
109#include "../lwlib/xlwmenu.h"
110#endif
111
5e617bc2 112#if !defined (NO_EDITRES)
6c32dd68 113#define HACK_EDITRES
764430a3 114extern void _XEditResCheckMessages (Widget, XtPointer, XEvent *, Boolean *);
ee6bacd4 115#endif /* not defined NO_EDITRES */
6c32dd68 116
333b20bb
GM
117/* Unique id counter for widgets created by the Lucid Widget Library. */
118
6c32dd68
PR
119extern LWLIB_ID widget_id_tick;
120
fc2cdd9a
GM
121#ifdef USE_MOTIF
122
fc2cdd9a
GM
123#endif /* USE_MOTIF */
124
9ef48a9d
RS
125#endif /* USE_X_TOOLKIT */
126
6b61353c
KH
127#ifdef USE_GTK
128
6b61353c
KH
129#endif /* USE_GTK */
130
9d317b2c 131#define MAXREQUEST(dpy) (XMaxRequestSize (dpy))
9d317b2c 132
955cbe7b
PE
133static Lisp_Object Qsuppress_icon;
134static Lisp_Object Qundefined_color;
135static Lisp_Object Qcompound_text, Qcancel_timer;
581e51e8 136Lisp_Object Qfont_param;
01f1ba30 137
e509cfa6 138#ifdef GLYPH_DEBUG
13464394
PE
139static ptrdiff_t image_cache_refcount;
140static int dpyinfo_refcount;
eaf1eea9
GM
141#endif
142
e4cebfca
PE
143static struct x_display_info *x_display_info_for_name (Lisp_Object);
144
7e59217d 145/* Let the user specify an X display with a Lisp object.
708e05dc 146 OBJECT may be nil, a frame or a terminal object.
b9dc4443
RS
147 nil stands for the selected frame--or, if that is not an X frame,
148 the first X display on the list. */
149
7c0d3ed8 150struct x_display_info *
971de7fb 151check_x_display_info (Lisp_Object object)
b9dc4443 152{
8ec8a5ec 153 struct x_display_info *dpyinfo = NULL;
177c0ea7 154
7e59217d 155 if (NILP (object))
b9dc4443 156 {
0fe92f72 157 struct frame *sf = XFRAME (selected_frame);
177c0ea7 158
0fe92f72 159 if (FRAME_X_P (sf) && FRAME_LIVE_P (sf))
8ec8a5ec 160 dpyinfo = FRAME_X_DISPLAY_INFO (sf);
b9dc4443 161 else if (x_display_list != 0)
8ec8a5ec 162 dpyinfo = x_display_list;
b9dc4443
RS
163 else
164 error ("X windows are not in use or not initialized");
165 }
708e05dc 166 else if (TERMINALP (object))
b6660415 167 {
fd0f53a9 168 struct terminal *t = get_terminal (object, 1);
b6660415 169
6ed8eeff 170 if (t->type != output_x_window)
5ba8bf35 171 error ("Terminal %d is not an X display", t->id);
b6660415 172
6ed8eeff 173 dpyinfo = t->display_info.x;
b6660415 174 }
7e59217d
KL
175 else if (STRINGP (object))
176 dpyinfo = x_display_info_for_name (object);
b9dc4443
RS
177 else
178 {
7452b7bd 179 FRAME_PTR f = decode_window_system_frame (object);
8ec8a5ec 180 dpyinfo = FRAME_X_DISPLAY_INFO (f);
b9dc4443 181 }
8ec8a5ec
GM
182
183 return dpyinfo;
b9dc4443 184}
333b20bb 185
b9dc4443 186\f
f676886a
JB
187/* Return the Emacs frame-object corresponding to an X window.
188 It could be the frame's main window or an icon window. */
01f1ba30 189
34ca5317 190/* This function can be called during GC, so use GC_xxx type test macros. */
bcb2db92 191
f676886a 192struct frame *
971de7fb 193x_window_to_frame (struct x_display_info *dpyinfo, int wdesc)
01f1ba30 194{
f676886a
JB
195 Lisp_Object tail, frame;
196 struct frame *f;
01f1ba30 197
5b04e9f9
DA
198 if (wdesc == None)
199 return NULL;
10b43ac3 200
5b04e9f9 201 FOR_EACH_FRAME (tail, frame)
01f1ba30 202 {
f676886a 203 f = XFRAME (frame);
2d764c78 204 if (!FRAME_X_P (f) || FRAME_X_DISPLAY_INFO (f) != dpyinfo)
2d271e2e 205 continue;
0af913d7 206 if (f->output_data.x->hourglass_window == wdesc)
17cbbf95 207 return f;
9ef48a9d 208#ifdef USE_X_TOOLKIT
177c0ea7 209 if ((f->output_data.x->edit_widget
7556890b 210 && XtWindow (f->output_data.x->edit_widget) == wdesc)
333b20bb
GM
211 /* A tooltip frame? */
212 || (!f->output_data.x->edit_widget
213 && FRAME_X_WINDOW (f) == wdesc)
7556890b 214 || f->output_data.x->icon_desc == wdesc)
9ef48a9d
RS
215 return f;
216#else /* not USE_X_TOOLKIT */
488dd4c4
JD
217#ifdef USE_GTK
218 if (f->output_data.x->edit_widget)
219 {
6b61353c 220 GtkWidget *gwdesc = xg_win_to_widget (dpyinfo->display, wdesc);
488dd4c4
JD
221 struct x_output *x = f->output_data.x;
222 if (gwdesc != 0 && gwdesc == x->edit_widget)
223 return f;
224 }
225#endif /* USE_GTK */
fe24a618 226 if (FRAME_X_WINDOW (f) == wdesc
7556890b 227 || f->output_data.x->icon_desc == wdesc)
f676886a 228 return f;
9ef48a9d
RS
229#endif /* not USE_X_TOOLKIT */
230 }
231 return 0;
232}
233
488dd4c4 234#if defined (USE_X_TOOLKIT) || defined (USE_GTK)
9ef48a9d
RS
235/* Like x_window_to_frame but also compares the window with the widget's
236 windows. */
237
238struct frame *
971de7fb 239x_any_window_to_frame (struct x_display_info *dpyinfo, int wdesc)
9ef48a9d
RS
240{
241 Lisp_Object tail, frame;
5b04e9f9 242 struct frame *f, *found = NULL;
7556890b 243 struct x_output *x;
9ef48a9d 244
5b04e9f9
DA
245 if (wdesc == None)
246 return NULL;
10b43ac3 247
5b04e9f9 248 FOR_EACH_FRAME (tail, frame)
9ef48a9d 249 {
5b04e9f9
DA
250 if (found)
251 break;
9ef48a9d 252 f = XFRAME (frame);
17cbbf95 253 if (FRAME_X_P (f) && FRAME_X_DISPLAY_INFO (f) == dpyinfo)
333b20bb 254 {
17cbbf95
GM
255 /* This frame matches if the window is any of its widgets. */
256 x = f->output_data.x;
0af913d7 257 if (x->hourglass_window == wdesc)
17cbbf95
GM
258 found = f;
259 else if (x->widget)
260 {
488dd4c4 261#ifdef USE_GTK
6b61353c 262 GtkWidget *gwdesc = xg_win_to_widget (dpyinfo->display, wdesc);
488dd4c4 263 if (gwdesc != 0
a54fa5b7 264 && gtk_widget_get_toplevel (gwdesc) == x->widget)
488dd4c4
JD
265 found = f;
266#else
177c0ea7
JB
267 if (wdesc == XtWindow (x->widget)
268 || wdesc == XtWindow (x->column_widget)
17cbbf95
GM
269 || wdesc == XtWindow (x->edit_widget))
270 found = f;
271 /* Match if the window is this frame's menubar. */
272 else if (lw_window_is_in_menubar (wdesc, x->menubar_widget))
273 found = f;
488dd4c4 274#endif
17cbbf95
GM
275 }
276 else if (FRAME_X_WINDOW (f) == wdesc)
277 /* A tooltip frame. */
278 found = f;
333b20bb 279 }
01f1ba30 280 }
177c0ea7 281
17cbbf95 282 return found;
01f1ba30 283}
5e65b9ab 284
fd3a3022
RS
285/* Likewise, but consider only the menu bar widget. */
286
287struct frame *
fea9cabd 288x_menubar_window_to_frame (struct x_display_info *dpyinfo, XEvent *event)
fd3a3022 289{
b78f9767 290 Window wdesc = event->xany.window;
fd3a3022
RS
291 Lisp_Object tail, frame;
292 struct frame *f;
7556890b 293 struct x_output *x;
fd3a3022 294
5b04e9f9
DA
295 if (wdesc == None)
296 return NULL;
10b43ac3 297
5b04e9f9 298 FOR_EACH_FRAME (tail, frame)
fd3a3022 299 {
fd3a3022 300 f = XFRAME (frame);
2d764c78 301 if (!FRAME_X_P (f) || FRAME_X_DISPLAY_INFO (f) != dpyinfo)
fd3a3022 302 continue;
7556890b 303 x = f->output_data.x;
488dd4c4 304#ifdef USE_GTK
b78f9767
J
305 if (x->menubar_widget && xg_event_is_for_menubar (f, event))
306 return f;
488dd4c4 307#else
b78f9767 308 /* Match if the window is this frame's menubar. */
333b20bb
GM
309 if (x->menubar_widget
310 && lw_window_is_in_menubar (wdesc, x->menubar_widget))
fd3a3022 311 return f;
488dd4c4 312#endif
fd3a3022
RS
313 }
314 return 0;
315}
316
5e65b9ab
RS
317/* Return the frame whose principal (outermost) window is WDESC.
318 If WDESC is some other (smaller) window, we return 0. */
319
320struct frame *
971de7fb 321x_top_window_to_frame (struct x_display_info *dpyinfo, int wdesc)
5e65b9ab
RS
322{
323 Lisp_Object tail, frame;
324 struct frame *f;
7556890b 325 struct x_output *x;
5e65b9ab 326
5b04e9f9
DA
327 if (wdesc == None)
328 return NULL;
10b43ac3 329
5b04e9f9 330 FOR_EACH_FRAME (tail, frame)
5e65b9ab 331 {
5e65b9ab 332 f = XFRAME (frame);
2d764c78 333 if (!FRAME_X_P (f) || FRAME_X_DISPLAY_INFO (f) != dpyinfo)
2d271e2e 334 continue;
7556890b 335 x = f->output_data.x;
333b20bb
GM
336
337 if (x->widget)
338 {
339 /* This frame matches if the window is its topmost widget. */
488dd4c4 340#ifdef USE_GTK
6b61353c 341 GtkWidget *gwdesc = xg_win_to_widget (dpyinfo->display, wdesc);
488dd4c4
JD
342 if (gwdesc == x->widget)
343 return f;
344#else
333b20bb
GM
345 if (wdesc == XtWindow (x->widget))
346 return f;
7a994728
KH
347#if 0 /* I don't know why it did this,
348 but it seems logically wrong,
349 and it causes trouble for MapNotify events. */
333b20bb 350 /* Match if the window is this frame's menubar. */
177c0ea7 351 if (x->menubar_widget
333b20bb
GM
352 && wdesc == XtWindow (x->menubar_widget))
353 return f;
488dd4c4 354#endif
7a994728 355#endif
333b20bb
GM
356 }
357 else if (FRAME_X_WINDOW (f) == wdesc)
358 /* Tooltip frame. */
359 return f;
5e65b9ab
RS
360 }
361 return 0;
362}
488dd4c4 363#endif /* USE_X_TOOLKIT || USE_GTK */
01f1ba30 364
01f1ba30 365\f
203c1d73 366
08a90d6a 367/* Store the screen positions of frame F into XPTR and YPTR.
e9445337
RS
368 These are the positions of the containing window manager window,
369 not Emacs's own window. */
370
371void
971de7fb 372x_real_positions (FRAME_PTR f, int *xptr, int *yptr)
e9445337 373{
8ffc96f5 374 int win_x, win_y, outer_x IF_LINT (= 0), outer_y IF_LINT (= 0);
49d41073
EZ
375 int real_x = 0, real_y = 0;
376 int had_errors = 0;
377 Window win = f->output_data.x->parent_desc;
d75c9992
JD
378 Atom actual_type;
379 unsigned long actual_size, bytes_remaining;
06b0c8a0 380 int rc, actual_format;
d75c9992
JD
381 struct x_display_info *dpyinfo = FRAME_X_DISPLAY_INFO (f);
382 long max_len = 400;
383 Display *dpy = FRAME_X_DISPLAY (f);
384 unsigned char *tmp_data = NULL;
385 Atom target_type = XA_CARDINAL;
e9445337 386
4d7e6e51 387 block_input ();
49d41073 388
d75c9992 389 x_catch_errors (dpy);
043835a3 390
31887d45 391 if (win == dpyinfo->root_window)
49d41073
EZ
392 win = FRAME_OUTER_WINDOW (f);
393
394 /* This loop traverses up the containment tree until we hit the root
395 window. Window managers may intersect many windows between our window
396 and the root window. The window we find just before the root window
397 should be the outer WM window. */
398 for (;;)
e9445337 399 {
49d41073
EZ
400 Window wm_window, rootw;
401 Window *tmp_children;
402 unsigned int tmp_nchildren;
e7161ad9 403 int success;
ca7bac79 404
e7161ad9
RS
405 success = XQueryTree (FRAME_X_DISPLAY (f), win, &rootw,
406 &wm_window, &tmp_children, &tmp_nchildren);
08a90d6a 407
49d41073 408 had_errors = x_had_errors_p (FRAME_X_DISPLAY (f));
08a90d6a 409
e7161ad9
RS
410 /* Don't free tmp_children if XQueryTree failed. */
411 if (! success)
412 break;
413
98c6f1e3 414 XFree (tmp_children);
e7161ad9 415
49d41073
EZ
416 if (wm_window == rootw || had_errors)
417 break;
08a90d6a 418
49d41073
EZ
419 win = wm_window;
420 }
177c0ea7 421
49d41073
EZ
422 if (! had_errors)
423 {
47c53789 424 unsigned int ign;
49d41073 425 Window child, rootw;
177c0ea7 426
49d41073
EZ
427 /* Get the real coordinates for the WM window upper left corner */
428 XGetGeometry (FRAME_X_DISPLAY (f), win,
429 &rootw, &real_x, &real_y, &ign, &ign, &ign, &ign);
430
431 /* Translate real coordinates to coordinates relative to our
432 window. For our window, the upper left corner is 0, 0.
433 Since the upper left corner of the WM window is outside
434 our window, win_x and win_y will be negative:
435
436 ------------------ ---> x
437 | title |
438 | ----------------- v y
439 | | our window
440 */
8a07bba0 441 XTranslateCoordinates (FRAME_X_DISPLAY (f),
e9445337 442
8a07bba0 443 /* From-window, to-window. */
8a07bba0 444 FRAME_X_DISPLAY_INFO (f)->root_window,
49d41073 445 FRAME_X_WINDOW (f),
e9445337 446
8a07bba0 447 /* From-position, to-position. */
49d41073 448 real_x, real_y, &win_x, &win_y,
08a90d6a 449
8a07bba0
RS
450 /* Child of win. */
451 &child);
e9445337 452
49d41073 453 if (FRAME_X_WINDOW (f) == FRAME_OUTER_WINDOW (f))
845e9d85 454 {
49d41073
EZ
455 outer_x = win_x;
456 outer_y = win_y;
845e9d85 457 }
49d41073
EZ
458 else
459 {
460 XTranslateCoordinates (FRAME_X_DISPLAY (f),
ca7bac79 461
49d41073
EZ
462 /* From-window, to-window. */
463 FRAME_X_DISPLAY_INFO (f)->root_window,
464 FRAME_OUTER_WINDOW (f),
177c0ea7 465
49d41073
EZ
466 /* From-position, to-position. */
467 real_x, real_y, &outer_x, &outer_y,
177c0ea7 468
49d41073
EZ
469 /* Child of win. */
470 &child);
be786000 471 }
08a90d6a 472
49d41073
EZ
473 had_errors = x_had_errors_p (FRAME_X_DISPLAY (f));
474 }
177c0ea7 475
31887d45
JD
476
477 if (dpyinfo->root_window == f->output_data.x->parent_desc)
478 {
479 /* Try _NET_FRAME_EXTENTS if our parent is the root window. */
480 rc = XGetWindowProperty (dpy, win, dpyinfo->Xatom_net_frame_extents,
481 0, max_len, False, target_type,
482 &actual_type, &actual_format, &actual_size,
483 &bytes_remaining, &tmp_data);
484
485 if (rc == Success && actual_type == target_type && !x_had_errors_p (dpy)
486 && actual_size == 4 && actual_format == 32)
487 {
717c30e0 488 unsigned int ign;
31887d45 489 Window rootw;
c0098065 490 long *fe = (long *)tmp_data;
31887d45
JD
491
492 XGetGeometry (FRAME_X_DISPLAY (f), win,
493 &rootw, &real_x, &real_y, &ign, &ign, &ign, &ign);
31887d45
JD
494 outer_x = -fe[0];
495 outer_y = -fe[2];
496 real_x -= fe[0];
497 real_y -= fe[2];
498 }
499 }
500
501 if (tmp_data) XFree (tmp_data);
502
4545fa20 503 x_uncatch_errors ();
177c0ea7 504
4d7e6e51 505 unblock_input ();
49d41073
EZ
506
507 if (had_errors) return;
177c0ea7 508
be786000
KS
509 f->x_pixels_diff = -win_x;
510 f->y_pixels_diff = -win_y;
511
512 FRAME_X_OUTPUT (f)->x_pixels_outer_diff = -outer_x;
513 FRAME_X_OUTPUT (f)->y_pixels_outer_diff = -outer_y;
49d41073
EZ
514
515 *xptr = real_x;
516 *yptr = real_y;
e9445337
RS
517}
518
01f1ba30 519\f
82978295 520
d62c8769
GM
521
522/* Gamma-correct COLOR on frame F. */
523
524void
971de7fb 525gamma_correct (struct frame *f, XColor *color)
d62c8769
GM
526{
527 if (f->gamma)
528 {
529 color->red = pow (color->red / 65535.0, f->gamma) * 65535.0 + 0.5;
530 color->green = pow (color->green / 65535.0, f->gamma) * 65535.0 + 0.5;
531 color->blue = pow (color->blue / 65535.0, f->gamma) * 65535.0 + 0.5;
532 }
533}
534
535
7b746c38 536/* Decide if color named COLOR_NAME is valid for use on frame F. If
578098f3
PE
537 so, return the RGB values in COLOR. If ALLOC_P,
538 allocate the color. Value is false if COLOR_NAME is invalid, or
7b746c38 539 no color could be allocated. */
e12d55b2 540
578098f3 541bool
eec47d6b 542x_defined_color (struct frame *f, const char *color_name,
578098f3 543 XColor *color, bool alloc_p)
01f1ba30 544{
578098f3 545 bool success_p = 0;
7b746c38
GM
546 Display *dpy = FRAME_X_DISPLAY (f);
547 Colormap cmap = FRAME_X_COLORMAP (f);
01f1ba30 548
4d7e6e51 549 block_input ();
3a46642b
J
550#ifdef USE_GTK
551 success_p = xg_check_special_colors (f, color_name, color);
552#endif
553 if (!success_p)
578098f3 554 success_p = XParseColor (dpy, cmap, color_name, color) != 0;
7b746c38
GM
555 if (success_p && alloc_p)
556 success_p = x_alloc_nearest_color (f, cmap, color);
4d7e6e51 557 unblock_input ();
01f1ba30 558
7b746c38 559 return success_p;
01f1ba30
JB
560}
561
9b2956e2
GM
562
563/* Return the pixel color value for color COLOR_NAME on frame F. If F
564 is a monochrome frame, return MONO_COLOR regardless of what ARG says.
565 Signal an error if color can't be allocated. */
01f1ba30 566
f78faa98 567static int
971de7fb 568x_decode_color (FRAME_PTR f, Lisp_Object color_name, int mono_color)
01f1ba30 569{
b9dc4443 570 XColor cdef;
01f1ba30 571
b7826503 572 CHECK_STRING (color_name);
01f1ba30 573
9b2956e2
GM
574#if 0 /* Don't do this. It's wrong when we're not using the default
575 colormap, it makes freeing difficult, and it's probably not
576 an important optimization. */
d5db4077 577 if (strcmp (SDATA (color_name), "black") == 0)
b9dc4443 578 return BLACK_PIX_DEFAULT (f);
d5db4077 579 else if (strcmp (SDATA (color_name), "white") == 0)
b9dc4443 580 return WHITE_PIX_DEFAULT (f);
9b2956e2 581#endif
01f1ba30 582
9b2956e2 583 /* Return MONO_COLOR for monochrome frames. */
b9dc4443 584 if (FRAME_X_DISPLAY_INFO (f)->n_planes == 1)
9b2956e2 585 return mono_color;
01f1ba30 586
2d764c78 587 /* x_defined_color is responsible for coping with failures
95626e11 588 by looking for a near-miss. */
42a5b22f 589 if (x_defined_color (f, SSDATA (color_name), &cdef, 1))
95626e11
RS
590 return cdef.pixel;
591
93217cef 592 signal_error ("Undefined color", color_name);
01f1ba30 593}
9b2956e2
GM
594
595
01f1ba30 596\f
ea0a1f53
GM
597/* Change the `wait-for-wm' frame parameter of frame F. OLD_VALUE is
598 the previous value of that parameter, NEW_VALUE is the new value.
599 See also the comment of wait_for_wm in struct x_output. */
600
601static void
971de7fb 602x_set_wait_for_wm (struct frame *f, Lisp_Object new_value, Lisp_Object old_value)
ea0a1f53
GM
603{
604 f->output_data.x->wait_for_wm = !NILP (new_value);
605}
606
bfeabdc3
JD
607static void
608x_set_tool_bar_position (struct frame *f,
609 Lisp_Object new_value,
610 Lisp_Object old_value)
611{
612 if (! EQ (new_value, Qleft) && ! EQ (new_value, Qright)
613 && ! EQ (new_value, Qbottom) && ! EQ (new_value, Qtop))
614 return;
615 if (EQ (new_value, old_value)) return;
616
617#ifdef USE_GTK
18e27ea8
PE
618 xg_change_toolbar_position (f, new_value);
619 fset_tool_bar_position (f, new_value);
bfeabdc3
JD
620#endif
621}
622
993d0721
JB
623#ifdef USE_GTK
624
465aa50a
JD
625/* Set icon from FILE for frame F. By using GTK functions the icon
626 may be any format that GdkPixbuf knows about, i.e. not just bitmaps. */
993d0721
JB
627
628int
971de7fb 629xg_set_icon (FRAME_PTR f, Lisp_Object file)
993d0721 630{
465aa50a
JD
631 int result = 0;
632 Lisp_Object found;
993d0721 633
465aa50a
JD
634 found = x_find_image_file (file);
635
636 if (! NILP (found))
637 {
638 GdkPixbuf *pixbuf;
639 GError *err = NULL;
51b59d79 640 char *filename = SSDATA (found);
4d7e6e51 641 block_input ();
465aa50a
JD
642
643 pixbuf = gdk_pixbuf_new_from_file (filename, &err);
644
645 if (pixbuf)
646 {
647 gtk_window_set_icon (GTK_WINDOW (FRAME_GTK_OUTER_WIDGET (f)),
648 pixbuf);
649 g_object_unref (pixbuf);
650
651 result = 1;
652 }
653 else
654 g_error_free (err);
655
4d7e6e51 656 unblock_input ();
465aa50a
JD
657 }
658
465aa50a 659 return result;
993d0721 660}
9f7b984b
CY
661
662int
648801d1 663xg_set_icon_from_xpm_data (FRAME_PTR f, const char **data)
9f7b984b 664{
648801d1 665 GdkPixbuf *pixbuf = gdk_pixbuf_new_from_xpm_data (data);
9f7b984b
CY
666
667 if (!pixbuf)
47c53789 668 return 0;
9f7b984b 669
47c53789 670 gtk_window_set_icon (GTK_WINDOW (FRAME_GTK_OUTER_WIDGET (f)), pixbuf);
9f7b984b
CY
671 g_object_unref (pixbuf);
672 return 1;
673}
993d0721
JB
674#endif /* USE_GTK */
675
ea0a1f53 676
f676886a 677/* Functions called only from `x_set_frame_param'
01f1ba30
JB
678 to set individual parameters.
679
fe24a618 680 If FRAME_X_WINDOW (f) is 0,
f676886a 681 the frame is being created and its X-window does not exist yet.
01f1ba30
JB
682 In that case, just record the parameter's new value
683 in the standard place; do not attempt to change the window. */
684
e4cebfca 685static void
971de7fb 686x_set_foreground_color (struct frame *f, Lisp_Object arg, Lisp_Object oldval)
01f1ba30 687{
09393d07
GM
688 struct x_output *x = f->output_data.x;
689 unsigned long fg, old_fg;
a76206dc 690
09393d07 691 fg = x_decode_color (f, arg, BLACK_PIX_DEFAULT (f));
ce593f6e
KL
692 old_fg = FRAME_FOREGROUND_PIXEL (f);
693 FRAME_FOREGROUND_PIXEL (f) = fg;
a76206dc 694
fe24a618 695 if (FRAME_X_WINDOW (f) != 0)
01f1ba30 696 {
09393d07 697 Display *dpy = FRAME_X_DISPLAY (f);
177c0ea7 698
4d7e6e51 699 block_input ();
09393d07
GM
700 XSetForeground (dpy, x->normal_gc, fg);
701 XSetBackground (dpy, x->reverse_gc, fg);
36d42089 702
09393d07
GM
703 if (x->cursor_pixel == old_fg)
704 {
705 unload_color (f, x->cursor_pixel);
706 x->cursor_pixel = x_copy_color (f, fg);
707 XSetBackground (dpy, x->cursor_gc, x->cursor_pixel);
708 }
177c0ea7 709
4d7e6e51 710 unblock_input ();
177c0ea7 711
05c8abbe 712 update_face_from_frame_parameter (f, Qforeground_color, arg);
177c0ea7 713
179956b9 714 if (FRAME_VISIBLE_P (f))
f676886a 715 redraw_frame (f);
01f1ba30 716 }
177c0ea7 717
09393d07 718 unload_color (f, old_fg);
01f1ba30
JB
719}
720
e4cebfca 721static void
971de7fb 722x_set_background_color (struct frame *f, Lisp_Object arg, Lisp_Object oldval)
01f1ba30 723{
09393d07
GM
724 struct x_output *x = f->output_data.x;
725 unsigned long bg;
01f1ba30 726
09393d07 727 bg = x_decode_color (f, arg, WHITE_PIX_DEFAULT (f));
ce593f6e
KL
728 unload_color (f, FRAME_BACKGROUND_PIXEL (f));
729 FRAME_BACKGROUND_PIXEL (f) = bg;
a76206dc 730
fe24a618 731 if (FRAME_X_WINDOW (f) != 0)
01f1ba30 732 {
09393d07 733 Display *dpy = FRAME_X_DISPLAY (f);
177c0ea7 734
4d7e6e51 735 block_input ();
09393d07
GM
736 XSetBackground (dpy, x->normal_gc, bg);
737 XSetForeground (dpy, x->reverse_gc, bg);
738 XSetWindowBackground (dpy, FRAME_X_WINDOW (f), bg);
739 XSetForeground (dpy, x->cursor_gc, bg);
740
488dd4c4
JD
741#ifdef USE_GTK
742 xg_set_background_color (f, bg);
743#endif
744
f76e0368
GM
745#ifndef USE_TOOLKIT_SCROLL_BARS /* Turns out to be annoying with
746 toolkit scroll bars. */
747 {
748 Lisp_Object bar;
749 for (bar = FRAME_SCROLL_BARS (f);
750 !NILP (bar);
751 bar = XSCROLL_BAR (bar)->next)
752 {
056ce195 753 Window window = XSCROLL_BAR (bar)->x_window;
f76e0368
GM
754 XSetWindowBackground (dpy, window, bg);
755 }
756 }
757#endif /* USE_TOOLKIT_SCROLL_BARS */
01f1ba30 758
4d7e6e51 759 unblock_input ();
05c8abbe 760 update_face_from_frame_parameter (f, Qbackground_color, arg);
ea96210c 761
179956b9 762 if (FRAME_VISIBLE_P (f))
f676886a 763 redraw_frame (f);
01f1ba30
JB
764 }
765}
766
e044e4fc 767static Cursor
971de7fb 768make_invisible_cursor (struct frame *f)
e044e4fc
JD
769{
770 Display *dpy = FRAME_X_DISPLAY (f);
771 static char const no_data[] = { 0 };
772 Pixmap pix;
773 XColor col;
8664db06 774 Cursor c = 0;
e044e4fc
JD
775
776 x_catch_errors (dpy);
777 pix = XCreateBitmapFromData (dpy, FRAME_X_DISPLAY_INFO (f)->root_window,
778 no_data, 1, 1);
779 if (! x_had_errors_p (dpy) && pix != None)
780 {
8664db06 781 Cursor pixc;
e044e4fc
JD
782 col.pixel = 0;
783 col.red = col.green = col.blue = 0;
784 col.flags = DoRed | DoGreen | DoBlue;
8664db06
PE
785 pixc = XCreatePixmapCursor (dpy, pix, pix, &col, &col, 0, 0);
786 if (! x_had_errors_p (dpy) && pixc != None)
787 c = pixc;
e044e4fc
JD
788 XFreePixmap (dpy, pix);
789 }
790
791 x_uncatch_errors ();
792
793 return c;
794}
795
e4cebfca 796static void
971de7fb 797x_set_mouse_color (struct frame *f, Lisp_Object arg, Lisp_Object oldval)
01f1ba30 798{
09393d07
GM
799 struct x_output *x = f->output_data.x;
800 Display *dpy = FRAME_X_DISPLAY (f);
3d970f28 801 Cursor cursor, nontext_cursor, mode_cursor, hand_cursor;
0af913d7 802 Cursor hourglass_cursor, horizontal_drag_cursor;
51a1d2d8 803 unsigned long pixel = x_decode_color (f, arg, BLACK_PIX_DEFAULT (f));
ce593f6e 804 unsigned long mask_color = FRAME_BACKGROUND_PIXEL (f);
a76206dc 805
51a1d2d8 806 /* Don't let pointers be invisible. */
09393d07 807 if (mask_color == pixel)
bcf26b38
GM
808 {
809 x_free_colors (f, &pixel, 1);
ce593f6e 810 pixel = x_copy_color (f, FRAME_FOREGROUND_PIXEL (f));
bcf26b38 811 }
a76206dc 812
09393d07
GM
813 unload_color (f, x->mouse_pixel);
814 x->mouse_pixel = pixel;
01f1ba30 815
4d7e6e51 816 block_input ();
fe24a618 817
eb8c3be9 818 /* It's not okay to crash if the user selects a screwy cursor. */
9ba8e10d 819 x_catch_errors (dpy);
fe24a618 820
09393d07 821 if (!NILP (Vx_pointer_shape))
01f1ba30 822 {
b7826503 823 CHECK_NUMBER (Vx_pointer_shape);
09393d07 824 cursor = XCreateFontCursor (dpy, XINT (Vx_pointer_shape));
01f1ba30
JB
825 }
826 else
09393d07
GM
827 cursor = XCreateFontCursor (dpy, XC_xterm);
828 x_check_errors (dpy, "bad text pointer cursor: %s");
01f1ba30 829
09393d07 830 if (!NILP (Vx_nontext_pointer_shape))
01f1ba30 831 {
b7826503 832 CHECK_NUMBER (Vx_nontext_pointer_shape);
09393d07
GM
833 nontext_cursor
834 = XCreateFontCursor (dpy, XINT (Vx_nontext_pointer_shape));
01f1ba30
JB
835 }
836 else
09393d07
GM
837 nontext_cursor = XCreateFontCursor (dpy, XC_left_ptr);
838 x_check_errors (dpy, "bad nontext pointer cursor: %s");
01f1ba30 839
09393d07 840 if (!NILP (Vx_hourglass_pointer_shape))
333b20bb 841 {
b7826503 842 CHECK_NUMBER (Vx_hourglass_pointer_shape);
09393d07
GM
843 hourglass_cursor
844 = XCreateFontCursor (dpy, XINT (Vx_hourglass_pointer_shape));
333b20bb
GM
845 }
846 else
09393d07
GM
847 hourglass_cursor = XCreateFontCursor (dpy, XC_watch);
848 x_check_errors (dpy, "bad hourglass pointer cursor: %s");
177c0ea7 849
09393d07 850 if (!NILP (Vx_mode_pointer_shape))
01f1ba30 851 {
b7826503 852 CHECK_NUMBER (Vx_mode_pointer_shape);
09393d07 853 mode_cursor = XCreateFontCursor (dpy, XINT (Vx_mode_pointer_shape));
01f1ba30
JB
854 }
855 else
09393d07
GM
856 mode_cursor = XCreateFontCursor (dpy, XC_xterm);
857 x_check_errors (dpy, "bad modeline pointer cursor: %s");
95f80c78 858
09393d07 859 if (!NILP (Vx_sensitive_text_pointer_shape))
95f80c78 860 {
b7826503 861 CHECK_NUMBER (Vx_sensitive_text_pointer_shape);
3d970f28 862 hand_cursor
09393d07 863 = XCreateFontCursor (dpy, XINT (Vx_sensitive_text_pointer_shape));
95f80c78
FP
864 }
865 else
3d970f28 866 hand_cursor = XCreateFontCursor (dpy, XC_hand2);
01f1ba30 867
8fb4ec9c
GM
868 if (!NILP (Vx_window_horizontal_drag_shape))
869 {
b7826503 870 CHECK_NUMBER (Vx_window_horizontal_drag_shape);
8fb4ec9c 871 horizontal_drag_cursor
09393d07 872 = XCreateFontCursor (dpy, XINT (Vx_window_horizontal_drag_shape));
8fb4ec9c
GM
873 }
874 else
875 horizontal_drag_cursor
09393d07 876 = XCreateFontCursor (dpy, XC_sb_h_double_arrow);
8fb4ec9c 877
fe24a618 878 /* Check and report errors with the above calls. */
09393d07 879 x_check_errors (dpy, "can't set cursor shape: %s");
4545fa20 880 x_uncatch_errors ();
fe24a618 881
01f1ba30
JB
882 {
883 XColor fore_color, back_color;
884
09393d07 885 fore_color.pixel = x->mouse_pixel;
a31fedb7 886 x_query_color (f, &fore_color);
01f1ba30 887 back_color.pixel = mask_color;
a31fedb7 888 x_query_color (f, &back_color);
177c0ea7 889
09393d07
GM
890 XRecolorCursor (dpy, cursor, &fore_color, &back_color);
891 XRecolorCursor (dpy, nontext_cursor, &fore_color, &back_color);
892 XRecolorCursor (dpy, mode_cursor, &fore_color, &back_color);
3d970f28 893 XRecolorCursor (dpy, hand_cursor, &fore_color, &back_color);
09393d07
GM
894 XRecolorCursor (dpy, hourglass_cursor, &fore_color, &back_color);
895 XRecolorCursor (dpy, horizontal_drag_cursor, &fore_color, &back_color);
01f1ba30 896 }
01f1ba30 897
fe24a618 898 if (FRAME_X_WINDOW (f) != 0)
e044e4fc
JD
899 XDefineCursor (dpy, FRAME_X_WINDOW (f),
900 f->output_data.x->current_cursor = cursor);
09393d07 901
e044e4fc
JD
902 if (FRAME_X_DISPLAY_INFO (f)->invisible_cursor == 0)
903 FRAME_X_DISPLAY_INFO (f)->invisible_cursor = make_invisible_cursor (f);
f5f6c0e0 904
09393d07
GM
905 if (cursor != x->text_cursor
906 && x->text_cursor != 0)
907 XFreeCursor (dpy, x->text_cursor);
908 x->text_cursor = cursor;
909
910 if (nontext_cursor != x->nontext_cursor
911 && x->nontext_cursor != 0)
912 XFreeCursor (dpy, x->nontext_cursor);
913 x->nontext_cursor = nontext_cursor;
914
915 if (hourglass_cursor != x->hourglass_cursor
916 && x->hourglass_cursor != 0)
917 XFreeCursor (dpy, x->hourglass_cursor);
918 x->hourglass_cursor = hourglass_cursor;
919
920 if (mode_cursor != x->modeline_cursor
921 && x->modeline_cursor != 0)
922 XFreeCursor (dpy, f->output_data.x->modeline_cursor);
923 x->modeline_cursor = mode_cursor;
177c0ea7 924
3d970f28
KS
925 if (hand_cursor != x->hand_cursor
926 && x->hand_cursor != 0)
927 XFreeCursor (dpy, x->hand_cursor);
928 x->hand_cursor = hand_cursor;
01f1ba30 929
09393d07
GM
930 if (horizontal_drag_cursor != x->horizontal_drag_cursor
931 && x->horizontal_drag_cursor != 0)
932 XFreeCursor (dpy, x->horizontal_drag_cursor);
933 x->horizontal_drag_cursor = horizontal_drag_cursor;
8fb4ec9c 934
09393d07 935 XFlush (dpy);
4d7e6e51 936 unblock_input ();
05c8abbe
GM
937
938 update_face_from_frame_parameter (f, Qmouse_color, arg);
01f1ba30
JB
939}
940
e4cebfca 941static void
971de7fb 942x_set_cursor_color (struct frame *f, Lisp_Object arg, Lisp_Object oldval)
01f1ba30 943{
a76206dc 944 unsigned long fore_pixel, pixel;
10168ebb 945 int fore_pixel_allocated_p = 0, pixel_allocated_p = 0;
09393d07 946 struct x_output *x = f->output_data.x;
01f1ba30 947
10168ebb
GM
948 if (!NILP (Vx_cursor_fore_pixel))
949 {
950 fore_pixel = x_decode_color (f, Vx_cursor_fore_pixel,
951 WHITE_PIX_DEFAULT (f));
952 fore_pixel_allocated_p = 1;
953 }
01f1ba30 954 else
ce593f6e 955 fore_pixel = FRAME_BACKGROUND_PIXEL (f);
177c0ea7 956
a76206dc 957 pixel = x_decode_color (f, arg, BLACK_PIX_DEFAULT (f));
10168ebb 958 pixel_allocated_p = 1;
a76206dc 959
f9942c9e 960 /* Make sure that the cursor color differs from the background color. */
ce593f6e 961 if (pixel == FRAME_BACKGROUND_PIXEL (f))
01f1ba30 962 {
10168ebb
GM
963 if (pixel_allocated_p)
964 {
965 x_free_colors (f, &pixel, 1);
966 pixel_allocated_p = 0;
967 }
177c0ea7 968
09393d07 969 pixel = x->mouse_pixel;
a76206dc 970 if (pixel == fore_pixel)
10168ebb
GM
971 {
972 if (fore_pixel_allocated_p)
973 {
974 x_free_colors (f, &fore_pixel, 1);
975 fore_pixel_allocated_p = 0;
976 }
ce593f6e 977 fore_pixel = FRAME_BACKGROUND_PIXEL (f);
10168ebb 978 }
01f1ba30 979 }
a76206dc 980
09393d07 981 unload_color (f, x->cursor_foreground_pixel);
10168ebb
GM
982 if (!fore_pixel_allocated_p)
983 fore_pixel = x_copy_color (f, fore_pixel);
09393d07 984 x->cursor_foreground_pixel = fore_pixel;
01f1ba30 985
09393d07 986 unload_color (f, x->cursor_pixel);
10168ebb
GM
987 if (!pixel_allocated_p)
988 pixel = x_copy_color (f, pixel);
09393d07 989 x->cursor_pixel = pixel;
a76206dc 990
fe24a618 991 if (FRAME_X_WINDOW (f) != 0)
01f1ba30 992 {
4d7e6e51 993 block_input ();
09393d07
GM
994 XSetBackground (FRAME_X_DISPLAY (f), x->cursor_gc, x->cursor_pixel);
995 XSetForeground (FRAME_X_DISPLAY (f), x->cursor_gc, fore_pixel);
4d7e6e51 996 unblock_input ();
01f1ba30 997
179956b9 998 if (FRAME_VISIBLE_P (f))
01f1ba30 999 {
cedadcfa
RS
1000 x_update_cursor (f, 0);
1001 x_update_cursor (f, 1);
01f1ba30
JB
1002 }
1003 }
05c8abbe
GM
1004
1005 update_face_from_frame_parameter (f, Qcursor_color, arg);
01f1ba30 1006}
943b580d 1007\f
f676886a 1008/* Set the border-color of frame F to pixel value PIX.
01f1ba30 1009 Note that this does not fully take effect if done before
f676886a 1010 F has an x-window. */
01f1ba30 1011
e4cebfca 1012static void
971de7fb 1013x_set_border_pixel (struct frame *f, int pix)
01f1ba30 1014{
a76206dc 1015 unload_color (f, f->output_data.x->border_pixel);
7556890b 1016 f->output_data.x->border_pixel = pix;
01f1ba30 1017
be786000 1018 if (FRAME_X_WINDOW (f) != 0 && f->border_width > 0)
01f1ba30 1019 {
4d7e6e51 1020 block_input ();
578c21e6 1021 XSetWindowBorder (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f), pix);
4d7e6e51 1022 unblock_input ();
01f1ba30 1023
179956b9 1024 if (FRAME_VISIBLE_P (f))
f676886a 1025 redraw_frame (f);
01f1ba30
JB
1026 }
1027}
1028
7c0d3ed8
KS
1029/* Set the border-color of frame F to value described by ARG.
1030 ARG can be a string naming a color.
1031 The border-color is used for the border that is drawn by the X server.
1032 Note that this does not fully take effect if done before
1033 F has an x-window; it must be redone when the window is created.
1034
1035 Note: this is done in two routines because of the way X10 works.
1036
1037 Note: under X11, this is normally the province of the window manager,
1038 and so emacs' border colors may be overridden. */
1039
e4cebfca 1040static void
971de7fb 1041x_set_border_color (struct frame *f, Lisp_Object arg, Lisp_Object oldval)
7c0d3ed8
KS
1042{
1043 int pix;
1044
1045 CHECK_STRING (arg);
1046 pix = x_decode_color (f, arg, BLACK_PIX_DEFAULT (f));
1047 x_set_border_pixel (f, pix);
1048 update_face_from_frame_parameter (f, Qborder_color, arg);
1049}
0d1469d6 1050
0d1469d6 1051
e4cebfca 1052static void
971de7fb 1053x_set_cursor_type (FRAME_PTR f, Lisp_Object arg, Lisp_Object oldval)
0d1469d6 1054{
33b2311e 1055 set_frame_cursor_types (f, arg);
dbc4e1c1 1056
75691005
RS
1057 /* Make sure the cursor gets redrawn. */
1058 cursor_type_changed = 1;
dbc4e1c1 1059}
943b580d 1060\f
e4cebfca 1061static void
971de7fb 1062x_set_icon_type (struct frame *f, Lisp_Object arg, Lisp_Object oldval)
01f1ba30 1063{
01f1ba30
JB
1064 int result;
1065
203c1d73
RS
1066 if (STRINGP (arg))
1067 {
1068 if (STRINGP (oldval) && EQ (Fstring_equal (oldval, arg), Qt))
1069 return;
1070 }
1071 else if (!STRINGP (oldval) && EQ (oldval, Qnil) == EQ (arg, Qnil))
01f1ba30
JB
1072 return;
1073
4d7e6e51 1074 block_input ();
265a9e55 1075 if (NILP (arg))
80534dd6 1076 result = x_text_icon (f,
e69b0960
DA
1077 SSDATA ((!NILP (f->icon_name)
1078 ? f->icon_name
1079 : f->name)));
f1c7b5a6
RS
1080 else
1081 result = x_bitmap_icon (f, arg);
01f1ba30
JB
1082
1083 if (result)
1084 {
4d7e6e51 1085 unblock_input ();
0fb53770 1086 error ("No icon window available");
01f1ba30
JB
1087 }
1088
b9dc4443 1089 XFlush (FRAME_X_DISPLAY (f));
4d7e6e51 1090 unblock_input ();
01f1ba30
JB
1091}
1092
e4cebfca 1093static void
971de7fb 1094x_set_icon_name (struct frame *f, Lisp_Object arg, Lisp_Object oldval)
80534dd6 1095{
80534dd6
KH
1096 int result;
1097
1098 if (STRINGP (arg))
1099 {
1100 if (STRINGP (oldval) && EQ (Fstring_equal (oldval, arg), Qt))
1101 return;
1102 }
56f41f98 1103 else if (!NILP (arg) || NILP (oldval))
80534dd6
KH
1104 return;
1105
f00af5b1 1106 fset_icon_name (f, arg);
80534dd6 1107
7556890b 1108 if (f->output_data.x->icon_bitmap != 0)
80534dd6
KH
1109 return;
1110
4d7e6e51 1111 block_input ();
80534dd6
KH
1112
1113 result = x_text_icon (f,
e69b0960
DA
1114 SSDATA ((!NILP (f->icon_name)
1115 ? f->icon_name
1116 : !NILP (f->title)
1117 ? f->title
1118 : f->name)));
80534dd6
KH
1119
1120 if (result)
1121 {
4d7e6e51 1122 unblock_input ();
80534dd6
KH
1123 error ("No icon window available");
1124 }
1125
80534dd6 1126 XFlush (FRAME_X_DISPLAY (f));
4d7e6e51 1127 unblock_input ();
80534dd6 1128}
7c0d3ed8 1129
943b580d 1130\f
01f1ba30 1131void
971de7fb 1132x_set_menu_bar_lines (struct frame *f, Lisp_Object value, Lisp_Object oldval)
01f1ba30 1133{
7c0d3ed8 1134 int nlines;
6b61353c 1135#if ! defined (USE_X_TOOLKIT) && ! defined (USE_GTK)
7c0d3ed8
KS
1136 int olines = FRAME_MENU_BAR_LINES (f);
1137#endif
177c0ea7 1138
7c0d3ed8
KS
1139 /* Right now, menu bars don't work properly in minibuf-only frames;
1140 most of the commands try to apply themselves to the minibuffer
1141 frame itself, and get an error because you can't switch buffers
1142 in or split the minibuffer window. */
1143 if (FRAME_MINIBUF_ONLY_P (f))
1144 return;
177c0ea7 1145
d311d28c 1146 if (TYPE_RANGED_INTEGERP (int, value))
7c0d3ed8 1147 nlines = XINT (value);
ea96210c 1148 else
7c0d3ed8 1149 nlines = 0;
a367641f 1150
7c0d3ed8
KS
1151 /* Make sure we redisplay all windows in this frame. */
1152 windows_or_buffers_changed++;
3d09b6be 1153
488dd4c4 1154#if defined (USE_X_TOOLKIT) || defined (USE_GTK)
9ef48a9d
RS
1155 FRAME_MENU_BAR_LINES (f) = 0;
1156 if (nlines)
0d8ef3f4
RS
1157 {
1158 FRAME_EXTERNAL_MENU_BAR (f) = 1;
97a1ff91 1159 if (FRAME_X_P (f) && f->output_data.x->menubar_widget == 0)
0d8ef3f4 1160 /* Make sure next redisplay shows the menu bar. */
c98ff5dd 1161 XWINDOW (FRAME_SELECTED_WINDOW (f))->update_mode_line = 1;
0d8ef3f4 1162 }
9ef48a9d
RS
1163 else
1164 {
6bc20398
FP
1165 if (FRAME_EXTERNAL_MENU_BAR (f) == 1)
1166 free_frame_menubar (f);
9ef48a9d 1167 FRAME_EXTERNAL_MENU_BAR (f) = 0;
97a1ff91
RS
1168 if (FRAME_X_P (f))
1169 f->output_data.x->menubar_widget = 0;
9ef48a9d 1170 }
488dd4c4 1171#else /* not USE_X_TOOLKIT && not USE_GTK */
d043f1a4 1172 FRAME_MENU_BAR_LINES (f) = nlines;
562dd5e9 1173 resize_frame_windows (f, FRAME_LINES (f), 0);
1df47e38
YM
1174
1175 /* If the menu bar height gets changed, the internal border below
1176 the top margin has to be cleared. Also, if the menu bar gets
1177 larger, the area for the added lines has to be cleared except for
1178 the first menu bar line that is to be drawn later. */
1179 if (nlines != olines)
1180 {
1181 int height = FRAME_INTERNAL_BORDER_WIDTH (f);
1182 int width = FRAME_PIXEL_WIDTH (f);
1183 int y;
1184
1185 /* height can be zero here. */
1186 if (height > 0 && width > 0)
1187 {
1188 y = FRAME_TOP_MARGIN_HEIGHT (f);
1189
4d7e6e51 1190 block_input ();
1df47e38
YM
1191 x_clear_area (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f),
1192 0, y, width, height, False);
4d7e6e51 1193 unblock_input ();
1df47e38
YM
1194 }
1195
1196 if (nlines > 1 && nlines > olines)
1197 {
1198 y = (olines == 0 ? 1 : olines) * FRAME_LINE_HEIGHT (f);
1199 height = nlines * FRAME_LINE_HEIGHT (f) - y;
1200
4d7e6e51 1201 block_input ();
1df47e38
YM
1202 x_clear_area (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f),
1203 0, y, width, height, False);
4d7e6e51 1204 unblock_input ();
1df47e38
YM
1205 }
1206
e69b0960
DA
1207 if (nlines == 0 && WINDOWP (f->menu_bar_window))
1208 clear_glyph_matrix (XWINDOW (f->menu_bar_window)->current_matrix);
1df47e38
YM
1209 }
1210#endif /* not USE_X_TOOLKIT && not USE_GTK */
333b20bb 1211 adjust_glyphs (f);
562dd5e9 1212 run_window_configuration_change_hook (f);
333b20bb
GM
1213}
1214
1215
1216/* Set the number of lines used for the tool bar of frame F to VALUE.
1217 VALUE not an integer, or < 0 means set the lines to zero. OLDVAL
1218 is the old number of tool bar lines. This function changes the
1219 height of all windows on frame F to match the new tool bar height.
1220 The frame's height doesn't change. */
1221
1222void
971de7fb 1223x_set_tool_bar_lines (struct frame *f, Lisp_Object value, Lisp_Object oldval)
333b20bb 1224{
52de7ce9
GM
1225 int delta, nlines, root_height;
1226 Lisp_Object root_window;
333b20bb 1227
e870b7ba
GM
1228 /* Treat tool bars like menu bars. */
1229 if (FRAME_MINIBUF_ONLY_P (f))
1230 return;
1231
d311d28c
PE
1232 /* Use VALUE only if an int >= 0. */
1233 if (RANGED_INTEGERP (0, value, INT_MAX))
333b20bb
GM
1234 nlines = XFASTINT (value);
1235 else
1236 nlines = 0;
1237
488dd4c4
JD
1238#ifdef USE_GTK
1239 FRAME_TOOL_BAR_LINES (f) = 0;
1240 if (nlines)
1241 {
1242 FRAME_EXTERNAL_TOOL_BAR (f) = 1;
1243 if (FRAME_X_P (f) && f->output_data.x->toolbar_widget == 0)
1244 /* Make sure next redisplay shows the tool bar. */
5fceba1d 1245 XWINDOW (FRAME_SELECTED_WINDOW (f))->update_mode_line = 1;
488dd4c4
JD
1246 update_frame_tool_bar (f);
1247 }
1248 else
1249 {
1250 if (FRAME_EXTERNAL_TOOL_BAR (f))
1251 free_frame_tool_bar (f);
1252 FRAME_EXTERNAL_TOOL_BAR (f) = 0;
1253 }
1254
1255 return;
1256#endif
177c0ea7 1257
488dd4c4 1258 /* Make sure we redisplay all windows in this frame. */
333b20bb
GM
1259 ++windows_or_buffers_changed;
1260
9ea173e8 1261 delta = nlines - FRAME_TOOL_BAR_LINES (f);
52de7ce9
GM
1262
1263 /* Don't resize the tool-bar to more than we have room for. */
1264 root_window = FRAME_ROOT_WINDOW (f);
be786000 1265 root_height = WINDOW_TOTAL_LINES (XWINDOW (root_window));
52de7ce9
GM
1266 if (root_height - delta < 1)
1267 {
1268 delta = root_height - 1;
1269 nlines = FRAME_TOOL_BAR_LINES (f) + delta;
1270 }
1271
9ea173e8 1272 FRAME_TOOL_BAR_LINES (f) = nlines;
562dd5e9 1273 resize_frame_windows (f, FRAME_LINES (f), 0);
333b20bb 1274 adjust_glyphs (f);
177c0ea7 1275
ccba751c
GM
1276 /* We also have to make sure that the internal border at the top of
1277 the frame, below the menu bar or tool bar, is redrawn when the
1278 tool bar disappears. This is so because the internal border is
1279 below the tool bar if one is displayed, but is below the menu bar
1280 if there isn't a tool bar. The tool bar draws into the area
1281 below the menu bar. */
1282 if (FRAME_X_WINDOW (f) && FRAME_TOOL_BAR_LINES (f) == 0)
1283 {
385ed61f 1284 clear_frame (f);
fb3cd89b 1285 clear_current_matrices (f);
ccba751c 1286 }
b6f91066
GM
1287
1288 /* If the tool bar gets smaller, the internal border below it
1289 has to be cleared. It was formerly part of the display
1290 of the larger tool bar, and updating windows won't clear it. */
1291 if (delta < 0)
1292 {
1293 int height = FRAME_INTERNAL_BORDER_WIDTH (f);
be786000 1294 int width = FRAME_PIXEL_WIDTH (f);
4b00d3b1 1295 int y = (FRAME_MENU_BAR_LINES (f) + nlines) * FRAME_LINE_HEIGHT (f);
b6f91066 1296
caacfeb8
JD
1297 /* height can be zero here. */
1298 if (height > 0 && width > 0)
1299 {
4d7e6e51 1300 block_input ();
caacfeb8
JD
1301 x_clear_area (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f),
1302 0, y, width, height, False);
4d7e6e51 1303 unblock_input ();
caacfeb8 1304 }
ddc24747 1305
e69b0960
DA
1306 if (WINDOWP (f->tool_bar_window))
1307 clear_glyph_matrix (XWINDOW (f->tool_bar_window)->current_matrix);
b6f91066 1308 }
562dd5e9
MR
1309
1310 run_window_configuration_change_hook (f);
1311
333b20bb
GM
1312}
1313
1314
1315/* Set the foreground color for scroll bars on frame F to VALUE.
1316 VALUE should be a string, a color name. If it isn't a string or
1317 isn't a valid color name, do nothing. OLDVAL is the old value of
1318 the frame parameter. */
1319
e4cebfca 1320static void
971de7fb 1321x_set_scroll_bar_foreground (struct frame *f, Lisp_Object value, Lisp_Object oldval)
333b20bb
GM
1322{
1323 unsigned long pixel;
177c0ea7 1324
333b20bb
GM
1325 if (STRINGP (value))
1326 pixel = x_decode_color (f, value, BLACK_PIX_DEFAULT (f));
1327 else
1328 pixel = -1;
1329
1330 if (f->output_data.x->scroll_bar_foreground_pixel != -1)
1331 unload_color (f, f->output_data.x->scroll_bar_foreground_pixel);
177c0ea7 1332
333b20bb
GM
1333 f->output_data.x->scroll_bar_foreground_pixel = pixel;
1334 if (FRAME_X_WINDOW (f) && FRAME_VISIBLE_P (f))
1335 {
1336 /* Remove all scroll bars because they have wrong colors. */
6ed8eeff
KL
1337 if (FRAME_TERMINAL (f)->condemn_scroll_bars_hook)
1338 (*FRAME_TERMINAL (f)->condemn_scroll_bars_hook) (f);
1339 if (FRAME_TERMINAL (f)->judge_scroll_bars_hook)
1340 (*FRAME_TERMINAL (f)->judge_scroll_bars_hook) (f);
05c8abbe
GM
1341
1342 update_face_from_frame_parameter (f, Qscroll_bar_foreground, value);
333b20bb
GM
1343 redraw_frame (f);
1344 }
1345}
1346
1347
1348/* Set the background color for scroll bars on frame F to VALUE VALUE
1349 should be a string, a color name. If it isn't a string or isn't a
1350 valid color name, do nothing. OLDVAL is the old value of the frame
1351 parameter. */
1352
e4cebfca 1353static void
971de7fb 1354x_set_scroll_bar_background (struct frame *f, Lisp_Object value, Lisp_Object oldval)
333b20bb
GM
1355{
1356 unsigned long pixel;
1357
1358 if (STRINGP (value))
1359 pixel = x_decode_color (f, value, WHITE_PIX_DEFAULT (f));
1360 else
1361 pixel = -1;
177c0ea7 1362
333b20bb
GM
1363 if (f->output_data.x->scroll_bar_background_pixel != -1)
1364 unload_color (f, f->output_data.x->scroll_bar_background_pixel);
177c0ea7 1365
f15340b7
MB
1366#ifdef USE_TOOLKIT_SCROLL_BARS
1367 /* Scrollbar shadow colors. */
1368 if (f->output_data.x->scroll_bar_top_shadow_pixel != -1)
1369 {
1370 unload_color (f, f->output_data.x->scroll_bar_top_shadow_pixel);
1371 f->output_data.x->scroll_bar_top_shadow_pixel = -1;
1372 }
1373 if (f->output_data.x->scroll_bar_bottom_shadow_pixel != -1)
1374 {
1375 unload_color (f, f->output_data.x->scroll_bar_bottom_shadow_pixel);
1376 f->output_data.x->scroll_bar_bottom_shadow_pixel = -1;
1377 }
1378#endif /* USE_TOOLKIT_SCROLL_BARS */
1379
333b20bb
GM
1380 f->output_data.x->scroll_bar_background_pixel = pixel;
1381 if (FRAME_X_WINDOW (f) && FRAME_VISIBLE_P (f))
1382 {
1383 /* Remove all scroll bars because they have wrong colors. */
6ed8eeff
KL
1384 if (FRAME_TERMINAL (f)->condemn_scroll_bars_hook)
1385 (*FRAME_TERMINAL (f)->condemn_scroll_bars_hook) (f);
1386 if (FRAME_TERMINAL (f)->judge_scroll_bars_hook)
1387 (*FRAME_TERMINAL (f)->judge_scroll_bars_hook) (f);
177c0ea7 1388
05c8abbe 1389 update_face_from_frame_parameter (f, Qscroll_bar_background, value);
333b20bb
GM
1390 redraw_frame (f);
1391 }
d043f1a4 1392}
333b20bb 1393
943b580d 1394\f
3a258507 1395/* Encode Lisp string STRING as a text in a format appropriate for
96db09e4
KH
1396 XICCC (X Inter Client Communication Conventions).
1397
6f103132
RS
1398 This can call Lisp code, so callers must GCPRO.
1399
96db09e4
KH
1400 If STRING contains only ASCII characters, do no conversion and
1401 return the string data of STRING. Otherwise, encode the text by
1402 CODING_SYSTEM, and return a newly allocated memory area which
1403 should be freed by `xfree' by a caller.
1404
37323f34
EZ
1405 SELECTIONP non-zero means the string is being encoded for an X
1406 selection, so it is safe to run pre-write conversions (which
1407 may run Lisp code).
1408
96db09e4
KH
1409 Store the byte length of resulting text in *TEXT_BYTES.
1410
d60660d6 1411 If the text contains only ASCII and Latin-1, store 1 in *STRING_P,
96db09e4 1412 which means that the `encoding' of the result can be `STRING'.
d60660d6 1413 Otherwise store 0 in *STRINGP, which means that the `encoding' of
96db09e4
KH
1414 the result should be `COMPOUND_TEXT'. */
1415
df630496 1416static unsigned char *
c678c835
PE
1417x_encode_text (Lisp_Object string, Lisp_Object coding_system, int selectionp,
1418 ptrdiff_t *text_bytes, int *stringp, int *freep)
96db09e4 1419{
0f8c4c4f 1420 int result = string_xstring_p (string);
96db09e4
KH
1421 struct coding_system coding;
1422
0f8c4c4f 1423 if (result == 0)
96db09e4
KH
1424 {
1425 /* No multibyte character in OBJ. We need not encode it. */
8f924df7 1426 *text_bytes = SBYTES (string);
d60660d6 1427 *stringp = 1;
df630496 1428 *freep = 0;
8f924df7 1429 return SDATA (string);
96db09e4
KH
1430 }
1431
1432 setup_coding_system (coding_system, &coding);
0f8c4c4f 1433 coding.mode |= (CODING_MODE_SAFE_ENCODING | CODING_MODE_LAST_BLOCK);
35bc5887 1434 /* We suppress producing escape sequences for composition. */
0f8c4c4f 1435 coding.common_flags &= ~CODING_ANNOTATION_MASK;
0065d054 1436 coding.destination = xnmalloc (SCHARS (string), 2);
8f924df7 1437 coding.dst_bytes = SCHARS (string) * 2;
0f8c4c4f 1438 encode_coding_object (&coding, string, 0, 0,
8f924df7 1439 SCHARS (string), SBYTES (string), Qnil);
96db09e4 1440 *text_bytes = coding.produced;
0f8c4c4f 1441 *stringp = (result == 1 || !EQ (coding_system, Qcompound_text));
df630496 1442 *freep = 1;
b954d586 1443 return coding.destination;
96db09e4
KH
1444}
1445
1446\f
b10daec7
JD
1447/* Set the WM name to NAME for frame F. Also set the icon name.
1448 If the frame already has an icon name, use that, otherwise set the
1449 icon name to NAME. */
f945b920 1450
b10daec7 1451static void
971de7fb 1452x_set_name_internal (FRAME_PTR f, Lisp_Object name)
f945b920 1453{
fe24a618 1454 if (FRAME_X_WINDOW (f))
01f1ba30 1455 {
4d7e6e51 1456 block_input ();
fe24a618 1457 {
80534dd6 1458 XTextProperty text, icon;
c678c835
PE
1459 ptrdiff_t bytes;
1460 int stringp;
b10daec7 1461 int do_free_icon_value = 0, do_free_text_value = 0;
11270583 1462 Lisp_Object coding_system;
c2915ced 1463 Lisp_Object encoded_name;
00be444c 1464 Lisp_Object encoded_icon_name;
c2915ced
CY
1465 struct gcpro gcpro1;
1466
1467 /* As ENCODE_UTF_8 may cause GC and relocation of string data,
1468 we use it before x_encode_text that may return string data. */
1469 GCPRO1 (name);
1470 encoded_name = ENCODE_UTF_8 (name);
1471 UNGCPRO;
80534dd6 1472
b10daec7 1473 coding_system = Qcompound_text;
3201ea57
KH
1474 /* Note: Encoding strategy
1475
1476 We encode NAME by compound-text and use "COMPOUND-TEXT" in
1477 text.encoding. But, there are non-internationalized window
1478 managers which don't support that encoding. So, if NAME
1479 contains only ASCII and 8859-1 characters, encode it by
1480 iso-latin-1, and use "STRING" in text.encoding hoping that
34e8c597 1481 such window managers at least analyze this format correctly,
3201ea57
KH
1482 i.e. treat 8-bit bytes as 8859-1 characters.
1483
1484 We may also be able to use "UTF8_STRING" in text.encoding
34e8c597 1485 in the future which can encode all Unicode characters.
3201ea57 1486 But, for the moment, there's no way to know that the
00be444c
J
1487 current window manager supports it or not.
1488
1489 Either way, we also set the _NET_WM_NAME and _NET_WM_ICON_NAME
1490 properties. Per the EWMH specification, those two properties
1491 are always UTF8_STRING. This matches what gtk_window_set_title()
1492 does in the USE_GTK case. */
df630496
KS
1493 text.value = x_encode_text (name, coding_system, 0, &bytes, &stringp,
1494 &do_free_text_value);
d60660d6 1495 text.encoding = (stringp ? XA_STRING
96db09e4 1496 : FRAME_X_DISPLAY_INFO (f)->Xatom_COMPOUND_TEXT);
fe24a618 1497 text.format = 8;
96db09e4 1498 text.nitems = bytes;
c678c835
PE
1499 if (text.nitems != bytes)
1500 error ("Window name too large");
80534dd6 1501
e69b0960 1502 if (!STRINGP (f->icon_name))
96db09e4
KH
1503 {
1504 icon = text;
00be444c 1505 encoded_icon_name = encoded_name;
96db09e4
KH
1506 }
1507 else
1508 {
3201ea57 1509 /* See the above comment "Note: Encoding strategy". */
e69b0960 1510 icon.value = x_encode_text (f->icon_name, coding_system, 0,
df630496 1511 &bytes, &stringp, &do_free_icon_value);
d60660d6 1512 icon.encoding = (stringp ? XA_STRING
96db09e4
KH
1513 : FRAME_X_DISPLAY_INFO (f)->Xatom_COMPOUND_TEXT);
1514 icon.format = 8;
1515 icon.nitems = bytes;
c678c835
PE
1516 if (icon.nitems != bytes)
1517 error ("Icon name too large");
00be444c 1518
e69b0960 1519 encoded_icon_name = ENCODE_UTF_8 (f->icon_name);
96db09e4 1520 }
b10daec7 1521
488dd4c4
JD
1522#ifdef USE_GTK
1523 gtk_window_set_title (GTK_WINDOW (FRAME_GTK_OUTER_WIDGET (f)),
51b59d79 1524 SSDATA (encoded_name));
488dd4c4 1525#else /* not USE_GTK */
2436a4e4 1526 XSetWMName (FRAME_X_DISPLAY (f), FRAME_OUTER_WINDOW (f), &text);
00be444c
J
1527 XChangeProperty (FRAME_X_DISPLAY (f), FRAME_OUTER_WINDOW (f),
1528 FRAME_X_DISPLAY_INFO (f)->Xatom_net_wm_name,
1529 FRAME_X_DISPLAY_INFO (f)->Xatom_UTF8_STRING,
1530 8, PropModeReplace,
42a5b22f 1531 SDATA (encoded_name),
00be444c 1532 SBYTES (encoded_name));
7c0d3ed8 1533#endif /* not USE_GTK */
abb4b7ec 1534
7c0d3ed8 1535 XSetWMIconName (FRAME_X_DISPLAY (f), FRAME_OUTER_WINDOW (f), &icon);
00be444c
J
1536 XChangeProperty (FRAME_X_DISPLAY (f), FRAME_OUTER_WINDOW (f),
1537 FRAME_X_DISPLAY_INFO (f)->Xatom_net_wm_icon_name,
1538 FRAME_X_DISPLAY_INFO (f)->Xatom_UTF8_STRING,
1539 8, PropModeReplace,
42a5b22f 1540 SDATA (encoded_icon_name),
00be444c 1541 SBYTES (encoded_icon_name));
abb4b7ec 1542
b10daec7 1543 if (do_free_icon_value)
7c0d3ed8 1544 xfree (icon.value);
b10daec7 1545 if (do_free_text_value)
7c0d3ed8
KS
1546 xfree (text.value);
1547 }
4d7e6e51 1548 unblock_input ();
7c0d3ed8 1549 }
abb4b7ec
RS
1550}
1551
b10daec7
JD
1552/* Change the name of frame F to NAME. If NAME is nil, set F's name to
1553 x_id_name.
1554
1555 If EXPLICIT is non-zero, that indicates that lisp code is setting the
1556 name; if NAME is a string, set F's name to NAME and set
1557 F->explicit_name; if NAME is Qnil, then clear F->explicit_name.
1558
1559 If EXPLICIT is zero, that indicates that Emacs redisplay code is
1560 suggesting a new name, which lisp code should override; if
1561 F->explicit_name is set, ignore the new name; otherwise, set it. */
1562
f78faa98 1563static void
971de7fb 1564x_set_name (struct frame *f, Lisp_Object name, int explicit)
b10daec7
JD
1565{
1566 /* Make sure that requests from lisp code override requests from
1567 Emacs redisplay code. */
1568 if (explicit)
1569 {
1570 /* If we're switching from explicit to implicit, we had better
1571 update the mode lines and thereby update the title. */
1572 if (f->explicit_name && NILP (name))
1573 update_mode_lines = 1;
1574
1575 f->explicit_name = ! NILP (name);
1576 }
1577 else if (f->explicit_name)
1578 return;
1579
1580 /* If NAME is nil, set the name to the x_id_name. */
1581 if (NILP (name))
1582 {
1583 /* Check for no change needed in this very common case
1584 before we do any consing. */
1585 if (!strcmp (FRAME_X_DISPLAY_INFO (f)->x_id_name,
e69b0960 1586 SSDATA (f->name)))
b10daec7
JD
1587 return;
1588 name = build_string (FRAME_X_DISPLAY_INFO (f)->x_id_name);
1589 }
1590 else
1591 CHECK_STRING (name);
1592
1593 /* Don't change the name if it's already NAME. */
e69b0960 1594 if (! NILP (Fstring_equal (name, f->name)))
b10daec7
JD
1595 return;
1596
f00af5b1 1597 fset_name (f, name);
b10daec7
JD
1598
1599 /* For setting the frame title, the title parameter should override
1600 the name parameter. */
e69b0960
DA
1601 if (! NILP (f->title))
1602 name = f->title;
b10daec7
JD
1603
1604 x_set_name_internal (f, name);
1605}
1606
7c0d3ed8
KS
1607/* This function should be called when the user's lisp code has
1608 specified a name for the frame; the name will override any set by the
1609 redisplay code. */
e4cebfca 1610static void
971de7fb 1611x_explicitly_set_name (FRAME_PTR f, Lisp_Object arg, Lisp_Object oldval)
3402e1a4 1612{
7c0d3ed8 1613 x_set_name (f, arg, 1);
3402e1a4
RS
1614}
1615
7c0d3ed8
KS
1616/* This function should be called by Emacs redisplay code to set the
1617 name; names set this way will never override names set by the user's
1618 lisp code. */
1619void
971de7fb 1620x_implicitly_set_name (FRAME_PTR f, Lisp_Object arg, Lisp_Object oldval)
333b20bb 1621{
7c0d3ed8
KS
1622 x_set_name (f, arg, 0);
1623}
1624\f
1625/* Change the title of frame F to NAME.
40aa4c27 1626 If NAME is nil, use the frame name as the title. */
01f1ba30 1627
e4cebfca 1628static void
971de7fb 1629x_set_title (struct frame *f, Lisp_Object name, Lisp_Object old_name)
01f1ba30 1630{
7c0d3ed8 1631 /* Don't change the title if it's already NAME. */
e69b0960 1632 if (EQ (name, f->title))
7c0d3ed8 1633 return;
01f1ba30 1634
7c0d3ed8 1635 update_mode_lines = 1;
60fb3ee1 1636
f00af5b1 1637 fset_title (f, name);
f9942c9e 1638
7c0d3ed8 1639 if (NILP (name))
e69b0960 1640 name = f->name;
7c0d3ed8
KS
1641 else
1642 CHECK_STRING (name);
f9942c9e 1643
b10daec7 1644 x_set_name_internal (f, name);
01f1ba30
JB
1645}
1646
7c0d3ed8 1647void
971de7fb 1648x_set_scroll_bar_default_width (struct frame *f)
e4f79258 1649{
be786000 1650 int wid = FRAME_COLUMN_WIDTH (f);
7c0d3ed8 1651#ifdef USE_TOOLKIT_SCROLL_BARS
a059fe24 1652#ifdef USE_GTK
c195f2de 1653 int minw = xg_get_default_scrollbar_width ();
4a1b9832
PE
1654#else
1655 int minw = 16;
a059fe24 1656#endif
7c0d3ed8 1657 /* A minimum width of 14 doesn't look good for toolkit scroll bars. */
4a1b9832 1658 int width = minw + 2 * VERTICAL_SCROLL_BAR_WIDTH_TRIM;
be786000
KS
1659 FRAME_CONFIG_SCROLL_BAR_COLS (f) = (width + wid - 1) / wid;
1660 FRAME_CONFIG_SCROLL_BAR_WIDTH (f) = width;
7c0d3ed8
KS
1661#else
1662 /* Make the actual width at least 14 pixels and a multiple of a
1663 character width. */
be786000 1664 FRAME_CONFIG_SCROLL_BAR_COLS (f) = (14 + wid - 1) / wid;
01f1ba30 1665
7c0d3ed8
KS
1666 /* Use all of that space (aside from required margins) for the
1667 scroll bar. */
be786000 1668 FRAME_CONFIG_SCROLL_BAR_WIDTH (f) = 0;
7c0d3ed8 1669#endif
01f1ba30 1670}
333b20bb 1671
7c0d3ed8 1672\f
333b20bb
GM
1673/* Record in frame F the specified or default value according to ALIST
1674 of the parameter named PROP (a Lisp symbol). If no value is
1675 specified for PROP, look for an X default for XPROP on the frame
1676 named NAME. If that is not found either, use the value DEFLT. */
1677
1678static Lisp_Object
d5a3eaaf
AS
1679x_default_scroll_bar_color_parameter (struct frame *f,
1680 Lisp_Object alist, Lisp_Object prop,
675e2c69 1681 const char *xprop, const char *xclass,
d5a3eaaf 1682 int foreground_p)
333b20bb
GM
1683{
1684 struct x_display_info *dpyinfo = FRAME_X_DISPLAY_INFO (f);
1685 Lisp_Object tem;
1686
1687 tem = x_get_arg (dpyinfo, alist, prop, xprop, xclass, RES_TYPE_STRING);
1688 if (EQ (tem, Qunbound))
1689 {
1690#ifdef USE_TOOLKIT_SCROLL_BARS
1691
1692 /* See if an X resource for the scroll bar color has been
1693 specified. */
1694 tem = display_x_get_resource (dpyinfo,
1695 build_string (foreground_p
1696 ? "foreground"
1697 : "background"),
6ecd75be 1698 empty_unibyte_string,
333b20bb 1699 build_string ("verticalScrollBar"),
6ecd75be 1700 empty_unibyte_string);
333b20bb
GM
1701 if (!STRINGP (tem))
1702 {
1703 /* If nothing has been specified, scroll bars will use a
1704 toolkit-dependent default. Because these defaults are
1705 difficult to get at without actually creating a scroll
1706 bar, use nil to indicate that no color has been
1707 specified. */
1708 tem = Qnil;
1709 }
177c0ea7 1710
333b20bb 1711#else /* not USE_TOOLKIT_SCROLL_BARS */
177c0ea7 1712
333b20bb 1713 tem = Qnil;
177c0ea7 1714
333b20bb
GM
1715#endif /* not USE_TOOLKIT_SCROLL_BARS */
1716 }
1717
6c6f1994 1718 x_set_frame_parameters (f, list1 (Fcons (prop, tem)));
333b20bb
GM
1719 return tem;
1720}
1721
1722
01f1ba30 1723
9ef48a9d
RS
1724\f
1725#ifdef USE_X_TOOLKIT
1726
8e3d10a9
RS
1727/* If the WM_PROTOCOLS property does not already contain WM_TAKE_FOCUS,
1728 WM_DELETE_WINDOW, and WM_SAVE_YOURSELF, then add them. (They may
59aa6c90
RS
1729 already be present because of the toolkit (Motif adds some of them,
1730 for example, but Xt doesn't). */
9ef48a9d
RS
1731
1732static void
ebd15611 1733hack_wm_protocols (FRAME_PTR f, Widget widget)
9ef48a9d
RS
1734{
1735 Display *dpy = XtDisplay (widget);
1736 Window w = XtWindow (widget);
1737 int need_delete = 1;
1738 int need_focus = 1;
59aa6c90 1739 int need_save = 1;
9ef48a9d 1740
4d7e6e51 1741 block_input ();
9ef48a9d 1742 {
a3db4b26
AS
1743 Atom type;
1744 unsigned char *catoms;
9ef48a9d
RS
1745 int format = 0;
1746 unsigned long nitems = 0;
1747 unsigned long bytes_after;
1748
270958e8
KH
1749 if ((XGetWindowProperty (dpy, w,
1750 FRAME_X_DISPLAY_INFO (f)->Xatom_wm_protocols,
34d5ae1e 1751 (long)0, (long)100, False, XA_ATOM,
270958e8 1752 &type, &format, &nitems, &bytes_after,
a3db4b26 1753 &catoms)
270958e8 1754 == Success)
9ef48a9d 1755 && format == 32 && type == XA_ATOM)
a3db4b26
AS
1756 {
1757 Atom *atoms = (Atom *) catoms;
1758 while (nitems > 0)
1759 {
1760 nitems--;
1761 if (atoms[nitems]
1762 == FRAME_X_DISPLAY_INFO (f)->Xatom_wm_delete_window)
1763 need_delete = 0;
1764 else if (atoms[nitems]
1765 == FRAME_X_DISPLAY_INFO (f)->Xatom_wm_take_focus)
1766 need_focus = 0;
1767 else if (atoms[nitems]
1768 == FRAME_X_DISPLAY_INFO (f)->Xatom_wm_save_yourself)
1769 need_save = 0;
1770 }
1771 }
1772 if (catoms)
1773 XFree (catoms);
9ef48a9d
RS
1774 }
1775 {
1776 Atom props [10];
1777 int count = 0;
b9dc4443
RS
1778 if (need_delete)
1779 props[count++] = FRAME_X_DISPLAY_INFO (f)->Xatom_wm_delete_window;
1780 if (need_focus)
1781 props[count++] = FRAME_X_DISPLAY_INFO (f)->Xatom_wm_take_focus;
1782 if (need_save)
1783 props[count++] = FRAME_X_DISPLAY_INFO (f)->Xatom_wm_save_yourself;
9ef48a9d 1784 if (count)
b9dc4443
RS
1785 XChangeProperty (dpy, w, FRAME_X_DISPLAY_INFO (f)->Xatom_wm_protocols,
1786 XA_ATOM, 32, PropModeAppend,
9ef48a9d
RS
1787 (unsigned char *) props, count);
1788 }
4d7e6e51 1789 unblock_input ();
9ef48a9d
RS
1790}
1791#endif
86779fac
GM
1792
1793
5a7df7d7
GM
1794\f
1795/* Support routines for XIC (X Input Context). */
86779fac 1796
5a7df7d7
GM
1797#ifdef HAVE_X_I18N
1798
f57e2426
J
1799static XFontSet xic_create_xfontset (struct frame *);
1800static XIMStyle best_xim_style (XIMStyles *, XIMStyles *);
5a7df7d7
GM
1801
1802
1576f1ad 1803/* Supported XIM styles, ordered by preference. */
5a7df7d7
GM
1804
1805static XIMStyle supported_xim_styles[] =
1806{
1807 XIMPreeditPosition | XIMStatusArea,
1808 XIMPreeditPosition | XIMStatusNothing,
1809 XIMPreeditPosition | XIMStatusNone,
1810 XIMPreeditNothing | XIMStatusArea,
1811 XIMPreeditNothing | XIMStatusNothing,
1812 XIMPreeditNothing | XIMStatusNone,
1813 XIMPreeditNone | XIMStatusArea,
1814 XIMPreeditNone | XIMStatusNothing,
1815 XIMPreeditNone | XIMStatusNone,
1816 0,
1817};
1818
1819
e4cebfca 1820#if defined HAVE_X_WINDOWS && defined USE_X_TOOLKIT
c27ed90a 1821/* Create an X fontset on frame F with base font name BASE_FONTNAME. */
5a7df7d7 1822
333f9019 1823static const char xic_default_fontset[] = "-*-*-*-r-normal--14-*-*-*-*-*-*-*";
bb07fa29 1824
c28e7ae8
SM
1825/* Create an Xt fontset spec from the name of a base font.
1826 If `motif' is True use the Motif syntax. */
bb07fa29 1827char *
e6cba650 1828xic_create_fontsetname (const char *base_fontname, int motif)
bb07fa29 1829{
c28e7ae8
SM
1830 const char *sep = motif ? ";" : ",";
1831 char *fontsetname;
1832
bb07fa29 1833 /* Make a fontset name from the base font name. */
333f9019 1834 if (xic_default_fontset == base_fontname)
38182d90 1835 {
afa2ffd8
DA
1836 /* There is no base font name, use the default. */
1837 fontsetname = xmalloc (strlen (base_fontname) + 2);
c28e7ae8
SM
1838 strcpy (fontsetname, base_fontname);
1839 }
bb07fa29
SM
1840 else
1841 {
1842 /* Make a fontset name from the base font name.
1843 The font set will be made of the following elements:
1844 - the base font.
1845 - the base font where the charset spec is replaced by -*-*.
1846 - the same but with the family also replaced with -*-*-. */
e6cba650 1847 const char *p = base_fontname;
25ed6cc3 1848 ptrdiff_t i;
df630496 1849
bb07fa29
SM
1850 for (i = 0; *p; p++)
1851 if (*p == '-') i++;
1852 if (i != 14)
afa2ffd8
DA
1853 {
1854 /* As the font name doesn't conform to XLFD, we can't
bb07fa29
SM
1855 modify it to generalize it to allcs and allfamilies.
1856 Use the specified font plus the default. */
afa2ffd8
DA
1857 fontsetname = xmalloc (strlen (base_fontname)
1858 + strlen (xic_default_fontset) + 3);
bb07fa29 1859 strcpy (fontsetname, base_fontname);
c28e7ae8 1860 strcat (fontsetname, sep);
333f9019 1861 strcat (fontsetname, xic_default_fontset);
bb07fa29
SM
1862 }
1863 else
1864 {
25ed6cc3 1865 ptrdiff_t len;
e6cba650 1866 const char *p1 = NULL, *p2 = NULL, *p3 = NULL;
bb07fa29
SM
1867 char *font_allcs = NULL;
1868 char *font_allfamilies = NULL;
968a6679 1869 char *font_all = NULL;
e6cba650
DN
1870 const char *allcs = "*-*-*-*-*-*-*";
1871 const char *allfamilies = "-*-*-";
1872 const char *all = "*-*-*-*-";
cd987aaa 1873 char *base;
df630496 1874
bb07fa29
SM
1875 for (i = 0, p = base_fontname; i < 8; p++)
1876 {
1877 if (*p == '-')
1878 {
1879 i++;
1880 if (i == 3)
1881 p1 = p + 1;
968a6679
SM
1882 else if (i == 7)
1883 p2 = p + 1;
cd987aaa
KH
1884 else if (i == 6)
1885 p3 = p + 1;
bb07fa29
SM
1886 }
1887 }
cd987aaa
KH
1888 /* If base_fontname specifies ADSTYLE, make it a
1889 wildcard. */
1890 if (*p3 != '*')
1891 {
25ed6cc3 1892 ptrdiff_t diff = (p2 - p3) - 2;
cd987aaa
KH
1893
1894 base = alloca (strlen (base_fontname) + 1);
72af86bd 1895 memcpy (base, base_fontname, p3 - base_fontname);
cd987aaa
KH
1896 base[p3 - base_fontname] = '*';
1897 base[(p3 - base_fontname) + 1] = '-';
1898 strcpy (base + (p3 - base_fontname) + 2, p2);
1899 p = base + (p - base_fontname) - diff;
1900 p1 = base + (p1 - base_fontname);
1901 p2 = base + (p2 - base_fontname) - diff;
1902 base_fontname = base;
1903 }
1904
bb07fa29
SM
1905 /* Build the font spec that matches all charsets. */
1906 len = p - base_fontname + strlen (allcs) + 1;
38182d90 1907 font_allcs = alloca (len);
72af86bd 1908 memcpy (font_allcs, base_fontname, p - base_fontname);
bb07fa29
SM
1909 strcat (font_allcs, allcs);
1910
cd987aaa
KH
1911 /* Build the font spec that matches all families and
1912 add-styles. */
bb07fa29 1913 len = p - p1 + strlen (allcs) + strlen (allfamilies) + 1;
38182d90 1914 font_allfamilies = alloca (len);
bb07fa29 1915 strcpy (font_allfamilies, allfamilies);
72af86bd 1916 memcpy (font_allfamilies + strlen (allfamilies), p1, p - p1);
bb07fa29
SM
1917 strcat (font_allfamilies, allcs);
1918
968a6679
SM
1919 /* Build the font spec that matches all. */
1920 len = p - p2 + strlen (allcs) + strlen (all) + strlen (allfamilies) + 1;
38182d90 1921 font_all = alloca (len);
968a6679
SM
1922 strcpy (font_all, allfamilies);
1923 strcat (font_all, all);
72af86bd 1924 memcpy (font_all + strlen (all) + strlen (allfamilies), p2, p - p2);
968a6679
SM
1925 strcat (font_all, allcs);
1926
bb07fa29
SM
1927 /* Build the actual font set name. */
1928 len = strlen (base_fontname) + strlen (font_allcs)
968a6679 1929 + strlen (font_allfamilies) + strlen (font_all) + 5;
bb07fa29 1930 fontsetname = xmalloc (len);
bb07fa29 1931 strcpy (fontsetname, base_fontname);
c28e7ae8 1932 strcat (fontsetname, sep);
bb07fa29 1933 strcat (fontsetname, font_allcs);
c28e7ae8 1934 strcat (fontsetname, sep);
bb07fa29 1935 strcat (fontsetname, font_allfamilies);
968a6679
SM
1936 strcat (fontsetname, sep);
1937 strcat (fontsetname, font_all);
bb07fa29 1938 }
bb07fa29 1939 }
c28e7ae8
SM
1940 if (motif)
1941 strcat (fontsetname, ":");
1942 return fontsetname;
bb07fa29 1943}
e4cebfca 1944#endif /* HAVE_X_WINDOWS && USE_X_TOOLKIT */
bb07fa29 1945
2da34f50
KH
1946#ifdef DEBUG_XIC_FONTSET
1947static void
1dae0f0a
AS
1948print_fontset_result (XFontSet xfs, char *name, char **missing_list,
1949 int missing_count)
2da34f50
KH
1950{
1951 if (xfs)
1952 fprintf (stderr, "XIC Fontset created: %s\n", name);
1953 else
1954 {
1955 fprintf (stderr, "XIC Fontset failed: %s\n", name);
1956 while (missing_count-- > 0)
1957 {
1958 fprintf (stderr, " missing: %s\n", *missing_list);
1959 missing_list++;
1960 }
1961 }
1962
1963}
1964#endif
1965
5a7df7d7 1966static XFontSet
971de7fb 1967xic_create_xfontset (struct frame *f)
86779fac 1968{
c27ed90a 1969 XFontSet xfs = NULL;
b51238f5 1970 struct font *font = FRAME_FONT (f);
a32f056c
KH
1971 int pixel_size = font->pixel_size;
1972 Lisp_Object rest, frame;
1973
1974 /* See if there is another frame already using same fontset. */
1975 FOR_EACH_FRAME (rest, frame)
1976 {
1977 struct frame *cf = XFRAME (frame);
1978
1979 if (cf != f && FRAME_LIVE_P (f) && FRAME_X_P (cf)
1980 && FRAME_X_DISPLAY_INFO (cf) == FRAME_X_DISPLAY_INFO (f)
b51238f5
KH
1981 && FRAME_FONT (f)
1982 && FRAME_FONT (f)->pixel_size == pixel_size)
a32f056c
KH
1983 {
1984 xfs = FRAME_XIC_FONTSET (cf);
1985 break;
1986 }
1987 }
1988
1989 if (! xfs)
1990 {
1991 char buf[256];
1992 char **missing_list;
1993 int missing_count;
1994 char *def_string;
e6cba650 1995 const char *xlfd_format = "-*-*-medium-r-normal--%d-*-*-*-*-*";
a32f056c
KH
1996
1997 sprintf (buf, xlfd_format, pixel_size);
1998 missing_list = NULL;
1999 xfs = XCreateFontSet (FRAME_X_DISPLAY (f), buf,
2000 &missing_list, &missing_count, &def_string);
d3483d71 2001#ifdef DEBUG_XIC_FONTSET
22a8f595 2002 print_fontset_result (xfs, buf, missing_list, missing_count);
d3483d71 2003#endif
a32f056c
KH
2004 if (missing_list)
2005 XFreeStringList (missing_list);
2006 if (! xfs)
2007 {
2008 /* List of pixel sizes most likely available. Find one that
2009 is closest to pixel_size. */
2010 int sizes[] = {0, 8, 10, 11, 12, 14, 17, 18, 20, 24, 26, 34, 0};
2011 int *smaller, *larger;
2012
2013 for (smaller = sizes; smaller[1]; smaller++)
2014 if (smaller[1] >= pixel_size)
2015 break;
2016 larger = smaller + 1;
2017 if (*larger == pixel_size)
2018 larger++;
2019 while (*smaller || *larger)
2020 {
2021 int this_size;
2022
2023 if (! *larger)
2024 this_size = *smaller--;
2025 else if (! *smaller)
2026 this_size = *larger++;
2027 else if (pixel_size - *smaller < *larger - pixel_size)
2028 this_size = *smaller--;
2029 else
2030 this_size = *larger++;
2031 sprintf (buf, xlfd_format, this_size);
2032 missing_list = NULL;
2033 xfs = XCreateFontSet (FRAME_X_DISPLAY (f), buf,
2034 &missing_list, &missing_count, &def_string);
d3483d71 2035#ifdef DEBUG_XIC_FONTSET
22a8f595 2036 print_fontset_result (xfs, buf, missing_list, missing_count);
d3483d71 2037#endif
a32f056c
KH
2038 if (missing_list)
2039 XFreeStringList (missing_list);
2040 if (xfs)
2041 break;
2042 }
2043 }
2da34f50
KH
2044 if (! xfs)
2045 {
675e2c69 2046 const char *last_resort = "-*-*-*-r-normal--*-*-*-*-*-*";
2da34f50
KH
2047
2048 missing_list = NULL;
2049 xfs = XCreateFontSet (FRAME_X_DISPLAY (f), last_resort,
2050 &missing_list, &missing_count, &def_string);
2051#ifdef DEBUG_XIC_FONTSET
2052 print_fontset_result (xfs, last_resort, missing_list, missing_count);
2053#endif
2054 if (missing_list)
2055 XFreeStringList (missing_list);
2056 }
2057
a32f056c
KH
2058 }
2059
2060 return xfs;
2061}
a32f056c 2062
c27ed90a
JD
2063/* Free the X fontset of frame F if it is the last frame using it. */
2064
2065void
971de7fb 2066xic_free_xfontset (struct frame *f)
c27ed90a
JD
2067{
2068 Lisp_Object rest, frame;
2069 int shared_p = 0;
2070
2071 if (!FRAME_XIC_FONTSET (f))
2072 return;
2073
2074 /* See if there is another frame sharing the same fontset. */
2075 FOR_EACH_FRAME (rest, frame)
2076 {
2077 struct frame *cf = XFRAME (frame);
2078 if (cf != f && FRAME_LIVE_P (f) && FRAME_X_P (cf)
2079 && FRAME_X_DISPLAY_INFO (cf) == FRAME_X_DISPLAY_INFO (f)
2080 && FRAME_XIC_FONTSET (cf) == FRAME_XIC_FONTSET (f))
2081 {
2082 shared_p = 1;
2083 break;
2084 }
2085 }
2086
2087 if (!shared_p)
2088 /* The fontset is not used anymore. It is safe to free it. */
2089 XFreeFontSet (FRAME_X_DISPLAY (f), FRAME_XIC_FONTSET (f));
2090
2091 if (FRAME_XIC_BASE_FONTNAME (f))
2092 xfree (FRAME_XIC_BASE_FONTNAME (f));
2093 FRAME_XIC_BASE_FONTNAME (f) = NULL;
2094 FRAME_XIC_FONTSET (f) = NULL;
2095}
2096
5a7df7d7
GM
2097
2098/* Value is the best input style, given user preferences USER (already
2099 checked to be supported by Emacs), and styles supported by the
2100 input method XIM. */
2101
2102static XIMStyle
971de7fb 2103best_xim_style (XIMStyles *user, XIMStyles *xim)
5a7df7d7
GM
2104{
2105 int i, j;
2106
2107 for (i = 0; i < user->count_styles; ++i)
2108 for (j = 0; j < xim->count_styles; ++j)
2109 if (user->supported_styles[i] == xim->supported_styles[j])
2110 return user->supported_styles[i];
2111
2112 /* Return the default style. */
2113 return XIMPreeditNothing | XIMStatusNothing;
2114}
2115
2116/* Create XIC for frame F. */
2117
5df79d3d
GM
2118static XIMStyle xic_style;
2119
5a7df7d7 2120void
971de7fb 2121create_frame_xic (struct frame *f)
5a7df7d7 2122{
5a7df7d7
GM
2123 XIM xim;
2124 XIC xic = NULL;
2125 XFontSet xfs = NULL;
86779fac 2126
5a7df7d7
GM
2127 if (FRAME_XIC (f))
2128 return;
177c0ea7 2129
bb07fa29 2130 /* Create X fontset. */
b51238f5 2131 xfs = xic_create_xfontset (f);
5a7df7d7
GM
2132 xim = FRAME_X_XIM (f);
2133 if (xim)
2134 {
d9d57cb2
DL
2135 XRectangle s_area;
2136 XPoint spot;
5a7df7d7
GM
2137 XVaNestedList preedit_attr;
2138 XVaNestedList status_attr;
5a7df7d7 2139
d9d57cb2
DL
2140 s_area.x = 0; s_area.y = 0; s_area.width = 1; s_area.height = 1;
2141 spot.x = 0; spot.y = 1;
86779fac 2142
5a7df7d7
GM
2143 /* Determine XIC style. */
2144 if (xic_style == 0)
2145 {
2146 XIMStyles supported_list;
2147 supported_list.count_styles = (sizeof supported_xim_styles
2148 / sizeof supported_xim_styles[0]);
2149 supported_list.supported_styles = supported_xim_styles;
2150 xic_style = best_xim_style (&supported_list,
2151 FRAME_X_XIM_STYLES (f));
2152 }
86779fac 2153
5a7df7d7
GM
2154 preedit_attr = XVaCreateNestedList (0,
2155 XNFontSet, xfs,
2156 XNForeground,
2157 FRAME_FOREGROUND_PIXEL (f),
2158 XNBackground,
2159 FRAME_BACKGROUND_PIXEL (f),
2160 (xic_style & XIMPreeditPosition
2161 ? XNSpotLocation
2162 : NULL),
2163 &spot,
2164 NULL);
2165 status_attr = XVaCreateNestedList (0,
2166 XNArea,
2167 &s_area,
2168 XNFontSet,
2169 xfs,
2170 XNForeground,
2171 FRAME_FOREGROUND_PIXEL (f),
2172 XNBackground,
2173 FRAME_BACKGROUND_PIXEL (f),
2174 NULL);
2175
2176 xic = XCreateIC (xim,
2177 XNInputStyle, xic_style,
6b61353c
KH
2178 XNClientWindow, FRAME_X_WINDOW (f),
2179 XNFocusWindow, FRAME_X_WINDOW (f),
5a7df7d7
GM
2180 XNStatusAttributes, status_attr,
2181 XNPreeditAttributes, preedit_attr,
2182 NULL);
2183 XFree (preedit_attr);
2184 XFree (status_attr);
2185 }
177c0ea7 2186
5a7df7d7
GM
2187 FRAME_XIC (f) = xic;
2188 FRAME_XIC_STYLE (f) = xic_style;
2189 FRAME_XIC_FONTSET (f) = xfs;
86779fac
GM
2190}
2191
5a7df7d7
GM
2192
2193/* Destroy XIC and free XIC fontset of frame F, if any. */
2194
2195void
971de7fb 2196free_frame_xic (struct frame *f)
5a7df7d7
GM
2197{
2198 if (FRAME_XIC (f) == NULL)
2199 return;
177c0ea7 2200
5a7df7d7 2201 XDestroyIC (FRAME_XIC (f));
c27ed90a 2202 xic_free_xfontset (f);
5a7df7d7
GM
2203
2204 FRAME_XIC (f) = NULL;
5a7df7d7
GM
2205}
2206
2207
2208/* Place preedit area for XIC of window W's frame to specified
2209 pixel position X/Y. X and Y are relative to window W. */
2210
2211void
971de7fb 2212xic_set_preeditarea (struct window *w, int x, int y)
5a7df7d7 2213{
d3d50620 2214 struct frame *f = XFRAME (w->frame);
5a7df7d7
GM
2215 XVaNestedList attr;
2216 XPoint spot;
177c0ea7 2217
17e6d491 2218 spot.x = WINDOW_TO_FRAME_PIXEL_X (w, x) + WINDOW_LEFT_FRINGE_WIDTH (w);
5a7df7d7
GM
2219 spot.y = WINDOW_TO_FRAME_PIXEL_Y (w, y) + FONT_BASE (FRAME_FONT (f));
2220 attr = XVaCreateNestedList (0, XNSpotLocation, &spot, NULL);
2221 XSetICValues (FRAME_XIC (f), XNPreeditAttributes, attr, NULL);
2222 XFree (attr);
2223}
2224
2225
2226/* Place status area for XIC in bottom right corner of frame F.. */
2227
2228void
971de7fb 2229xic_set_statusarea (struct frame *f)
5a7df7d7
GM
2230{
2231 XIC xic = FRAME_XIC (f);
2232 XVaNestedList attr;
2233 XRectangle area;
2234 XRectangle *needed;
2235
2236 /* Negotiate geometry of status area. If input method has existing
2237 status area, use its current size. */
2238 area.x = area.y = area.width = area.height = 0;
2239 attr = XVaCreateNestedList (0, XNAreaNeeded, &area, NULL);
2240 XSetICValues (xic, XNStatusAttributes, attr, NULL);
2241 XFree (attr);
177c0ea7 2242
5a7df7d7
GM
2243 attr = XVaCreateNestedList (0, XNAreaNeeded, &needed, NULL);
2244 XGetICValues (xic, XNStatusAttributes, attr, NULL);
2245 XFree (attr);
2246
2247 if (needed->width == 0) /* Use XNArea instead of XNAreaNeeded */
2248 {
2249 attr = XVaCreateNestedList (0, XNArea, &needed, NULL);
2250 XGetICValues (xic, XNStatusAttributes, attr, NULL);
2251 XFree (attr);
2252 }
2253
2254 area.width = needed->width;
2255 area.height = needed->height;
be786000
KS
2256 area.x = FRAME_PIXEL_WIDTH (f) - area.width - FRAME_INTERNAL_BORDER_WIDTH (f);
2257 area.y = (FRAME_PIXEL_HEIGHT (f) - area.height
488dd4c4 2258 - FRAME_MENUBAR_HEIGHT (f)
bfeabdc3 2259 - FRAME_TOOLBAR_TOP_HEIGHT (f)
488dd4c4 2260 - FRAME_INTERNAL_BORDER_WIDTH (f));
5a7df7d7
GM
2261 XFree (needed);
2262
2263 attr = XVaCreateNestedList (0, XNArea, &area, NULL);
6b61353c 2264 XSetICValues (xic, XNStatusAttributes, attr, NULL);
5a7df7d7
GM
2265 XFree (attr);
2266}
2267
2268
2269/* Set X fontset for XIC of frame F, using base font name
2270 BASE_FONTNAME. Called when a new Emacs fontset is chosen. */
2271
2272void
eec47d6b 2273xic_set_xfontset (struct frame *f, const char *base_fontname)
5a7df7d7
GM
2274{
2275 XVaNestedList attr;
2276 XFontSet xfs;
2277
c27ed90a
JD
2278 xic_free_xfontset (f);
2279
b51238f5 2280 xfs = xic_create_xfontset (f);
5a7df7d7
GM
2281
2282 attr = XVaCreateNestedList (0, XNFontSet, xfs, NULL);
2283 if (FRAME_XIC_STYLE (f) & XIMPreeditPosition)
2284 XSetICValues (FRAME_XIC (f), XNPreeditAttributes, attr, NULL);
2285 if (FRAME_XIC_STYLE (f) & XIMStatusArea)
2286 XSetICValues (FRAME_XIC (f), XNStatusAttributes, attr, NULL);
2287 XFree (attr);
177c0ea7 2288
5a7df7d7
GM
2289 FRAME_XIC_FONTSET (f) = xfs;
2290}
2291
2292#endif /* HAVE_X_I18N */
2293
2294
9ef48a9d 2295\f
8fc2766b
RS
2296#ifdef USE_X_TOOLKIT
2297
2298/* Create and set up the X widget for frame F. */
f58534a3 2299
01f1ba30 2300static void
ebd15611 2301x_window (struct frame *f, long window_prompting, int minibuffer_only)
01f1ba30 2302{
9ef48a9d 2303 XClassHint class_hints;
31ac8d8c
FP
2304 XSetWindowAttributes attributes;
2305 unsigned long attribute_mask;
9ef48a9d
RS
2306 Widget shell_widget;
2307 Widget pane_widget;
6c32dd68 2308 Widget frame_widget;
9ef48a9d
RS
2309 Arg al [25];
2310 int ac;
2311
4d7e6e51 2312 block_input ();
9ef48a9d 2313
b7975ee4
KH
2314 /* Use the resource name as the top-level widget name
2315 for looking up resources. Make a non-Lisp copy
2316 for the window manager, so GC relocation won't bother it.
2317
2318 Elsewhere we specify the window name for the window manager. */
177c0ea7 2319
cca176a0 2320 {
51b59d79 2321 char *str = SSDATA (Vx_resource_name);
23f86fce 2322 f->namebuf = xmalloc (strlen (str) + 1);
cca176a0
KH
2323 strcpy (f->namebuf, str);
2324 }
9ef48a9d
RS
2325
2326 ac = 0;
2327 XtSetArg (al[ac], XtNallowShellResize, 1); ac++;
2328 XtSetArg (al[ac], XtNinput, 1); ac++;
97787173 2329 XtSetArg (al[ac], XtNmappedWhenManaged, 0); ac++;
be786000 2330 XtSetArg (al[ac], XtNborderWidth, f->border_width); ac++;
9b2956e2
GM
2331 XtSetArg (al[ac], XtNvisual, FRAME_X_VISUAL (f)); ac++;
2332 XtSetArg (al[ac], XtNdepth, FRAME_X_DISPLAY_INFO (f)->n_planes); ac++;
2333 XtSetArg (al[ac], XtNcolormap, FRAME_X_COLORMAP (f)); ac++;
cca176a0 2334 shell_widget = XtAppCreateShell (f->namebuf, EMACS_CLASS,
7a994728 2335 applicationShellWidgetClass,
82c90203 2336 FRAME_X_DISPLAY (f), al, ac);
9ef48a9d 2337
7556890b 2338 f->output_data.x->widget = shell_widget;
9ef48a9d
RS
2339 /* maybe_set_screen_title_format (shell_widget); */
2340
6c32dd68
PR
2341 pane_widget = lw_create_widget ("main", "pane", widget_id_tick++,
2342 (widget_value *) NULL,
2343 shell_widget, False,
2344 (lw_callback) NULL,
2345 (lw_callback) NULL,
b6e11efd 2346 (lw_callback) NULL,
6c32dd68 2347 (lw_callback) NULL);
9ef48a9d 2348
9b2956e2
GM
2349 ac = 0;
2350 XtSetArg (al[ac], XtNvisual, FRAME_X_VISUAL (f)); ac++;
2351 XtSetArg (al[ac], XtNdepth, FRAME_X_DISPLAY_INFO (f)->n_planes); ac++;
2352 XtSetArg (al[ac], XtNcolormap, FRAME_X_COLORMAP (f)); ac++;
723f5a07 2353 XtSetArg (al[ac], XtNborderWidth, 0); ac++;
9b2956e2 2354 XtSetValues (pane_widget, al, ac);
7556890b 2355 f->output_data.x->column_widget = pane_widget;
a7f7d550 2356
177c0ea7 2357 /* mappedWhenManaged to false tells to the paned window to not map/unmap
5e65b9ab 2358 the emacs screen when changing menubar. This reduces flickering. */
9ef48a9d
RS
2359
2360 ac = 0;
2361 XtSetArg (al[ac], XtNmappedWhenManaged, 0); ac++;
2362 XtSetArg (al[ac], XtNshowGrip, 0); ac++;
2363 XtSetArg (al[ac], XtNallowResize, 1); ac++;
2364 XtSetArg (al[ac], XtNresizeToPreferred, 1); ac++;
2365 XtSetArg (al[ac], XtNemacsFrame, f); ac++;
9b2956e2
GM
2366 XtSetArg (al[ac], XtNvisual, FRAME_X_VISUAL (f)); ac++;
2367 XtSetArg (al[ac], XtNdepth, FRAME_X_DISPLAY_INFO (f)->n_planes); ac++;
2368 XtSetArg (al[ac], XtNcolormap, FRAME_X_COLORMAP (f)); ac++;
723f5a07 2369 XtSetArg (al[ac], XtNborderWidth, 0); ac++;
9b2956e2
GM
2370 frame_widget = XtCreateWidget (f->namebuf, emacsFrameClass, pane_widget,
2371 al, ac);
177c0ea7 2372
7556890b 2373 f->output_data.x->edit_widget = frame_widget;
177c0ea7
JB
2374
2375 XtManageChild (frame_widget);
a7f7d550
FP
2376
2377 /* Do some needed geometry management. */
2378 {
b7163a50 2379 char *tem, shell_position[sizeof "=x++" + 4 * INT_STRLEN_BOUND (int)];
8a94ea33
PE
2380 Arg gal[10];
2381 int gac = 0;
5031cc10 2382 int extra_borders = 0;
177c0ea7 2383 int menubar_size
7556890b
RS
2384 = (f->output_data.x->menubar_widget
2385 ? (f->output_data.x->menubar_widget->core.height
2386 + f->output_data.x->menubar_widget->core.border_width)
8fc2766b 2387 : 0);
a7f7d550 2388
f7008aff
RS
2389#if 0 /* Experimentally, we now get the right results
2390 for -geometry -0-0 without this. 24 Aug 96, rms. */
01cbdba5
RS
2391 if (FRAME_EXTERNAL_MENU_BAR (f))
2392 {
dd254b21 2393 Dimension ibw = 0;
01cbdba5
RS
2394 XtVaGetValues (pane_widget, XtNinternalBorderWidth, &ibw, NULL);
2395 menubar_size += ibw;
2396 }
f7008aff 2397#endif
01cbdba5 2398
7556890b 2399 f->output_data.x->menubar_height = menubar_size;
00983aba 2400
440b0bfd 2401#ifndef USE_LUCID
5031cc10
KH
2402 /* Motif seems to need this amount added to the sizes
2403 specified for the shell widget. The Athena/Lucid widgets don't.
2404 Both conclusions reached experimentally. -- rms. */
440b0bfd
RS
2405 XtVaGetValues (f->output_data.x->edit_widget, XtNinternalBorderWidth,
2406 &extra_borders, NULL);
2407 extra_borders *= 2;
2408#endif
5031cc10 2409
97787173
RS
2410 /* Convert our geometry parameters into a geometry string
2411 and specify it.
2412 Note that we do not specify here whether the position
2413 is a user-specified or program-specified one.
2414 We pass that information later, in x_wm_set_size_hints. */
2415 {
be786000 2416 int left = f->left_pos;
97787173 2417 int xneg = window_prompting & XNegative;
be786000 2418 int top = f->top_pos;
97787173
RS
2419 int yneg = window_prompting & YNegative;
2420 if (xneg)
2421 left = -left;
2422 if (yneg)
2423 top = -top;
c760f47e
KH
2424
2425 if (window_prompting & USPosition)
5031cc10 2426 sprintf (shell_position, "=%dx%d%c%d%c%d",
be786000
KS
2427 FRAME_PIXEL_WIDTH (f) + extra_borders,
2428 FRAME_PIXEL_HEIGHT (f) + menubar_size + extra_borders,
c760f47e
KH
2429 (xneg ? '-' : '+'), left,
2430 (yneg ? '-' : '+'), top);
2431 else
6b61353c
KH
2432 {
2433 sprintf (shell_position, "=%dx%d",
2434 FRAME_PIXEL_WIDTH (f) + extra_borders,
2435 FRAME_PIXEL_HEIGHT (f) + menubar_size + extra_borders);
2436
2437 /* Setting x and y when the position is not specified in
2438 the geometry string will set program position in the WM hints.
2439 If Emacs had just one program position, we could set it in
2440 fallback resources, but since each make-frame call can specify
2441 different program positions, this is easier. */
8a94ea33
PE
2442 XtSetArg (gal[gac], XtNx, left); gac++;
2443 XtSetArg (gal[gac], XtNy, top); gac++;
6b61353c 2444 }
97787173
RS
2445 }
2446
77110caa
RS
2447 /* We don't free this because we don't know whether
2448 it is safe to free it while the frame exists.
2449 It isn't worth the trouble of arranging to free it
2450 when the frame is deleted. */
b3b4476b 2451 tem = xstrdup (shell_position);
8a94ea33
PE
2452 XtSetArg (gal[gac], XtNgeometry, tem); gac++;
2453 XtSetValues (shell_widget, gal, gac);
a7f7d550
FP
2454 }
2455
9ef48a9d
RS
2456 XtManageChild (pane_widget);
2457 XtRealizeWidget (shell_widget);
2458
2532f20c
JD
2459 if (FRAME_X_EMBEDDED_P (f))
2460 XReparentWindow (FRAME_X_DISPLAY (f), XtWindow (shell_widget),
2461 f->output_data.x->parent_desc, 0, 0);
2462
177c0ea7 2463 FRAME_X_WINDOW (f) = XtWindow (frame_widget);
9ef48a9d
RS
2464
2465 validate_x_resource_name ();
b7975ee4 2466
51b59d79
PE
2467 class_hints.res_name = SSDATA (Vx_resource_name);
2468 class_hints.res_class = SSDATA (Vx_resource_class);
b9dc4443 2469 XSetClassHint (FRAME_X_DISPLAY (f), XtWindow (shell_widget), &class_hints);
5a7df7d7
GM
2470
2471#ifdef HAVE_X_I18N
2472 FRAME_XIC (f) = NULL;
1576f1ad
DL
2473 if (use_xim)
2474 create_frame_xic (f);
5a7df7d7 2475#endif
64d16748 2476
7556890b
RS
2477 f->output_data.x->wm_hints.input = True;
2478 f->output_data.x->wm_hints.flags |= InputHint;
b9dc4443 2479 XSetWMHints (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f),
7556890b 2480 &f->output_data.x->wm_hints);
b8228beb 2481
c4ec904f 2482 hack_wm_protocols (f, shell_widget);
9ef48a9d 2483
6c32dd68
PR
2484#ifdef HACK_EDITRES
2485 XtAddEventHandler (shell_widget, 0, True, _XEditResCheckMessages, 0);
2486#endif
2487
9ef48a9d 2488 /* Do a stupid property change to force the server to generate a
333b20bb 2489 PropertyNotify event so that the event_stream server timestamp will
9ef48a9d
RS
2490 be initialized to something relevant to the time we created the window.
2491 */
6c32dd68 2492 XChangeProperty (XtDisplay (frame_widget), XtWindow (frame_widget),
b9dc4443
RS
2493 FRAME_X_DISPLAY_INFO (f)->Xatom_wm_protocols,
2494 XA_ATOM, 32, PropModeAppend,
9ef48a9d
RS
2495 (unsigned char*) NULL, 0);
2496
5a7df7d7 2497 /* Make all the standard events reach the Emacs frame. */
31ac8d8c 2498 attributes.event_mask = STANDARD_EVENT_SET;
5a7df7d7
GM
2499
2500#ifdef HAVE_X_I18N
2501 if (FRAME_XIC (f))
2502 {
2503 /* XIM server might require some X events. */
2504 unsigned long fevent = NoEventMask;
6b61353c 2505 XGetICValues (FRAME_XIC (f), XNFilterEvents, &fevent, NULL);
5a7df7d7
GM
2506 attributes.event_mask |= fevent;
2507 }
2508#endif /* HAVE_X_I18N */
177c0ea7 2509
31ac8d8c
FP
2510 attribute_mask = CWEventMask;
2511 XChangeWindowAttributes (XtDisplay (shell_widget), XtWindow (shell_widget),
2512 attribute_mask, &attributes);
2513
6c32dd68 2514 XtMapWidget (frame_widget);
9ef48a9d 2515
8fc2766b
RS
2516 /* x_set_name normally ignores requests to set the name if the
2517 requested name is the same as the current name. This is the one
2518 place where that assumption isn't correct; f->name is set, but
2519 the X server hasn't been told. */
2520 {
2521 Lisp_Object name;
2522 int explicit = f->explicit_name;
2523
2524 f->explicit_name = 0;
e69b0960 2525 name = f->name;
f00af5b1 2526 fset_name (f, Qnil);
8fc2766b
RS
2527 x_set_name (f, name, explicit);
2528 }
2529
b9dc4443 2530 XDefineCursor (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f),
db3b2dc8
JD
2531 f->output_data.x->current_cursor
2532 = f->output_data.x->text_cursor);
8fc2766b 2533
4d7e6e51 2534 unblock_input ();
8fc2766b 2535
495fa05e
GM
2536 /* This is a no-op, except under Motif. Make sure main areas are
2537 set to something reasonable, in case we get an error later. */
2538 lw_set_main_areas (pane_widget, 0, frame_widget);
8fc2766b
RS
2539}
2540
9ef48a9d 2541#else /* not USE_X_TOOLKIT */
488dd4c4 2542#ifdef USE_GTK
f78faa98 2543static void
971de7fb 2544x_window (FRAME_PTR f)
488dd4c4
JD
2545{
2546 if (! xg_create_frame_widgets (f))
2547 error ("Unable to create window");
1fcfb866
JD
2548
2549#ifdef HAVE_X_I18N
2550 FRAME_XIC (f) = NULL;
6b61353c 2551 if (use_xim)
1576f1ad 2552 {
4d7e6e51 2553 block_input ();
1576f1ad
DL
2554 create_frame_xic (f);
2555 if (FRAME_XIC (f))
2556 {
2557 /* XIM server might require some X events. */
2558 unsigned long fevent = NoEventMask;
6b61353c 2559 XGetICValues (FRAME_XIC (f), XNFilterEvents, &fevent, NULL);
1fcfb866 2560
1576f1ad
DL
2561 if (fevent != NoEventMask)
2562 {
2563 XSetWindowAttributes attributes;
2564 XWindowAttributes wattr;
2565 unsigned long attribute_mask;
2566
2567 XGetWindowAttributes (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f),
2568 &wattr);
2569 attributes.event_mask = wattr.your_event_mask | fevent;
2570 attribute_mask = CWEventMask;
2571 XChangeWindowAttributes (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f),
2572 attribute_mask, &attributes);
2573 }
2574 }
4d7e6e51 2575 unblock_input ();
1576f1ad 2576 }
1fcfb866 2577#endif
488dd4c4 2578}
9ef48a9d 2579
488dd4c4 2580#else /*! USE_GTK */
8fc2766b
RS
2581/* Create and set up the X window for frame F. */
2582
f78faa98 2583static void
0521f580 2584x_window (struct frame *f)
8fc2766b
RS
2585{
2586 XClassHint class_hints;
2587 XSetWindowAttributes attributes;
2588 unsigned long attribute_mask;
2589
5bcee7ef 2590 attributes.background_pixel = FRAME_BACKGROUND_PIXEL (f);
7556890b 2591 attributes.border_pixel = f->output_data.x->border_pixel;
01f1ba30
JB
2592 attributes.bit_gravity = StaticGravity;
2593 attributes.backing_store = NotUseful;
2594 attributes.save_under = True;
2595 attributes.event_mask = STANDARD_EVENT_SET;
9b2956e2
GM
2596 attributes.colormap = FRAME_X_COLORMAP (f);
2597 attribute_mask = (CWBackPixel | CWBorderPixel | CWBitGravity | CWEventMask
2598 | CWColormap);
01f1ba30 2599
4d7e6e51 2600 block_input ();
fe24a618 2601 FRAME_X_WINDOW (f)
b9dc4443 2602 = XCreateWindow (FRAME_X_DISPLAY (f),
7556890b 2603 f->output_data.x->parent_desc,
be786000
KS
2604 f->left_pos,
2605 f->top_pos,
2606 FRAME_PIXEL_WIDTH (f), FRAME_PIXEL_HEIGHT (f),
2607 f->border_width,
01f1ba30
JB
2608 CopyFromParent, /* depth */
2609 InputOutput, /* class */
383d6ffc 2610 FRAME_X_VISUAL (f),
01f1ba30 2611 attribute_mask, &attributes);
5a7df7d7
GM
2612
2613#ifdef HAVE_X_I18N
4dacadcc 2614 if (use_xim)
5a7df7d7 2615 {
1576f1ad
DL
2616 create_frame_xic (f);
2617 if (FRAME_XIC (f))
2618 {
2619 /* XIM server might require some X events. */
2620 unsigned long fevent = NoEventMask;
6b61353c 2621 XGetICValues (FRAME_XIC (f), XNFilterEvents, &fevent, NULL);
1576f1ad
DL
2622 attributes.event_mask |= fevent;
2623 attribute_mask = CWEventMask;
2624 XChangeWindowAttributes (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f),
2625 attribute_mask, &attributes);
2626 }
5a7df7d7
GM
2627 }
2628#endif /* HAVE_X_I18N */
177c0ea7 2629
d387c960 2630 validate_x_resource_name ();
b7975ee4 2631
51b59d79
PE
2632 class_hints.res_name = SSDATA (Vx_resource_name);
2633 class_hints.res_class = SSDATA (Vx_resource_class);
b9dc4443 2634 XSetClassHint (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f), &class_hints);
01f1ba30 2635
00983aba
KH
2636 /* The menubar is part of the ordinary display;
2637 it does not count in addition to the height of the window. */
7556890b 2638 f->output_data.x->menubar_height = 0;
00983aba 2639
179956b9
JB
2640 /* This indicates that we use the "Passive Input" input model.
2641 Unless we do this, we don't get the Focus{In,Out} events that we
2642 need to draw the cursor correctly. Accursed bureaucrats.
b9dc4443 2643 XWhipsAndChains (FRAME_X_DISPLAY (f), IronMaiden, &TheRack); */
179956b9 2644
7556890b
RS
2645 f->output_data.x->wm_hints.input = True;
2646 f->output_data.x->wm_hints.flags |= InputHint;
b9dc4443 2647 XSetWMHints (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f),
7556890b 2648 &f->output_data.x->wm_hints);
6d078211 2649 f->output_data.x->wm_hints.icon_pixmap = None;
179956b9 2650
032e4ebe
RS
2651 /* Request "save yourself" and "delete window" commands from wm. */
2652 {
2653 Atom protocols[2];
b9dc4443
RS
2654 protocols[0] = FRAME_X_DISPLAY_INFO (f)->Xatom_wm_delete_window;
2655 protocols[1] = FRAME_X_DISPLAY_INFO (f)->Xatom_wm_save_yourself;
2656 XSetWMProtocols (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f), protocols, 2);
032e4ebe 2657 }
9ef48a9d 2658
e373f201
JB
2659 /* x_set_name normally ignores requests to set the name if the
2660 requested name is the same as the current name. This is the one
2661 place where that assumption isn't correct; f->name is set, but
2662 the X server hasn't been told. */
2663 {
98381190 2664 Lisp_Object name;
cf177271 2665 int explicit = f->explicit_name;
e373f201 2666
cf177271 2667 f->explicit_name = 0;
e69b0960 2668 name = f->name;
f00af5b1 2669 fset_name (f, Qnil);
cf177271 2670 x_set_name (f, name, explicit);
e373f201
JB
2671 }
2672
b9dc4443 2673 XDefineCursor (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f),
72ec0c8d
JD
2674 f->output_data.x->current_cursor
2675 = f->output_data.x->text_cursor);
9ef48a9d 2676
4d7e6e51 2677 unblock_input ();
01f1ba30 2678
fe24a618 2679 if (FRAME_X_WINDOW (f) == 0)
9ef48a9d 2680 error ("Unable to create window");
01f1ba30
JB
2681}
2682
488dd4c4 2683#endif /* not USE_GTK */
8fc2766b
RS
2684#endif /* not USE_X_TOOLKIT */
2685
289978b5
LT
2686/* Verify that the icon position args for this window are valid. */
2687
2688static void
971de7fb 2689x_icon_verify (struct frame *f, Lisp_Object parms)
289978b5
LT
2690{
2691 Lisp_Object icon_x, icon_y;
2692
2693 /* Set the position of the icon. Note that twm groups all
2694 icons in an icon window. */
2695 icon_x = x_frame_get_and_record_arg (f, parms, Qicon_left, 0, 0, RES_TYPE_NUMBER);
2696 icon_y = x_frame_get_and_record_arg (f, parms, Qicon_top, 0, 0, RES_TYPE_NUMBER);
2697 if (!EQ (icon_x, Qunbound) && !EQ (icon_y, Qunbound))
2698 {
2699 CHECK_NUMBER (icon_x);
2700 CHECK_NUMBER (icon_y);
2701 }
2702 else if (!EQ (icon_x, Qunbound) || !EQ (icon_y, Qunbound))
2703 error ("Both left and top icon corners of icon must be specified");
2704}
2705
01f1ba30
JB
2706/* Handle the icon stuff for this window. Perhaps later we might
2707 want an x_set_icon_position which can be called interactively as
b9dc4443 2708 well. */
01f1ba30
JB
2709
2710static void
971de7fb 2711x_icon (struct frame *f, Lisp_Object parms)
01f1ba30 2712{
f9942c9e 2713 Lisp_Object icon_x, icon_y;
fd0f53a9 2714#if 0
abb4b7ec 2715 struct x_display_info *dpyinfo = FRAME_X_DISPLAY_INFO (f);
fd0f53a9 2716#endif
01f1ba30
JB
2717
2718 /* Set the position of the icon. Note that twm groups all
b9dc4443 2719 icons in an icon window. */
7c0d3ed8
KS
2720 icon_x = x_frame_get_and_record_arg (f, parms, Qicon_left, 0, 0, RES_TYPE_NUMBER);
2721 icon_y = x_frame_get_and_record_arg (f, parms, Qicon_top, 0, 0, RES_TYPE_NUMBER);
f9942c9e 2722 if (!EQ (icon_x, Qunbound) && !EQ (icon_y, Qunbound))
01f1ba30 2723 {
d311d28c
PE
2724 CHECK_TYPE_RANGED_INTEGER (int, icon_x);
2725 CHECK_TYPE_RANGED_INTEGER (int, icon_y);
01f1ba30 2726 }
f9942c9e 2727 else if (!EQ (icon_x, Qunbound) || !EQ (icon_y, Qunbound))
01f1ba30 2728 error ("Both left and top icon corners of icon must be specified");
01f1ba30 2729
4d7e6e51 2730 block_input ();
f9942c9e 2731
fe24a618
JB
2732 if (! EQ (icon_x, Qunbound))
2733 x_wm_set_icon_position (f, XINT (icon_x), XINT (icon_y));
f9942c9e 2734
a9d54793
KL
2735#if 0 /* x_get_arg removes the visibility parameter as a side effect,
2736 but x_create_frame still needs it. */
01f1ba30 2737 /* Start up iconic or window? */
49795535 2738 x_wm_set_window_state
333b20bb
GM
2739 (f, (EQ (x_get_arg (dpyinfo, parms, Qvisibility, 0, 0, RES_TYPE_SYMBOL),
2740 Qicon)
49795535
JB
2741 ? IconicState
2742 : NormalState));
a9d54793 2743#endif
01f1ba30 2744
e69b0960
DA
2745 x_text_icon (f, SSDATA ((!NILP (f->icon_name)
2746 ? f->icon_name
2747 : f->name)));
80534dd6 2748
4d7e6e51 2749 unblock_input ();
01f1ba30
JB
2750}
2751
b243755a 2752/* Make the GCs needed for this window, setting the
01f1ba30
JB
2753 background, border and mouse colors; also create the
2754 mouse cursor and the gray border tile. */
2755
2756static void
971de7fb 2757x_make_gc (struct frame *f)
01f1ba30
JB
2758{
2759 XGCValues gc_values;
01f1ba30 2760
4d7e6e51 2761 block_input ();
6afb1d07 2762
b243755a 2763 /* Create the GCs of this frame.
9ef48a9d 2764 Note that many default values are used. */
01f1ba30 2765
ce593f6e
KL
2766 gc_values.foreground = FRAME_FOREGROUND_PIXEL (f);
2767 gc_values.background = FRAME_BACKGROUND_PIXEL (f);
9ef48a9d 2768 gc_values.line_width = 0; /* Means 1 using fast algorithm. */
959e647d
GM
2769 f->output_data.x->normal_gc
2770 = XCreateGC (FRAME_X_DISPLAY (f),
2771 FRAME_X_WINDOW (f),
b51238f5 2772 GCLineWidth | GCForeground | GCBackground,
959e647d 2773 &gc_values);
01f1ba30 2774
b9dc4443 2775 /* Reverse video style. */
ce593f6e
KL
2776 gc_values.foreground = FRAME_BACKGROUND_PIXEL (f);
2777 gc_values.background = FRAME_FOREGROUND_PIXEL (f);
959e647d
GM
2778 f->output_data.x->reverse_gc
2779 = XCreateGC (FRAME_X_DISPLAY (f),
2780 FRAME_X_WINDOW (f),
b51238f5 2781 GCForeground | GCBackground | GCLineWidth,
959e647d 2782 &gc_values);
01f1ba30 2783
9ef48a9d 2784 /* Cursor has cursor-color background, background-color foreground. */
ce593f6e 2785 gc_values.foreground = FRAME_BACKGROUND_PIXEL (f);
7556890b 2786 gc_values.background = f->output_data.x->cursor_pixel;
01f1ba30 2787 gc_values.fill_style = FillOpaqueStippled;
7556890b 2788 f->output_data.x->cursor_gc
b9dc4443 2789 = XCreateGC (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f),
b51238f5 2790 (GCForeground | GCBackground
c8bcd18a 2791 | GCFillStyle | GCLineWidth),
01f1ba30
JB
2792 &gc_values);
2793
333b20bb
GM
2794 /* Reliefs. */
2795 f->output_data.x->white_relief.gc = 0;
2796 f->output_data.x->black_relief.gc = 0;
2797
01f1ba30 2798 /* Create the gray border tile used when the pointer is not in
f676886a 2799 the frame. Since this depends on the frame's pixel values,
9ef48a9d 2800 this must be done on a per-frame basis. */
7556890b 2801 f->output_data.x->border_tile
d043f1a4 2802 = (XCreatePixmapFromBitmapData
177c0ea7 2803 (FRAME_X_DISPLAY (f), FRAME_X_DISPLAY_INFO (f)->root_window,
d043f1a4 2804 gray_bits, gray_width, gray_height,
ce593f6e
KL
2805 FRAME_FOREGROUND_PIXEL (f),
2806 FRAME_BACKGROUND_PIXEL (f),
ab452f99 2807 DefaultDepth (FRAME_X_DISPLAY (f), FRAME_X_SCREEN_NUMBER (f))));
6afb1d07 2808
4d7e6e51 2809 unblock_input ();
01f1ba30 2810}
01f1ba30 2811
959e647d 2812
2b34df4e 2813/* Free what was allocated in x_make_gc. */
959e647d
GM
2814
2815void
971de7fb 2816x_free_gcs (struct frame *f)
959e647d
GM
2817{
2818 Display *dpy = FRAME_X_DISPLAY (f);
2819
4d7e6e51 2820 block_input ();
177c0ea7 2821
959e647d
GM
2822 if (f->output_data.x->normal_gc)
2823 {
2824 XFreeGC (dpy, f->output_data.x->normal_gc);
2825 f->output_data.x->normal_gc = 0;
2826 }
2827
2828 if (f->output_data.x->reverse_gc)
2829 {
2830 XFreeGC (dpy, f->output_data.x->reverse_gc);
2831 f->output_data.x->reverse_gc = 0;
2832 }
177c0ea7 2833
959e647d
GM
2834 if (f->output_data.x->cursor_gc)
2835 {
2836 XFreeGC (dpy, f->output_data.x->cursor_gc);
2837 f->output_data.x->cursor_gc = 0;
2838 }
2839
2840 if (f->output_data.x->border_tile)
2841 {
2842 XFreePixmap (dpy, f->output_data.x->border_tile);
2843 f->output_data.x->border_tile = 0;
2844 }
2845
4d7e6e51 2846 unblock_input ();
959e647d
GM
2847}
2848
2849
eaf1eea9 2850/* Handler for signals raised during x_create_frame and
c9e7db78 2851 x_create_tip_frame. FRAME is the frame which is partially
eaf1eea9
GM
2852 constructed. */
2853
2854static Lisp_Object
971de7fb 2855unwind_create_frame (Lisp_Object frame)
eaf1eea9
GM
2856{
2857 struct frame *f = XFRAME (frame);
2858
8346e08b
KL
2859 /* If frame is already dead, nothing to do. This can happen if the
2860 display is disconnected after the frame has become official, but
2861 before x_create_frame removes the unwind protect. */
2862 if (!FRAME_LIVE_P (f))
2863 return Qnil;
2864
eaf1eea9 2865 /* If frame is ``official'', nothing to do. */
97f18cc8 2866 if (NILP (Fmemq (frame, Vframe_list)))
eaf1eea9 2867 {
e509cfa6 2868#if defined GLYPH_DEBUG && defined ENABLE_CHECKING
eaf1eea9
GM
2869 struct x_display_info *dpyinfo = FRAME_X_DISPLAY_INFO (f);
2870#endif
177c0ea7 2871
eaf1eea9 2872 x_free_frame_resources (f);
2a58bbc1 2873 free_glyphs (f);
eaf1eea9 2874
e509cfa6 2875#if defined GLYPH_DEBUG && defined ENABLE_CHECKING
eaf1eea9 2876 /* Check that reference counts are indeed correct. */
a54e2c05
DA
2877 eassert (dpyinfo->reference_count == dpyinfo_refcount);
2878 eassert (dpyinfo->terminal->image_cache->refcount == image_cache_refcount);
5b3f8550 2879#endif
c844a81a 2880 return Qt;
eaf1eea9 2881 }
177c0ea7 2882
eaf1eea9
GM
2883 return Qnil;
2884}
2885
f01d3321
CY
2886static Lisp_Object
2887unwind_create_frame_1 (Lisp_Object val)
2888{
d1f55f16 2889 inhibit_lisp_code = val;
f01d3321
CY
2890 return Qnil;
2891}
b51238f5 2892
02ed2ea8 2893static void
971de7fb 2894x_default_font_parameter (struct frame *f, Lisp_Object parms)
02ed2ea8
KH
2895{
2896 struct x_display_info *dpyinfo = FRAME_X_DISPLAY_INFO (f);
770e2e6e 2897 Lisp_Object font_param = x_get_arg (dpyinfo, parms, Qfont, NULL, NULL,
637fa988 2898 RES_TYPE_STRING);
e9b7ab96 2899 Lisp_Object font = Qnil;
770e2e6e 2900 if (EQ (font_param, Qunbound))
0d1d0d26
JD
2901 font_param = Qnil;
2902
2903 if (NILP (font_param))
637fa988 2904 {
e1dbe924 2905 /* System font should take precedence over X resources. We suggest this
0d1d0d26
JD
2906 regardless of font-use-system-font because .emacs may not have been
2907 read yet. */
2908 const char *system_font = xsettings_get_system_font ();
e9b7ab96 2909 if (system_font)
d7ea76b4 2910 font = font_open_by_name (f, build_unibyte_string (system_font));
637fa988 2911 }
0d1d0d26 2912
e9b7ab96
JD
2913 if (NILP (font))
2914 font = !NILP (font_param) ? font_param
2915 : x_get_arg (dpyinfo, parms, Qfont, "font", "Font", RES_TYPE_STRING);
2916
2917 if (! FONTP (font) && ! STRINGP (font))
02ed2ea8 2918 {
675e2c69 2919 const char *names[]
be9d013a
CY
2920 = {
2921#ifdef HAVE_XFT
d7afccca 2922 /* This will find the normal Xft font. */
c024ac08 2923 "monospace-10",
be9d013a
CY
2924#endif
2925 "-adobe-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-1",
2926 "-misc-fixed-medium-r-normal-*-*-140-*-*-c-*-iso8859-1",
02ed2ea8
KH
2927 "-*-*-medium-r-normal-*-*-140-*-*-c-*-iso8859-1",
2928 /* This was formerly the first thing tried, but it finds
2929 too many fonts and takes too long. */
2930 "-*-*-medium-r-*-*-*-*-*-*-c-*-iso8859-1",
2931 /* If those didn't work, look for something which will
2932 at least work. */
2933 "-*-fixed-*-*-*-*-*-140-*-*-c-*-iso8859-1",
25c25256 2934 "fixed",
02ed2ea8
KH
2935 NULL };
2936 int i;
2937
2938 for (i = 0; names[i]; i++)
2939 {
d7ea76b4 2940 font = font_open_by_name (f, build_unibyte_string (names[i]));
02ed2ea8
KH
2941 if (! NILP (font))
2942 break;
2943 }
2944 if (NILP (font))
25c25256 2945 error ("No suitable font was found");
02ed2ea8 2946 }
770e2e6e 2947 else if (!NILP (font_param))
27129af9
SM
2948 {
2949 /* Remember the explicit font parameter, so we can re-apply it after
2950 we've applied the `default' face settings. */
6c6f1994 2951 x_set_frame_parameters (f, list1 (Fcons (Qfont_param, font_param)));
770e2e6e 2952 }
637fa988 2953
5fc8e5bc
J
2954 /* This call will make X resources override any system font setting. */
2955 x_default_parameter (f, parms, Qfont, font, "font", "Font", RES_TYPE_STRING);
02ed2ea8 2956}
b51238f5 2957
eaf1eea9 2958
1c44e124
CY
2959DEFUN ("x-wm-set-size-hint", Fx_wm_set_size_hint, Sx_wm_set_size_hint,
2960 0, 1, 0,
2961 doc: /* Send the size hints for frame FRAME to the window manager.
5890e400
DA
2962If FRAME is omitted or nil, use the selected frame.
2963Signal error if FRAME is not an X frame. */)
5842a27b 2964 (Lisp_Object frame)
1c44e124 2965{
7452b7bd 2966 struct frame *f = decode_window_system_frame (frame);
5890e400 2967
4d7e6e51 2968 block_input ();
5890e400 2969 x_wm_set_size_hint (f, 0, 0);
4d7e6e51 2970 unblock_input ();
653a3150 2971 return Qnil;
1c44e124
CY
2972}
2973
3e6bec3b
JD
2974static void
2975set_machine_and_pid_properties (struct frame *f)
2976{
ac61e7e1 2977 long pid = (long) getpid ();
3e6bec3b 2978
66b16767
J
2979 /* This will set WM_CLIENT_MACHINE and WM_LOCALE_NAME. */
2980 XSetWMProperties (FRAME_X_DISPLAY (f), FRAME_OUTER_WINDOW (f), NULL, NULL,
2981 NULL, 0, NULL, NULL, NULL);
3e6bec3b
JD
2982 XChangeProperty (FRAME_X_DISPLAY (f),
2983 FRAME_OUTER_WINDOW (f),
2984 XInternAtom (FRAME_X_DISPLAY (f),
2985 "_NET_WM_PID",
2986 False),
2987 XA_CARDINAL, 32, PropModeReplace,
2988 (unsigned char *) &pid, 1);
2989}
2990
f676886a 2991DEFUN ("x-create-frame", Fx_create_frame, Sx_create_frame,
01f1ba30 2992 1, 1, 0,
7ee72033 2993 doc: /* Make a new X window, which is called a "frame" in Emacs terms.
d29a9848 2994Return an Emacs frame object.
e0079d39 2995PARMS is an alist of frame parameters.
c061c855
GM
2996If the parameters specify that the frame should not have a minibuffer,
2997and do not specify a specific minibuffer window to use,
2998then `default-minibuffer-frame' must be a frame whose minibuffer can
2999be shared by the new frame.
3000
7ee72033 3001This function is an internal primitive--use `make-frame' instead. */)
5842a27b 3002 (Lisp_Object parms)
01f1ba30 3003{
f676886a 3004 struct frame *f;
2365c027 3005 Lisp_Object frame, tem;
01f1ba30
JB
3006 Lisp_Object name;
3007 int minibuffer_only = 0;
3008 long window_prompting = 0;
45d45af5 3009 int width, height;
d311d28c 3010 ptrdiff_t count = SPECPDL_INDEX ();
ecaca587 3011 struct gcpro gcpro1, gcpro2, gcpro3, gcpro4;
b9dc4443 3012 Lisp_Object display;
333b20bb 3013 struct x_display_info *dpyinfo = NULL;
a59e4f3d 3014 Lisp_Object parent;
e557f19d 3015 struct kboard *kb;
01f1ba30 3016
5fa98fcf
RS
3017 parms = Fcopy_alist (parms);
3018
b7975ee4
KH
3019 /* Use this general default value to start with
3020 until we know if this frame has a specified name. */
3021 Vx_resource_name = Vinvocation_name;
3022
6ed8eeff 3023 display = x_get_arg (dpyinfo, parms, Qterminal, 0, 0, RES_TYPE_NUMBER);
1705c933 3024 if (EQ (display, Qunbound))
b6660415 3025 display = x_get_arg (dpyinfo, parms, Qdisplay, 0, 0, RES_TYPE_STRING);
b9dc4443
RS
3026 if (EQ (display, Qunbound))
3027 display = Qnil;
3028 dpyinfo = check_x_display_info (display);
6ed8eeff 3029 kb = dpyinfo->terminal->kboard;
b9dc4443 3030
89acb56d
SM
3031 if (!dpyinfo->terminal->name)
3032 error ("Terminal is not live, can't create new frames on it");
ab797f65 3033
333b20bb 3034 name = x_get_arg (dpyinfo, parms, Qname, "name", "Name", RES_TYPE_STRING);
6a5e54e2 3035 if (!STRINGP (name)
cf177271
JB
3036 && ! EQ (name, Qunbound)
3037 && ! NILP (name))
08a90d6a 3038 error ("Invalid frame name--not a string or nil");
01f1ba30 3039
b7975ee4
KH
3040 if (STRINGP (name))
3041 Vx_resource_name = name;
3042
a59e4f3d 3043 /* See if parent window is specified. */
333b20bb 3044 parent = x_get_arg (dpyinfo, parms, Qparent_id, NULL, NULL, RES_TYPE_NUMBER);
a59e4f3d
RS
3045 if (EQ (parent, Qunbound))
3046 parent = Qnil;
3047 if (! NILP (parent))
b7826503 3048 CHECK_NUMBER (parent);
a59e4f3d 3049
ecaca587
RS
3050 /* make_frame_without_minibuffer can run Lisp code and garbage collect. */
3051 /* No need to protect DISPLAY because that's not used after passing
3052 it to make_frame_without_minibuffer. */
3053 frame = Qnil;
3054 GCPRO4 (parms, parent, name, frame);
333b20bb
GM
3055 tem = x_get_arg (dpyinfo, parms, Qminibuffer, "minibuffer", "Minibuffer",
3056 RES_TYPE_SYMBOL);
f9942c9e 3057 if (EQ (tem, Qnone) || NILP (tem))
2526c290 3058 f = make_frame_without_minibuffer (Qnil, kb, display);
f9942c9e 3059 else if (EQ (tem, Qonly))
01f1ba30 3060 {
f676886a 3061 f = make_minibuffer_frame ();
01f1ba30
JB
3062 minibuffer_only = 1;
3063 }
6a5e54e2 3064 else if (WINDOWP (tem))
2526c290 3065 f = make_frame_without_minibuffer (tem, kb, display);
f9942c9e
JB
3066 else
3067 f = make_frame (1);
01f1ba30 3068
ecaca587
RS
3069 XSETFRAME (frame, f);
3070
6ed8eeff 3071 f->terminal = dpyinfo->terminal;
428a555e 3072
08a90d6a 3073 f->output_method = output_x_window;
38182d90 3074 f->output_data.x = xzalloc (sizeof *f->output_data.x);
7556890b 3075 f->output_data.x->icon_bitmap = -1;
be786000 3076 FRAME_FONTSET (f) = -1;
333b20bb
GM
3077 f->output_data.x->scroll_bar_foreground_pixel = -1;
3078 f->output_data.x->scroll_bar_background_pixel = -1;
f15340b7
MB
3079#ifdef USE_TOOLKIT_SCROLL_BARS
3080 f->output_data.x->scroll_bar_top_shadow_pixel = -1;
3081 f->output_data.x->scroll_bar_bottom_shadow_pixel = -1;
3082#endif /* USE_TOOLKIT_SCROLL_BARS */
08a90d6a 3083
f00af5b1
PE
3084 fset_icon_name (f,
3085 x_get_arg (dpyinfo, parms, Qicon_name, "iconName", "Title",
3086 RES_TYPE_STRING));
e69b0960 3087 if (! STRINGP (f->icon_name))
f00af5b1 3088 fset_icon_name (f, Qnil);
80534dd6 3089
08a90d6a 3090 FRAME_X_DISPLAY_INFO (f) = dpyinfo;
e3d56613
RS
3091
3092 /* With FRAME_X_DISPLAY_INFO set up, this unwind-protect is safe. */
3093 record_unwind_protect (unwind_create_frame, frame);
08a90d6a 3094
9b2956e2
GM
3095 /* These colors will be set anyway later, but it's important
3096 to get the color reference counts right, so initialize them! */
3097 {
3098 Lisp_Object black;
dbf31225 3099 struct gcpro gcpro1;
cefecbcf
GM
3100
3101 /* Function x_decode_color can signal an error. Make
3102 sure to initialize color slots so that we won't try
3103 to free colors we haven't allocated. */
ce593f6e
KL
3104 FRAME_FOREGROUND_PIXEL (f) = -1;
3105 FRAME_BACKGROUND_PIXEL (f) = -1;
cefecbcf
GM
3106 f->output_data.x->cursor_pixel = -1;
3107 f->output_data.x->cursor_foreground_pixel = -1;
3108 f->output_data.x->border_pixel = -1;
3109 f->output_data.x->mouse_pixel = -1;
177c0ea7 3110
9b2956e2 3111 black = build_string ("black");
dbf31225 3112 GCPRO1 (black);
ce593f6e 3113 FRAME_FOREGROUND_PIXEL (f)
9b2956e2 3114 = x_decode_color (f, black, BLACK_PIX_DEFAULT (f));
ce593f6e 3115 FRAME_BACKGROUND_PIXEL (f)
9b2956e2
GM
3116 = x_decode_color (f, black, BLACK_PIX_DEFAULT (f));
3117 f->output_data.x->cursor_pixel
3118 = x_decode_color (f, black, BLACK_PIX_DEFAULT (f));
3119 f->output_data.x->cursor_foreground_pixel
3120 = x_decode_color (f, black, BLACK_PIX_DEFAULT (f));
3121 f->output_data.x->border_pixel
3122 = x_decode_color (f, black, BLACK_PIX_DEFAULT (f));
3123 f->output_data.x->mouse_pixel
3124 = x_decode_color (f, black, BLACK_PIX_DEFAULT (f));
dbf31225 3125 UNGCPRO;
9b2956e2
GM
3126 }
3127
a59e4f3d
RS
3128 /* Specify the parent under which to make this X window. */
3129
3130 if (!NILP (parent))
3131 {
8c239ac3 3132 f->output_data.x->parent_desc = (Window) XFASTINT (parent);
7556890b 3133 f->output_data.x->explicit_parent = 1;
a59e4f3d
RS
3134 }
3135 else
3136 {
7556890b
RS
3137 f->output_data.x->parent_desc = FRAME_X_DISPLAY_INFO (f)->root_window;
3138 f->output_data.x->explicit_parent = 0;
a59e4f3d
RS
3139 }
3140
cf177271
JB
3141 /* Set the name; the functions to which we pass f expect the name to
3142 be set. */
3143 if (EQ (name, Qunbound) || NILP (name))
3144 {
f00af5b1 3145 fset_name (f, build_string (dpyinfo->x_id_name));
cf177271
JB
3146 f->explicit_name = 0;
3147 }
3148 else
3149 {
f00af5b1 3150 fset_name (f, name);
cf177271 3151 f->explicit_name = 1;
9ef48a9d
RS
3152 /* use the frame's title when getting resources for this frame. */
3153 specbind (Qx_resource_name, name);
cf177271 3154 }
01f1ba30 3155
02ed2ea8
KH
3156#ifdef HAVE_FREETYPE
3157#ifdef HAVE_XFT
b51238f5 3158 register_font_driver (&xftfont_driver, f);
02ed2ea8 3159#else /* not HAVE_XFT */
b51238f5 3160 register_font_driver (&ftxfont_driver, f);
02ed2ea8
KH
3161#endif /* not HAVE_XFT */
3162#endif /* HAVE_FREETYPE */
6332668d 3163 register_font_driver (&xfont_driver, f);
297cc20a 3164
b51238f5
KH
3165 x_default_parameter (f, parms, Qfont_backend, Qnil,
3166 "fontBackend", "FontBackend", RES_TYPE_STRING);
02ed2ea8 3167
01f1ba30
JB
3168 /* Extract the window parameters from the supplied values
3169 that are needed to determine window geometry. */
b51238f5 3170 x_default_font_parameter (f, parms);
62d168d8
CY
3171 if (!FRAME_FONT (f))
3172 {
3173 delete_frame (frame, Qnoelisp);
3174 error ("Invalid frame font");
3175 }
9ef48a9d 3176
2532f20c
JD
3177 /* Frame contents get displaced if an embedded X window has a border. */
3178 if (! FRAME_X_EMBEDDED_P (f))
4bef8d26 3179 x_default_parameter (f, parms, Qborder_width, make_number (0),
2532f20c 3180 "borderWidth", "BorderWidth", RES_TYPE_NUMBER);
177c0ea7 3181
4e397688 3182 /* This defaults to 1 in order to match xterm. We recognize either
ddf768c3
JB
3183 internalBorderWidth or internalBorder (which is what xterm calls
3184 it). */
3185 if (NILP (Fassq (Qinternal_border_width, parms)))
3186 {
3187 Lisp_Object value;
3188
abb4b7ec 3189 value = x_get_arg (dpyinfo, parms, Qinternal_border_width,
333b20bb 3190 "internalBorder", "internalBorder", RES_TYPE_NUMBER);
ddf768c3
JB
3191 if (! EQ (value, Qunbound))
3192 parms = Fcons (Fcons (Qinternal_border_width, value),
3193 parms);
3194 }
a099c27a
SM
3195 x_default_parameter (f, parms, Qinternal_border_width,
3196#ifdef USE_GTK /* We used to impose 0 in xg_create_frame_widgets. */
3197 make_number (0),
3198#else
3199 make_number (1),
3200#endif
333b20bb
GM
3201 "internalBorderWidth", "internalBorderWidth",
3202 RES_TYPE_NUMBER);
303500aa 3203 x_default_parameter (f, parms, Qvertical_scroll_bars,
5e617bc2 3204#if defined (USE_GTK) && defined (USE_TOOLKIT_SCROLL_BARS)
303500aa
CY
3205 Qright,
3206#else
3207 Qleft,
3208#endif
333b20bb
GM
3209 "verticalScrollBars", "ScrollBars",
3210 RES_TYPE_SYMBOL);
01f1ba30 3211
b9dc4443 3212 /* Also do the stuff which must be set before the window exists. */
cf177271 3213 x_default_parameter (f, parms, Qforeground_color, build_string ("black"),
333b20bb 3214 "foreground", "Foreground", RES_TYPE_STRING);
cf177271 3215 x_default_parameter (f, parms, Qbackground_color, build_string ("white"),
0b60fc91 3216 "background", "Background", RES_TYPE_STRING);
cf177271 3217 x_default_parameter (f, parms, Qmouse_color, build_string ("black"),
333b20bb 3218 "pointerColor", "Foreground", RES_TYPE_STRING);
cf177271 3219 x_default_parameter (f, parms, Qborder_color, build_string ("black"),
333b20bb 3220 "borderColor", "BorderColor", RES_TYPE_STRING);
d62c8769
GM
3221 x_default_parameter (f, parms, Qscreen_gamma, Qnil,
3222 "screenGamma", "ScreenGamma", RES_TYPE_FLOAT);
563b67aa
GM
3223 x_default_parameter (f, parms, Qline_spacing, Qnil,
3224 "lineSpacing", "LineSpacing", RES_TYPE_NUMBER);
b3ba0aa8
KS
3225 x_default_parameter (f, parms, Qleft_fringe, Qnil,
3226 "leftFringe", "LeftFringe", RES_TYPE_NUMBER);
3227 x_default_parameter (f, parms, Qright_fringe, Qnil,
3228 "rightFringe", "RightFringe", RES_TYPE_NUMBER);
333b20bb
GM
3229
3230 x_default_scroll_bar_color_parameter (f, parms, Qscroll_bar_foreground,
3231 "scrollBarForeground",
3232 "ScrollBarForeground", 1);
3233 x_default_scroll_bar_color_parameter (f, parms, Qscroll_bar_background,
3234 "scrollBarBackground",
3235 "ScrollBarBackground", 0);
3236
e509cfa6 3237#ifdef GLYPH_DEBUG
c9e7db78
JD
3238 image_cache_refcount =
3239 FRAME_IMAGE_CACHE (f) ? FRAME_IMAGE_CACHE (f)->refcount : 0;
3240 dpyinfo_refcount = dpyinfo->reference_count;
3241#endif /* GLYPH_DEBUG */
3242
333b20bb
GM
3243 /* Init faces before x_default_parameter is called for scroll-bar
3244 parameters because that function calls x_set_scroll_bar_width,
3245 which calls change_frame_size, which calls Fset_window_buffer,
3246 which runs hooks, which call Fvertical_motion. At the end, we
3247 end up in init_iterator with a null face cache, which should not
3248 happen. */
3249 init_frame_faces (f);
177c0ea7 3250
f01d3321
CY
3251 /* Set the menu-bar-lines and tool-bar-lines parameters. We don't
3252 look up the X resources controlling the menu-bar and tool-bar
3253 here; they are processed specially at startup, and reflected in
3254 the values of the mode variables.
3255
3256 Avoid calling window-configuration-change-hook; otherwise we
3257 could get an infloop in next_frame since the frame is not yet in
3258 Vframe_list. */
3259 {
a89654f8 3260 ptrdiff_t count2 = SPECPDL_INDEX ();
d1f55f16
CY
3261 record_unwind_protect (unwind_create_frame_1, inhibit_lisp_code);
3262 inhibit_lisp_code = Qt;
f01d3321
CY
3263
3264 x_default_parameter (f, parms, Qmenu_bar_lines,
3265 NILP (Vmenu_bar_mode)
3266 ? make_number (0) : make_number (1),
3267 NULL, NULL, RES_TYPE_NUMBER);
3268 x_default_parameter (f, parms, Qtool_bar_lines,
3269 NILP (Vtool_bar_mode)
3270 ? make_number (0) : make_number (1),
3271 NULL, NULL, RES_TYPE_NUMBER);
3272
3273 unbind_to (count2, Qnil);
3274 }
6431f2e6 3275
79873d50 3276 x_default_parameter (f, parms, Qbuffer_predicate, Qnil,
333b20bb
GM
3277 "bufferPredicate", "BufferPredicate",
3278 RES_TYPE_SYMBOL);
c2304e02 3279 x_default_parameter (f, parms, Qtitle, Qnil,
333b20bb 3280 "title", "Title", RES_TYPE_STRING);
ea0a1f53
GM
3281 x_default_parameter (f, parms, Qwait_for_wm, Qt,
3282 "waitForWM", "WaitForWM", RES_TYPE_BOOLEAN);
49d41073
EZ
3283 x_default_parameter (f, parms, Qfullscreen, Qnil,
3284 "fullscreen", "Fullscreen", RES_TYPE_SYMBOL);
2b4e6277 3285 x_default_parameter (f, parms, Qtool_bar_position,
e69b0960 3286 f->tool_bar_position, 0, 0, RES_TYPE_SYMBOL);
90eb1019 3287
35f59f6b 3288 /* Compute the size of the X window. */
7c0d3ed8 3289 window_prompting = x_figure_window_size (f, parms, 1);
38d22040 3290
495fa05e
GM
3291 tem = x_get_arg (dpyinfo, parms, Qunsplittable, 0, 0, RES_TYPE_BOOLEAN);
3292 f->no_split = minibuffer_only || EQ (tem, Qt);
3293
289978b5
LT
3294 x_icon_verify (f, parms);
3295
6a1bcd01 3296 /* Create the X widget or window. */
a7f7d550
FP
3297#ifdef USE_X_TOOLKIT
3298 x_window (f, window_prompting, minibuffer_only);
3299#else
f676886a 3300 x_window (f);
a7f7d550 3301#endif
177c0ea7 3302
f676886a
JB
3303 x_icon (f, parms);
3304 x_make_gc (f);
01f1ba30 3305
495fa05e 3306 /* Now consider the frame official. */
c9e7db78 3307 f->terminal->reference_count++;
495fa05e
GM
3308 FRAME_X_DISPLAY_INFO (f)->reference_count++;
3309 Vframe_list = Fcons (frame, Vframe_list);
3310
f9942c9e
JB
3311 /* We need to do this after creating the X window, so that the
3312 icon-creation functions can say whose icon they're describing. */
84f25880 3313 x_default_parameter (f, parms, Qicon_type, Qt,
33ed493b 3314 "bitmapIcon", "BitmapIcon", RES_TYPE_BOOLEAN);
f9942c9e 3315
cf177271 3316 x_default_parameter (f, parms, Qauto_raise, Qnil,
333b20bb 3317 "autoRaise", "AutoRaiseLower", RES_TYPE_BOOLEAN);
cf177271 3318 x_default_parameter (f, parms, Qauto_lower, Qnil,
333b20bb 3319 "autoLower", "AutoRaiseLower", RES_TYPE_BOOLEAN);
dbc4e1c1 3320 x_default_parameter (f, parms, Qcursor_type, Qbox,
333b20bb 3321 "cursorType", "CursorType", RES_TYPE_SYMBOL);
28d7281d
GM
3322 x_default_parameter (f, parms, Qscroll_bar_width, Qnil,
3323 "scrollBarWidth", "ScrollBarWidth",
3324 RES_TYPE_NUMBER);
271a71c7
GM
3325 x_default_parameter (f, parms, Qalpha, Qnil,
3326 "alpha", "Alpha", RES_TYPE_NUMBER);
f9942c9e 3327
be786000 3328 /* Dimensions, especially FRAME_LINES (f), must be done via change_frame_size.
01f1ba30 3329 Change will not be effected unless different from the current
be786000
KS
3330 FRAME_LINES (f). */
3331 width = FRAME_COLS (f);
3332 height = FRAME_LINES (f);
177c0ea7 3333
be786000
KS
3334 SET_FRAME_COLS (f, 0);
3335 FRAME_LINES (f) = 0;
8938a4fb 3336 change_frame_size (f, height, width, 1, 0, 0);
d043f1a4 3337
488dd4c4 3338#if defined (USE_X_TOOLKIT) || defined (USE_GTK)
495fa05e
GM
3339 /* Create the menu bar. */
3340 if (!minibuffer_only && FRAME_EXTERNAL_MENU_BAR (f))
3341 {
3342 /* If this signals an error, we haven't set size hints for the
3343 frame and we didn't make it visible. */
3344 initialize_frame_menubar (f);
3345
488dd4c4 3346#ifndef USE_GTK
495fa05e
GM
3347 /* This is a no-op, except under Motif where it arranges the
3348 main window for the widgets on it. */
3349 lw_set_main_areas (f->output_data.x->column_widget,
3350 f->output_data.x->menubar_widget,
3351 f->output_data.x->edit_widget);
488dd4c4 3352#endif /* not USE_GTK */
495fa05e 3353 }
488dd4c4 3354#endif /* USE_X_TOOLKIT || USE_GTK */
495fa05e
GM
3355
3356 /* Tell the server what size and position, etc, we want, and how
3357 badly we want them. This should be done after we have the menu
3358 bar so that its size can be taken into account. */
4d7e6e51 3359 block_input ();
7989f084 3360 x_wm_set_size_hint (f, window_prompting, 0);
4d7e6e51 3361 unblock_input ();
01f1ba30 3362
495fa05e
GM
3363 /* Make the window appear on the frame and enable display, unless
3364 the caller says not to. However, with explicit parent, Emacs
3365 cannot control visibility, so don't try. */
7556890b 3366 if (! f->output_data.x->explicit_parent)
a59e4f3d
RS
3367 {
3368 Lisp_Object visibility;
49795535 3369
333b20bb
GM
3370 visibility = x_get_arg (dpyinfo, parms, Qvisibility, 0, 0,
3371 RES_TYPE_SYMBOL);
a59e4f3d
RS
3372 if (EQ (visibility, Qunbound))
3373 visibility = Qt;
49795535 3374
a59e4f3d
RS
3375 if (EQ (visibility, Qicon))
3376 x_iconify_frame (f);
3377 else if (! NILP (visibility))
3378 x_make_frame_visible (f);
3379 else
6b437900
PE
3380 {
3381 /* Must have been Qnil. */
3382 }
a59e4f3d 3383 }
01f1ba30 3384
4d7e6e51 3385 block_input ();
717c30e0 3386
3e6bec3b 3387 /* Set machine name and pid for the purpose of window managers. */
5e617bc2 3388 set_machine_and_pid_properties (f);
3e6bec3b 3389
6b61353c
KH
3390 /* Set the WM leader property. GTK does this itself, so this is not
3391 needed when using GTK. */
3392 if (dpyinfo->client_leader_window != 0)
3393 {
6b61353c
KH
3394 XChangeProperty (FRAME_X_DISPLAY (f),
3395 FRAME_OUTER_WINDOW (f),
3396 dpyinfo->Xatom_wm_client_leader,
3397 XA_WINDOW, 32, PropModeReplace,
47c53789 3398 (unsigned char *) &dpyinfo->client_leader_window, 1);
6b61353c
KH
3399 }
3400
4d7e6e51 3401 unblock_input ();
3e6bec3b 3402
225c13a5 3403 /* Initialize `default-minibuffer-frame' in case this is the first
6ed8eeff 3404 frame on this terminal. */
225c13a5 3405 if (FRAME_HAS_MINIBUF_P (f)
1344aad4
TT
3406 && (!FRAMEP (KVAR (kb, Vdefault_minibuffer_frame))
3407 || !FRAME_LIVE_P (XFRAME (KVAR (kb, Vdefault_minibuffer_frame)))))
15dbb4d6 3408 kset_default_minibuffer_frame (kb, frame);
225c13a5 3409
5fa98fcf
RS
3410 /* All remaining specified parameters, which have not been "used"
3411 by x_get_arg and friends, now go in the misc. alist of the frame. */
9beb8baa 3412 for (tem = parms; CONSP (tem); tem = XCDR (tem))
5fa98fcf 3413 if (CONSP (XCAR (tem)) && !NILP (XCAR (XCAR (tem))))
f00af5b1 3414 fset_param_alist (f, Fcons (XCAR (tem), f->param_alist));
5fa98fcf 3415
495fa05e 3416 UNGCPRO;
9e57df62
GM
3417
3418 /* Make sure windows on this frame appear in calls to next-window
3419 and similar functions. */
3420 Vwindow_list = Qnil;
177c0ea7 3421
9ef48a9d 3422 return unbind_to (count, frame);
01f1ba30
JB
3423}
3424
eaf1eea9 3425
0d17d282
KH
3426/* FRAME is used only to get a handle on the X display. We don't pass the
3427 display info directly because we're called from frame.c, which doesn't
3428 know about that structure. */
e4f79258 3429
87498171 3430Lisp_Object
971de7fb 3431x_get_focus_frame (struct frame *frame)
87498171 3432{
0d17d282 3433 struct x_display_info *dpyinfo = FRAME_X_DISPLAY_INFO (frame);
87498171 3434 Lisp_Object xfocus;
0d17d282 3435 if (! dpyinfo->x_focus_frame)
87498171
KH
3436 return Qnil;
3437
0d17d282 3438 XSETFRAME (xfocus, dpyinfo->x_focus_frame);
87498171
KH
3439 return xfocus;
3440}
f0614854 3441
3decc1e7
GM
3442
3443/* In certain situations, when the window manager follows a
3444 click-to-focus policy, there seems to be no way around calling
3445 XSetInputFocus to give another frame the input focus .
3446
3447 In an ideal world, XSetInputFocus should generally be avoided so
3448 that applications don't interfere with the window manager's focus
3449 policy. But I think it's okay to use when it's clearly done
3450 following a user-command. */
3451
a7ca3326 3452DEFUN ("x-focus-frame", Fx_focus_frame, Sx_focus_frame, 1, 1, 0,
7ee72033
MB
3453 doc: /* Set the input focus to FRAME.
3454FRAME nil means use the selected frame. */)
5842a27b 3455 (Lisp_Object frame)
3decc1e7 3456{
7452b7bd 3457 struct frame *f = decode_window_system_frame (frame);
3decc1e7 3458 Display *dpy = FRAME_X_DISPLAY (f);
3decc1e7 3459
4d7e6e51 3460 block_input ();
9ba8e10d 3461 x_catch_errors (dpy);
75bf0d33
DB
3462
3463 if (FRAME_X_EMBEDDED_P (f))
3464 {
3465 /* For Xembedded frames, normally the embedder forwards key
3466 events. See XEmbed Protocol Specification at
3467 http://freedesktop.org/wiki/Specifications/xembed-spec */
3468 xembed_request_focus (f);
3469 }
3470 else
3471 {
3472 XSetInputFocus (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f),
3473 RevertToParent, CurrentTime);
3474 x_ewmh_activate_frame (f);
3475 }
3476
4545fa20 3477 x_uncatch_errors ();
4d7e6e51 3478 unblock_input ();
177c0ea7 3479
3decc1e7
GM
3480 return Qnil;
3481}
3482
f0614854 3483\f
2d764c78 3484DEFUN ("xw-color-defined-p", Fxw_color_defined_p, Sxw_color_defined_p, 1, 2, 0,
4f4f2973
GM
3485 doc: /* Internal function called by `color-defined-p', which see
3486.\(Note that the Nextstep version of this function ignores FRAME.) */)
5842a27b 3487 (Lisp_Object color, Lisp_Object frame)
e12d55b2 3488{
b9dc4443 3489 XColor foo;
7452b7bd 3490 FRAME_PTR f = decode_window_system_frame (frame);
e12d55b2 3491
b7826503 3492 CHECK_STRING (color);
b9dc4443 3493
42a5b22f 3494 if (x_defined_color (f, SSDATA (color), &foo, 0))
e12d55b2
RS
3495 return Qt;
3496 else
3497 return Qnil;
3498}
3499
2d764c78 3500DEFUN ("xw-color-values", Fxw_color_values, Sxw_color_values, 1, 2, 0,
7ee72033 3501 doc: /* Internal function called by `color-values', which see. */)
5842a27b 3502 (Lisp_Object color, Lisp_Object frame)
01f1ba30 3503{
b9dc4443 3504 XColor foo;
7452b7bd 3505 FRAME_PTR f = decode_window_system_frame (frame);
b9dc4443 3506
b7826503 3507 CHECK_STRING (color);
01f1ba30 3508
42a5b22f 3509 if (x_defined_color (f, SSDATA (color), &foo, 0))
3de717bd 3510 return list3i (foo.red, foo.green, foo.blue);
01f1ba30
JB
3511 else
3512 return Qnil;
3513}
3514
a7ca3326 3515DEFUN ("xw-display-color-p", Fxw_display_color_p, Sxw_display_color_p, 0, 1, 0,
7ee72033 3516 doc: /* Internal function called by `display-color-p', which see. */)
5842a27b 3517 (Lisp_Object terminal)
01f1ba30 3518{
6ed8eeff 3519 struct x_display_info *dpyinfo = check_x_display_info (terminal);
11ae94fe 3520
b9dc4443 3521 if (dpyinfo->n_planes <= 2)
01f1ba30
JB
3522 return Qnil;
3523
b9dc4443 3524 switch (dpyinfo->visual->class)
01f1ba30
JB
3525 {
3526 case StaticColor:
3527 case PseudoColor:
3528 case TrueColor:
3529 case DirectColor:
3530 return Qt;
3531
3532 default:
3533 return Qnil;
3534 }
3535}
3536
a7ca3326 3537DEFUN ("x-display-grayscale-p", Fx_display_grayscale_p, Sx_display_grayscale_p,
c061c855 3538 0, 1, 0,
7ee72033 3539 doc: /* Return t if the X display supports shades of gray.
c061c855 3540Note that color displays do support shades of gray.
6ed8eeff 3541The optional argument TERMINAL specifies which display to ask about.
708e05dc 3542TERMINAL should be a terminal object, a frame or a display name (a string).
7ee72033 3543If omitted or nil, that stands for the selected frame's display. */)
5842a27b 3544 (Lisp_Object terminal)
d0c9d219 3545{
6ed8eeff 3546 struct x_display_info *dpyinfo = check_x_display_info (terminal);
d0c9d219 3547
ae6b58f9 3548 if (dpyinfo->n_planes <= 1)
b9dc4443
RS
3549 return Qnil;
3550
ae6b58f9
RS
3551 switch (dpyinfo->visual->class)
3552 {
3553 case StaticColor:
3554 case PseudoColor:
3555 case TrueColor:
3556 case DirectColor:
3557 case StaticGray:
3558 case GrayScale:
3559 return Qt;
3560
3561 default:
3562 return Qnil;
3563 }
d0c9d219
RS
3564}
3565
41beb8fc 3566DEFUN ("x-display-pixel-width", Fx_display_pixel_width, Sx_display_pixel_width,
c061c855 3567 0, 1, 0,
d29a9848 3568 doc: /* Return the width in pixels of the X display TERMINAL.
6ed8eeff 3569The optional argument TERMINAL specifies which display to ask about.
708e05dc 3570TERMINAL should be a terminal object, a frame or a display name (a string).
d6635ba2
YM
3571If omitted or nil, that stands for the selected frame's display.
3572
3573On \"multi-monitor\" setups this refers to the pixel width for all
3574physical monitors associated with TERMINAL. To get information for
3575each physical monitor, use `display-monitor-attributes-list'. */)
5842a27b 3576 (Lisp_Object terminal)
41beb8fc 3577{
6ed8eeff 3578 struct x_display_info *dpyinfo = check_x_display_info (terminal);
b9dc4443 3579
abe9d29c 3580 return make_number (x_display_pixel_width (dpyinfo));
41beb8fc
RS
3581}
3582
3583DEFUN ("x-display-pixel-height", Fx_display_pixel_height,
c061c855 3584 Sx_display_pixel_height, 0, 1, 0,
d29a9848 3585 doc: /* Return the height in pixels of the X display TERMINAL.
6ed8eeff 3586The optional argument TERMINAL specifies which display to ask about.
708e05dc 3587TERMINAL should be a terminal object, a frame or a display name (a string).
d6635ba2
YM
3588If omitted or nil, that stands for the selected frame's display.
3589
3590On \"multi-monitor\" setups this refers to the pixel height for all
3591physical monitors associated with TERMINAL. To get information for
3592each physical monitor, use `display-monitor-attributes-list'. */)
5842a27b 3593 (Lisp_Object terminal)
41beb8fc 3594{
6ed8eeff 3595 struct x_display_info *dpyinfo = check_x_display_info (terminal);
b9dc4443 3596
abe9d29c 3597 return make_number (x_display_pixel_height (dpyinfo));
41beb8fc
RS
3598}
3599
3600DEFUN ("x-display-planes", Fx_display_planes, Sx_display_planes,
c061c855 3601 0, 1, 0,
d29a9848 3602 doc: /* Return the number of bitplanes of the X display TERMINAL.
6ed8eeff 3603The optional argument TERMINAL specifies which display to ask about.
708e05dc 3604TERMINAL should be a terminal object, a frame or a display name (a string).
7ee72033 3605If omitted or nil, that stands for the selected frame's display. */)
5842a27b 3606 (Lisp_Object terminal)
41beb8fc 3607{
6ed8eeff 3608 struct x_display_info *dpyinfo = check_x_display_info (terminal);
b9dc4443
RS
3609
3610 return make_number (dpyinfo->n_planes);
41beb8fc
RS
3611}
3612
3613DEFUN ("x-display-color-cells", Fx_display_color_cells, Sx_display_color_cells,
c061c855 3614 0, 1, 0,
d29a9848 3615 doc: /* Return the number of color cells of the X display TERMINAL.
6ed8eeff 3616The optional argument TERMINAL specifies which display to ask about.
708e05dc 3617TERMINAL should be a terminal object, a frame or a display name (a string).
7ee72033 3618If omitted or nil, that stands for the selected frame's display. */)
5842a27b 3619 (Lisp_Object terminal)
41beb8fc 3620{
6ed8eeff 3621 struct x_display_info *dpyinfo = check_x_display_info (terminal);
b9dc4443 3622
6b61353c
KH
3623 int nr_planes = DisplayPlanes (dpyinfo->display,
3624 XScreenNumberOfScreen (dpyinfo->screen));
3625
3626 /* Truncate nr_planes to 24 to avoid integer overflow.
3627 Some displays says 32, but only 24 bits are actually significant.
3628 There are only very few and rare video cards that have more than
3629 24 significant bits. Also 24 bits is more than 16 million colors,
3630 it "should be enough for everyone". */
3631 if (nr_planes > 24) nr_planes = 24;
3632
3633 return make_number (1 << nr_planes);
41beb8fc
RS
3634}
3635
9d317b2c
RS
3636DEFUN ("x-server-max-request-size", Fx_server_max_request_size,
3637 Sx_server_max_request_size,
c061c855 3638 0, 1, 0,
d29a9848 3639 doc: /* Return the maximum request size of the X server of display TERMINAL.
6ed8eeff 3640The optional argument TERMINAL specifies which display to ask about.
708e05dc 3641TERMINAL should be a terminal object, a frame or a display name (a string).
7ee72033 3642If omitted or nil, that stands for the selected frame's display. */)
5842a27b 3643 (Lisp_Object terminal)
9d317b2c 3644{
6ed8eeff 3645 struct x_display_info *dpyinfo = check_x_display_info (terminal);
b9dc4443
RS
3646
3647 return make_number (MAXREQUEST (dpyinfo->display));
9d317b2c
RS
3648}
3649
41beb8fc 3650DEFUN ("x-server-vendor", Fx_server_vendor, Sx_server_vendor, 0, 1, 0,
d29a9848 3651 doc: /* Return the "vendor ID" string of the X server of display TERMINAL.
09e80d9f 3652\(Labeling every distributor as a "vendor" embodies the false assumption
95d62d8a 3653that operating systems cannot be developed and distributed noncommercially.)
6ed8eeff 3654The optional argument TERMINAL specifies which display to ask about.
708e05dc 3655TERMINAL should be a terminal object, a frame or a display name (a string).
7ee72033 3656If omitted or nil, that stands for the selected frame's display. */)
5842a27b 3657 (Lisp_Object terminal)
41beb8fc 3658{
6ed8eeff 3659 struct x_display_info *dpyinfo = check_x_display_info (terminal);
675e2c69 3660 const char *vendor = ServerVendor (dpyinfo->display);
b9dc4443 3661
41beb8fc
RS
3662 if (! vendor) vendor = "";
3663 return build_string (vendor);
3664}
3665
3666DEFUN ("x-server-version", Fx_server_version, Sx_server_version, 0, 1, 0,
d29a9848 3667 doc: /* Return the version numbers of the X server of display TERMINAL.
c061c855 3668The value is a list of three integers: the major and minor
95d62d8a 3669version numbers of the X Protocol in use, and the distributor-specific release
c061c855
GM
3670number. See also the function `x-server-vendor'.
3671
6ed8eeff 3672The optional argument TERMINAL specifies which display to ask about.
708e05dc 3673TERMINAL should be a terminal object, a frame or a display name (a string).
7ee72033 3674If omitted or nil, that stands for the selected frame's display. */)
5842a27b 3675 (Lisp_Object terminal)
41beb8fc 3676{
6ed8eeff 3677 struct x_display_info *dpyinfo = check_x_display_info (terminal);
b9dc4443 3678 Display *dpy = dpyinfo->display;
11ae94fe 3679
3de717bd
DA
3680 return list3i (ProtocolVersion (dpy), ProtocolRevision (dpy),
3681 VendorRelease (dpy));
41beb8fc
RS
3682}
3683
3684DEFUN ("x-display-screens", Fx_display_screens, Sx_display_screens, 0, 1, 0,
6ed8eeff
KL
3685 doc: /* Return the number of screens on the X server of display TERMINAL.
3686The optional argument TERMINAL specifies which display to ask about.
708e05dc 3687TERMINAL should be a terminal object, a frame or a display name (a string).
7ee72033 3688If omitted or nil, that stands for the selected frame's display. */)
5842a27b 3689 (Lisp_Object terminal)
41beb8fc 3690{
6ed8eeff 3691 struct x_display_info *dpyinfo = check_x_display_info (terminal);
b9dc4443
RS
3692
3693 return make_number (ScreenCount (dpyinfo->display));
41beb8fc
RS
3694}
3695
3696DEFUN ("x-display-mm-height", Fx_display_mm_height, Sx_display_mm_height, 0, 1, 0,
6ed8eeff
KL
3697 doc: /* Return the height in millimeters of the X display TERMINAL.
3698The optional argument TERMINAL specifies which display to ask about.
708e05dc 3699TERMINAL should be a terminal object, a frame or a display name (a string).
d6635ba2
YM
3700If omitted or nil, that stands for the selected frame's display.
3701
3702On \"multi-monitor\" setups this refers to the height in millimeters for
3703all physical monitors associated with TERMINAL. To get information
3704for each physical monitor, use `display-monitor-attributes-list'. */)
5842a27b 3705 (Lisp_Object terminal)
41beb8fc 3706{
6ed8eeff 3707 struct x_display_info *dpyinfo = check_x_display_info (terminal);
b9dc4443
RS
3708
3709 return make_number (HeightMMOfScreen (dpyinfo->screen));
41beb8fc
RS
3710}
3711
3712DEFUN ("x-display-mm-width", Fx_display_mm_width, Sx_display_mm_width, 0, 1, 0,
6ed8eeff
KL
3713 doc: /* Return the width in millimeters of the X display TERMINAL.
3714The optional argument TERMINAL specifies which display to ask about.
708e05dc 3715TERMINAL should be a terminal object, a frame or a display name (a string).
d6635ba2
YM
3716If omitted or nil, that stands for the selected frame's display.
3717
3718On \"multi-monitor\" setups this refers to the width in millimeters for
3719all physical monitors associated with TERMINAL. To get information
3720for each physical monitor, use `display-monitor-attributes-list'. */)
5842a27b 3721 (Lisp_Object terminal)
41beb8fc 3722{
6ed8eeff 3723 struct x_display_info *dpyinfo = check_x_display_info (terminal);
b9dc4443
RS
3724
3725 return make_number (WidthMMOfScreen (dpyinfo->screen));
41beb8fc
RS
3726}
3727
3728DEFUN ("x-display-backing-store", Fx_display_backing_store,
c061c855 3729 Sx_display_backing_store, 0, 1, 0,
d29a9848 3730 doc: /* Return an indication of whether X display TERMINAL does backing store.
c061c855 3731The value may be `always', `when-mapped', or `not-useful'.
6ed8eeff 3732The optional argument TERMINAL specifies which display to ask about.
708e05dc 3733TERMINAL should be a terminal object, a frame or a display name (a string).
7ee72033 3734If omitted or nil, that stands for the selected frame's display. */)
5842a27b 3735 (Lisp_Object terminal)
41beb8fc 3736{
6ed8eeff 3737 struct x_display_info *dpyinfo = check_x_display_info (terminal);
8ec8a5ec 3738 Lisp_Object result;
11ae94fe 3739
b9dc4443 3740 switch (DoesBackingStore (dpyinfo->screen))
41beb8fc
RS
3741 {
3742 case Always:
8ec8a5ec
GM
3743 result = intern ("always");
3744 break;
41beb8fc
RS
3745
3746 case WhenMapped:
8ec8a5ec
GM
3747 result = intern ("when-mapped");
3748 break;
41beb8fc
RS
3749
3750 case NotUseful:
8ec8a5ec
GM
3751 result = intern ("not-useful");
3752 break;
41beb8fc
RS
3753
3754 default:
3755 error ("Strange value for BackingStore parameter of screen");
3756 }
8ec8a5ec
GM
3757
3758 return result;
41beb8fc
RS
3759}
3760
3761DEFUN ("x-display-visual-class", Fx_display_visual_class,
c061c855 3762 Sx_display_visual_class, 0, 1, 0,
6ed8eeff 3763 doc: /* Return the visual class of the X display TERMINAL.
c061c855
GM
3764The value is one of the symbols `static-gray', `gray-scale',
3765`static-color', `pseudo-color', `true-color', or `direct-color'.
3766
6ed8eeff 3767The optional argument TERMINAL specifies which display to ask about.
708e05dc 3768TERMINAL should a terminal object, a frame or a display name (a string).
7ee72033 3769If omitted or nil, that stands for the selected frame's display. */)
5842a27b 3770 (Lisp_Object terminal)
41beb8fc 3771{
6ed8eeff 3772 struct x_display_info *dpyinfo = check_x_display_info (terminal);
8ec8a5ec 3773 Lisp_Object result;
11ae94fe 3774
b9dc4443 3775 switch (dpyinfo->visual->class)
41beb8fc 3776 {
8ec8a5ec
GM
3777 case StaticGray:
3778 result = intern ("static-gray");
3779 break;
3780 case GrayScale:
3781 result = intern ("gray-scale");
3782 break;
3783 case StaticColor:
3784 result = intern ("static-color");
3785 break;
3786 case PseudoColor:
3787 result = intern ("pseudo-color");
3788 break;
3789 case TrueColor:
3790 result = intern ("true-color");
3791 break;
3792 case DirectColor:
3793 result = intern ("direct-color");
3794 break;
41beb8fc
RS
3795 default:
3796 error ("Display has an unknown visual class");
3797 }
177c0ea7 3798
8ec8a5ec 3799 return result;
41beb8fc
RS
3800}
3801
3802DEFUN ("x-display-save-under", Fx_display_save_under,
c061c855 3803 Sx_display_save_under, 0, 1, 0,
d29a9848 3804 doc: /* Return t if the X display TERMINAL supports the save-under feature.
6ed8eeff 3805The optional argument TERMINAL specifies which display to ask about.
708e05dc 3806TERMINAL should be a terminal object, a frame or a display name (a string).
7ee72033 3807If omitted or nil, that stands for the selected frame's display. */)
5842a27b 3808 (Lisp_Object terminal)
41beb8fc 3809{
6ed8eeff 3810 struct x_display_info *dpyinfo = check_x_display_info (terminal);
11ae94fe 3811
b9dc4443 3812 if (DoesSaveUnders (dpyinfo->screen) == True)
41beb8fc
RS
3813 return Qt;
3814 else
3815 return Qnil;
3816}
4e3f9230
YM
3817
3818/* Store the geometry of the workarea on display DPYINFO into *RECT.
3819 Return false if and only if the workarea information cannot be
3820 obtained via the _NET_WORKAREA root window property. */
3821
7583e2a0 3822#if ! GTK_CHECK_VERSION (3, 4, 0)
4e3f9230
YM
3823static bool
3824x_get_net_workarea (struct x_display_info *dpyinfo, XRectangle *rect)
3825{
3826 Display *dpy = dpyinfo->display;
3827 long offset, max_len;
3828 Atom target_type, actual_type;
3829 unsigned long actual_size, bytes_remaining;
3830 int rc, actual_format;
3831 unsigned char *tmp_data = NULL;
3832 bool result = false;
3833
3834 x_catch_errors (dpy);
3835 offset = 0;
3836 max_len = 1;
3837 target_type = XA_CARDINAL;
3838 rc = XGetWindowProperty (dpy, dpyinfo->root_window,
3839 dpyinfo->Xatom_net_current_desktop,
3840 offset, max_len, False, target_type,
3841 &actual_type, &actual_format, &actual_size,
3842 &bytes_remaining, &tmp_data);
3843 if (rc == Success && actual_type == target_type && !x_had_errors_p (dpy)
3844 && actual_format == 32 && actual_size == max_len)
3845 {
3846 long current_desktop = ((long *) tmp_data)[0];
3847
3848 XFree (tmp_data);
3849 tmp_data = NULL;
3850
3851 offset = 4 * current_desktop;
3852 max_len = 4;
3853 rc = XGetWindowProperty (dpy, dpyinfo->root_window,
3854 dpyinfo->Xatom_net_workarea,
3855 offset, max_len, False, target_type,
3856 &actual_type, &actual_format, &actual_size,
3857 &bytes_remaining, &tmp_data);
3858 if (rc == Success && actual_type == target_type && !x_had_errors_p (dpy)
3859 && actual_format == 32 && actual_size == max_len)
3860 {
3861 long *values = (long *) tmp_data;
3862
3863 rect->x = values[0];
3864 rect->y = values[1];
3865 rect->width = values[2];
3866 rect->height = values[3];
3867
3868 XFree (tmp_data);
3869 tmp_data = NULL;
3870
3871 result = true;
3872 }
3873 }
3874 if (tmp_data)
3875 XFree (tmp_data);
3876 x_uncatch_errors ();
3877
3878 return result;
3879}
2b66427d 3880#endif
4e3f9230 3881
5ea03bf5
JD
3882#ifndef USE_GTK
3883
4e3f9230
YM
3884/* Return monitor number where F is "most" or closest to. */
3885static int
3886x_get_monitor_for_frame (struct frame *f,
3887 struct MonitorInfo *monitors,
3888 int n_monitors)
3889{
3890 XRectangle frect;
3891 int area = 0, dist = -1;
3892 int best_area = -1, best_dist = -1;
3893 int i;
3894
3895 if (n_monitors == 1) return 0;
3896 frect.x = f->left_pos;
3897 frect.y = f->top_pos;
3898 frect.width = FRAME_PIXEL_WIDTH (f);
3899 frect.height = FRAME_PIXEL_HEIGHT (f);
3900
3901 for (i = 0; i < n_monitors; ++i)
3902 {
3903 struct MonitorInfo *mi = &monitors[i];
3904 XRectangle res;
3905 int a = 0;
3906
3907 if (mi->geom.width == 0) continue;
3908
3909 if (x_intersect_rectangles (&mi->geom, &frect, &res))
3910 {
3911 a = res.width * res.height;
e0c9d565
PE
3912 if (a > area)
3913 {
3914 area = a;
3915 best_area = i;
3916 }
4e3f9230
YM
3917 }
3918
3919 if (a == 0 && area == 0)
3920 {
3921 int dx, dy, d;
3922 if (frect.x + frect.width < mi->geom.x)
3923 dx = mi->geom.x - frect.x + frect.width;
3924 else if (frect.x > mi->geom.x + mi->geom.width)
3925 dx = frect.x - mi->geom.x + mi->geom.width;
3926 else
3927 dx = 0;
3928 if (frect.y + frect.height < mi->geom.y)
3929 dy = mi->geom.y - frect.y + frect.height;
3930 else if (frect.y > mi->geom.y + mi->geom.height)
3931 dy = frect.y - mi->geom.y + mi->geom.height;
3932 else
3933 dy = 0;
3934
3935 d = dx*dx + dy*dy;
3936 if (dist == -1 || dist > d)
3937 {
3938 dist = d;
3939 best_dist = i;
3940 }
3941 }
3942 }
3943
3944 return best_area != -1 ? best_area : (best_dist != -1 ? best_dist : 0);
3945}
3946
3947static Lisp_Object
3948x_make_monitor_attribute_list (struct MonitorInfo *monitors,
3949 int n_monitors,
3950 int primary_monitor,
3951 struct x_display_info *dpyinfo,
3952 const char *source)
3953{
3954 Lisp_Object monitor_frames = Fmake_vector (make_number (n_monitors), Qnil);
6799bb26 3955 Lisp_Object frame, rest;
4e3f9230
YM
3956
3957 FOR_EACH_FRAME (rest, frame)
3958 {
3959 struct frame *f = XFRAME (frame);
3960
3961 if (FRAME_X_P (f) && FRAME_X_DISPLAY_INFO (f) == dpyinfo
3962 && !EQ (frame, tip_frame))
3963 {
6799bb26 3964 int i = x_get_monitor_for_frame (f, monitors, n_monitors);
4e3f9230
YM
3965 ASET (monitor_frames, i, Fcons (frame, AREF (monitor_frames, i)));
3966 }
3967 }
3968
6799bb26
JD
3969 return make_monitor_attribute_list (monitors, n_monitors, primary_monitor,
3970 monitor_frames, source);
4e3f9230
YM
3971}
3972
3973static Lisp_Object
3974x_get_monitor_attributes_fallback (struct x_display_info *dpyinfo)
3975{
3976 struct MonitorInfo monitor;
4e3f9230
YM
3977 XRectangle workarea_r;
3978
3979 /* Fallback: treat (possibly) multiple physical monitors as if they
3980 formed a single monitor as a whole. This should provide a
3981 consistent result at least on single monitor environments. */
3982 monitor.geom.x = monitor.geom.y = 0;
3983 monitor.geom.width = x_display_pixel_width (dpyinfo);
3984 monitor.geom.height = x_display_pixel_height (dpyinfo);
3985 monitor.mm_width = WidthMMOfScreen (dpyinfo->screen);
3986 monitor.mm_height = HeightMMOfScreen (dpyinfo->screen);
3987 monitor.name = xstrdup ("combined screen");
3988
3989 if (x_get_net_workarea (dpyinfo, &workarea_r))
3990 monitor.work = workarea_r;
3991 else
3992 monitor.work = monitor.geom;
3993 return x_make_monitor_attribute_list (&monitor, 1, 0, dpyinfo, "fallback");
3994}
3995
3996
3997#ifdef HAVE_XINERAMA
3998static Lisp_Object
3999x_get_monitor_attributes_xinerama (struct x_display_info *dpyinfo)
4000{
4001 int n_monitors, i;
4002 Lisp_Object attributes_list = Qnil;
4003 Display *dpy = dpyinfo->display;
4004 XineramaScreenInfo *info = XineramaQueryScreens (dpy, &n_monitors);
4005 struct MonitorInfo *monitors;
e0c9d565 4006 double mm_width_per_pixel, mm_height_per_pixel;
4e3f9230
YM
4007
4008 if (! info || n_monitors == 0)
4009 {
4010 if (info)
4011 XFree (info);
4012 return attributes_list;
4013 }
4014
e0c9d565 4015 mm_width_per_pixel = ((double) WidthMMOfScreen (dpyinfo->screen)
4e3f9230 4016 / x_display_pixel_width (dpyinfo));
e0c9d565 4017 mm_height_per_pixel = ((double) HeightMMOfScreen (dpyinfo->screen)
4e3f9230
YM
4018 / x_display_pixel_height (dpyinfo));
4019 monitors = (struct MonitorInfo *) xzalloc (n_monitors * sizeof (*monitors));
4020 for (i = 0; i < n_monitors; ++i)
4021 {
4022 struct MonitorInfo *mi = &monitors[i];
4023 XRectangle workarea_r;
4024
4025 mi->geom.x = info[i].x_org;
4026 mi->geom.y = info[i].y_org;
4027 mi->geom.width = info[i].width;
4028 mi->geom.height = info[i].height;
4029 mi->mm_width = mi->geom.width * mm_width_per_pixel + 0.5;
4030 mi->mm_height = mi->geom.height * mm_height_per_pixel + 0.5;
4031 mi->name = 0;
4032
4033 /* Xinerama usually have primary monitor first, just use that. */
4034 if (i == 0 && x_get_net_workarea (dpyinfo, &workarea_r))
4035 {
4036 mi->work = workarea_r;
4037 if (! x_intersect_rectangles (&mi->geom, &mi->work, &mi->work))
4038 mi->work = mi->geom;
4039 }
4040 else
4041 mi->work = mi->geom;
4042 }
4043 XFree (info);
4044
4045 attributes_list = x_make_monitor_attribute_list (monitors,
4046 n_monitors,
4047 0,
4048 dpyinfo,
4049 "Xinerama");
4050 free_monitors (monitors, n_monitors);
4051 return attributes_list;
4052}
4053#endif /* HAVE_XINERAMA */
4054
4055
4056#ifdef HAVE_XRANDR
4057static Lisp_Object
4058x_get_monitor_attributes_xrandr (struct x_display_info *dpyinfo)
4059{
4060 Lisp_Object attributes_list = Qnil;
4061 XRRScreenResources *resources;
4062 Display *dpy = dpyinfo->display;
4063 int i, n_monitors, primary = -1;
4064 RROutput pxid = None;
4065 struct MonitorInfo *monitors;
4066
4067#ifdef HAVE_XRRGETSCREENRESOURCESCURRENT
4068 resources = XRRGetScreenResourcesCurrent (dpy, dpyinfo->root_window);
4069#else
4070 resources = XRRGetScreenResources (dpy, dpyinfo->root_window);
4071#endif
4072 if (! resources || resources->noutput == 0)
4073 {
4074 if (resources)
4075 XRRFreeScreenResources (resources);
4076 return Qnil;
4077 }
4078 n_monitors = resources->noutput;
4079 monitors = (struct MonitorInfo *) xzalloc (n_monitors * sizeof (*monitors));
4080
4081#ifdef HAVE_XRRGETOUTPUTPRIMARY
4082 pxid = XRRGetOutputPrimary (dpy, dpyinfo->root_window);
4083#endif
4084
4085 for (i = 0; i < n_monitors; ++i)
4086 {
4087 XRROutputInfo *info = XRRGetOutputInfo (dpy, resources,
4088 resources->outputs[i]);
4089 Connection conn = info ? info->connection : RR_Disconnected;
4090 RRCrtc id = info ? info->crtc : None;
4091
4092 if (strcmp (info->name, "default") == 0)
4093 {
4094 /* Non XRandr 1.2 driver, does not give useful data. */
4095 XRRFreeOutputInfo (info);
4096 XRRFreeScreenResources (resources);
4097 free_monitors (monitors, n_monitors);
4098 return Qnil;
4099 }
4100
4101 if (conn != RR_Disconnected && id != None)
4102 {
4103 XRRCrtcInfo *crtc = XRRGetCrtcInfo (dpy, resources, id);
4104 struct MonitorInfo *mi = &monitors[i];
4105 XRectangle workarea_r;
4106
4107 if (! crtc)
4108 {
4109 XRRFreeOutputInfo (info);
4110 continue;
4111 }
4112
4113 mi->geom.x = crtc->x;
4114 mi->geom.y = crtc->y;
4115 mi->geom.width = crtc->width;
4116 mi->geom.height = crtc->height;
4117 mi->mm_width = info->mm_width;
4118 mi->mm_height = info->mm_height;
4119 mi->name = xstrdup (info->name);
4120
4121 if (pxid != None && pxid == resources->outputs[i])
4122 primary = i;
4123 else if (primary == -1 && strcmp (info->name, "LVDS") == 0)
4124 primary = i;
4125
4126 if (i == primary && x_get_net_workarea (dpyinfo, &workarea_r))
4127 {
4128 mi->work= workarea_r;
4129 if (! x_intersect_rectangles (&mi->geom, &mi->work, &mi->work))
4130 mi->work = mi->geom;
4131 }
4132 else
4133 mi->work = mi->geom;
4134
4135 XRRFreeCrtcInfo (crtc);
4136 }
4137 XRRFreeOutputInfo (info);
4138 }
4139 XRRFreeScreenResources (resources);
4140
4141 attributes_list = x_make_monitor_attribute_list (monitors,
4142 n_monitors,
4143 primary,
4144 dpyinfo,
4145 "XRandr");
4146 free_monitors (monitors, n_monitors);
4147 return attributes_list;
4148}
4149#endif /* HAVE_XRANDR */
4150
4151static Lisp_Object
4152x_get_monitor_attributes (struct x_display_info *dpyinfo)
4153{
4154 Lisp_Object attributes_list = Qnil;
4155 Display *dpy = dpyinfo->display;
4156
4157#ifdef HAVE_XRANDR
4158 int xrr_event_base, xrr_error_base;
4159 bool xrr_ok = false;
4160 xrr_ok = XRRQueryExtension (dpy, &xrr_event_base, &xrr_error_base);
4161 if (xrr_ok)
4162 {
4163 int xrr_major, xrr_minor;
4164 XRRQueryVersion (dpy, &xrr_major, &xrr_minor);
4165 xrr_ok = (xrr_major == 1 && xrr_minor >= 2) || xrr_major > 1;
4166 }
4167
4168 if (xrr_ok)
4169 attributes_list = x_get_monitor_attributes_xrandr (dpyinfo);
4170#endif /* HAVE_XRANDR */
4171
4172#ifdef HAVE_XINERAMA
4173 if (NILP (attributes_list))
4174 {
4175 int xin_event_base, xin_error_base;
4176 bool xin_ok = false;
4177 xin_ok = XineramaQueryExtension (dpy, &xin_event_base, &xin_error_base);
4178 if (xin_ok && XineramaIsActive (dpy))
4179 attributes_list = x_get_monitor_attributes_xinerama (dpyinfo);
4180 }
4181#endif /* HAVE_XINERAMA */
4182
4183 if (NILP (attributes_list))
4184 attributes_list = x_get_monitor_attributes_fallback (dpyinfo);
4185
4186 return attributes_list;
4187}
4188
e0c9d565
PE
4189#endif /* !USE_GTK */
4190
4e3f9230
YM
4191DEFUN ("x-display-monitor-attributes-list", Fx_display_monitor_attributes_list,
4192 Sx_display_monitor_attributes_list,
4193 0, 1, 0,
4194 doc: /* Return a list of physical monitor attributes on the X display TERMINAL.
4195
4196The optional argument TERMINAL specifies which display to ask about.
4197TERMINAL should be a terminal object, a frame or a display name (a string).
4198If omitted or nil, that stands for the selected frame's display.
4199
4200In addition to the standard attribute keys listed in
4201`display-monitor-attributes-list', the following keys are contained in
4202the attributes:
4203
4204 source -- String describing the source from which multi-monitor
4205 information is obtained, one of \"Gdk\", \"XRandr\",
4206 \"Xinerama\", or \"fallback\"
4207
4208Internal use only, use `display-monitor-attributes-list' instead. */)
4209 (Lisp_Object terminal)
4210{
4211 struct x_display_info *dpyinfo = check_x_display_info (terminal);
4212 Lisp_Object attributes_list = Qnil;
4213
4214#ifdef USE_GTK
e0c9d565 4215 double mm_width_per_pixel, mm_height_per_pixel;
4e3f9230
YM
4216 GdkDisplay *gdpy;
4217 GdkScreen *gscreen;
4218 gint primary_monitor = 0, n_monitors, i;
4e3f9230
YM
4219 Lisp_Object monitor_frames, rest, frame;
4220 static const char *source = "Gdk";
6799bb26 4221 struct MonitorInfo *monitors;
4e3f9230
YM
4222
4223 block_input ();
e0c9d565 4224 mm_width_per_pixel = ((double) WidthMMOfScreen (dpyinfo->screen)
4e3f9230 4225 / x_display_pixel_width (dpyinfo));
e0c9d565 4226 mm_height_per_pixel = ((double) HeightMMOfScreen (dpyinfo->screen)
4e3f9230
YM
4227 / x_display_pixel_height (dpyinfo));
4228 gdpy = gdk_x11_lookup_xdisplay (dpyinfo->display);
4229 gscreen = gdk_display_get_default_screen (gdpy);
7583e2a0 4230#if GTK_CHECK_VERSION (2, 20, 0)
4e3f9230
YM
4231 primary_monitor = gdk_screen_get_primary_monitor (gscreen);
4232#endif
4233 n_monitors = gdk_screen_get_n_monitors (gscreen);
4234 monitor_frames = Fmake_vector (make_number (n_monitors), Qnil);
6799bb26
JD
4235 monitors = (struct MonitorInfo *) xzalloc (n_monitors * sizeof (*monitors));
4236
4e3f9230
YM
4237 FOR_EACH_FRAME (rest, frame)
4238 {
4239 struct frame *f = XFRAME (frame);
4240
4241 if (FRAME_X_P (f) && FRAME_X_DISPLAY_INFO (f) == dpyinfo
4242 && !EQ (frame, tip_frame))
4243 {
4244 GdkWindow *gwin = gtk_widget_get_window (FRAME_GTK_WIDGET (f));
4245
4246 i = gdk_screen_get_monitor_at_window (gscreen, gwin);
4247 ASET (monitor_frames, i, Fcons (frame, AREF (monitor_frames, i)));
4248 }
4249 }
4250
6799bb26 4251 for (i = 0; i < n_monitors; ++i)
4e3f9230 4252 {
4e3f9230 4253 gint width_mm = -1, height_mm = -1;
6799bb26
JD
4254 GdkRectangle rec, work;
4255 struct MonitorInfo *mi = &monitors[i];
4e3f9230
YM
4256
4257 gdk_screen_get_monitor_geometry (gscreen, i, &rec);
4e3f9230 4258
7583e2a0 4259#if GTK_CHECK_VERSION (2, 14, 0)
4e3f9230
YM
4260 width_mm = gdk_screen_get_monitor_width_mm (gscreen, i);
4261 height_mm = gdk_screen_get_monitor_height_mm (gscreen, i);
4262#endif
4263 if (width_mm < 0)
4264 width_mm = rec.width * mm_width_per_pixel + 0.5;
4265 if (height_mm < 0)
4266 height_mm = rec.height * mm_height_per_pixel + 0.5;
4e3f9230 4267
7583e2a0 4268#if GTK_CHECK_VERSION (3, 4, 0)
6799bb26 4269 gdk_screen_get_monitor_workarea (gscreen, i, &work);
4e3f9230
YM
4270#else
4271 /* Emulate the behavior of GTK+ 3.4. */
4272 {
4273 XRectangle workarea_r;
4274
4e3f9230
YM
4275 if (i == primary_monitor && x_get_net_workarea (dpyinfo, &workarea_r))
4276 {
4e3f9230
YM
4277 work.x = workarea_r.x;
4278 work.y = workarea_r.y;
4279 work.width = workarea_r.width;
4280 work.height = workarea_r.height;
6799bb26
JD
4281 if (! gdk_rectangle_intersect (&rec, &work, &work))
4282 work = rec;
4283 }
4284 else
4285 work = rec;
4e3f9230
YM
4286 }
4287#endif
4e3f9230 4288
6799bb26
JD
4289
4290 mi->geom.x = rec.x;
4291 mi->geom.y = rec.y;
4292 mi->geom.width = rec.width;
4293 mi->geom.height = rec.height;
4294 mi->work.x = work.x;
4295 mi->work.y = work.y;
4296 mi->work.width = work.width;
4297 mi->work.height = work.height;
4298 mi->mm_width = width_mm;
4299 mi->mm_height = height_mm;
4300
7583e2a0 4301#if GTK_CHECK_VERSION (2, 14, 0)
6799bb26 4302 mi->name = gdk_screen_get_monitor_plug_name (gscreen, i);
4e3f9230 4303#endif
4e3f9230
YM
4304 }
4305
6799bb26
JD
4306 attributes_list = make_monitor_attribute_list (monitors,
4307 n_monitors,
4308 primary_monitor,
4309 monitor_frames,
4310 source);
4e3f9230
YM
4311 unblock_input ();
4312#else /* not USE_GTK */
4313
4314 block_input ();
4315 attributes_list = x_get_monitor_attributes (dpyinfo);
4316 unblock_input ();
4317
4318#endif /* not USE_GTK */
4319
4320 return attributes_list;
4321}
4322
41beb8fc 4323\f
b9dc4443 4324int
971de7fb 4325x_pixel_width (register struct frame *f)
01f1ba30 4326{
be786000 4327 return FRAME_PIXEL_WIDTH (f);
01f1ba30
JB
4328}
4329
b9dc4443 4330int
971de7fb 4331x_pixel_height (register struct frame *f)
01f1ba30 4332{
be786000 4333 return FRAME_PIXEL_HEIGHT (f);
55caf99c
RS
4334}
4335
a6ad00c0
GM
4336/************************************************************************
4337 X Displays
4338 ************************************************************************/
4339
01f1ba30 4340\f
a6ad00c0
GM
4341/* Mapping visual names to visuals. */
4342
4343static struct visual_class
4344{
675e2c69 4345 const char *name;
a6ad00c0
GM
4346 int class;
4347}
4348visual_classes[] =
4349{
4350 {"StaticGray", StaticGray},
4351 {"GrayScale", GrayScale},
4352 {"StaticColor", StaticColor},
4353 {"PseudoColor", PseudoColor},
4354 {"TrueColor", TrueColor},
4355 {"DirectColor", DirectColor},
9908a324 4356 {NULL, 0}
a6ad00c0
GM
4357};
4358
4359
404daac1 4360#ifndef HAVE_XSCREENNUMBEROFSCREEN
a6ad00c0
GM
4361
4362/* Value is the screen number of screen SCR. This is a substitute for
4363 the X function with the same name when that doesn't exist. */
4364
404daac1
RS
4365int
4366XScreenNumberOfScreen (scr)
4367 register Screen *scr;
4368{
a6ad00c0
GM
4369 Display *dpy = scr->display;
4370 int i;
3df34fdb 4371
a6ad00c0 4372 for (i = 0; i < dpy->nscreens; ++i)
fbd5ceb2 4373 if (scr == dpy->screens + i)
a6ad00c0 4374 break;
404daac1 4375
a6ad00c0 4376 return i;
404daac1 4377}
a6ad00c0 4378
404daac1
RS
4379#endif /* not HAVE_XSCREENNUMBEROFSCREEN */
4380
01f1ba30 4381
a6ad00c0
GM
4382/* Select the visual that should be used on display DPYINFO. Set
4383 members of DPYINFO appropriately. Called from x_term_init. */
fe24a618 4384
a6ad00c0 4385void
971de7fb 4386select_visual (struct x_display_info *dpyinfo)
a6ad00c0
GM
4387{
4388 Display *dpy = dpyinfo->display;
4389 Screen *screen = dpyinfo->screen;
4390 Lisp_Object value;
fe24a618 4391
a6ad00c0
GM
4392 /* See if a visual is specified. */
4393 value = display_x_get_resource (dpyinfo,
4394 build_string ("visualClass"),
4395 build_string ("VisualClass"),
4396 Qnil, Qnil);
4397 if (STRINGP (value))
4398 {
4399 /* VALUE should be of the form CLASS-DEPTH, where CLASS is one
4400 of `PseudoColor', `TrueColor' etc. and DEPTH is the color
4401 depth, a decimal number. NAME is compared with case ignored. */
38182d90 4402 char *s = alloca (SBYTES (value) + 1);
a6ad00c0
GM
4403 char *dash;
4404 int i, class = -1;
4405 XVisualInfo vinfo;
4406
42a5b22f 4407 strcpy (s, SSDATA (value));
8966b757 4408 dash = strchr (s, '-');
a6ad00c0
GM
4409 if (dash)
4410 {
4411 dpyinfo->n_planes = atoi (dash + 1);
4412 *dash = '\0';
4413 }
4414 else
4415 /* We won't find a matching visual with depth 0, so that
4416 an error will be printed below. */
4417 dpyinfo->n_planes = 0;
f0614854 4418
a6ad00c0
GM
4419 /* Determine the visual class. */
4420 for (i = 0; visual_classes[i].name; ++i)
05131107 4421 if (xstrcasecmp (s, visual_classes[i].name) == 0)
a6ad00c0
GM
4422 {
4423 class = visual_classes[i].class;
4424 break;
4425 }
01f1ba30 4426
a6ad00c0
GM
4427 /* Look up a matching visual for the specified class. */
4428 if (class == -1
4429 || !XMatchVisualInfo (dpy, XScreenNumberOfScreen (screen),
4430 dpyinfo->n_planes, class, &vinfo))
d5db4077 4431 fatal ("Invalid visual specification `%s'", SDATA (value));
177c0ea7 4432
a6ad00c0
GM
4433 dpyinfo->visual = vinfo.visual;
4434 }
01f1ba30
JB
4435 else
4436 {
a6ad00c0
GM
4437 int n_visuals;
4438 XVisualInfo *vinfo, vinfo_template;
177c0ea7 4439
a6ad00c0
GM
4440 dpyinfo->visual = DefaultVisualOfScreen (screen);
4441
a6ad00c0 4442 vinfo_template.visualid = XVisualIDFromVisual (dpyinfo->visual);
a6ad00c0
GM
4443 vinfo_template.screen = XScreenNumberOfScreen (screen);
4444 vinfo = XGetVisualInfo (dpy, VisualIDMask | VisualScreenMask,
4445 &vinfo_template, &n_visuals);
83725342 4446 if (n_visuals <= 0)
a6ad00c0
GM
4447 fatal ("Can't get proper X visual info");
4448
94ac875b 4449 dpyinfo->n_planes = vinfo->depth;
98c6f1e3 4450 XFree (vinfo);
a6ad00c0 4451 }
01f1ba30 4452}
01f1ba30 4453
a6ad00c0 4454
b9dc4443
RS
4455/* Return the X display structure for the display named NAME.
4456 Open a new connection if necessary. */
4457
e4cebfca 4458static struct x_display_info *
971de7fb 4459x_display_info_for_name (Lisp_Object name)
b9dc4443 4460{
08a90d6a 4461 Lisp_Object names;
b9dc4443
RS
4462 struct x_display_info *dpyinfo;
4463
b7826503 4464 CHECK_STRING (name);
b9dc4443 4465
2246281f
KL
4466#if 0
4467 if (! EQ (Vinitial_window_system, intern ("x")))
4468 error ("Not using X Windows"); /* That doesn't stop us anymore. */
4469#endif
806048df 4470
08a90d6a
RS
4471 for (dpyinfo = x_display_list, names = x_display_name_list;
4472 dpyinfo;
8e713be6 4473 dpyinfo = dpyinfo->next, names = XCDR (names))
b9dc4443
RS
4474 {
4475 Lisp_Object tem;
8e713be6 4476 tem = Fstring_equal (XCAR (XCAR (names)), name);
08a90d6a 4477 if (!NILP (tem))
b9dc4443
RS
4478 return dpyinfo;
4479 }
4480
b7975ee4
KH
4481 /* Use this general default value to start with. */
4482 Vx_resource_name = Vinvocation_name;
4483
b9dc4443
RS
4484 validate_x_resource_name ();
4485
9b207e8e 4486 dpyinfo = x_term_init (name, (char *)0,
51b59d79 4487 SSDATA (Vx_resource_name));
b9dc4443 4488
08a90d6a 4489 if (dpyinfo == 0)
d5db4077 4490 error ("Cannot connect to X server %s", SDATA (name));
08a90d6a 4491
b9dc4443
RS
4492 XSETFASTINT (Vwindow_system_version, 11);
4493
4494 return dpyinfo;
4495}
4496
a6ad00c0 4497
01f1ba30 4498DEFUN ("x-open-connection", Fx_open_connection, Sx_open_connection,
c061c855 4499 1, 3, 0,
4f4f2973 4500 doc: /* Open a connection to a display server.
c061c855
GM
4501DISPLAY is the name of the display to connect to.
4502Optional second arg XRM-STRING is a string of resources in xrdb format.
4503If the optional third arg MUST-SUCCEED is non-nil,
4f4f2973
GM
4504terminate Emacs if we can't open the connection.
4505\(In the Nextstep version, the last two arguments are currently ignored.) */)
5842a27b 4506 (Lisp_Object display, Lisp_Object xrm_string, Lisp_Object must_succeed)
01f1ba30 4507{
5f742c1b 4508 char *xrm_option;
b9dc4443 4509 struct x_display_info *dpyinfo;
01f1ba30 4510
b7826503 4511 CHECK_STRING (display);
d387c960 4512 if (! NILP (xrm_string))
b7826503 4513 CHECK_STRING (xrm_string);
01f1ba30 4514
2246281f
KL
4515#if 0
4516 if (! EQ (Vinitial_window_system, intern ("x")))
4517 error ("Not using X Windows"); /* That doesn't stop us anymore. */
4518#endif
806048df 4519
d387c960 4520 if (! NILP (xrm_string))
5f742c1b 4521 xrm_option = SSDATA (xrm_string);
01f1ba30 4522 else
5f742c1b 4523 xrm_option = (char *) 0;
d387c960
JB
4524
4525 validate_x_resource_name ();
4526
e1b1bee8 4527 /* This is what opens the connection and sets x_current_display.
b9dc4443
RS
4528 This also initializes many symbols, such as those used for input. */
4529 dpyinfo = x_term_init (display, xrm_option,
51b59d79 4530 SSDATA (Vx_resource_name));
f1c16f36 4531
08a90d6a
RS
4532 if (dpyinfo == 0)
4533 {
4534 if (!NILP (must_succeed))
10ffbc14
GM
4535 fatal ("Cannot connect to X server %s.\n\
4536Check the DISPLAY environment variable or use `-d'.\n\
842a9389
JB
4537Also use the `xauth' program to verify that you have the proper\n\
4538authorization information needed to connect the X server.\n\
bf770132 4539An insecure way to solve the problem may be to use `xhost'.\n",
d5db4077 4540 SDATA (display));
08a90d6a 4541 else
d5db4077 4542 error ("Cannot connect to X server %s", SDATA (display));
08a90d6a
RS
4543 }
4544
b9dc4443 4545 XSETFASTINT (Vwindow_system_version, 11);
01f1ba30
JB
4546 return Qnil;
4547}
4548
08a90d6a
RS
4549DEFUN ("x-close-connection", Fx_close_connection,
4550 Sx_close_connection, 1, 1, 0,
00d385b0 4551 doc: /* Close the connection to TERMINAL's X server.
708e05dc 4552For TERMINAL, specify a terminal object, a frame or a display name (a
00d385b0
KL
4553string). If TERMINAL is nil, that stands for the selected frame's
4554terminal. */)
5842a27b 4555 (Lisp_Object terminal)
01f1ba30 4556{
00d385b0 4557 struct x_display_info *dpyinfo = check_x_display_info (terminal);
3457bc6e 4558
08a90d6a
RS
4559 if (dpyinfo->reference_count > 0)
4560 error ("Display still has frames on it");
01f1ba30 4561
6ed8eeff 4562 x_delete_terminal (dpyinfo->terminal);
3457bc6e 4563
01f1ba30
JB
4564 return Qnil;
4565}
4566
08a90d6a 4567DEFUN ("x-display-list", Fx_display_list, Sx_display_list, 0, 0, 0,
7ee72033 4568 doc: /* Return the list of display names that Emacs has connections to. */)
5842a27b 4569 (void)
08a90d6a
RS
4570{
4571 Lisp_Object tail, result;
4572
4573 result = Qnil;
9beb8baa 4574 for (tail = x_display_name_list; CONSP (tail); tail = XCDR (tail))
8e713be6 4575 result = Fcons (XCAR (XCAR (tail)), result);
08a90d6a
RS
4576
4577 return result;
4578}
4579
4580DEFUN ("x-synchronize", Fx_synchronize, Sx_synchronize, 1, 2, 0,
7ee72033 4581 doc: /* If ON is non-nil, report X errors as soon as the erring request is made.
7c051dd8
GM
4582This function only has an effect on X Windows. With MS Windows, it is
4583defined but does nothing.
4584
c061c855
GM
4585If ON is nil, allow buffering of requests.
4586Turning on synchronization prohibits the Xlib routines from buffering
4587requests and seriously degrades performance, but makes debugging much
4588easier.
00d385b0 4589The optional second argument TERMINAL specifies which display to act on.
708e05dc 4590TERMINAL should be a terminal object, a frame or a display name (a string).
00d385b0 4591If TERMINAL is omitted or nil, that stands for the selected frame's display. */)
5842a27b 4592 (Lisp_Object on, Lisp_Object terminal)
01f1ba30 4593{
00d385b0 4594 struct x_display_info *dpyinfo = check_x_display_info (terminal);
11ae94fe 4595
b9dc4443 4596 XSynchronize (dpyinfo->display, !EQ (on, Qnil));
01f1ba30
JB
4597
4598 return Qnil;
4599}
4600
b9dc4443 4601/* Wait for responses to all X commands issued so far for frame F. */
6b7b1820
RS
4602
4603void
971de7fb 4604x_sync (FRAME_PTR f)
6b7b1820 4605{
4d7e6e51 4606 block_input ();
b9dc4443 4607 XSync (FRAME_X_DISPLAY (f), False);
4d7e6e51 4608 unblock_input ();
6b7b1820 4609}
333b20bb 4610
01f1ba30 4611\f
333b20bb 4612/***********************************************************************
6b61353c 4613 Window properties
333b20bb 4614 ***********************************************************************/
f1c16f36 4615
6b61353c
KH
4616DEFUN ("x-change-window-property", Fx_change_window_property,
4617 Sx_change_window_property, 2, 6, 0,
4618 doc: /* Change window property PROP to VALUE on the X window of FRAME.
7c051dd8
GM
4619PROP must be a string. VALUE may be a string or a list of conses,
4620numbers and/or strings. If an element in the list is a string, it is
4621converted to an atom and the value of the atom is used. If an element
4622is a cons, it is converted to a 32 bit number where the car is the 16
4623top bits and the cdr is the lower 16 bits.
4624
6b61353c
KH
4625FRAME nil or omitted means use the selected frame.
4626If TYPE is given and non-nil, it is the name of the type of VALUE.
4627If TYPE is not given or nil, the type is STRING.
4628FORMAT gives the size in bits of each element if VALUE is a list.
4629It must be one of 8, 16 or 32.
4630If VALUE is a string or FORMAT is nil or not given, FORMAT defaults to 8.
fca8d6b6 4631If OUTER-P is non-nil, the property is changed for the outer X window of
7c051dd8 4632FRAME. Default is to change on the edit X window. */)
fca8d6b6
AS
4633 (Lisp_Object prop, Lisp_Object value, Lisp_Object frame,
4634 Lisp_Object type, Lisp_Object format, Lisp_Object outer_p)
6b61353c 4635{
7452b7bd 4636 struct frame *f = decode_window_system_frame (frame);
6b61353c
KH
4637 Atom prop_atom;
4638 Atom target_type = XA_STRING;
4639 int element_format = 8;
4640 unsigned char *data;
4641 int nelements;
4642 Window w;
333b20bb 4643
6b61353c 4644 CHECK_STRING (prop);
333b20bb 4645
6b61353c
KH
4646 if (! NILP (format))
4647 {
4648 CHECK_NUMBER (format);
333b20bb 4649
d311d28c
PE
4650 if (XINT (format) != 8 && XINT (format) != 16
4651 && XINT (format) != 32)
6b61353c 4652 error ("FORMAT must be one of 8, 16 or 32");
d311d28c 4653 element_format = XINT (format);
6b61353c 4654 }
333b20bb 4655
6b61353c
KH
4656 if (CONSP (value))
4657 {
c678c835
PE
4658 ptrdiff_t elsize;
4659
6b61353c
KH
4660 nelements = x_check_property_data (value);
4661 if (nelements == -1)
4662 error ("Bad data in VALUE, must be number, string or cons");
333b20bb 4663
c678c835
PE
4664 /* The man page for XChangeProperty:
4665 "If the specified format is 32, the property data must be a
4666 long array."
4667 This applies even if long is more than 32 bits. The X library
4668 converts to 32 bits before sending to the X server. */
4669 elsize = element_format == 32 ? sizeof (long) : element_format >> 3;
0065d054 4670 data = xnmalloc (nelements, elsize);
333b20bb 4671
6b61353c
KH
4672 x_fill_property_data (FRAME_X_DISPLAY (f), value, data, element_format);
4673 }
4674 else
4675 {
4676 CHECK_STRING (value);
4677 data = SDATA (value);
c678c835
PE
4678 if (INT_MAX < SBYTES (value))
4679 error ("VALUE too long");
4680 nelements = SBYTES (value);
6b61353c 4681 }
333b20bb 4682
4d7e6e51 4683 block_input ();
42a5b22f 4684 prop_atom = XInternAtom (FRAME_X_DISPLAY (f), SSDATA (prop), False);
6b61353c
KH
4685 if (! NILP (type))
4686 {
4687 CHECK_STRING (type);
42a5b22f 4688 target_type = XInternAtom (FRAME_X_DISPLAY (f), SSDATA (type), False);
6b61353c 4689 }
333b20bb 4690
6b61353c
KH
4691 if (! NILP (outer_p)) w = FRAME_OUTER_WINDOW (f);
4692 else w = FRAME_X_WINDOW (f);
5b3f8550 4693
6b61353c
KH
4694 XChangeProperty (FRAME_X_DISPLAY (f), w,
4695 prop_atom, target_type, element_format, PropModeReplace,
4696 data, nelements);
333b20bb 4697
6b61353c 4698 if (CONSP (value)) xfree (data);
333b20bb 4699
6b61353c
KH
4700 /* Make sure the property is set when we return. */
4701 XFlush (FRAME_X_DISPLAY (f));
4d7e6e51 4702 unblock_input ();
333b20bb 4703
6b61353c 4704 return value;
333b20bb
GM
4705}
4706
4707
6b61353c
KH
4708DEFUN ("x-delete-window-property", Fx_delete_window_property,
4709 Sx_delete_window_property, 1, 2, 0,
4710 doc: /* Remove window property PROP from X window of FRAME.
4711FRAME nil or omitted means use the selected frame. Value is PROP. */)
5842a27b 4712 (Lisp_Object prop, Lisp_Object frame)
333b20bb 4713{
7452b7bd 4714 struct frame *f = decode_window_system_frame (frame);
6b61353c 4715 Atom prop_atom;
333b20bb 4716
6b61353c 4717 CHECK_STRING (prop);
4d7e6e51 4718 block_input ();
42a5b22f 4719 prop_atom = XInternAtom (FRAME_X_DISPLAY (f), SSDATA (prop), False);
6b61353c 4720 XDeleteProperty (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f), prop_atom);
333b20bb 4721
6b61353c
KH
4722 /* Make sure the property is removed when we return. */
4723 XFlush (FRAME_X_DISPLAY (f));
4d7e6e51 4724 unblock_input ();
333b20bb 4725
6b61353c
KH
4726 return prop;
4727}
333b20bb 4728
333b20bb 4729
6b61353c
KH
4730DEFUN ("x-window-property", Fx_window_property, Sx_window_property,
4731 1, 6, 0,
4732 doc: /* Value is the value of window property PROP on FRAME.
4733If FRAME is nil or omitted, use the selected frame.
7c051dd8 4734
7c051dd8
GM
4735On X Windows, the following optional arguments are also accepted:
4736If TYPE is nil or omitted, get the property as a string.
4737Otherwise TYPE is the name of the atom that denotes the type expected.
6b61353c
KH
4738If SOURCE is non-nil, get the property on that window instead of from
4739FRAME. The number 0 denotes the root window.
ddadbc0e
AS
4740If DELETE-P is non-nil, delete the property after retrieving it.
4741If VECTOR-RET-P is non-nil, don't return a string but a vector of values.
4742
4743On MS Windows, this function accepts but ignores those optional arguments.
6b61353c
KH
4744
4745Value is nil if FRAME hasn't a property with name PROP or if PROP has
7c051dd8 4746no value of TYPE (always string in the MS Windows case). */)
ddadbc0e
AS
4747 (Lisp_Object prop, Lisp_Object frame, Lisp_Object type,
4748 Lisp_Object source, Lisp_Object delete_p, Lisp_Object vector_ret_p)
333b20bb 4749{
7452b7bd 4750 struct frame *f = decode_window_system_frame (frame);
6b61353c
KH
4751 Atom prop_atom;
4752 int rc;
4753 Lisp_Object prop_value = Qnil;
a3db4b26 4754 unsigned char *tmp_data = NULL;
6b61353c
KH
4755 Atom actual_type;
4756 Atom target_type = XA_STRING;
4757 int actual_format;
4758 unsigned long actual_size, bytes_remaining;
4759 Window target_window = FRAME_X_WINDOW (f);
4760 struct gcpro gcpro1;
177c0ea7 4761
6b61353c
KH
4762 GCPRO1 (prop_value);
4763 CHECK_STRING (prop);
1783ffa2 4764
6b61353c
KH
4765 if (! NILP (source))
4766 {
be44ca6c
PE
4767 CONS_TO_INTEGER (source, Window, target_window);
4768 if (! target_window)
4769 target_window = FRAME_X_DISPLAY_INFO (f)->root_window;
333b20bb
GM
4770 }
4771
4d7e6e51 4772 block_input ();
6b61353c
KH
4773 if (STRINGP (type))
4774 {
42a5b22f 4775 if (strcmp ("AnyPropertyType", SSDATA (type)) == 0)
6b61353c
KH
4776 target_type = AnyPropertyType;
4777 else
42a5b22f 4778 target_type = XInternAtom (FRAME_X_DISPLAY (f), SSDATA (type), False);
6b61353c 4779 }
333b20bb 4780
42a5b22f 4781 prop_atom = XInternAtom (FRAME_X_DISPLAY (f), SSDATA (prop), False);
6b61353c
KH
4782 rc = XGetWindowProperty (FRAME_X_DISPLAY (f), target_window,
4783 prop_atom, 0, 0, False, target_type,
4784 &actual_type, &actual_format, &actual_size,
a3db4b26 4785 &bytes_remaining, &tmp_data);
6b61353c
KH
4786 if (rc == Success)
4787 {
4788 int size = bytes_remaining;
333b20bb 4789
6b61353c
KH
4790 XFree (tmp_data);
4791 tmp_data = NULL;
333b20bb 4792
6b61353c 4793 rc = XGetWindowProperty (FRAME_X_DISPLAY (f), target_window,
333b20bb 4794 prop_atom, 0, bytes_remaining,
6b61353c 4795 ! NILP (delete_p), target_type,
177c0ea7
JB
4796 &actual_type, &actual_format,
4797 &actual_size, &bytes_remaining,
a3db4b26 4798 &tmp_data);
4c8c7926 4799 if (rc == Success && tmp_data)
6b61353c 4800 {
fede04ef
JD
4801 /* The man page for XGetWindowProperty says:
4802 "If the returned format is 32, the returned data is represented
4803 as a long array and should be cast to that type to obtain the
4804 elements."
4805 This applies even if long is more than 32 bits, the X library
4806 converts from 32 bit elements received from the X server to long
72af86bd 4807 and passes the long array to us. Thus, for that case memcpy can not
fede04ef
JD
4808 be used. We convert to a 32 bit type here, because so much code
4809 assume on that.
4810
4811 The bytes and offsets passed to XGetWindowProperty refers to the
4812 property and those are indeed in 32 bit quantities if format is
4813 32. */
4814
908589fd 4815 if (BITS_PER_LONG > 32 && actual_format == 32)
fede04ef
JD
4816 {
4817 unsigned long i;
4818 int *idata = (int *) tmp_data;
4819 long *ldata = (long *) tmp_data;
4820
4821 for (i = 0; i < actual_size; ++i)
a3db4b26 4822 idata[i] = (int) ldata[i];
fede04ef
JD
4823 }
4824
6b61353c 4825 if (NILP (vector_ret_p))
5f742c1b 4826 prop_value = make_string ((char *) tmp_data, size);
6b61353c
KH
4827 else
4828 prop_value = x_property_data_to_lisp (f,
a3db4b26 4829 tmp_data,
6b61353c
KH
4830 actual_type,
4831 actual_format,
4832 actual_size);
4833 }
333b20bb 4834
6b61353c 4835 if (tmp_data) XFree (tmp_data);
333b20bb
GM
4836 }
4837
4d7e6e51 4838 unblock_input ();
6b61353c 4839 UNGCPRO;
333b20bb
GM
4840 return prop_value;
4841}
4842
4843
4844\f
4845/***********************************************************************
4846 Busy cursor
4847 ***********************************************************************/
4848
0af913d7
GM
4849/* Timer function of hourglass_atimer. TIMER is equal to
4850 hourglass_atimer.
4ae9a85e 4851
0af913d7
GM
4852 Display an hourglass pointer on all frames by mapping the frames'
4853 hourglass_window. Set the hourglass_p flag in the frames'
4854 output_data.x structure to indicate that an hourglass cursor is
4855 shown on the frames. */
4ae9a85e 4856
1885ab29 4857void
971de7fb 4858show_hourglass (struct atimer *timer)
4ae9a85e
GM
4859{
4860 /* The timer implementation will cancel this timer automatically
0af913d7 4861 after this function has run. Set hourglass_atimer to null
4ae9a85e 4862 so that we know the timer doesn't have to be canceled. */
0af913d7 4863 hourglass_atimer = NULL;
4ae9a85e 4864
0af913d7 4865 if (!hourglass_shown_p)
333b20bb
GM
4866 {
4867 Lisp_Object rest, frame;
177c0ea7 4868
4d7e6e51 4869 block_input ();
177c0ea7 4870
333b20bb 4871 FOR_EACH_FRAME (rest, frame)
5f7a1890
GM
4872 {
4873 struct frame *f = XFRAME (frame);
177c0ea7 4874
5f7a1890
GM
4875 if (FRAME_LIVE_P (f) && FRAME_X_P (f) && FRAME_X_DISPLAY (f))
4876 {
4877 Display *dpy = FRAME_X_DISPLAY (f);
177c0ea7 4878
5f7a1890
GM
4879#ifdef USE_X_TOOLKIT
4880 if (f->output_data.x->widget)
4881#else
4882 if (FRAME_OUTER_WINDOW (f))
4883#endif
4884 {
0af913d7 4885 f->output_data.x->hourglass_p = 1;
177c0ea7 4886
0af913d7 4887 if (!f->output_data.x->hourglass_window)
5f7a1890
GM
4888 {
4889 unsigned long mask = CWCursor;
4890 XSetWindowAttributes attrs;
49b8b5dc
JD
4891#ifdef USE_GTK
4892 Window parent = FRAME_X_WINDOW (f);
4893#else
4894 Window parent = FRAME_OUTER_WINDOW (f);
4895#endif
0af913d7 4896 attrs.cursor = f->output_data.x->hourglass_cursor;
177c0ea7 4897
0af913d7 4898 f->output_data.x->hourglass_window
49b8b5dc 4899 = XCreateWindow (dpy, parent,
5f7a1890
GM
4900 0, 0, 32000, 32000, 0, 0,
4901 InputOnly,
4902 CopyFromParent,
4903 mask, &attrs);
4904 }
177c0ea7 4905
0af913d7 4906 XMapRaised (dpy, f->output_data.x->hourglass_window);
5f7a1890
GM
4907 XFlush (dpy);
4908 }
4909 }
4910 }
333b20bb 4911
0af913d7 4912 hourglass_shown_p = 1;
4d7e6e51 4913 unblock_input ();
4ae9a85e 4914 }
333b20bb
GM
4915}
4916
4917
0af913d7
GM
4918/* Hide the hourglass pointer on all frames, if it is currently
4919 shown. */
333b20bb 4920
1885ab29 4921void
971de7fb 4922hide_hourglass (void)
4ae9a85e 4923{
0af913d7 4924 if (hourglass_shown_p)
333b20bb 4925 {
4ae9a85e
GM
4926 Lisp_Object rest, frame;
4927
4d7e6e51 4928 block_input ();
4ae9a85e 4929 FOR_EACH_FRAME (rest, frame)
333b20bb 4930 {
4ae9a85e 4931 struct frame *f = XFRAME (frame);
177c0ea7 4932
4ae9a85e
GM
4933 if (FRAME_X_P (f)
4934 /* Watch out for newly created frames. */
0af913d7 4935 && f->output_data.x->hourglass_window)
4ae9a85e 4936 {
0af913d7
GM
4937 XUnmapWindow (FRAME_X_DISPLAY (f),
4938 f->output_data.x->hourglass_window);
4939 /* Sync here because XTread_socket looks at the
4940 hourglass_p flag that is reset to zero below. */
4ae9a85e 4941 XSync (FRAME_X_DISPLAY (f), False);
0af913d7 4942 f->output_data.x->hourglass_p = 0;
4ae9a85e 4943 }
333b20bb 4944 }
333b20bb 4945
0af913d7 4946 hourglass_shown_p = 0;
4d7e6e51 4947 unblock_input ();
4ae9a85e 4948 }
333b20bb
GM
4949}
4950
4951
4952\f
4953/***********************************************************************
4954 Tool tips
4955 ***********************************************************************/
4956
f57e2426
J
4957static Lisp_Object x_create_tip_frame (struct x_display_info *,
4958 Lisp_Object, Lisp_Object);
4959static void compute_tip_xy (struct frame *, Lisp_Object, Lisp_Object,
4960 Lisp_Object, int, int, int *, int *);
177c0ea7 4961
44b5a125 4962/* The frame of a currently visible tooltip. */
333b20bb 4963
44b5a125 4964Lisp_Object tip_frame;
333b20bb
GM
4965
4966/* If non-nil, a timer started that hides the last tooltip when it
4967 fires. */
4968
e4cebfca 4969static Lisp_Object tip_timer;
333b20bb
GM
4970Window tip_window;
4971
06d62053
GM
4972/* If non-nil, a vector of 3 elements containing the last args
4973 with which x-show-tip was called. See there. */
4974
e4cebfca 4975static Lisp_Object last_show_tip_args;
06d62053 4976
eaf1eea9
GM
4977
4978static Lisp_Object
971de7fb 4979unwind_create_tip_frame (Lisp_Object frame)
eaf1eea9 4980{
c844a81a
GM
4981 Lisp_Object deleted;
4982
4983 deleted = unwind_create_frame (frame);
4984 if (EQ (deleted, Qt))
4985 {
4986 tip_window = None;
4987 tip_frame = Qnil;
4988 }
177c0ea7 4989
c844a81a 4990 return deleted;
eaf1eea9
GM
4991}
4992
4993
333b20bb 4994/* Create a frame for a tooltip on the display described by DPYINFO.
275841bf
GM
4995 PARMS is a list of frame parameters. TEXT is the string to
4996 display in the tip frame. Value is the frame.
eaf1eea9
GM
4997
4998 Note that functions called here, esp. x_default_parameter can
4999 signal errors, for instance when a specified color name is
5000 undefined. We have to make sure that we're in a consistent state
5001 when this happens. */
333b20bb
GM
5002
5003static Lisp_Object
aa1859f5
J
5004x_create_tip_frame (struct x_display_info *dpyinfo,
5005 Lisp_Object parms,
5006 Lisp_Object text)
333b20bb
GM
5007{
5008 struct frame *f;
06b0c8a0 5009 Lisp_Object frame;
333b20bb 5010 Lisp_Object name;
333b20bb 5011 int width, height;
d311d28c 5012 ptrdiff_t count = SPECPDL_INDEX ();
b6d7acec 5013 struct gcpro gcpro1, gcpro2, gcpro3;
06d62053 5014 int face_change_count_before = face_change_count;
275841bf
GM
5015 Lisp_Object buffer;
5016 struct buffer *old_buffer;
333b20bb 5017
89acb56d
SM
5018 if (!dpyinfo->terminal->name)
5019 error ("Terminal is not live, can't create new frames on it");
333b20bb 5020
47f3c6b4 5021 parms = Fcopy_alist (parms);
333b20bb
GM
5022
5023 /* Get the name of the frame to use for resource lookup. */
5024 name = x_get_arg (dpyinfo, parms, Qname, "name", "Name", RES_TYPE_STRING);
5025 if (!STRINGP (name)
5026 && !EQ (name, Qunbound)
5027 && !NILP (name))
5028 error ("Invalid frame name--not a string or nil");
333b20bb
GM
5029
5030 frame = Qnil;
5031 GCPRO3 (parms, name, frame);
44b5a125 5032 f = make_frame (1);
333b20bb 5033 XSETFRAME (frame, f);
275841bf
GM
5034
5035 buffer = Fget_buffer_create (build_string (" *tip*"));
08908aca
MR
5036 /* Use set_window_buffer instead of Fset_window_buffer (see
5037 discussion of bug#11984, bug#12025, bug#12026). */
5038 set_window_buffer (FRAME_ROOT_WINDOW (f), buffer, 0, 0);
275841bf
GM
5039 old_buffer = current_buffer;
5040 set_buffer_internal_1 (XBUFFER (buffer));
39eb03f1 5041 bset_truncate_lines (current_buffer, Qnil);
5c2a995d
KH
5042 specbind (Qinhibit_read_only, Qt);
5043 specbind (Qinhibit_modification_hooks, Qt);
275841bf
GM
5044 Ferase_buffer ();
5045 Finsert (1, &text);
5046 set_buffer_internal_1 (old_buffer);
177c0ea7 5047
8a1a7743 5048 record_unwind_protect (unwind_create_tip_frame, frame);
333b20bb 5049
6ed8eeff 5050 f->terminal = dpyinfo->terminal;
daf01701 5051
eaf1eea9
GM
5052 /* By setting the output method, we're essentially saying that
5053 the frame is live, as per FRAME_LIVE_P. If we get a signal
5054 from this point on, x_destroy_window might screw up reference
5055 counts etc. */
333b20bb 5056 f->output_method = output_x_window;
38182d90 5057 f->output_data.x = xzalloc (sizeof *f->output_data.x);
333b20bb 5058 f->output_data.x->icon_bitmap = -1;
be786000 5059 FRAME_FONTSET (f) = -1;
61d461a8
GM
5060 f->output_data.x->scroll_bar_foreground_pixel = -1;
5061 f->output_data.x->scroll_bar_background_pixel = -1;
f15340b7
MB
5062#ifdef USE_TOOLKIT_SCROLL_BARS
5063 f->output_data.x->scroll_bar_top_shadow_pixel = -1;
5064 f->output_data.x->scroll_bar_bottom_shadow_pixel = -1;
5065#endif /* USE_TOOLKIT_SCROLL_BARS */
f00af5b1 5066 fset_icon_name (f, Qnil);
333b20bb 5067 FRAME_X_DISPLAY_INFO (f) = dpyinfo;
333b20bb
GM
5068 f->output_data.x->parent_desc = FRAME_X_DISPLAY_INFO (f)->root_window;
5069 f->output_data.x->explicit_parent = 0;
5070
61d461a8
GM
5071 /* These colors will be set anyway later, but it's important
5072 to get the color reference counts right, so initialize them! */
5073 {
5074 Lisp_Object black;
dbf31225 5075 struct gcpro gcpro1;
177c0ea7 5076
9d3d44ba
KL
5077 /* Function x_decode_color can signal an error. Make
5078 sure to initialize color slots so that we won't try
5079 to free colors we haven't allocated. */
ce593f6e
KL
5080 FRAME_FOREGROUND_PIXEL (f) = -1;
5081 FRAME_BACKGROUND_PIXEL (f) = -1;
9d3d44ba
KL
5082 f->output_data.x->cursor_pixel = -1;
5083 f->output_data.x->cursor_foreground_pixel = -1;
5084 f->output_data.x->border_pixel = -1;
5085 f->output_data.x->mouse_pixel = -1;
5086
61d461a8 5087 black = build_string ("black");
dbf31225 5088 GCPRO1 (black);
ce593f6e 5089 FRAME_FOREGROUND_PIXEL (f)
61d461a8 5090 = x_decode_color (f, black, BLACK_PIX_DEFAULT (f));
ce593f6e 5091 FRAME_BACKGROUND_PIXEL (f)
61d461a8
GM
5092 = x_decode_color (f, black, BLACK_PIX_DEFAULT (f));
5093 f->output_data.x->cursor_pixel
5094 = x_decode_color (f, black, BLACK_PIX_DEFAULT (f));
5095 f->output_data.x->cursor_foreground_pixel
5096 = x_decode_color (f, black, BLACK_PIX_DEFAULT (f));
5097 f->output_data.x->border_pixel
5098 = x_decode_color (f, black, BLACK_PIX_DEFAULT (f));
5099 f->output_data.x->mouse_pixel
5100 = x_decode_color (f, black, BLACK_PIX_DEFAULT (f));
dbf31225 5101 UNGCPRO;
61d461a8
GM
5102 }
5103
333b20bb
GM
5104 /* Set the name; the functions to which we pass f expect the name to
5105 be set. */
5106 if (EQ (name, Qunbound) || NILP (name))
5107 {
f00af5b1 5108 fset_name (f, build_string (dpyinfo->x_id_name));
333b20bb
GM
5109 f->explicit_name = 0;
5110 }
5111 else
5112 {
f00af5b1 5113 fset_name (f, name);
333b20bb
GM
5114 f->explicit_name = 1;
5115 /* use the frame's title when getting resources for this frame. */
5116 specbind (Qx_resource_name, name);
5117 }
5118
bf970f2b 5119 register_font_driver (&xfont_driver, f);
02ed2ea8
KH
5120#ifdef HAVE_FREETYPE
5121#ifdef HAVE_XFT
b51238f5 5122 register_font_driver (&xftfont_driver, f);
02ed2ea8 5123#else /* not HAVE_XFT */
b51238f5 5124 register_font_driver (&ftxfont_driver, f);
02ed2ea8
KH
5125#endif /* not HAVE_XFT */
5126#endif /* HAVE_FREETYPE */
d43f6b74 5127
b51238f5
KH
5128 x_default_parameter (f, parms, Qfont_backend, Qnil,
5129 "fontBackend", "FontBackend", RES_TYPE_STRING);
02ed2ea8 5130
eaf1eea9
GM
5131 /* Extract the window parameters from the supplied values that are
5132 needed to determine window geometry. */
b51238f5 5133 x_default_font_parameter (f, parms);
333b20bb 5134
4bef8d26 5135 x_default_parameter (f, parms, Qborder_width, make_number (0),
333b20bb 5136 "borderWidth", "BorderWidth", RES_TYPE_NUMBER);
177c0ea7 5137
333b20bb
GM
5138 /* This defaults to 2 in order to match xterm. We recognize either
5139 internalBorderWidth or internalBorder (which is what xterm calls
5140 it). */
5141 if (NILP (Fassq (Qinternal_border_width, parms)))
5142 {
5143 Lisp_Object value;
5144
5145 value = x_get_arg (dpyinfo, parms, Qinternal_border_width,
5146 "internalBorder", "internalBorder", RES_TYPE_NUMBER);
5147 if (! EQ (value, Qunbound))
5148 parms = Fcons (Fcons (Qinternal_border_width, value),
5149 parms);
5150 }
5151
5152 x_default_parameter (f, parms, Qinternal_border_width, make_number (1),
5153 "internalBorderWidth", "internalBorderWidth",
5154 RES_TYPE_NUMBER);
5155
5156 /* Also do the stuff which must be set before the window exists. */
5157 x_default_parameter (f, parms, Qforeground_color, build_string ("black"),
5158 "foreground", "Foreground", RES_TYPE_STRING);
5159 x_default_parameter (f, parms, Qbackground_color, build_string ("white"),
5160 "background", "Background", RES_TYPE_STRING);
5161 x_default_parameter (f, parms, Qmouse_color, build_string ("black"),
5162 "pointerColor", "Foreground", RES_TYPE_STRING);
5163 x_default_parameter (f, parms, Qcursor_color, build_string ("black"),
5164 "cursorColor", "Foreground", RES_TYPE_STRING);
5165 x_default_parameter (f, parms, Qborder_color, build_string ("black"),
5166 "borderColor", "BorderColor", RES_TYPE_STRING);
5167
e509cfa6 5168#ifdef GLYPH_DEBUG
c9e7db78
JD
5169 image_cache_refcount =
5170 FRAME_IMAGE_CACHE (f) ? FRAME_IMAGE_CACHE (f)->refcount : 0;
5171 dpyinfo_refcount = dpyinfo->reference_count;
5172#endif /* GLYPH_DEBUG */
5173
333b20bb
GM
5174 /* Init faces before x_default_parameter is called for scroll-bar
5175 parameters because that function calls x_set_scroll_bar_width,
5176 which calls change_frame_size, which calls Fset_window_buffer,
5177 which runs hooks, which call Fvertical_motion. At the end, we
5178 end up in init_iterator with a null face cache, which should not
5179 happen. */
5180 init_frame_faces (f);
177c0ea7 5181
333b20bb 5182 f->output_data.x->parent_desc = FRAME_X_DISPLAY_INFO (f)->root_window;
333b20bb 5183
0ce7538d 5184 x_figure_window_size (f, parms, 0);
333b20bb 5185
333b20bb
GM
5186 {
5187 XSetWindowAttributes attrs;
5188 unsigned long mask;
36acb2a7 5189 Atom type = FRAME_X_DISPLAY_INFO (f)->Xatom_net_window_type_tooltip;
177c0ea7 5190
4d7e6e51 5191 block_input ();
c51d2b5e
GM
5192 mask = CWBackPixel | CWOverrideRedirect | CWEventMask;
5193 if (DoesSaveUnders (dpyinfo->screen))
5194 mask |= CWSaveUnder;
177c0ea7 5195
9b2956e2
GM
5196 /* Window managers look at the override-redirect flag to determine
5197 whether or net to give windows a decoration (Xlib spec, chapter
333b20bb
GM
5198 3.2.8). */
5199 attrs.override_redirect = True;
5200 attrs.save_under = True;
5201 attrs.background_pixel = FRAME_BACKGROUND_PIXEL (f);
5202 /* Arrange for getting MapNotify and UnmapNotify events. */
5203 attrs.event_mask = StructureNotifyMask;
5204 tip_window
5205 = FRAME_X_WINDOW (f)
5206 = XCreateWindow (FRAME_X_DISPLAY (f),
5207 FRAME_X_DISPLAY_INFO (f)->root_window,
5208 /* x, y, width, height */
5209 0, 0, 1, 1,
5210 /* Border. */
a979dde1 5211 f->border_width,
333b20bb
GM
5212 CopyFromParent, InputOutput, CopyFromParent,
5213 mask, &attrs);
36acb2a7
JD
5214 XChangeProperty (FRAME_X_DISPLAY (f), tip_window,
5215 FRAME_X_DISPLAY_INFO (f)->Xatom_net_window_type,
5216 XA_ATOM, 32, PropModeReplace,
5217 (unsigned char *)&type, 1);
4d7e6e51 5218 unblock_input ();
333b20bb
GM
5219 }
5220
5221 x_make_gc (f);
5222
333b20bb
GM
5223 x_default_parameter (f, parms, Qauto_raise, Qnil,
5224 "autoRaise", "AutoRaiseLower", RES_TYPE_BOOLEAN);
5225 x_default_parameter (f, parms, Qauto_lower, Qnil,
5226 "autoLower", "AutoRaiseLower", RES_TYPE_BOOLEAN);
5227 x_default_parameter (f, parms, Qcursor_type, Qbox,
5228 "cursorType", "CursorType", RES_TYPE_SYMBOL);
5229
be786000 5230 /* Dimensions, especially FRAME_LINES (f), must be done via change_frame_size.
333b20bb 5231 Change will not be effected unless different from the current
be786000
KS
5232 FRAME_LINES (f). */
5233 width = FRAME_COLS (f);
5234 height = FRAME_LINES (f);
5235 SET_FRAME_COLS (f, 0);
5236 FRAME_LINES (f) = 0;
8938a4fb 5237 change_frame_size (f, height, width, 1, 0, 0);
177c0ea7 5238
cd1d850f 5239 /* Add `tooltip' frame parameter's default value. */
54ee7410 5240 if (NILP (Fframe_parameter (frame, Qtooltip)))
6c6f1994 5241 Fmodify_frame_parameters (frame, list1 (Fcons (Qtooltip, Qt)));
177c0ea7 5242
cedb4d8b
GM
5243 /* FIXME - can this be done in a similar way to normal frames?
5244 http://lists.gnu.org/archive/html/emacs-devel/2007-10/msg00641.html */
5245
35fdaa62
GM
5246 /* Set the `display-type' frame parameter before setting up faces. */
5247 {
5248 Lisp_Object disptype;
5249
5250 if (FRAME_X_DISPLAY_INFO (f)->n_planes == 1)
5251 disptype = intern ("mono");
219ccf1b
RS
5252 else if (FRAME_X_DISPLAY_INFO (f)->visual->class == GrayScale
5253 || FRAME_X_DISPLAY_INFO (f)->visual->class == StaticGray)
35fdaa62
GM
5254 disptype = intern ("grayscale");
5255 else
5256 disptype = intern ("color");
5257
5258 if (NILP (Fframe_parameter (frame, Qdisplay_type)))
6c6f1994 5259 Fmodify_frame_parameters (frame, list1 (Fcons (Qdisplay_type, disptype)));
35fdaa62
GM
5260 }
5261
035d5114 5262 /* Set up faces after all frame parameters are known. This call
6801a572
GM
5263 also merges in face attributes specified for new frames.
5264
5265 Frame parameters may be changed if .Xdefaults contains
5266 specifications for the default font. For example, if there is an
5267 `Emacs.default.attributeBackground: pink', the `background-color'
5268 attribute of the frame get's set, which let's the internal border
5269 of the tooltip frame appear in pink. Prevent this. */
5270 {
5271 Lisp_Object bg = Fframe_parameter (frame, Qbackground_color);
5272
5273 /* Set tip_frame here, so that */
5274 tip_frame = frame;
45cebfd9 5275 call2 (Qface_set_after_frame_default, frame, Qnil);
177c0ea7 5276
6801a572 5277 if (!EQ (bg, Fframe_parameter (frame, Qbackground_color)))
6c6f1994 5278 Fmodify_frame_parameters (frame, list1 (Fcons (Qbackground_color, bg)));
6801a572 5279 }
177c0ea7 5280
333b20bb
GM
5281 f->no_split = 1;
5282
5283 UNGCPRO;
5284
c9e7db78
JD
5285 /* Now that the frame will be official, it counts as a reference to
5286 its display and terminal. */
5287 FRAME_X_DISPLAY_INFO (f)->reference_count++;
5288 f->terminal->reference_count++;
5289
333b20bb
GM
5290 /* It is now ok to make the frame official even if we get an error
5291 below. And the frame needs to be on Vframe_list or making it
5292 visible won't work. */
5293 Vframe_list = Fcons (frame, Vframe_list);
5294
333b20bb 5295
06d62053
GM
5296 /* Setting attributes of faces of the tooltip frame from resources
5297 and similar will increment face_change_count, which leads to the
5298 clearing of all current matrices. Since this isn't necessary
5299 here, avoid it by resetting face_change_count to the value it
5300 had before we created the tip frame. */
5301 face_change_count = face_change_count_before;
5302
eaf1eea9 5303 /* Discard the unwind_protect. */
333b20bb
GM
5304 return unbind_to (count, frame);
5305}
5306
5307
06d62053
GM
5308/* Compute where to display tip frame F. PARMS is the list of frame
5309 parameters for F. DX and DY are specified offsets from the current
ab452f99
GM
5310 location of the mouse. WIDTH and HEIGHT are the width and height
5311 of the tooltip. Return coordinates relative to the root window of
5312 the display in *ROOT_X, and *ROOT_Y. */
06d62053
GM
5313
5314static void
971de7fb 5315compute_tip_xy (struct frame *f, Lisp_Object parms, Lisp_Object dx, Lisp_Object dy, int width, int height, int *root_x, int *root_y)
06d62053
GM
5316{
5317 Lisp_Object left, top;
5318 int win_x, win_y;
5319 Window root, child;
5320 unsigned pmask;
177c0ea7 5321
06d62053
GM
5322 /* User-specified position? */
5323 left = Fcdr (Fassq (Qleft, parms));
5324 top = Fcdr (Fassq (Qtop, parms));
177c0ea7 5325
06d62053
GM
5326 /* Move the tooltip window where the mouse pointer is. Resize and
5327 show it. */
570d22b0 5328 if (!INTEGERP (left) || !INTEGERP (top))
ab452f99 5329 {
4d7e6e51 5330 block_input ();
ab452f99
GM
5331 XQueryPointer (FRAME_X_DISPLAY (f), FRAME_X_DISPLAY_INFO (f)->root_window,
5332 &root, &child, root_x, root_y, &win_x, &win_y, &pmask);
4d7e6e51 5333 unblock_input ();
ab452f99 5334 }
06d62053 5335
06d62053
GM
5336 if (INTEGERP (top))
5337 *root_y = XINT (top);
bf63eb69
JD
5338 else if (*root_y + XINT (dy) <= 0)
5339 *root_y = 0; /* Can happen for negative dy */
abe9d29c
CY
5340 else if (*root_y + XINT (dy) + height
5341 <= x_display_pixel_height (FRAME_X_DISPLAY_INFO (f)))
7e8410d1 5342 /* It fits below the pointer */
abe9d29c 5343 *root_y += XINT (dy);
7e8410d1
JD
5344 else if (height + XINT (dy) <= *root_y)
5345 /* It fits above the pointer. */
5346 *root_y -= height + XINT (dy);
5347 else
5348 /* Put it on the top. */
5349 *root_y = 0;
ab452f99
GM
5350
5351 if (INTEGERP (left))
5352 *root_x = XINT (left);
bf63eb69
JD
5353 else if (*root_x + XINT (dx) <= 0)
5354 *root_x = 0; /* Can happen for negative dx */
abe9d29c
CY
5355 else if (*root_x + XINT (dx) + width
5356 <= x_display_pixel_width (FRAME_X_DISPLAY_INFO (f)))
d682d3df
RS
5357 /* It fits to the right of the pointer. */
5358 *root_x += XINT (dx);
5359 else if (width + XINT (dx) <= *root_x)
5360 /* It fits to the left of the pointer. */
ab452f99
GM
5361 *root_x -= width + XINT (dx);
5362 else
d682d3df
RS
5363 /* Put it left-justified on the screen--it ought to fit that way. */
5364 *root_x = 0;
06d62053
GM
5365}
5366
5367
0634ce98 5368DEFUN ("x-show-tip", Fx_show_tip, Sx_show_tip, 1, 6, 0,
7ee72033 5369 doc: /* Show STRING in a "tooltip" window on frame FRAME.
c061c855
GM
5370A tooltip window is a small X window displaying a string.
5371
87c891c7
EZ
5372This is an internal function; Lisp code should call `tooltip-show'.
5373
c061c855
GM
5374FRAME nil or omitted means use the selected frame.
5375
5376PARMS is an optional list of frame parameters which can be used to
5377change the tooltip's appearance.
5378
5379Automatically hide the tooltip after TIMEOUT seconds. TIMEOUT nil
5380means use the default timeout of 5 seconds.
5381
c869cc37 5382If the list of frame parameters PARMS contains a `left' parameters,
c061c855
GM
5383the tooltip is displayed at that x-position. Otherwise it is
5384displayed at the mouse position, with offset DX added (default is 5 if
5385DX isn't specified). Likewise for the y-position; if a `top' frame
5386parameter is specified, it determines the y-position of the tooltip
5387window, otherwise it is displayed at the mouse position, with offset
5388DY added (default is -10).
5389
5390A tooltip's maximum size is specified by `x-max-tooltip-size'.
7ee72033 5391Text larger than the specified size is clipped. */)
5842a27b 5392 (Lisp_Object string, Lisp_Object frame, Lisp_Object parms, Lisp_Object timeout, Lisp_Object dx, Lisp_Object dy)
333b20bb
GM
5393{
5394 struct frame *f;
5395 struct window *w;
06d62053 5396 int root_x, root_y;
333b20bb
GM
5397 struct buffer *old_buffer;
5398 struct text_pos pos;
a971c0a7 5399 int i, width, height, seen_reversed_p;
393f2d14 5400 struct gcpro gcpro1, gcpro2, gcpro3, gcpro4;
333b20bb 5401 int old_windows_or_buffers_changed = windows_or_buffers_changed;
d311d28c 5402 ptrdiff_t count = SPECPDL_INDEX ();
177c0ea7 5403
333b20bb
GM
5404 specbind (Qinhibit_redisplay, Qt);
5405
393f2d14 5406 GCPRO4 (string, parms, frame, timeout);
333b20bb 5407
b7826503 5408 CHECK_STRING (string);
2d7117fe
JD
5409 if (SCHARS (string) == 0)
5410 string = make_unibyte_string (" ", 1);
5411
7452b7bd 5412 f = decode_window_system_frame (frame);
333b20bb
GM
5413 if (NILP (timeout))
5414 timeout = make_number (5);
5415 else
b7826503 5416 CHECK_NATNUM (timeout);
177c0ea7 5417
0634ce98
GM
5418 if (NILP (dx))
5419 dx = make_number (5);
5420 else
b7826503 5421 CHECK_NUMBER (dx);
177c0ea7 5422
0634ce98 5423 if (NILP (dy))
12c67a7f 5424 dy = make_number (-10);
0634ce98 5425 else
b7826503 5426 CHECK_NUMBER (dy);
333b20bb 5427
aa1859f5
J
5428#ifdef USE_GTK
5429 if (x_gtk_use_system_tooltips)
5430 {
18e27ea8 5431 bool ok;
aa1859f5
J
5432
5433 /* Hide a previous tip, if any. */
5434 Fx_hide_tip ();
5435
4d7e6e51 5436 block_input ();
18e27ea8
PE
5437 ok = xg_prepare_tooltip (f, string, &width, &height);
5438 if (ok)
aa1859f5
J
5439 {
5440 compute_tip_xy (f, parms, dx, dy, width, height, &root_x, &root_y);
5441 xg_show_tooltip (f, root_x, root_y);
5442 /* This is used in Fx_hide_tip. */
5443 XSETFRAME (tip_frame, f);
5444 }
4d7e6e51 5445 unblock_input ();
aa1859f5
J
5446 if (ok) goto start_timer;
5447 }
5448#endif /* USE_GTK */
5449
06d62053
GM
5450 if (NILP (last_show_tip_args))
5451 last_show_tip_args = Fmake_vector (make_number (3), Qnil);
5452
5453 if (!NILP (tip_frame))
5454 {
5455 Lisp_Object last_string = AREF (last_show_tip_args, 0);
5456 Lisp_Object last_frame = AREF (last_show_tip_args, 1);
5457 Lisp_Object last_parms = AREF (last_show_tip_args, 2);
5458
5459 if (EQ (frame, last_frame)
5460 && !NILP (Fequal (last_string, string))
5461 && !NILP (Fequal (last_parms, parms)))
5462 {
58d2d479 5463 struct frame *tip_f = XFRAME (tip_frame);
177c0ea7 5464
06d62053
GM
5465 /* Only DX and DY have changed. */
5466 if (!NILP (tip_timer))
ae782866
GM
5467 {
5468 Lisp_Object timer = tip_timer;
5469 tip_timer = Qnil;
5470 call1 (Qcancel_timer, timer);
5471 }
06d62053 5472
4d7e6e51 5473 block_input ();
58d2d479
PE
5474 compute_tip_xy (tip_f, parms, dx, dy, FRAME_PIXEL_WIDTH (tip_f),
5475 FRAME_PIXEL_HEIGHT (tip_f), &root_x, &root_y);
5476 XMoveWindow (FRAME_X_DISPLAY (tip_f), FRAME_X_WINDOW (tip_f),
ab452f99 5477 root_x, root_y);
4d7e6e51 5478 unblock_input ();
06d62053
GM
5479 goto start_timer;
5480 }
5481 }
5482
333b20bb
GM
5483 /* Hide a previous tip, if any. */
5484 Fx_hide_tip ();
5485
06d62053
GM
5486 ASET (last_show_tip_args, 0, string);
5487 ASET (last_show_tip_args, 1, frame);
5488 ASET (last_show_tip_args, 2, parms);
5489
333b20bb
GM
5490 /* Add default values to frame parameters. */
5491 if (NILP (Fassq (Qname, parms)))
5492 parms = Fcons (Fcons (Qname, build_string ("tooltip")), parms);
5493 if (NILP (Fassq (Qinternal_border_width, parms)))
5494 parms = Fcons (Fcons (Qinternal_border_width, make_number (3)), parms);
5495 if (NILP (Fassq (Qborder_width, parms)))
5496 parms = Fcons (Fcons (Qborder_width, make_number (1)), parms);
5497 if (NILP (Fassq (Qborder_color, parms)))
5498 parms = Fcons (Fcons (Qborder_color, build_string ("lightyellow")), parms);
5499 if (NILP (Fassq (Qbackground_color, parms)))
5500 parms = Fcons (Fcons (Qbackground_color, build_string ("lightyellow")),
5501 parms);
5502
5503 /* Create a frame for the tooltip, and record it in the global
5504 variable tip_frame. */
275841bf 5505 frame = x_create_tip_frame (FRAME_X_DISPLAY_INFO (f), parms, string);
44b5a125 5506 f = XFRAME (frame);
333b20bb 5507
d63931a2 5508 /* Set up the frame's root window. */
333b20bb 5509 w = XWINDOW (FRAME_ROOT_WINDOW (f));
5f24fa51
DA
5510 w->left_col = 0;
5511 w->top_line = 0;
177c0ea7 5512
d63931a2 5513 if (CONSP (Vx_max_tooltip_size)
d311d28c
PE
5514 && RANGED_INTEGERP (1, XCAR (Vx_max_tooltip_size), INT_MAX)
5515 && RANGED_INTEGERP (1, XCDR (Vx_max_tooltip_size), INT_MAX))
d63931a2 5516 {
5f24fa51
DA
5517 w->total_cols = XFASTINT (XCAR (Vx_max_tooltip_size));
5518 w->total_lines = XFASTINT (XCDR (Vx_max_tooltip_size));
d63931a2
GM
5519 }
5520 else
5521 {
5f24fa51
DA
5522 w->total_cols = 80;
5523 w->total_lines = 40;
d63931a2 5524 }
177c0ea7 5525
5f24fa51 5526 FRAME_TOTAL_COLS (f) = w->total_cols;
333b20bb
GM
5527 adjust_glyphs (f);
5528 w->pseudo_window_p = 1;
5529
5530 /* Display the tooltip text in a temporary buffer. */
333b20bb 5531 old_buffer = current_buffer;
e74aeda8 5532 set_buffer_internal_1 (XBUFFER (XWINDOW (FRAME_ROOT_WINDOW (f))->contents));
39eb03f1 5533 bset_truncate_lines (current_buffer, Qnil);
5634ff85
YM
5534 clear_glyph_matrix (w->desired_matrix);
5535 clear_glyph_matrix (w->current_matrix);
5536 SET_TEXT_POS (pos, BEGV, BEGV_BYTE);
6eff5c3d 5537 try_window (FRAME_ROOT_WINDOW (f), pos, TRY_WINDOW_IGNORE_FONTS_CHANGE);
333b20bb
GM
5538
5539 /* Compute width and height of the tooltip. */
a971c0a7 5540 width = height = seen_reversed_p = 0;
333b20bb
GM
5541 for (i = 0; i < w->desired_matrix->nrows; ++i)
5542 {
5543 struct glyph_row *row = &w->desired_matrix->rows[i];
5544 struct glyph *last;
5545 int row_width;
5546
5547 /* Stop at the first empty row at the end. */
138c0ae8 5548 if (!row->enabled_p || !MATRIX_ROW_DISPLAYS_TEXT_P (row))
333b20bb
GM
5549 break;
5550
d7bf0342
GM
5551 /* Let the row go over the full width of the frame. */
5552 row->full_width_p = 1;
333b20bb 5553
5b253e9c 5554 row_width = row->pixel_width;
333b20bb
GM
5555 if (row->used[TEXT_AREA])
5556 {
a971c0a7
EZ
5557 /* There's a glyph at the end of rows that is used to place
5558 the cursor there. Don't include the width of this glyph. */
5559 if (!row->reversed_p)
5560 {
5561 last = &row->glyphs[TEXT_AREA][row->used[TEXT_AREA] - 1];
5562 if (INTEGERP (last->object))
5563 row_width -= last->pixel_width;
5564 }
5565 else
5566 {
5567 /* There could be a stretch glyph at the beginning of R2L
5568 rows that is produced by extend_face_to_end_of_line.
5569 Don't count that glyph. */
5570 struct glyph *g = row->glyphs[TEXT_AREA];
5571
5572 if (g->type == STRETCH_GLYPH && INTEGERP (g->object))
5573 {
5574 row_width -= g->pixel_width;
5575 seen_reversed_p = 1;
5576 }
5577 }
333b20bb 5578 }
177c0ea7 5579
333b20bb
GM
5580 height += row->height;
5581 width = max (width, row_width);
5582 }
5583
a971c0a7
EZ
5584 /* If we've seen partial-length R2L rows, we need to re-adjust the
5585 tool-tip frame width and redisplay it again, to avoid over-wide
5586 tips due to the stretch glyph that extends R2L lines to full
5587 width of the frame. */
5588 if (seen_reversed_p)
5589 {
5590 /* w->total_cols and FRAME_TOTAL_COLS want the width in columns,
5591 not in pixels. */
5592 width /= WINDOW_FRAME_COLUMN_WIDTH (w);
5f24fa51 5593 w->total_cols = width;
a971c0a7
EZ
5594 FRAME_TOTAL_COLS (f) = width;
5595 adjust_glyphs (f);
5596 clear_glyph_matrix (w->desired_matrix);
5597 clear_glyph_matrix (w->current_matrix);
5598 try_window (FRAME_ROOT_WINDOW (f), pos, 0);
5599 width = height = 0;
5600 /* Recompute width and height of the tooltip. */
5601 for (i = 0; i < w->desired_matrix->nrows; ++i)
5602 {
5603 struct glyph_row *row = &w->desired_matrix->rows[i];
5604 struct glyph *last;
5605 int row_width;
5606
138c0ae8 5607 if (!row->enabled_p || !MATRIX_ROW_DISPLAYS_TEXT_P (row))
a971c0a7
EZ
5608 break;
5609 row->full_width_p = 1;
5610 row_width = row->pixel_width;
5611 if (row->used[TEXT_AREA] && !row->reversed_p)
5612 {
5613 last = &row->glyphs[TEXT_AREA][row->used[TEXT_AREA] - 1];
5614 if (INTEGERP (last->object))
5615 row_width -= last->pixel_width;
5616 }
5617
5618 height += row->height;
5619 width = max (width, row_width);
5620 }
5621 }
5622
333b20bb
GM
5623 /* Add the frame's internal border to the width and height the X
5624 window should have. */
5625 height += 2 * FRAME_INTERNAL_BORDER_WIDTH (f);
5626 width += 2 * FRAME_INTERNAL_BORDER_WIDTH (f);
5627
5628 /* Move the tooltip window where the mouse pointer is. Resize and
5629 show it. */
ab452f99 5630 compute_tip_xy (f, parms, dx, dy, width, height, &root_x, &root_y);
0634ce98 5631
4d7e6e51 5632 block_input ();
333b20bb 5633 XMoveResizeWindow (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f),
ab452f99 5634 root_x, root_y, width, height);
333b20bb 5635 XMapRaised (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f));
4d7e6e51 5636 unblock_input ();
177c0ea7 5637
333b20bb
GM
5638 /* Draw into the window. */
5639 w->must_be_updated_p = 1;
5640 update_single_window (w, 1);
5641
5642 /* Restore original current buffer. */
5643 set_buffer_internal_1 (old_buffer);
5644 windows_or_buffers_changed = old_windows_or_buffers_changed;
5645
06d62053 5646 start_timer:
333b20bb
GM
5647 /* Let the tip disappear after timeout seconds. */
5648 tip_timer = call3 (intern ("run-at-time"), timeout, Qnil,
5649 intern ("x-hide-tip"));
a744a2ec
DL
5650
5651 UNGCPRO;
333b20bb
GM
5652 return unbind_to (count, Qnil);
5653}
5654
5655
a7ca3326 5656DEFUN ("x-hide-tip", Fx_hide_tip, Sx_hide_tip, 0, 0, 0,
7ee72033
MB
5657 doc: /* Hide the current tooltip window, if there is any.
5658Value is t if tooltip was open, nil otherwise. */)
5842a27b 5659 (void)
333b20bb 5660{
d311d28c 5661 ptrdiff_t count;
c0006262
GM
5662 Lisp_Object deleted, frame, timer;
5663 struct gcpro gcpro1, gcpro2;
44b5a125
GM
5664
5665 /* Return quickly if nothing to do. */
c0006262 5666 if (NILP (tip_timer) && NILP (tip_frame))
44b5a125 5667 return Qnil;
177c0ea7 5668
c0006262
GM
5669 frame = tip_frame;
5670 timer = tip_timer;
5671 GCPRO2 (frame, timer);
5672 tip_frame = tip_timer = deleted = Qnil;
177c0ea7 5673
331379bf 5674 count = SPECPDL_INDEX ();
333b20bb 5675 specbind (Qinhibit_redisplay, Qt);
44b5a125 5676 specbind (Qinhibit_quit, Qt);
177c0ea7 5677
c0006262 5678 if (!NILP (timer))
ae782866 5679 call1 (Qcancel_timer, timer);
333b20bb 5680
aa1859f5 5681#ifdef USE_GTK
1fe72bf8
PE
5682 {
5683 /* When using system tooltip, tip_frame is the Emacs frame on which
5684 the tip is shown. */
5685 struct frame *f = XFRAME (frame);
5686 if (FRAME_LIVE_P (f) && xg_hide_tooltip (f))
5687 frame = Qnil;
5688 }
aa1859f5
J
5689#endif
5690
c0006262 5691 if (FRAMEP (frame))
333b20bb 5692 {
56f2de10 5693 delete_frame (frame, Qnil);
44b5a125 5694 deleted = Qt;
f6c44811
GM
5695
5696#ifdef USE_LUCID
5697 /* Bloodcurdling hack alert: The Lucid menu bar widget's
5698 redisplay procedure is not called when a tip frame over menu
5699 items is unmapped. Redisplay the menu manually... */
5700 {
aa1859f5 5701 Widget w;
1fe72bf8 5702 struct frame *f = SELECTED_FRAME ();
aa1859f5 5703 w = f->output_data.x->menubar_widget;
9180dc8c 5704
f6c44811 5705 if (!DoesSaveUnders (FRAME_X_DISPLAY_INFO (f)->screen)
dbc64aa7 5706 && w != NULL)
f6c44811 5707 {
4d7e6e51 5708 block_input ();
f6c44811 5709 xlwmenu_redisplay (w);
4d7e6e51 5710 unblock_input ();
f6c44811
GM
5711 }
5712 }
5713#endif /* USE_LUCID */
333b20bb
GM
5714 }
5715
c0006262 5716 UNGCPRO;
44b5a125 5717 return unbind_to (count, deleted);
333b20bb
GM
5718}
5719
5720
5721\f
5722/***********************************************************************
5723 File selection dialog
5724 ***********************************************************************/
5725
90f2e16b
JD
5726DEFUN ("x-uses-old-gtk-dialog", Fx_uses_old_gtk_dialog,
5727 Sx_uses_old_gtk_dialog,
5728 0, 0, 0,
5729 doc: /* Return t if the old Gtk+ file selection dialog is used. */)
5842a27b 5730 (void)
90f2e16b
JD
5731{
5732#ifdef USE_GTK
90f2e16b
JD
5733 if (use_dialog_box
5734 && use_file_dialog
7452b7bd 5735 && window_system_available (SELECTED_FRAME ())
90f2e16b
JD
5736 && xg_uses_old_file_dialog ())
5737 return Qt;
5738#endif
5739 return Qnil;
5740}
5741
333b20bb 5742
90f2e16b 5743#ifdef USE_MOTIF
333b20bb
GM
5744/* Callback for "OK" and "Cancel" on file selection dialog. */
5745
5746static void
dee186b6 5747file_dialog_cb (Widget widget, XtPointer client_data, XtPointer call_data)
333b20bb
GM
5748{
5749 int *result = (int *) client_data;
5750 XmAnyCallbackStruct *cb = (XmAnyCallbackStruct *) call_data;
5751 *result = cb->reason;
5752}
5753
5754
a779d213
GM
5755/* Callback for unmapping a file selection dialog. This is used to
5756 capture the case where a dialog is closed via a window manager's
5757 closer button, for example. Using a XmNdestroyCallback didn't work
5758 in this case. */
5759
5760static void
dee186b6 5761file_dialog_unmap_cb (Widget widget, XtPointer client_data, XtPointer call_data)
a779d213
GM
5762{
5763 int *result = (int *) client_data;
5764 *result = XmCR_CANCEL;
5765}
5766
24ca7c5a 5767static Lisp_Object
dee186b6 5768clean_up_file_dialog (Lisp_Object arg)
24ca7c5a 5769{
2b30549c 5770 Widget dialog = XSAVE_POINTER (arg, 0);
24ca7c5a
JD
5771
5772 /* Clean up. */
4d7e6e51 5773 block_input ();
24ca7c5a
JD
5774 XtUnmanageChild (dialog);
5775 XtDestroyWidget (dialog);
5776 x_menu_set_in_use (0);
4d7e6e51 5777 unblock_input ();
24ca7c5a
JD
5778
5779 return Qnil;
5780}
5781
a779d213 5782
f9d64bb3 5783DEFUN ("x-file-dialog", Fx_file_dialog, Sx_file_dialog, 2, 5, 0,
7ee72033 5784 doc: /* Read file name, prompting with PROMPT in directory DIR.
f9d64bb3
JD
5785Use a file selection dialog. Select DEFAULT-FILENAME in the dialog's file
5786selection box, if specified. If MUSTMATCH is non-nil, the returned file
7c051dd8
GM
5787or directory must exist.
5788
d7e642cc 5789This function is only defined on NS, MS Windows, and X Windows with the
7c051dd8
GM
5790Motif or Gtk toolkits. With the Motif toolkit, ONLY-DIR-P is ignored.
5791Otherwise, if ONLY-DIR-P is non-nil, the user can only select directories. */)
5842a27b 5792 (Lisp_Object prompt, Lisp_Object dir, Lisp_Object default_filename, Lisp_Object mustmatch, Lisp_Object only_dir_p)
333b20bb
GM
5793{
5794 int result;
0fe92f72 5795 struct frame *f = SELECTED_FRAME ();
333b20bb 5796 Lisp_Object file = Qnil;
a8f4bdc6 5797 Lisp_Object decoded_file;
f9d64bb3 5798 Widget dialog, text, help;
333b20bb
GM
5799 Arg al[10];
5800 int ac = 0;
333b20bb 5801 XmString dir_xmstring, pattern_xmstring;
d311d28c 5802 ptrdiff_t count = SPECPDL_INDEX ();
f9d64bb3 5803 struct gcpro gcpro1, gcpro2, gcpro3, gcpro4, gcpro5, gcpro6;
333b20bb 5804
7452b7bd 5805 check_window_system (f);
6eeee4d6 5806
f9d64bb3 5807 GCPRO6 (prompt, dir, default_filename, mustmatch, only_dir_p, file);
24ca7c5a 5808
5ae53dcf 5809 if (popup_activated ())
24ca7c5a
JD
5810 error ("Trying to use a menu from within a menu-entry");
5811
b7826503
PJ
5812 CHECK_STRING (prompt);
5813 CHECK_STRING (dir);
333b20bb
GM
5814
5815 /* Prevent redisplay. */
5816 specbind (Qinhibit_redisplay, Qt);
5817
4d7e6e51 5818 block_input ();
333b20bb
GM
5819
5820 /* Create the dialog with PROMPT as title, using DIR as initial
5821 directory and using "*" as pattern. */
5822 dir = Fexpand_file_name (dir, Qnil);
c09bfb2f 5823 dir_xmstring = XmStringCreateLocalized (SSDATA (dir));
333b20bb 5824 pattern_xmstring = XmStringCreateLocalized ("*");
177c0ea7 5825
d5db4077 5826 XtSetArg (al[ac], XmNtitle, SDATA (prompt)); ++ac;
333b20bb
GM
5827 XtSetArg (al[ac], XmNdirectory, dir_xmstring); ++ac;
5828 XtSetArg (al[ac], XmNpattern, pattern_xmstring); ++ac;
5829 XtSetArg (al[ac], XmNresizePolicy, XmRESIZE_GROW); ++ac;
5830 XtSetArg (al[ac], XmNdialogStyle, XmDIALOG_APPLICATION_MODAL); ++ac;
5831 dialog = XmCreateFileSelectionDialog (f->output_data.x->widget,
5832 "fsb", al, ac);
5833 XmStringFree (dir_xmstring);
5834 XmStringFree (pattern_xmstring);
5835
5836 /* Add callbacks for OK and Cancel. */
5837 XtAddCallback (dialog, XmNokCallback, file_dialog_cb,
5838 (XtPointer) &result);
5839 XtAddCallback (dialog, XmNcancelCallback, file_dialog_cb,
5840 (XtPointer) &result);
a779d213
GM
5841 XtAddCallback (dialog, XmNunmapCallback, file_dialog_unmap_cb,
5842 (XtPointer) &result);
333b20bb 5843
f9d64bb3 5844 /* Remove the help button since we can't display help. */
333b20bb 5845 help = XmFileSelectionBoxGetChild (dialog, XmDIALOG_HELP_BUTTON);
f9d64bb3 5846 XtUnmanageChild (help);
333b20bb 5847
177c0ea7 5848 /* Mark OK button as default. */
333b20bb
GM
5849 XtVaSetValues (XmFileSelectionBoxGetChild (dialog, XmDIALOG_OK_BUTTON),
5850 XmNshowAsDefault, True, NULL);
5851
5852 /* If MUSTMATCH is non-nil, disable the file entry field of the
5853 dialog, so that the user must select a file from the files list
5854 box. We can't remove it because we wouldn't have a way to get at
5855 the result file name, then. */
5856 text = XmFileSelectionBoxGetChild (dialog, XmDIALOG_TEXT);
5857 if (!NILP (mustmatch))
5858 {
5859 Widget label;
5860 label = XmFileSelectionBoxGetChild (dialog, XmDIALOG_SELECTION_LABEL);
5861 XtSetSensitive (text, False);
5862 XtSetSensitive (label, False);
5863 }
5864
5865 /* Manage the dialog, so that list boxes get filled. */
5866 XtManageChild (dialog);
5867
333b20bb
GM
5868 if (STRINGP (default_filename))
5869 {
5870 XmString default_xmstring;
f9d64bb3
JD
5871 Widget wtext = XmFileSelectionBoxGetChild (dialog, XmDIALOG_TEXT);
5872 Widget list = XmFileSelectionBoxGetChild (dialog, XmDIALOG_LIST);
333b20bb 5873
f9d64bb3
JD
5874 XmTextPosition last_pos = XmTextFieldGetLastPosition (wtext);
5875 XmTextFieldReplace (wtext, 0, last_pos,
c09bfb2f 5876 (SSDATA (Ffile_name_nondirectory (default_filename))));
333b20bb 5877
f9d64bb3
JD
5878 /* Select DEFAULT_FILENAME in the files list box. DEFAULT_FILENAME
5879 must include the path for this to work. */
5880
c09bfb2f 5881 default_xmstring = XmStringCreateLocalized (SSDATA (default_filename));
333b20bb 5882
f9d64bb3
JD
5883 if (XmListItemExists (list, default_xmstring))
5884 {
5885 int item_pos = XmListItemPos (list, default_xmstring);
5886 /* Select the item and scroll it into view. */
5887 XmListSelectPos (list, item_pos, True);
5888 XmListSetPos (list, item_pos);
5889 }
5890
5891 XmStringFree (default_xmstring);
333b20bb
GM
5892 }
5893
468afbac 5894 record_unwind_protect (clean_up_file_dialog, make_save_pointer (dialog));
24ca7c5a 5895
bf338245 5896 /* Process events until the user presses Cancel or OK. */
5ae53dcf 5897 x_menu_set_in_use (1);
03100098 5898 result = 0;
a779d213 5899 while (result == 0)
563b384d 5900 {
bf338245 5901 XEvent event;
24ca7c5a 5902 x_menu_wait_for_event (0);
bf338245 5903 XtAppNextEvent (Xt_app_con, &event);
9f6fcdc5
JD
5904 if (event.type == KeyPress
5905 && FRAME_X_DISPLAY (f) == event.xkey.display)
5906 {
5907 KeySym keysym = XLookupKeysym (&event.xkey, 0);
5908
5909 /* Pop down on C-g. */
5910 if (keysym == XK_g && (event.xkey.state & ControlMask) != 0)
5911 XtUnmanageChild (dialog);
5912 }
5b3f8550 5913
24ca7c5a 5914 (void) x_dispatch_event (&event, FRAME_X_DISPLAY (f));
563b384d 5915 }
03100098 5916
333b20bb
GM
5917 /* Get the result. */
5918 if (result == XmCR_OK)
5919 {
91a3e27b 5920 XmString text_string;
333b20bb 5921 String data;
177c0ea7 5922
91a3e27b
PE
5923 XtVaGetValues (dialog, XmNtextString, &text_string, NULL);
5924 XmStringGetLtoR (text_string, XmFONTLIST_DEFAULT_TAG, &data);
5925 XmStringFree (text_string);
333b20bb
GM
5926 file = build_string (data);
5927 XtFree (data);
5928 }
5929 else
5930 file = Qnil;
5931
4d7e6e51 5932 unblock_input ();
333b20bb
GM
5933 UNGCPRO;
5934
5935 /* Make "Cancel" equivalent to C-g. */
5936 if (NILP (file))
5937 Fsignal (Qquit, Qnil);
177c0ea7 5938
a8f4bdc6
JD
5939 decoded_file = DECODE_FILE (file);
5940
5941 return unbind_to (count, decoded_file);
333b20bb
GM
5942}
5943
5944#endif /* USE_MOTIF */
5945
488dd4c4
JD
5946#ifdef USE_GTK
5947
24ca7c5a 5948static Lisp_Object
971de7fb 5949clean_up_dialog (Lisp_Object arg)
24ca7c5a
JD
5950{
5951 x_menu_set_in_use (0);
5952
5953 return Qnil;
5954}
5955
f9d64bb3
JD
5956DEFUN ("x-file-dialog", Fx_file_dialog, Sx_file_dialog, 2, 5, 0,
5957 doc: /* Read file name, prompting with PROMPT in directory DIR.
5958Use a file selection dialog. Select DEFAULT-FILENAME in the dialog's file
5959selection box, if specified. If MUSTMATCH is non-nil, the returned file
7c051dd8
GM
5960or directory must exist.
5961
d7e642cc 5962This function is only defined on NS, MS Windows, and X Windows with the
7c051dd8
GM
5963Motif or Gtk toolkits. With the Motif toolkit, ONLY-DIR-P is ignored.
5964Otherwise, if ONLY-DIR-P is non-nil, the user can only select directories. */)
5842a27b 5965 (Lisp_Object prompt, Lisp_Object dir, Lisp_Object default_filename, Lisp_Object mustmatch, Lisp_Object only_dir_p)
488dd4c4
JD
5966{
5967 FRAME_PTR f = SELECTED_FRAME ();
5968 char *fn;
5969 Lisp_Object file = Qnil;
a8f4bdc6 5970 Lisp_Object decoded_file;
d311d28c 5971 ptrdiff_t count = SPECPDL_INDEX ();
f9d64bb3 5972 struct gcpro gcpro1, gcpro2, gcpro3, gcpro4, gcpro5, gcpro6;
488dd4c4 5973 char *cdef_file;
177c0ea7 5974
7452b7bd 5975 check_window_system (f);
6eeee4d6 5976
f9d64bb3 5977 GCPRO6 (prompt, dir, default_filename, mustmatch, only_dir_p, file);
24ca7c5a 5978
5ae53dcf 5979 if (popup_activated ())
24ca7c5a
JD
5980 error ("Trying to use a menu from within a menu-entry");
5981
488dd4c4
JD
5982 CHECK_STRING (prompt);
5983 CHECK_STRING (dir);
5984
5985 /* Prevent redisplay. */
5986 specbind (Qinhibit_redisplay, Qt);
24ca7c5a 5987 record_unwind_protect (clean_up_dialog, Qnil);
488dd4c4 5988
4d7e6e51 5989 block_input ();
488dd4c4
JD
5990
5991 if (STRINGP (default_filename))
c0951e53 5992 cdef_file = SSDATA (default_filename);
488dd4c4 5993 else
c0951e53 5994 cdef_file = SSDATA (dir);
488dd4c4 5995
c0951e53 5996 fn = xg_get_file_name (f, SSDATA (prompt), cdef_file,
f9d64bb3
JD
5997 ! NILP (mustmatch),
5998 ! NILP (only_dir_p));
177c0ea7 5999
488dd4c4
JD
6000 if (fn)
6001 {
6002 file = build_string (fn);
6003 xfree (fn);
6004 }
6005
4d7e6e51 6006 unblock_input ();
488dd4c4
JD
6007 UNGCPRO;
6008
6009 /* Make "Cancel" equivalent to C-g. */
6010 if (NILP (file))
6011 Fsignal (Qquit, Qnil);
177c0ea7 6012
a8f4bdc6
JD
6013 decoded_file = DECODE_FILE (file);
6014
6015 return unbind_to (count, decoded_file);
488dd4c4
JD
6016}
6017
9bf80974
CY
6018
6019#ifdef HAVE_FREETYPE
6020
f82605c6 6021DEFUN ("x-select-font", Fx_select_font, Sx_select_font, 0, 2, 0,
f2045622
CY
6022 doc: /* Read a font using a GTK dialog.
6023Return either a font spec (for GTK versions >= 3.2) or a string
6024containing a GTK-style font name.
f82605c6 6025
f2045622
CY
6026FRAME is the frame on which to pop up the font chooser. If omitted or
6027nil, it defaults to the selected frame. */)
5842a27b 6028 (Lisp_Object frame, Lisp_Object ignored)
9bf80974 6029{
7452b7bd 6030 FRAME_PTR f = decode_window_system_frame (frame);
637fa988 6031 Lisp_Object font;
e0ab5fcf
JD
6032 Lisp_Object font_param;
6033 char *default_name = NULL;
637fa988 6034 struct gcpro gcpro1, gcpro2;
d311d28c 6035 ptrdiff_t count = SPECPDL_INDEX ();
9bf80974 6036
9bf80974
CY
6037 if (popup_activated ())
6038 error ("Trying to use a menu from within a menu-entry");
6039
6040 /* Prevent redisplay. */
6041 specbind (Qinhibit_redisplay, Qt);
6042 record_unwind_protect (clean_up_dialog, Qnil);
6043
4d7e6e51 6044 block_input ();
9bf80974 6045
5e617bc2 6046 GCPRO2 (font_param, font);
e0ab5fcf 6047
637fa988 6048 XSETFONT (font, FRAME_FONT (f));
581e51e8 6049 font_param = Ffont_get (font, intern (":name"));
637fa988 6050 if (STRINGP (font_param))
c0951e53 6051 default_name = xstrdup (SSDATA (font_param));
f5f6c0e0 6052 else
53c7540d 6053 {
637fa988
JD
6054 font_param = Fframe_parameter (frame, Qfont_param);
6055 if (STRINGP (font_param))
c0951e53 6056 default_name = xstrdup (SSDATA (font_param));
53c7540d 6057 }
e0ab5fcf 6058
f2045622 6059 font = xg_get_font (f, default_name);
581e51e8 6060 xfree (default_name);
9bf80974 6061
4d7e6e51 6062 unblock_input ();
9bf80974
CY
6063
6064 if (NILP (font))
6065 Fsignal (Qquit, Qnil);
6066
6067 return unbind_to (count, font);
6068}
6069#endif /* HAVE_FREETYPE */
6070
488dd4c4 6071#endif /* USE_GTK */
333b20bb
GM
6072
6073\f
82bab41c
GM
6074/***********************************************************************
6075 Keyboard
6076 ***********************************************************************/
6077
afeee3e5 6078#ifdef HAVE_XKB
82bab41c
GM
6079#include <X11/XKBlib.h>
6080#include <X11/keysym.h>
6081#endif
6082
6083DEFUN ("x-backspace-delete-keys-p", Fx_backspace_delete_keys_p,
6084 Sx_backspace_delete_keys_p, 0, 1, 0,
7ee72033 6085 doc: /* Check if both Backspace and Delete keys are on the keyboard of FRAME.
c061c855
GM
6086FRAME nil means use the selected frame.
6087Value is t if we know that both keys are present, and are mapped to the
20d1c5c5
DN
6088usual X keysyms. Value is `lambda' if we cannot determine if both keys are
6089present and mapped to the usual X keysyms. */)
5842a27b 6090 (Lisp_Object frame)
82bab41c 6091{
afeee3e5
PE
6092#ifndef HAVE_XKB
6093 return Qlambda;
6094#else
82bab41c 6095 XkbDescPtr kb;
7452b7bd 6096 struct frame *f = decode_window_system_frame (frame);
82bab41c
GM
6097 Display *dpy = FRAME_X_DISPLAY (f);
6098 Lisp_Object have_keys;
58d2d479 6099 int major, minor, op, event, error_code;
82bab41c 6100
4d7e6e51 6101 block_input ();
46f6a258
GM
6102
6103 /* Check library version in case we're dynamically linked. */
6104 major = XkbMajorVersion;
6105 minor = XkbMinorVersion;
6106 if (!XkbLibraryVersion (&major, &minor))
c1efd260 6107 {
4d7e6e51 6108 unblock_input ();
20d1c5c5 6109 return Qlambda;
c1efd260 6110 }
46f6a258
GM
6111
6112 /* Check that the server supports XKB. */
6113 major = XkbMajorVersion;
6114 minor = XkbMinorVersion;
58d2d479 6115 if (!XkbQueryExtension (dpy, &op, &event, &error_code, &major, &minor))
c1efd260 6116 {
4d7e6e51 6117 unblock_input ();
20d1c5c5 6118 return Qlambda;
c1efd260 6119 }
177c0ea7 6120
3a441526
JD
6121 /* In this code we check that the keyboard has physical keys with names
6122 that start with BKSP (Backspace) and DELE (Delete), and that they
6123 generate keysym XK_BackSpace and XK_Delete respectively.
6124 This function is used to test if normal-erase-is-backspace should be
6125 turned on.
6126 An alternative approach would be to just check if XK_BackSpace and
6127 XK_Delete are mapped to any key. But if any of those are mapped to
6128 some non-intuitive key combination (Meta-Shift-Ctrl-whatever) and the
6129 user doesn't know about it, it is better to return false here.
6130 It is more obvious to the user what to do if she/he has two keys
6131 clearly marked with names/symbols and one key does something not
6132 expected (i.e. she/he then tries the other).
6133 The cases where Backspace/Delete is mapped to some other key combination
6134 are rare, and in those cases, normal-erase-is-backspace can be turned on
6135 manually. */
6136
46f6a258 6137 have_keys = Qnil;
c1efd260 6138 kb = XkbGetMap (dpy, XkbAllMapComponentsMask, XkbUseCoreKbd);
82bab41c
GM
6139 if (kb)
6140 {
6141 int delete_keycode = 0, backspace_keycode = 0, i;
c1efd260
GM
6142
6143 if (XkbGetNames (dpy, XkbAllNamesMask, kb) == Success)
82bab41c 6144 {
c1efd260
GM
6145 for (i = kb->min_key_code;
6146 (i < kb->max_key_code
6147 && (delete_keycode == 0 || backspace_keycode == 0));
6148 ++i)
6149 {
d63931a2
GM
6150 /* The XKB symbolic key names can be seen most easily in
6151 the PS file generated by `xkbprint -label name
6152 $DISPLAY'. */
72af86bd 6153 if (memcmp ("DELE", kb->names->keys[i].name, 4) == 0)
c1efd260 6154 delete_keycode = i;
72af86bd 6155 else if (memcmp ("BKSP", kb->names->keys[i].name, 4) == 0)
c1efd260
GM
6156 backspace_keycode = i;
6157 }
6158
6159 XkbFreeNames (kb, 0, True);
82bab41c
GM
6160 }
6161
c1efd260 6162 XkbFreeClientMap (kb, 0, True);
177c0ea7 6163
82bab41c
GM
6164 if (delete_keycode
6165 && backspace_keycode
6166 && XKeysymToKeycode (dpy, XK_Delete) == delete_keycode
6167 && XKeysymToKeycode (dpy, XK_BackSpace) == backspace_keycode)
6168 have_keys = Qt;
6169 }
4d7e6e51 6170 unblock_input ();
82bab41c 6171 return have_keys;
afeee3e5 6172#endif
82bab41c
GM
6173}
6174
6175
6176\f
333b20bb
GM
6177/***********************************************************************
6178 Initialization
6179 ***********************************************************************/
6180
4dacadcc 6181/* Keep this list in the same order as frame_parms in frame.c.
7c0d3ed8
KS
6182 Use 0 for unsupported frame parameters. */
6183
6184frame_parm_handler x_frame_parm_handlers[] =
6185{
6186 x_set_autoraise,
6187 x_set_autolower,
6188 x_set_background_color,
6189 x_set_border_color,
6190 x_set_border_width,
6191 x_set_cursor_color,
6192 x_set_cursor_type,
6193 x_set_font,
6194 x_set_foreground_color,
6195 x_set_icon_name,
6196 x_set_icon_type,
6197 x_set_internal_border_width,
6198 x_set_menu_bar_lines,
6199 x_set_mouse_color,
6200 x_explicitly_set_name,
6201 x_set_scroll_bar_width,
6202 x_set_title,
6203 x_set_unsplittable,
6204 x_set_vertical_scroll_bars,
6205 x_set_visibility,
6206 x_set_tool_bar_lines,
6207 x_set_scroll_bar_foreground,
6208 x_set_scroll_bar_background,
6209 x_set_screen_gamma,
6210 x_set_line_spacing,
6211 x_set_fringe_width,
6212 x_set_fringe_width,
6213 x_set_wait_for_wm,
6214 x_set_fullscreen,
271a71c7 6215 x_set_font_backend,
cad9ef74
JD
6216 x_set_alpha,
6217 x_set_sticky,
bfeabdc3 6218 x_set_tool_bar_position,
7c0d3ed8
KS
6219};
6220
333b20bb 6221void
971de7fb 6222syms_of_xfns (void)
333b20bb 6223{
333b20bb
GM
6224 /* The section below is built by the lisp expression at the top of the file,
6225 just above where these variables are declared. */
6226 /*&&& init symbols here &&&*/
cd3520a4
JB
6227 DEFSYM (Qsuppress_icon, "suppress-icon");
6228 DEFSYM (Qundefined_color, "undefined-color");
6229 DEFSYM (Qcompound_text, "compound-text");
6230 DEFSYM (Qcancel_timer, "cancel-timer");
6231 DEFSYM (Qfont_param, "font-parameter");
f9942c9e
JB
6232 /* This is the end of symbol initialization. */
6233
01f1ba30 6234 Fput (Qundefined_color, Qerror_conditions,
3438fe21 6235 listn (CONSTYPE_PURE, 2, Qundefined_color, Qerror));
01f1ba30 6236 Fput (Qundefined_color, Qerror_message,
2a0213a6 6237 build_pure_c_string ("Undefined color"));
01f1ba30 6238
29208e82 6239 DEFVAR_LISP ("x-pointer-shape", Vx_pointer_shape,
7ee72033 6240 doc: /* The shape of the pointer when over text.
c061c855
GM
6241Changing the value does not affect existing frames
6242unless you set the mouse color. */);
01f1ba30
JB
6243 Vx_pointer_shape = Qnil;
6244
ca0ecbf5 6245#if 0 /* This doesn't really do anything. */
29208e82 6246 DEFVAR_LISP ("x-nontext-pointer-shape", Vx_nontext_pointer_shape,
7ee72033 6247 doc: /* The shape of the pointer when not over text.
c061c855
GM
6248This variable takes effect when you create a new frame
6249or when you set the mouse color. */);
af01ef26 6250#endif
01f1ba30
JB
6251 Vx_nontext_pointer_shape = Qnil;
6252
29208e82 6253 DEFVAR_LISP ("x-hourglass-pointer-shape", Vx_hourglass_pointer_shape,
7ee72033 6254 doc: /* The shape of the pointer when Emacs is busy.
c061c855
GM
6255This variable takes effect when you create a new frame
6256or when you set the mouse color. */);
0af913d7 6257 Vx_hourglass_pointer_shape = Qnil;
333b20bb 6258
ca0ecbf5 6259#if 0 /* This doesn't really do anything. */
29208e82 6260 DEFVAR_LISP ("x-mode-pointer-shape", Vx_mode_pointer_shape,
7ee72033 6261 doc: /* The shape of the pointer when over the mode line.
c061c855
GM
6262This variable takes effect when you create a new frame
6263or when you set the mouse color. */);
af01ef26 6264#endif
01f1ba30
JB
6265 Vx_mode_pointer_shape = Qnil;
6266
d3b06468 6267 DEFVAR_LISP ("x-sensitive-text-pointer-shape",
29208e82 6268 Vx_sensitive_text_pointer_shape,
7ee72033 6269 doc: /* The shape of the pointer when over mouse-sensitive text.
c061c855
GM
6270This variable takes effect when you create a new frame
6271or when you set the mouse color. */);
ca0ecbf5 6272 Vx_sensitive_text_pointer_shape = Qnil;
95f80c78 6273
8fb4ec9c 6274 DEFVAR_LISP ("x-window-horizontal-drag-cursor",
29208e82 6275 Vx_window_horizontal_drag_shape,
7ee72033 6276 doc: /* Pointer shape to use for indicating a window can be dragged horizontally.
c061c855
GM
6277This variable takes effect when you create a new frame
6278or when you set the mouse color. */);
8fb4ec9c
GM
6279 Vx_window_horizontal_drag_shape = Qnil;
6280
29208e82 6281 DEFVAR_LISP ("x-cursor-fore-pixel", Vx_cursor_fore_pixel,
7ee72033 6282 doc: /* A string indicating the foreground color of the cursor box. */);
01f1ba30
JB
6283 Vx_cursor_fore_pixel = Qnil;
6284
29208e82 6285 DEFVAR_LISP ("x-max-tooltip-size", Vx_max_tooltip_size,
f5f6c0e0
JB
6286 doc: /* Maximum size for tooltips.
6287Value is a pair (COLUMNS . ROWS). Text larger than this is clipped. */);
d63931a2 6288 Vx_max_tooltip_size = Fcons (make_number (80), make_number (40));
177c0ea7 6289
29208e82 6290 DEFVAR_LISP ("x-no-window-manager", Vx_no_window_manager,
7ee72033 6291 doc: /* Non-nil if no X window manager is in use.
c061c855
GM
6292Emacs doesn't try to figure this out; this is always nil
6293unless you set it to something else. */);
2d38195d
RS
6294 /* We don't have any way to find this out, so set it to nil
6295 and maybe the user would like to set it to t. */
6296 Vx_no_window_manager = Qnil;
1d3dac41 6297
942ea06d 6298 DEFVAR_LISP ("x-pixel-size-width-font-regexp",
29208e82 6299 Vx_pixel_size_width_font_regexp,
7ee72033 6300 doc: /* Regexp matching a font name whose width is the same as `PIXEL_SIZE'.
c061c855
GM
6301
6302Since Emacs gets width of a font matching with this regexp from
6303PIXEL_SIZE field of the name, font finding mechanism gets faster for
6304such a font. This is especially effective for such large fonts as
6305Chinese, Japanese, and Korean. */);
942ea06d
KH
6306 Vx_pixel_size_width_font_regexp = Qnil;
6307
255e4140 6308/* This is not ifdef:ed, so other builds than GTK can customize it. */
29208e82 6309 DEFVAR_BOOL ("x-gtk-use-old-file-dialog", x_gtk_use_old_file_dialog,
fb7ada5f 6310 doc: /* Non-nil means prompt with the old GTK file selection dialog.
255e4140
JD
6311If nil or if the file selection dialog is not available, the new GTK file
6312chooser is used instead. To turn off all file dialogs set the
6313variable `use-file-dialog'. */);
fe2b14b7 6314 x_gtk_use_old_file_dialog = 0;
255e4140 6315
29208e82 6316 DEFVAR_BOOL ("x-gtk-show-hidden-files", x_gtk_show_hidden_files,
fb7ada5f 6317 doc: /* If non-nil, the GTK file chooser will by default show hidden files.
a8a35720
JD
6318Note that this is just the default, there is a toggle button on the file
6319chooser to show or not show hidden files on a case by case basis. */);
6320 x_gtk_show_hidden_files = 0;
6321
29208e82 6322 DEFVAR_BOOL ("x-gtk-file-dialog-help-text", x_gtk_file_dialog_help_text,
fb7ada5f 6323 doc: /* If non-nil, the GTK file chooser will show additional help text.
641c0105
JD
6324If more space for files in the file chooser dialog is wanted, set this to nil
6325to turn the additional text off. */);
159f8da7 6326 x_gtk_file_dialog_help_text = 1;
641c0105 6327
29208e82 6328 DEFVAR_BOOL ("x-gtk-whole-detached-tool-bar", x_gtk_whole_detached_tool_bar,
fb7ada5f 6329 doc: /* If non-nil, a detached tool bar is shown in full.
e0f467cb
JD
6330The default is to just show an arrow and pressing on that arrow shows
6331the tool bar buttons. */);
6332 x_gtk_whole_detached_tool_bar = 0;
6333
29208e82 6334 DEFVAR_BOOL ("x-gtk-use-system-tooltips", x_gtk_use_system_tooltips,
fb7ada5f 6335 doc: /* If non-nil with a Gtk+ built Emacs, the Gtk+ tooltip is used.
aa1859f5
J
6336Otherwise use Emacs own tooltip implementation.
6337When using Gtk+ tooltips, the tooltip face is not used. */);
6338 x_gtk_use_system_tooltips = 1;
6339
d67b4f80 6340 Fprovide (intern_c_string ("x"), Qnil);
49be9d28 6341
1d3dac41 6342#ifdef USE_X_TOOLKIT
d67b4f80 6343 Fprovide (intern_c_string ("x-toolkit"), Qnil);
5b827abb 6344#ifdef USE_MOTIF
d67b4f80 6345 Fprovide (intern_c_string ("motif"), Qnil);
fc2cdd9a 6346
29208e82 6347 DEFVAR_LISP ("motif-version-string", Vmotif_version_string,
7ee72033 6348 doc: /* Version info for LessTif/Motif. */);
fc2cdd9a
GM
6349 Vmotif_version_string = build_string (XmVERSION_STRING);
6350#endif /* USE_MOTIF */
6351#endif /* USE_X_TOOLKIT */
01f1ba30 6352
6b61353c 6353#ifdef USE_GTK
1ec2a572
JD
6354 /* Provide x-toolkit also for GTK. Internally GTK does not use Xt so it
6355 is not an X toolkit in that sense (USE_X_TOOLKIT is not defined).
6356 But for a user it is a toolkit for X, and indeed, configure
6357 accepts --with-x-toolkit=gtk. */
d67b4f80
DN
6358 Fprovide (intern_c_string ("x-toolkit"), Qnil);
6359 Fprovide (intern_c_string ("gtk"), Qnil);
bfeabdc3 6360 Fprovide (intern_c_string ("move-toolbar"), Qnil);
6b61353c 6361
29208e82 6362 DEFVAR_LISP ("gtk-version-string", Vgtk_version_string,
6b61353c
KH
6363 doc: /* Version info for GTK+. */);
6364 {
99027bdd
PE
6365 char gtk_version[sizeof ".." + 3 * INT_STRLEN_BOUND (int)];
6366 int len = sprintf (gtk_version, "%d.%d.%d",
6367 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
6368 Vgtk_version_string = make_pure_string (gtk_version, len, len, 0);
6b61353c
KH
6369 }
6370#endif /* USE_GTK */
6371
333b20bb
GM
6372 /* X window properties. */
6373 defsubr (&Sx_change_window_property);
6374 defsubr (&Sx_delete_window_property);
6375 defsubr (&Sx_window_property);
6376
2d764c78 6377 defsubr (&Sxw_display_color_p);
d0c9d219 6378 defsubr (&Sx_display_grayscale_p);
2d764c78
EZ
6379 defsubr (&Sxw_color_defined_p);
6380 defsubr (&Sxw_color_values);
9d317b2c 6381 defsubr (&Sx_server_max_request_size);
41beb8fc
RS
6382 defsubr (&Sx_server_vendor);
6383 defsubr (&Sx_server_version);
6384 defsubr (&Sx_display_pixel_width);
6385 defsubr (&Sx_display_pixel_height);
6386 defsubr (&Sx_display_mm_width);
6387 defsubr (&Sx_display_mm_height);
6388 defsubr (&Sx_display_screens);
6389 defsubr (&Sx_display_planes);
6390 defsubr (&Sx_display_color_cells);
6391 defsubr (&Sx_display_visual_class);
6392 defsubr (&Sx_display_backing_store);
6393 defsubr (&Sx_display_save_under);
4e3f9230 6394 defsubr (&Sx_display_monitor_attributes_list);
1c44e124 6395 defsubr (&Sx_wm_set_size_hint);
f676886a 6396 defsubr (&Sx_create_frame);
01f1ba30 6397 defsubr (&Sx_open_connection);
08a90d6a
RS
6398 defsubr (&Sx_close_connection);
6399 defsubr (&Sx_display_list);
01f1ba30 6400 defsubr (&Sx_synchronize);
3decc1e7 6401 defsubr (&Sx_focus_frame);
82bab41c 6402 defsubr (&Sx_backspace_delete_keys_p);
177c0ea7 6403
333b20bb
GM
6404 defsubr (&Sx_show_tip);
6405 defsubr (&Sx_hide_tip);
333b20bb 6406 tip_timer = Qnil;
44b5a125
GM
6407 staticpro (&tip_timer);
6408 tip_frame = Qnil;
6409 staticpro (&tip_frame);
333b20bb 6410
06d62053
GM
6411 last_show_tip_args = Qnil;
6412 staticpro (&last_show_tip_args);
6413
90f2e16b 6414 defsubr (&Sx_uses_old_gtk_dialog);
29fabd8c 6415#if defined (USE_MOTIF) || defined (USE_GTK)
333b20bb
GM
6416 defsubr (&Sx_file_dialog);
6417#endif
9bf80974 6418
946598bf 6419#if defined (USE_GTK) && defined (HAVE_FREETYPE)
f82605c6 6420 defsubr (&Sx_select_font);
9bf80974 6421#endif
333b20bb
GM
6422}
6423
01f1ba30 6424#endif /* HAVE_X_WINDOWS */