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