Convert DEFUNs to standard C.
[emacs.git] / src / xfns.c
blob3f4f32bbb2c3f0af61f2a7530ca81b9d4ba3555a
1 /* Functions for the X window system.
2 Copyright (C) 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
3 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
4 Free Software Foundation, Inc.
6 This file is part of GNU Emacs.
8 GNU Emacs is free software: you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by
10 the Free Software Foundation, either version 3 of the License, or
11 (at your option) any later version.
13 GNU Emacs is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 GNU General Public License for more details.
18 You should have received a copy of the GNU General Public License
19 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
21 #include <config.h>
22 #include <stdio.h>
23 #include <math.h>
24 #include <setjmp.h>
25 #include <ctype.h>
27 #ifdef HAVE_UNISTD_H
28 #include <unistd.h>
29 #endif
31 /* This makes the fields of a Display accessible, in Xlib header files. */
33 #define XLIB_ILLEGAL_ACCESS
35 #include "lisp.h"
36 #include "xterm.h"
37 #include "frame.h"
38 #include "window.h"
39 #include "buffer.h"
40 #include "intervals.h"
41 #include "dispextern.h"
42 #include "keyboard.h"
43 #include "blockinput.h"
44 #include <epaths.h>
45 #include "character.h"
46 #include "charset.h"
47 #include "coding.h"
48 #include "fontset.h"
49 #include "systime.h"
50 #include "termhooks.h"
51 #include "atimer.h"
52 #include "termchar.h"
53 #include "font.h"
55 #ifdef HAVE_X_WINDOWS
57 #include <ctype.h>
58 #include <sys/types.h>
59 #include <sys/stat.h>
61 #if 1 /* Used to be #ifdef EMACS_BITMAP_FILES, but this should always work. */
62 #include "bitmaps/gray.xbm"
63 #else
64 #include <X11/bitmaps/gray>
65 #endif
67 #include "xsettings.h"
69 #ifdef USE_GTK
70 #include "gtkutil.h"
71 #endif
73 #ifdef USE_X_TOOLKIT
74 #include <X11/Shell.h>
76 #ifndef USE_MOTIF
77 #ifdef HAVE_XAW3D
78 #include <X11/Xaw3d/Paned.h>
79 #include <X11/Xaw3d/Label.h>
80 #else /* !HAVE_XAW3D */
81 #include <X11/Xaw/Paned.h>
82 #include <X11/Xaw/Label.h>
83 #endif /* HAVE_XAW3D */
84 #endif /* USE_MOTIF */
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
94 #include "widget.h"
96 #include "../lwlib/lwlib.h"
98 #ifdef USE_MOTIF
99 #include <Xm/Xm.h>
100 #include <Xm/DialogS.h>
101 #include <Xm/FileSB.h>
102 #endif
104 #if !defined(NO_EDITRES)
105 #define HACK_EDITRES
106 extern void _XEditResCheckMessages ();
107 #endif /* not defined NO_EDITRES */
109 /* Unique id counter for widgets created by the Lucid Widget Library. */
111 extern LWLIB_ID widget_id_tick;
113 extern void free_frame_menubar ();
114 extern double atof ();
116 #ifdef USE_MOTIF
118 /* LessTif/Motif version info. */
120 static Lisp_Object Vmotif_version_string;
122 #endif /* USE_MOTIF */
124 #endif /* USE_X_TOOLKIT */
126 #ifdef USE_GTK
128 /* GTK+ version info */
130 static Lisp_Object Vgtk_version_string;
132 #endif /* USE_GTK */
134 #define MAXREQUEST(dpy) (XMaxRequestSize (dpy))
136 /* The gray bitmap `bitmaps/gray'. This is done because xterm.c uses
137 it, and including `bitmaps/gray' more than once is a problem when
138 config.h defines `static' as an empty replacement string. */
140 int gray_bitmap_width = gray_width;
141 int gray_bitmap_height = gray_height;
142 char *gray_bitmap_bits = gray_bits;
144 /* Non-zero means prompt with the old GTK file selection dialog. */
146 int x_gtk_use_old_file_dialog;
148 /* If non-zero, by default show hidden files in the GTK file chooser. */
150 int x_gtk_show_hidden_files;
152 /* If non-zero, don't show additional help text in the GTK file chooser. */
154 int x_gtk_file_dialog_help_text;
156 /* If non-zero, don't collapse to tool bar when it is detached. */
158 int x_gtk_whole_detached_tool_bar;
160 /* The background and shape of the mouse pointer, and shape when not
161 over text or in the modeline. */
163 Lisp_Object Vx_pointer_shape, Vx_nontext_pointer_shape, Vx_mode_pointer_shape;
164 Lisp_Object Vx_hourglass_pointer_shape;
166 /* The shape when over mouse-sensitive text. */
168 Lisp_Object Vx_sensitive_text_pointer_shape;
170 /* If non-nil, the pointer shape to indicate that windows can be
171 dragged horizontally. */
173 Lisp_Object Vx_window_horizontal_drag_shape;
175 /* Color of chars displayed in cursor box. */
177 Lisp_Object Vx_cursor_fore_pixel;
179 /* Nonzero if using X. */
181 static int x_in_use;
183 /* Non nil if no window manager is in use. */
185 Lisp_Object Vx_no_window_manager;
187 /* Regexp matching a font name whose width is the same as `PIXEL_SIZE'. */
189 Lisp_Object Vx_pixel_size_width_font_regexp;
191 Lisp_Object Qnone;
192 Lisp_Object Qsuppress_icon;
193 Lisp_Object Qundefined_color;
194 Lisp_Object Qcompound_text, Qcancel_timer;
195 Lisp_Object Qfont_param;
197 /* In dispnew.c */
199 extern Lisp_Object Vwindow_system_version;
201 /* In editfns.c */
203 extern Lisp_Object Vsystem_name;
205 /* The below are defined in frame.c. */
207 extern Lisp_Object Vmenu_bar_mode, Vtool_bar_mode;
209 #if GLYPH_DEBUG
210 int image_cache_refcount, dpyinfo_refcount;
211 #endif
213 #if defined (USE_GTK) && defined (HAVE_FREETYPE)
214 char *x_last_font_name;
215 #endif
218 /* Error if we are not connected to X. */
220 void
221 check_x (void)
223 if (! x_in_use)
224 error ("X windows are not in use or not initialized");
227 /* Nonzero if we can use mouse menus.
228 You should not call this unless HAVE_MENUS is defined. */
231 have_menus_p (void)
233 return x_in_use;
236 /* Extract a frame as a FRAME_PTR, defaulting to the selected frame
237 and checking validity for X. */
239 FRAME_PTR
240 check_x_frame (Lisp_Object frame)
242 FRAME_PTR f;
244 if (NILP (frame))
245 frame = selected_frame;
246 CHECK_LIVE_FRAME (frame);
247 f = XFRAME (frame);
248 if (! FRAME_X_P (f))
249 error ("Non-X frame used");
250 return f;
253 /* Let the user specify an X display with a Lisp object.
254 OBJECT may be nil, a frame or a terminal object.
255 nil stands for the selected frame--or, if that is not an X frame,
256 the first X display on the list. */
258 struct x_display_info *
259 check_x_display_info (Lisp_Object object)
261 struct x_display_info *dpyinfo = NULL;
263 if (NILP (object))
265 struct frame *sf = XFRAME (selected_frame);
267 if (FRAME_X_P (sf) && FRAME_LIVE_P (sf))
268 dpyinfo = FRAME_X_DISPLAY_INFO (sf);
269 else if (x_display_list != 0)
270 dpyinfo = x_display_list;
271 else
272 error ("X windows are not in use or not initialized");
274 else if (TERMINALP (object))
276 struct terminal *t = get_terminal (object, 1);
278 if (t->type != output_x_window)
279 error ("Terminal %d is not an X display", XINT (object));
281 dpyinfo = t->display_info.x;
283 else if (STRINGP (object))
284 dpyinfo = x_display_info_for_name (object);
285 else
287 FRAME_PTR f = check_x_frame (object);
288 dpyinfo = FRAME_X_DISPLAY_INFO (f);
291 return dpyinfo;
295 /* Return the Emacs frame-object corresponding to an X window.
296 It could be the frame's main window or an icon window. */
298 /* This function can be called during GC, so use GC_xxx type test macros. */
300 struct frame *
301 x_window_to_frame (struct x_display_info *dpyinfo, int wdesc)
303 Lisp_Object tail, frame;
304 struct frame *f;
306 if (wdesc == None) return 0;
308 for (tail = Vframe_list; CONSP (tail); tail = XCDR (tail))
310 frame = XCAR (tail);
311 if (!FRAMEP (frame))
312 continue;
313 f = XFRAME (frame);
314 if (!FRAME_X_P (f) || FRAME_X_DISPLAY_INFO (f) != dpyinfo)
315 continue;
316 if (f->output_data.x->hourglass_window == wdesc)
317 return f;
318 #ifdef USE_X_TOOLKIT
319 if ((f->output_data.x->edit_widget
320 && XtWindow (f->output_data.x->edit_widget) == wdesc)
321 /* A tooltip frame? */
322 || (!f->output_data.x->edit_widget
323 && FRAME_X_WINDOW (f) == wdesc)
324 || f->output_data.x->icon_desc == wdesc)
325 return f;
326 #else /* not USE_X_TOOLKIT */
327 #ifdef USE_GTK
328 if (f->output_data.x->edit_widget)
330 GtkWidget *gwdesc = xg_win_to_widget (dpyinfo->display, wdesc);
331 struct x_output *x = f->output_data.x;
332 if (gwdesc != 0 && gwdesc == x->edit_widget)
333 return f;
335 #endif /* USE_GTK */
336 if (FRAME_X_WINDOW (f) == wdesc
337 || f->output_data.x->icon_desc == wdesc)
338 return f;
339 #endif /* not USE_X_TOOLKIT */
341 return 0;
344 #if defined (USE_X_TOOLKIT) || defined (USE_GTK)
345 /* Like x_window_to_frame but also compares the window with the widget's
346 windows. */
348 struct frame *
349 x_any_window_to_frame (struct x_display_info *dpyinfo, int wdesc)
351 Lisp_Object tail, frame;
352 struct frame *f, *found;
353 struct x_output *x;
355 if (wdesc == None) return NULL;
357 found = NULL;
358 for (tail = Vframe_list; CONSP (tail) && !found; tail = XCDR (tail))
360 frame = XCAR (tail);
361 if (!FRAMEP (frame))
362 continue;
364 f = XFRAME (frame);
365 if (FRAME_X_P (f) && FRAME_X_DISPLAY_INFO (f) == dpyinfo)
367 /* This frame matches if the window is any of its widgets. */
368 x = f->output_data.x;
369 if (x->hourglass_window == wdesc)
370 found = f;
371 else if (x->widget)
373 #ifdef USE_GTK
374 GtkWidget *gwdesc = xg_win_to_widget (dpyinfo->display, wdesc);
375 if (gwdesc != 0
376 && gtk_widget_get_toplevel (gwdesc) == x->widget)
377 found = f;
378 #else
379 if (wdesc == XtWindow (x->widget)
380 || wdesc == XtWindow (x->column_widget)
381 || wdesc == XtWindow (x->edit_widget))
382 found = f;
383 /* Match if the window is this frame's menubar. */
384 else if (lw_window_is_in_menubar (wdesc, x->menubar_widget))
385 found = f;
386 #endif
388 else if (FRAME_X_WINDOW (f) == wdesc)
389 /* A tooltip frame. */
390 found = f;
394 return found;
397 /* Likewise, but consider only the menu bar widget. */
399 struct frame *
400 x_menubar_window_to_frame (struct x_display_info *dpyinfo, int wdesc)
402 Lisp_Object tail, frame;
403 struct frame *f;
404 struct x_output *x;
406 if (wdesc == None) return 0;
408 for (tail = Vframe_list; CONSP (tail); tail = XCDR (tail))
410 frame = XCAR (tail);
411 if (!FRAMEP (frame))
412 continue;
413 f = XFRAME (frame);
414 if (!FRAME_X_P (f) || FRAME_X_DISPLAY_INFO (f) != dpyinfo)
415 continue;
416 x = f->output_data.x;
417 /* Match if the window is this frame's menubar. */
418 #ifdef USE_GTK
419 if (x->menubar_widget)
421 GtkWidget *gwdesc = xg_win_to_widget (dpyinfo->display, wdesc);
423 /* This gives false positives, but the rectangle check in xterm.c
424 where this is called takes care of that. */
425 if (gwdesc != 0
426 && (gwdesc == x->menubar_widget
427 || gtk_widget_is_ancestor (x->menubar_widget, gwdesc)
428 || gtk_widget_is_ancestor (gwdesc, x->menubar_widget)))
429 return f;
431 #else
432 if (x->menubar_widget
433 && lw_window_is_in_menubar (wdesc, x->menubar_widget))
434 return f;
435 #endif
437 return 0;
440 /* Return the frame whose principal (outermost) window is WDESC.
441 If WDESC is some other (smaller) window, we return 0. */
443 struct frame *
444 x_top_window_to_frame (struct x_display_info *dpyinfo, int wdesc)
446 Lisp_Object tail, frame;
447 struct frame *f;
448 struct x_output *x;
450 if (wdesc == None) return 0;
452 for (tail = Vframe_list; CONSP (tail); tail = XCDR (tail))
454 frame = XCAR (tail);
455 if (!FRAMEP (frame))
456 continue;
457 f = XFRAME (frame);
458 if (!FRAME_X_P (f) || FRAME_X_DISPLAY_INFO (f) != dpyinfo)
459 continue;
460 x = f->output_data.x;
462 if (x->widget)
464 /* This frame matches if the window is its topmost widget. */
465 #ifdef USE_GTK
466 GtkWidget *gwdesc = xg_win_to_widget (dpyinfo->display, wdesc);
467 if (gwdesc == x->widget)
468 return f;
469 #else
470 if (wdesc == XtWindow (x->widget))
471 return f;
472 #if 0 /* I don't know why it did this,
473 but it seems logically wrong,
474 and it causes trouble for MapNotify events. */
475 /* Match if the window is this frame's menubar. */
476 if (x->menubar_widget
477 && wdesc == XtWindow (x->menubar_widget))
478 return f;
479 #endif
480 #endif
482 else if (FRAME_X_WINDOW (f) == wdesc)
483 /* Tooltip frame. */
484 return f;
486 return 0;
488 #endif /* USE_X_TOOLKIT || USE_GTK */
492 static void x_default_font_parameter (struct frame *, Lisp_Object);
494 static Lisp_Object unwind_create_frame (Lisp_Object);
495 static Lisp_Object unwind_create_tip_frame (Lisp_Object);
497 void x_set_foreground_color (struct frame *, Lisp_Object, Lisp_Object);
498 static void x_set_wait_for_wm (struct frame *, Lisp_Object, Lisp_Object);
499 void x_set_background_color (struct frame *, Lisp_Object, Lisp_Object);
500 void x_set_mouse_color (struct frame *, Lisp_Object, Lisp_Object);
501 void x_set_cursor_color (struct frame *, Lisp_Object, Lisp_Object);
502 void x_set_border_color (struct frame *, Lisp_Object, Lisp_Object);
503 void x_set_cursor_type (struct frame *, Lisp_Object, Lisp_Object);
504 void x_set_icon_type (struct frame *, Lisp_Object, Lisp_Object);
505 void x_set_icon_name (struct frame *, Lisp_Object, Lisp_Object);
506 void x_explicitly_set_name (struct frame *, Lisp_Object, Lisp_Object);
507 void x_set_menu_bar_lines (struct frame *, Lisp_Object, Lisp_Object);
508 void x_set_title (struct frame *, Lisp_Object, Lisp_Object);
509 void x_set_tool_bar_lines (struct frame *, Lisp_Object, Lisp_Object);
510 void x_set_scroll_bar_foreground (struct frame *, Lisp_Object,
511 Lisp_Object);
512 void x_set_scroll_bar_background (struct frame *, Lisp_Object,
513 Lisp_Object);
514 static Lisp_Object x_default_scroll_bar_color_parameter (struct frame *,
515 Lisp_Object,
516 Lisp_Object,
517 char *, char *,
518 int);
521 /* Store the screen positions of frame F into XPTR and YPTR.
522 These are the positions of the containing window manager window,
523 not Emacs's own window. */
525 void
526 x_real_positions (FRAME_PTR f, int *xptr, int *yptr)
528 int win_x, win_y, outer_x, outer_y;
529 int real_x = 0, real_y = 0;
530 int had_errors = 0;
531 Window win = f->output_data.x->parent_desc;
533 BLOCK_INPUT;
535 x_catch_errors (FRAME_X_DISPLAY (f));
537 if (win == FRAME_X_DISPLAY_INFO (f)->root_window)
538 win = FRAME_OUTER_WINDOW (f);
540 /* This loop traverses up the containment tree until we hit the root
541 window. Window managers may intersect many windows between our window
542 and the root window. The window we find just before the root window
543 should be the outer WM window. */
544 for (;;)
546 Window wm_window, rootw;
547 Window *tmp_children;
548 unsigned int tmp_nchildren;
549 int success;
551 success = XQueryTree (FRAME_X_DISPLAY (f), win, &rootw,
552 &wm_window, &tmp_children, &tmp_nchildren);
554 had_errors = x_had_errors_p (FRAME_X_DISPLAY (f));
556 /* Don't free tmp_children if XQueryTree failed. */
557 if (! success)
558 break;
560 XFree ((char *) tmp_children);
562 if (wm_window == rootw || had_errors)
563 break;
565 win = wm_window;
568 if (! had_errors)
570 unsigned int ign;
571 Window child, rootw;
573 /* Get the real coordinates for the WM window upper left corner */
574 XGetGeometry (FRAME_X_DISPLAY (f), win,
575 &rootw, &real_x, &real_y, &ign, &ign, &ign, &ign);
577 /* Translate real coordinates to coordinates relative to our
578 window. For our window, the upper left corner is 0, 0.
579 Since the upper left corner of the WM window is outside
580 our window, win_x and win_y will be negative:
582 ------------------ ---> x
583 | title |
584 | ----------------- v y
585 | | our window
587 XTranslateCoordinates (FRAME_X_DISPLAY (f),
589 /* From-window, to-window. */
590 FRAME_X_DISPLAY_INFO (f)->root_window,
591 FRAME_X_WINDOW (f),
593 /* From-position, to-position. */
594 real_x, real_y, &win_x, &win_y,
596 /* Child of win. */
597 &child);
599 if (FRAME_X_WINDOW (f) == FRAME_OUTER_WINDOW (f))
601 outer_x = win_x;
602 outer_y = win_y;
604 else
606 XTranslateCoordinates (FRAME_X_DISPLAY (f),
608 /* From-window, to-window. */
609 FRAME_X_DISPLAY_INFO (f)->root_window,
610 FRAME_OUTER_WINDOW (f),
612 /* From-position, to-position. */
613 real_x, real_y, &outer_x, &outer_y,
615 /* Child of win. */
616 &child);
619 had_errors = x_had_errors_p (FRAME_X_DISPLAY (f));
622 x_uncatch_errors ();
624 UNBLOCK_INPUT;
626 if (had_errors) return;
628 f->x_pixels_diff = -win_x;
629 f->y_pixels_diff = -win_y;
631 FRAME_X_OUTPUT (f)->x_pixels_outer_diff = -outer_x;
632 FRAME_X_OUTPUT (f)->y_pixels_outer_diff = -outer_y;
634 *xptr = real_x;
635 *yptr = real_y;
641 /* Gamma-correct COLOR on frame F. */
643 void
644 gamma_correct (struct frame *f, XColor *color)
646 if (f->gamma)
648 color->red = pow (color->red / 65535.0, f->gamma) * 65535.0 + 0.5;
649 color->green = pow (color->green / 65535.0, f->gamma) * 65535.0 + 0.5;
650 color->blue = pow (color->blue / 65535.0, f->gamma) * 65535.0 + 0.5;
655 /* Decide if color named COLOR_NAME is valid for use on frame F. If
656 so, return the RGB values in COLOR. If ALLOC_P is non-zero,
657 allocate the color. Value is zero if COLOR_NAME is invalid, or
658 no color could be allocated. */
661 x_defined_color (struct frame *f, char *color_name, XColor *color, int alloc_p)
663 int success_p;
664 Display *dpy = FRAME_X_DISPLAY (f);
665 Colormap cmap = FRAME_X_COLORMAP (f);
667 BLOCK_INPUT;
668 success_p = XParseColor (dpy, cmap, color_name, color);
669 if (success_p && alloc_p)
670 success_p = x_alloc_nearest_color (f, cmap, color);
671 UNBLOCK_INPUT;
673 return success_p;
677 /* Return the pixel color value for color COLOR_NAME on frame F. If F
678 is a monochrome frame, return MONO_COLOR regardless of what ARG says.
679 Signal an error if color can't be allocated. */
682 x_decode_color (FRAME_PTR f, Lisp_Object color_name, int mono_color)
684 XColor cdef;
686 CHECK_STRING (color_name);
688 #if 0 /* Don't do this. It's wrong when we're not using the default
689 colormap, it makes freeing difficult, and it's probably not
690 an important optimization. */
691 if (strcmp (SDATA (color_name), "black") == 0)
692 return BLACK_PIX_DEFAULT (f);
693 else if (strcmp (SDATA (color_name), "white") == 0)
694 return WHITE_PIX_DEFAULT (f);
695 #endif
697 /* Return MONO_COLOR for monochrome frames. */
698 if (FRAME_X_DISPLAY_INFO (f)->n_planes == 1)
699 return mono_color;
701 /* x_defined_color is responsible for coping with failures
702 by looking for a near-miss. */
703 if (x_defined_color (f, SDATA (color_name), &cdef, 1))
704 return cdef.pixel;
706 signal_error ("Undefined color", color_name);
711 /* Change the `wait-for-wm' frame parameter of frame F. OLD_VALUE is
712 the previous value of that parameter, NEW_VALUE is the new value.
713 See also the comment of wait_for_wm in struct x_output. */
715 static void
716 x_set_wait_for_wm (struct frame *f, Lisp_Object new_value, Lisp_Object old_value)
718 f->output_data.x->wait_for_wm = !NILP (new_value);
721 #ifdef USE_GTK
723 /* Set icon from FILE for frame F. By using GTK functions the icon
724 may be any format that GdkPixbuf knows about, i.e. not just bitmaps. */
727 xg_set_icon (FRAME_PTR f, Lisp_Object file)
729 int result = 0;
730 Lisp_Object found;
732 found = x_find_image_file (file);
734 if (! NILP (found))
736 GdkPixbuf *pixbuf;
737 GError *err = NULL;
738 char *filename = (char *) SDATA (found);
739 BLOCK_INPUT;
741 pixbuf = gdk_pixbuf_new_from_file (filename, &err);
743 if (pixbuf)
745 gtk_window_set_icon (GTK_WINDOW (FRAME_GTK_OUTER_WIDGET (f)),
746 pixbuf);
747 g_object_unref (pixbuf);
749 result = 1;
751 else
752 g_error_free (err);
754 UNBLOCK_INPUT;
757 return result;
761 xg_set_icon_from_xpm_data (FRAME_PTR f, char **data)
763 int result = 0;
764 GdkPixbuf *pixbuf = gdk_pixbuf_new_from_xpm_data ((const char **) data);
766 if (!pixbuf)
767 return 0;
769 gtk_window_set_icon (GTK_WINDOW (FRAME_GTK_OUTER_WIDGET (f)), pixbuf);
770 g_object_unref (pixbuf);
771 return 1;
773 #endif /* USE_GTK */
776 /* Functions called only from `x_set_frame_param'
777 to set individual parameters.
779 If FRAME_X_WINDOW (f) is 0,
780 the frame is being created and its X-window does not exist yet.
781 In that case, just record the parameter's new value
782 in the standard place; do not attempt to change the window. */
784 void
785 x_set_foreground_color (struct frame *f, Lisp_Object arg, Lisp_Object oldval)
787 struct x_output *x = f->output_data.x;
788 unsigned long fg, old_fg;
790 fg = x_decode_color (f, arg, BLACK_PIX_DEFAULT (f));
791 old_fg = FRAME_FOREGROUND_PIXEL (f);
792 FRAME_FOREGROUND_PIXEL (f) = fg;
794 if (FRAME_X_WINDOW (f) != 0)
796 Display *dpy = FRAME_X_DISPLAY (f);
798 BLOCK_INPUT;
799 XSetForeground (dpy, x->normal_gc, fg);
800 XSetBackground (dpy, x->reverse_gc, fg);
802 if (x->cursor_pixel == old_fg)
804 unload_color (f, x->cursor_pixel);
805 x->cursor_pixel = x_copy_color (f, fg);
806 XSetBackground (dpy, x->cursor_gc, x->cursor_pixel);
809 UNBLOCK_INPUT;
811 update_face_from_frame_parameter (f, Qforeground_color, arg);
813 if (FRAME_VISIBLE_P (f))
814 redraw_frame (f);
817 unload_color (f, old_fg);
820 void
821 x_set_background_color (struct frame *f, Lisp_Object arg, Lisp_Object oldval)
823 struct x_output *x = f->output_data.x;
824 unsigned long bg;
826 bg = x_decode_color (f, arg, WHITE_PIX_DEFAULT (f));
827 unload_color (f, FRAME_BACKGROUND_PIXEL (f));
828 FRAME_BACKGROUND_PIXEL (f) = bg;
830 if (FRAME_X_WINDOW (f) != 0)
832 Display *dpy = FRAME_X_DISPLAY (f);
834 BLOCK_INPUT;
835 XSetBackground (dpy, x->normal_gc, bg);
836 XSetForeground (dpy, x->reverse_gc, bg);
837 XSetWindowBackground (dpy, FRAME_X_WINDOW (f), bg);
838 XSetForeground (dpy, x->cursor_gc, bg);
840 #ifdef USE_GTK
841 xg_set_background_color (f, bg);
842 #endif
844 #ifndef USE_TOOLKIT_SCROLL_BARS /* Turns out to be annoying with
845 toolkit scroll bars. */
847 Lisp_Object bar;
848 for (bar = FRAME_SCROLL_BARS (f);
849 !NILP (bar);
850 bar = XSCROLL_BAR (bar)->next)
852 Window window = XSCROLL_BAR (bar)->x_window;
853 XSetWindowBackground (dpy, window, bg);
856 #endif /* USE_TOOLKIT_SCROLL_BARS */
858 UNBLOCK_INPUT;
859 update_face_from_frame_parameter (f, Qbackground_color, arg);
861 if (FRAME_VISIBLE_P (f))
862 redraw_frame (f);
866 static Cursor
867 make_invisible_cursor (struct frame *f)
869 Display *dpy = FRAME_X_DISPLAY (f);
870 static char const no_data[] = { 0 };
871 Pixmap pix;
872 XColor col;
873 Cursor c;
875 x_catch_errors (dpy);
876 pix = XCreateBitmapFromData (dpy, FRAME_X_DISPLAY_INFO (f)->root_window,
877 no_data, 1, 1);
878 if (! x_had_errors_p (dpy) && pix != None)
880 col.pixel = 0;
881 col.red = col.green = col.blue = 0;
882 col.flags = DoRed | DoGreen | DoBlue;
883 c = XCreatePixmapCursor (dpy, pix, pix, &col, &col, 0, 0);
884 if (x_had_errors_p (dpy) || c == None)
885 c = 0;
886 XFreePixmap (dpy, pix);
889 x_uncatch_errors ();
891 return c;
894 void
895 x_set_mouse_color (struct frame *f, Lisp_Object arg, Lisp_Object oldval)
897 struct x_output *x = f->output_data.x;
898 Display *dpy = FRAME_X_DISPLAY (f);
899 Cursor cursor, nontext_cursor, mode_cursor, hand_cursor;
900 Cursor hourglass_cursor, horizontal_drag_cursor;
901 unsigned long pixel = x_decode_color (f, arg, BLACK_PIX_DEFAULT (f));
902 unsigned long mask_color = FRAME_BACKGROUND_PIXEL (f);
904 /* Don't let pointers be invisible. */
905 if (mask_color == pixel)
907 x_free_colors (f, &pixel, 1);
908 pixel = x_copy_color (f, FRAME_FOREGROUND_PIXEL (f));
911 unload_color (f, x->mouse_pixel);
912 x->mouse_pixel = pixel;
914 BLOCK_INPUT;
916 /* It's not okay to crash if the user selects a screwy cursor. */
917 x_catch_errors (dpy);
919 if (!NILP (Vx_pointer_shape))
921 CHECK_NUMBER (Vx_pointer_shape);
922 cursor = XCreateFontCursor (dpy, XINT (Vx_pointer_shape));
924 else
925 cursor = XCreateFontCursor (dpy, XC_xterm);
926 x_check_errors (dpy, "bad text pointer cursor: %s");
928 if (!NILP (Vx_nontext_pointer_shape))
930 CHECK_NUMBER (Vx_nontext_pointer_shape);
931 nontext_cursor
932 = XCreateFontCursor (dpy, XINT (Vx_nontext_pointer_shape));
934 else
935 nontext_cursor = XCreateFontCursor (dpy, XC_left_ptr);
936 x_check_errors (dpy, "bad nontext pointer cursor: %s");
938 if (!NILP (Vx_hourglass_pointer_shape))
940 CHECK_NUMBER (Vx_hourglass_pointer_shape);
941 hourglass_cursor
942 = XCreateFontCursor (dpy, XINT (Vx_hourglass_pointer_shape));
944 else
945 hourglass_cursor = XCreateFontCursor (dpy, XC_watch);
946 x_check_errors (dpy, "bad hourglass pointer cursor: %s");
948 if (!NILP (Vx_mode_pointer_shape))
950 CHECK_NUMBER (Vx_mode_pointer_shape);
951 mode_cursor = XCreateFontCursor (dpy, XINT (Vx_mode_pointer_shape));
953 else
954 mode_cursor = XCreateFontCursor (dpy, XC_xterm);
955 x_check_errors (dpy, "bad modeline pointer cursor: %s");
957 if (!NILP (Vx_sensitive_text_pointer_shape))
959 CHECK_NUMBER (Vx_sensitive_text_pointer_shape);
960 hand_cursor
961 = XCreateFontCursor (dpy, XINT (Vx_sensitive_text_pointer_shape));
963 else
964 hand_cursor = XCreateFontCursor (dpy, XC_hand2);
966 if (!NILP (Vx_window_horizontal_drag_shape))
968 CHECK_NUMBER (Vx_window_horizontal_drag_shape);
969 horizontal_drag_cursor
970 = XCreateFontCursor (dpy, XINT (Vx_window_horizontal_drag_shape));
972 else
973 horizontal_drag_cursor
974 = XCreateFontCursor (dpy, XC_sb_h_double_arrow);
976 /* Check and report errors with the above calls. */
977 x_check_errors (dpy, "can't set cursor shape: %s");
978 x_uncatch_errors ();
981 XColor fore_color, back_color;
983 fore_color.pixel = x->mouse_pixel;
984 x_query_color (f, &fore_color);
985 back_color.pixel = mask_color;
986 x_query_color (f, &back_color);
988 XRecolorCursor (dpy, cursor, &fore_color, &back_color);
989 XRecolorCursor (dpy, nontext_cursor, &fore_color, &back_color);
990 XRecolorCursor (dpy, mode_cursor, &fore_color, &back_color);
991 XRecolorCursor (dpy, hand_cursor, &fore_color, &back_color);
992 XRecolorCursor (dpy, hourglass_cursor, &fore_color, &back_color);
993 XRecolorCursor (dpy, horizontal_drag_cursor, &fore_color, &back_color);
996 if (FRAME_X_WINDOW (f) != 0)
997 XDefineCursor (dpy, FRAME_X_WINDOW (f),
998 f->output_data.x->current_cursor = cursor);
1000 if (FRAME_X_DISPLAY_INFO (f)->invisible_cursor == 0)
1001 FRAME_X_DISPLAY_INFO (f)->invisible_cursor = make_invisible_cursor (f);
1003 if (cursor != x->text_cursor
1004 && x->text_cursor != 0)
1005 XFreeCursor (dpy, x->text_cursor);
1006 x->text_cursor = cursor;
1008 if (nontext_cursor != x->nontext_cursor
1009 && x->nontext_cursor != 0)
1010 XFreeCursor (dpy, x->nontext_cursor);
1011 x->nontext_cursor = nontext_cursor;
1013 if (hourglass_cursor != x->hourglass_cursor
1014 && x->hourglass_cursor != 0)
1015 XFreeCursor (dpy, x->hourglass_cursor);
1016 x->hourglass_cursor = hourglass_cursor;
1018 if (mode_cursor != x->modeline_cursor
1019 && x->modeline_cursor != 0)
1020 XFreeCursor (dpy, f->output_data.x->modeline_cursor);
1021 x->modeline_cursor = mode_cursor;
1023 if (hand_cursor != x->hand_cursor
1024 && x->hand_cursor != 0)
1025 XFreeCursor (dpy, x->hand_cursor);
1026 x->hand_cursor = hand_cursor;
1028 if (horizontal_drag_cursor != x->horizontal_drag_cursor
1029 && x->horizontal_drag_cursor != 0)
1030 XFreeCursor (dpy, x->horizontal_drag_cursor);
1031 x->horizontal_drag_cursor = horizontal_drag_cursor;
1033 XFlush (dpy);
1034 UNBLOCK_INPUT;
1036 update_face_from_frame_parameter (f, Qmouse_color, arg);
1039 void
1040 x_set_cursor_color (struct frame *f, Lisp_Object arg, Lisp_Object oldval)
1042 unsigned long fore_pixel, pixel;
1043 int fore_pixel_allocated_p = 0, pixel_allocated_p = 0;
1044 struct x_output *x = f->output_data.x;
1046 if (!NILP (Vx_cursor_fore_pixel))
1048 fore_pixel = x_decode_color (f, Vx_cursor_fore_pixel,
1049 WHITE_PIX_DEFAULT (f));
1050 fore_pixel_allocated_p = 1;
1052 else
1053 fore_pixel = FRAME_BACKGROUND_PIXEL (f);
1055 pixel = x_decode_color (f, arg, BLACK_PIX_DEFAULT (f));
1056 pixel_allocated_p = 1;
1058 /* Make sure that the cursor color differs from the background color. */
1059 if (pixel == FRAME_BACKGROUND_PIXEL (f))
1061 if (pixel_allocated_p)
1063 x_free_colors (f, &pixel, 1);
1064 pixel_allocated_p = 0;
1067 pixel = x->mouse_pixel;
1068 if (pixel == fore_pixel)
1070 if (fore_pixel_allocated_p)
1072 x_free_colors (f, &fore_pixel, 1);
1073 fore_pixel_allocated_p = 0;
1075 fore_pixel = FRAME_BACKGROUND_PIXEL (f);
1079 unload_color (f, x->cursor_foreground_pixel);
1080 if (!fore_pixel_allocated_p)
1081 fore_pixel = x_copy_color (f, fore_pixel);
1082 x->cursor_foreground_pixel = fore_pixel;
1084 unload_color (f, x->cursor_pixel);
1085 if (!pixel_allocated_p)
1086 pixel = x_copy_color (f, pixel);
1087 x->cursor_pixel = pixel;
1089 if (FRAME_X_WINDOW (f) != 0)
1091 BLOCK_INPUT;
1092 XSetBackground (FRAME_X_DISPLAY (f), x->cursor_gc, x->cursor_pixel);
1093 XSetForeground (FRAME_X_DISPLAY (f), x->cursor_gc, fore_pixel);
1094 UNBLOCK_INPUT;
1096 if (FRAME_VISIBLE_P (f))
1098 x_update_cursor (f, 0);
1099 x_update_cursor (f, 1);
1103 update_face_from_frame_parameter (f, Qcursor_color, arg);
1106 /* Set the border-color of frame F to pixel value PIX.
1107 Note that this does not fully take effect if done before
1108 F has an x-window. */
1110 void
1111 x_set_border_pixel (struct frame *f, int pix)
1113 unload_color (f, f->output_data.x->border_pixel);
1114 f->output_data.x->border_pixel = pix;
1116 if (FRAME_X_WINDOW (f) != 0 && f->border_width > 0)
1118 BLOCK_INPUT;
1119 XSetWindowBorder (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f),
1120 (unsigned long)pix);
1121 UNBLOCK_INPUT;
1123 if (FRAME_VISIBLE_P (f))
1124 redraw_frame (f);
1128 /* Set the border-color of frame F to value described by ARG.
1129 ARG can be a string naming a color.
1130 The border-color is used for the border that is drawn by the X server.
1131 Note that this does not fully take effect if done before
1132 F has an x-window; it must be redone when the window is created.
1134 Note: this is done in two routines because of the way X10 works.
1136 Note: under X11, this is normally the province of the window manager,
1137 and so emacs' border colors may be overridden. */
1139 void
1140 x_set_border_color (struct frame *f, Lisp_Object arg, Lisp_Object oldval)
1142 int pix;
1144 CHECK_STRING (arg);
1145 pix = x_decode_color (f, arg, BLACK_PIX_DEFAULT (f));
1146 x_set_border_pixel (f, pix);
1147 update_face_from_frame_parameter (f, Qborder_color, arg);
1151 void
1152 x_set_cursor_type (FRAME_PTR f, Lisp_Object arg, Lisp_Object oldval)
1154 set_frame_cursor_types (f, arg);
1156 /* Make sure the cursor gets redrawn. */
1157 cursor_type_changed = 1;
1160 void
1161 x_set_icon_type (struct frame *f, Lisp_Object arg, Lisp_Object oldval)
1163 int result;
1165 if (STRINGP (arg))
1167 if (STRINGP (oldval) && EQ (Fstring_equal (oldval, arg), Qt))
1168 return;
1170 else if (!STRINGP (oldval) && EQ (oldval, Qnil) == EQ (arg, Qnil))
1171 return;
1173 BLOCK_INPUT;
1174 if (NILP (arg))
1175 result = x_text_icon (f,
1176 (char *) SDATA ((!NILP (f->icon_name)
1177 ? f->icon_name
1178 : f->name)));
1179 else
1180 result = x_bitmap_icon (f, arg);
1182 if (result)
1184 UNBLOCK_INPUT;
1185 error ("No icon window available");
1188 XFlush (FRAME_X_DISPLAY (f));
1189 UNBLOCK_INPUT;
1192 void
1193 x_set_icon_name (struct frame *f, Lisp_Object arg, Lisp_Object oldval)
1195 int result;
1197 if (STRINGP (arg))
1199 if (STRINGP (oldval) && EQ (Fstring_equal (oldval, arg), Qt))
1200 return;
1202 else if (!NILP (arg) || NILP (oldval))
1203 return;
1205 f->icon_name = arg;
1207 if (f->output_data.x->icon_bitmap != 0)
1208 return;
1210 BLOCK_INPUT;
1212 result = x_text_icon (f,
1213 (char *) SDATA ((!NILP (f->icon_name)
1214 ? f->icon_name
1215 : !NILP (f->title)
1216 ? f->title
1217 : f->name)));
1219 if (result)
1221 UNBLOCK_INPUT;
1222 error ("No icon window available");
1225 XFlush (FRAME_X_DISPLAY (f));
1226 UNBLOCK_INPUT;
1230 void
1231 x_set_menu_bar_lines (struct frame *f, Lisp_Object value, Lisp_Object oldval)
1233 int nlines;
1234 #if ! defined (USE_X_TOOLKIT) && ! defined (USE_GTK)
1235 int olines = FRAME_MENU_BAR_LINES (f);
1236 #endif
1238 /* Right now, menu bars don't work properly in minibuf-only frames;
1239 most of the commands try to apply themselves to the minibuffer
1240 frame itself, and get an error because you can't switch buffers
1241 in or split the minibuffer window. */
1242 if (FRAME_MINIBUF_ONLY_P (f))
1243 return;
1245 if (INTEGERP (value))
1246 nlines = XINT (value);
1247 else
1248 nlines = 0;
1250 /* Make sure we redisplay all windows in this frame. */
1251 windows_or_buffers_changed++;
1253 #if defined (USE_X_TOOLKIT) || defined (USE_GTK)
1254 FRAME_MENU_BAR_LINES (f) = 0;
1255 if (nlines)
1257 FRAME_EXTERNAL_MENU_BAR (f) = 1;
1258 if (FRAME_X_P (f) && f->output_data.x->menubar_widget == 0)
1259 /* Make sure next redisplay shows the menu bar. */
1260 XWINDOW (FRAME_SELECTED_WINDOW (f))->update_mode_line = Qt;
1262 else
1264 if (FRAME_EXTERNAL_MENU_BAR (f) == 1)
1265 free_frame_menubar (f);
1266 FRAME_EXTERNAL_MENU_BAR (f) = 0;
1267 if (FRAME_X_P (f))
1268 f->output_data.x->menubar_widget = 0;
1270 #else /* not USE_X_TOOLKIT && not USE_GTK */
1271 FRAME_MENU_BAR_LINES (f) = nlines;
1272 change_window_heights (f->root_window, nlines - olines);
1274 /* If the menu bar height gets changed, the internal border below
1275 the top margin has to be cleared. Also, if the menu bar gets
1276 larger, the area for the added lines has to be cleared except for
1277 the first menu bar line that is to be drawn later. */
1278 if (nlines != olines)
1280 int height = FRAME_INTERNAL_BORDER_WIDTH (f);
1281 int width = FRAME_PIXEL_WIDTH (f);
1282 int y;
1284 /* height can be zero here. */
1285 if (height > 0 && width > 0)
1287 y = FRAME_TOP_MARGIN_HEIGHT (f);
1289 BLOCK_INPUT;
1290 x_clear_area (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f),
1291 0, y, width, height, False);
1292 UNBLOCK_INPUT;
1295 if (nlines > 1 && nlines > olines)
1297 y = (olines == 0 ? 1 : olines) * FRAME_LINE_HEIGHT (f);
1298 height = nlines * FRAME_LINE_HEIGHT (f) - y;
1300 BLOCK_INPUT;
1301 x_clear_area (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f),
1302 0, y, width, height, False);
1303 UNBLOCK_INPUT;
1306 if (nlines == 0 && WINDOWP (f->menu_bar_window))
1307 clear_glyph_matrix (XWINDOW (f->menu_bar_window)->current_matrix);
1309 #endif /* not USE_X_TOOLKIT && not USE_GTK */
1310 adjust_glyphs (f);
1314 /* Set the number of lines used for the tool bar of frame F to VALUE.
1315 VALUE not an integer, or < 0 means set the lines to zero. OLDVAL
1316 is the old number of tool bar lines. This function changes the
1317 height of all windows on frame F to match the new tool bar height.
1318 The frame's height doesn't change. */
1320 void
1321 x_set_tool_bar_lines (struct frame *f, Lisp_Object value, Lisp_Object oldval)
1323 int delta, nlines, root_height;
1324 Lisp_Object root_window;
1326 /* Treat tool bars like menu bars. */
1327 if (FRAME_MINIBUF_ONLY_P (f))
1328 return;
1330 /* Use VALUE only if an integer >= 0. */
1331 if (INTEGERP (value) && XINT (value) >= 0)
1332 nlines = XFASTINT (value);
1333 else
1334 nlines = 0;
1336 #ifdef USE_GTK
1337 FRAME_TOOL_BAR_LINES (f) = 0;
1338 if (nlines)
1340 FRAME_EXTERNAL_TOOL_BAR (f) = 1;
1341 if (FRAME_X_P (f) && f->output_data.x->toolbar_widget == 0)
1342 /* Make sure next redisplay shows the tool bar. */
1343 XWINDOW (FRAME_SELECTED_WINDOW (f))->update_mode_line = Qt;
1344 update_frame_tool_bar (f);
1346 else
1348 if (FRAME_EXTERNAL_TOOL_BAR (f))
1349 free_frame_tool_bar (f);
1350 FRAME_EXTERNAL_TOOL_BAR (f) = 0;
1353 return;
1354 #endif
1356 /* Make sure we redisplay all windows in this frame. */
1357 ++windows_or_buffers_changed;
1359 delta = nlines - FRAME_TOOL_BAR_LINES (f);
1361 /* Don't resize the tool-bar to more than we have room for. */
1362 root_window = FRAME_ROOT_WINDOW (f);
1363 root_height = WINDOW_TOTAL_LINES (XWINDOW (root_window));
1364 if (root_height - delta < 1)
1366 delta = root_height - 1;
1367 nlines = FRAME_TOOL_BAR_LINES (f) + delta;
1370 FRAME_TOOL_BAR_LINES (f) = nlines;
1371 change_window_heights (root_window, delta);
1372 adjust_glyphs (f);
1374 /* We also have to make sure that the internal border at the top of
1375 the frame, below the menu bar or tool bar, is redrawn when the
1376 tool bar disappears. This is so because the internal border is
1377 below the tool bar if one is displayed, but is below the menu bar
1378 if there isn't a tool bar. The tool bar draws into the area
1379 below the menu bar. */
1380 if (FRAME_X_WINDOW (f) && FRAME_TOOL_BAR_LINES (f) == 0)
1382 clear_frame (f);
1383 clear_current_matrices (f);
1386 /* If the tool bar gets smaller, the internal border below it
1387 has to be cleared. It was formerly part of the display
1388 of the larger tool bar, and updating windows won't clear it. */
1389 if (delta < 0)
1391 int height = FRAME_INTERNAL_BORDER_WIDTH (f);
1392 int width = FRAME_PIXEL_WIDTH (f);
1393 int y = (FRAME_MENU_BAR_LINES (f) + nlines) * FRAME_LINE_HEIGHT (f);
1395 /* height can be zero here. */
1396 if (height > 0 && width > 0)
1398 BLOCK_INPUT;
1399 x_clear_area (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f),
1400 0, y, width, height, False);
1401 UNBLOCK_INPUT;
1404 if (WINDOWP (f->tool_bar_window))
1405 clear_glyph_matrix (XWINDOW (f->tool_bar_window)->current_matrix);
1410 /* Set the foreground color for scroll bars on frame F to VALUE.
1411 VALUE should be a string, a color name. If it isn't a string or
1412 isn't a valid color name, do nothing. OLDVAL is the old value of
1413 the frame parameter. */
1415 void
1416 x_set_scroll_bar_foreground (struct frame *f, Lisp_Object value, Lisp_Object oldval)
1418 unsigned long pixel;
1420 if (STRINGP (value))
1421 pixel = x_decode_color (f, value, BLACK_PIX_DEFAULT (f));
1422 else
1423 pixel = -1;
1425 if (f->output_data.x->scroll_bar_foreground_pixel != -1)
1426 unload_color (f, f->output_data.x->scroll_bar_foreground_pixel);
1428 f->output_data.x->scroll_bar_foreground_pixel = pixel;
1429 if (FRAME_X_WINDOW (f) && FRAME_VISIBLE_P (f))
1431 /* Remove all scroll bars because they have wrong colors. */
1432 if (FRAME_TERMINAL (f)->condemn_scroll_bars_hook)
1433 (*FRAME_TERMINAL (f)->condemn_scroll_bars_hook) (f);
1434 if (FRAME_TERMINAL (f)->judge_scroll_bars_hook)
1435 (*FRAME_TERMINAL (f)->judge_scroll_bars_hook) (f);
1437 update_face_from_frame_parameter (f, Qscroll_bar_foreground, value);
1438 redraw_frame (f);
1443 /* Set the background color for scroll bars on frame F to VALUE VALUE
1444 should be a string, a color name. If it isn't a string or isn't a
1445 valid color name, do nothing. OLDVAL is the old value of the frame
1446 parameter. */
1448 void
1449 x_set_scroll_bar_background (struct frame *f, Lisp_Object value, Lisp_Object oldval)
1451 unsigned long pixel;
1453 if (STRINGP (value))
1454 pixel = x_decode_color (f, value, WHITE_PIX_DEFAULT (f));
1455 else
1456 pixel = -1;
1458 if (f->output_data.x->scroll_bar_background_pixel != -1)
1459 unload_color (f, f->output_data.x->scroll_bar_background_pixel);
1461 #ifdef USE_TOOLKIT_SCROLL_BARS
1462 /* Scrollbar shadow colors. */
1463 if (f->output_data.x->scroll_bar_top_shadow_pixel != -1)
1465 unload_color (f, f->output_data.x->scroll_bar_top_shadow_pixel);
1466 f->output_data.x->scroll_bar_top_shadow_pixel = -1;
1468 if (f->output_data.x->scroll_bar_bottom_shadow_pixel != -1)
1470 unload_color (f, f->output_data.x->scroll_bar_bottom_shadow_pixel);
1471 f->output_data.x->scroll_bar_bottom_shadow_pixel = -1;
1473 #endif /* USE_TOOLKIT_SCROLL_BARS */
1475 f->output_data.x->scroll_bar_background_pixel = pixel;
1476 if (FRAME_X_WINDOW (f) && FRAME_VISIBLE_P (f))
1478 /* Remove all scroll bars because they have wrong colors. */
1479 if (FRAME_TERMINAL (f)->condemn_scroll_bars_hook)
1480 (*FRAME_TERMINAL (f)->condemn_scroll_bars_hook) (f);
1481 if (FRAME_TERMINAL (f)->judge_scroll_bars_hook)
1482 (*FRAME_TERMINAL (f)->judge_scroll_bars_hook) (f);
1484 update_face_from_frame_parameter (f, Qscroll_bar_background, value);
1485 redraw_frame (f);
1490 /* Encode Lisp string STRING as a text in a format appropriate for
1491 XICCC (X Inter Client Communication Conventions).
1493 This can call Lisp code, so callers must GCPRO.
1495 If STRING contains only ASCII characters, do no conversion and
1496 return the string data of STRING. Otherwise, encode the text by
1497 CODING_SYSTEM, and return a newly allocated memory area which
1498 should be freed by `xfree' by a caller.
1500 SELECTIONP non-zero means the string is being encoded for an X
1501 selection, so it is safe to run pre-write conversions (which
1502 may run Lisp code).
1504 Store the byte length of resulting text in *TEXT_BYTES.
1506 If the text contains only ASCII and Latin-1, store 1 in *STRING_P,
1507 which means that the `encoding' of the result can be `STRING'.
1508 Otherwise store 0 in *STRINGP, which means that the `encoding' of
1509 the result should be `COMPOUND_TEXT'. */
1511 static unsigned char *
1512 x_encode_text (Lisp_Object string, Lisp_Object coding_system, int selectionp, int *text_bytes, int *stringp, int *freep)
1514 int result = string_xstring_p (string);
1515 struct coding_system coding;
1517 if (result == 0)
1519 /* No multibyte character in OBJ. We need not encode it. */
1520 *text_bytes = SBYTES (string);
1521 *stringp = 1;
1522 *freep = 0;
1523 return SDATA (string);
1526 setup_coding_system (coding_system, &coding);
1527 coding.mode |= (CODING_MODE_SAFE_ENCODING | CODING_MODE_LAST_BLOCK);
1528 /* We suppress producing escape sequences for composition. */
1529 coding.common_flags &= ~CODING_ANNOTATION_MASK;
1530 coding.dst_bytes = SCHARS (string) * 2;
1531 coding.destination = (unsigned char *) xmalloc (coding.dst_bytes);
1532 encode_coding_object (&coding, string, 0, 0,
1533 SCHARS (string), SBYTES (string), Qnil);
1534 *text_bytes = coding.produced;
1535 *stringp = (result == 1 || !EQ (coding_system, Qcompound_text));
1536 *freep = 1;
1537 return coding.destination;
1541 /* Set the WM name to NAME for frame F. Also set the icon name.
1542 If the frame already has an icon name, use that, otherwise set the
1543 icon name to NAME. */
1545 static void
1546 x_set_name_internal (FRAME_PTR f, Lisp_Object name)
1548 if (FRAME_X_WINDOW (f))
1550 BLOCK_INPUT;
1552 XTextProperty text, icon;
1553 int bytes, stringp;
1554 int do_free_icon_value = 0, do_free_text_value = 0;
1555 Lisp_Object coding_system;
1556 Lisp_Object encoded_name;
1557 Lisp_Object encoded_icon_name;
1558 struct gcpro gcpro1;
1560 /* As ENCODE_UTF_8 may cause GC and relocation of string data,
1561 we use it before x_encode_text that may return string data. */
1562 GCPRO1 (name);
1563 encoded_name = ENCODE_UTF_8 (name);
1564 UNGCPRO;
1566 coding_system = Qcompound_text;
1567 /* Note: Encoding strategy
1569 We encode NAME by compound-text and use "COMPOUND-TEXT" in
1570 text.encoding. But, there are non-internationalized window
1571 managers which don't support that encoding. So, if NAME
1572 contains only ASCII and 8859-1 characters, encode it by
1573 iso-latin-1, and use "STRING" in text.encoding hoping that
1574 such window managers at least analyze this format correctly,
1575 i.e. treat 8-bit bytes as 8859-1 characters.
1577 We may also be able to use "UTF8_STRING" in text.encoding
1578 in the future which can encode all Unicode characters.
1579 But, for the moment, there's no way to know that the
1580 current window manager supports it or not.
1582 Either way, we also set the _NET_WM_NAME and _NET_WM_ICON_NAME
1583 properties. Per the EWMH specification, those two properties
1584 are always UTF8_STRING. This matches what gtk_window_set_title()
1585 does in the USE_GTK case. */
1586 text.value = x_encode_text (name, coding_system, 0, &bytes, &stringp,
1587 &do_free_text_value);
1588 text.encoding = (stringp ? XA_STRING
1589 : FRAME_X_DISPLAY_INFO (f)->Xatom_COMPOUND_TEXT);
1590 text.format = 8;
1591 text.nitems = bytes;
1593 if (!STRINGP (f->icon_name))
1595 icon = text;
1596 encoded_icon_name = encoded_name;
1598 else
1600 /* See the above comment "Note: Encoding strategy". */
1601 icon.value = x_encode_text (f->icon_name, coding_system, 0,
1602 &bytes, &stringp, &do_free_icon_value);
1603 icon.encoding = (stringp ? XA_STRING
1604 : FRAME_X_DISPLAY_INFO (f)->Xatom_COMPOUND_TEXT);
1605 icon.format = 8;
1606 icon.nitems = bytes;
1608 encoded_icon_name = ENCODE_UTF_8 (f->icon_name);
1611 #ifdef USE_GTK
1612 gtk_window_set_title (GTK_WINDOW (FRAME_GTK_OUTER_WIDGET (f)),
1613 (char *) SDATA (encoded_name));
1614 #else /* not USE_GTK */
1615 XSetWMName (FRAME_X_DISPLAY (f), FRAME_OUTER_WINDOW (f), &text);
1616 XChangeProperty (FRAME_X_DISPLAY (f), FRAME_OUTER_WINDOW (f),
1617 FRAME_X_DISPLAY_INFO (f)->Xatom_net_wm_name,
1618 FRAME_X_DISPLAY_INFO (f)->Xatom_UTF8_STRING,
1619 8, PropModeReplace,
1620 (char *) SDATA (encoded_name),
1621 SBYTES (encoded_name));
1622 #endif /* not USE_GTK */
1624 XSetWMIconName (FRAME_X_DISPLAY (f), FRAME_OUTER_WINDOW (f), &icon);
1625 XChangeProperty (FRAME_X_DISPLAY (f), FRAME_OUTER_WINDOW (f),
1626 FRAME_X_DISPLAY_INFO (f)->Xatom_net_wm_icon_name,
1627 FRAME_X_DISPLAY_INFO (f)->Xatom_UTF8_STRING,
1628 8, PropModeReplace,
1629 (char *) SDATA (encoded_icon_name),
1630 SBYTES (encoded_icon_name));
1632 if (do_free_icon_value)
1633 xfree (icon.value);
1634 if (do_free_text_value)
1635 xfree (text.value);
1637 UNBLOCK_INPUT;
1641 /* Change the name of frame F to NAME. If NAME is nil, set F's name to
1642 x_id_name.
1644 If EXPLICIT is non-zero, that indicates that lisp code is setting the
1645 name; if NAME is a string, set F's name to NAME and set
1646 F->explicit_name; if NAME is Qnil, then clear F->explicit_name.
1648 If EXPLICIT is zero, that indicates that Emacs redisplay code is
1649 suggesting a new name, which lisp code should override; if
1650 F->explicit_name is set, ignore the new name; otherwise, set it. */
1652 void
1653 x_set_name (struct frame *f, Lisp_Object name, int explicit)
1655 /* Make sure that requests from lisp code override requests from
1656 Emacs redisplay code. */
1657 if (explicit)
1659 /* If we're switching from explicit to implicit, we had better
1660 update the mode lines and thereby update the title. */
1661 if (f->explicit_name && NILP (name))
1662 update_mode_lines = 1;
1664 f->explicit_name = ! NILP (name);
1666 else if (f->explicit_name)
1667 return;
1669 /* If NAME is nil, set the name to the x_id_name. */
1670 if (NILP (name))
1672 /* Check for no change needed in this very common case
1673 before we do any consing. */
1674 if (!strcmp (FRAME_X_DISPLAY_INFO (f)->x_id_name,
1675 SDATA (f->name)))
1676 return;
1677 name = build_string (FRAME_X_DISPLAY_INFO (f)->x_id_name);
1679 else
1680 CHECK_STRING (name);
1682 /* Don't change the name if it's already NAME. */
1683 if (! NILP (Fstring_equal (name, f->name)))
1684 return;
1686 f->name = name;
1688 /* For setting the frame title, the title parameter should override
1689 the name parameter. */
1690 if (! NILP (f->title))
1691 name = f->title;
1693 x_set_name_internal (f, name);
1696 /* This function should be called when the user's lisp code has
1697 specified a name for the frame; the name will override any set by the
1698 redisplay code. */
1699 void
1700 x_explicitly_set_name (FRAME_PTR f, Lisp_Object arg, Lisp_Object oldval)
1702 x_set_name (f, arg, 1);
1705 /* This function should be called by Emacs redisplay code to set the
1706 name; names set this way will never override names set by the user's
1707 lisp code. */
1708 void
1709 x_implicitly_set_name (FRAME_PTR f, Lisp_Object arg, Lisp_Object oldval)
1711 x_set_name (f, arg, 0);
1714 /* Change the title of frame F to NAME.
1715 If NAME is nil, use the frame name as the title. */
1717 void
1718 x_set_title (struct frame *f, Lisp_Object name, Lisp_Object old_name)
1720 /* Don't change the title if it's already NAME. */
1721 if (EQ (name, f->title))
1722 return;
1724 update_mode_lines = 1;
1726 f->title = name;
1728 if (NILP (name))
1729 name = f->name;
1730 else
1731 CHECK_STRING (name);
1733 x_set_name_internal (f, name);
1736 void
1737 x_set_scroll_bar_default_width (struct frame *f)
1739 int wid = FRAME_COLUMN_WIDTH (f);
1741 #ifdef USE_TOOLKIT_SCROLL_BARS
1742 /* A minimum width of 14 doesn't look good for toolkit scroll bars. */
1743 int width = 16 + 2 * VERTICAL_SCROLL_BAR_WIDTH_TRIM;
1744 FRAME_CONFIG_SCROLL_BAR_COLS (f) = (width + wid - 1) / wid;
1745 FRAME_CONFIG_SCROLL_BAR_WIDTH (f) = width;
1746 #else
1747 /* Make the actual width at least 14 pixels and a multiple of a
1748 character width. */
1749 FRAME_CONFIG_SCROLL_BAR_COLS (f) = (14 + wid - 1) / wid;
1751 /* Use all of that space (aside from required margins) for the
1752 scroll bar. */
1753 FRAME_CONFIG_SCROLL_BAR_WIDTH (f) = 0;
1754 #endif
1758 /* Record in frame F the specified or default value according to ALIST
1759 of the parameter named PROP (a Lisp symbol). If no value is
1760 specified for PROP, look for an X default for XPROP on the frame
1761 named NAME. If that is not found either, use the value DEFLT. */
1763 static Lisp_Object
1764 x_default_scroll_bar_color_parameter (f, alist, prop, xprop, xclass,
1765 foreground_p)
1766 struct frame *f;
1767 Lisp_Object alist;
1768 Lisp_Object prop;
1769 char *xprop;
1770 char *xclass;
1771 int foreground_p;
1773 struct x_display_info *dpyinfo = FRAME_X_DISPLAY_INFO (f);
1774 Lisp_Object tem;
1776 tem = x_get_arg (dpyinfo, alist, prop, xprop, xclass, RES_TYPE_STRING);
1777 if (EQ (tem, Qunbound))
1779 #ifdef USE_TOOLKIT_SCROLL_BARS
1781 /* See if an X resource for the scroll bar color has been
1782 specified. */
1783 tem = display_x_get_resource (dpyinfo,
1784 build_string (foreground_p
1785 ? "foreground"
1786 : "background"),
1787 empty_unibyte_string,
1788 build_string ("verticalScrollBar"),
1789 empty_unibyte_string);
1790 if (!STRINGP (tem))
1792 /* If nothing has been specified, scroll bars will use a
1793 toolkit-dependent default. Because these defaults are
1794 difficult to get at without actually creating a scroll
1795 bar, use nil to indicate that no color has been
1796 specified. */
1797 tem = Qnil;
1800 #else /* not USE_TOOLKIT_SCROLL_BARS */
1802 tem = Qnil;
1804 #endif /* not USE_TOOLKIT_SCROLL_BARS */
1807 x_set_frame_parameters (f, Fcons (Fcons (prop, tem), Qnil));
1808 return tem;
1814 #ifdef USE_X_TOOLKIT
1816 /* If the WM_PROTOCOLS property does not already contain WM_TAKE_FOCUS,
1817 WM_DELETE_WINDOW, and WM_SAVE_YOURSELF, then add them. (They may
1818 already be present because of the toolkit (Motif adds some of them,
1819 for example, but Xt doesn't). */
1821 static void
1822 hack_wm_protocols (f, widget)
1823 FRAME_PTR f;
1824 Widget widget;
1826 Display *dpy = XtDisplay (widget);
1827 Window w = XtWindow (widget);
1828 int need_delete = 1;
1829 int need_focus = 1;
1830 int need_save = 1;
1832 BLOCK_INPUT;
1834 Atom type;
1835 unsigned char *catoms;
1836 int format = 0;
1837 unsigned long nitems = 0;
1838 unsigned long bytes_after;
1840 if ((XGetWindowProperty (dpy, w,
1841 FRAME_X_DISPLAY_INFO (f)->Xatom_wm_protocols,
1842 (long)0, (long)100, False, XA_ATOM,
1843 &type, &format, &nitems, &bytes_after,
1844 &catoms)
1845 == Success)
1846 && format == 32 && type == XA_ATOM)
1848 Atom *atoms = (Atom *) catoms;
1849 while (nitems > 0)
1851 nitems--;
1852 if (atoms[nitems]
1853 == FRAME_X_DISPLAY_INFO (f)->Xatom_wm_delete_window)
1854 need_delete = 0;
1855 else if (atoms[nitems]
1856 == FRAME_X_DISPLAY_INFO (f)->Xatom_wm_take_focus)
1857 need_focus = 0;
1858 else if (atoms[nitems]
1859 == FRAME_X_DISPLAY_INFO (f)->Xatom_wm_save_yourself)
1860 need_save = 0;
1863 if (catoms)
1864 XFree (catoms);
1867 Atom props [10];
1868 int count = 0;
1869 if (need_delete)
1870 props[count++] = FRAME_X_DISPLAY_INFO (f)->Xatom_wm_delete_window;
1871 if (need_focus)
1872 props[count++] = FRAME_X_DISPLAY_INFO (f)->Xatom_wm_take_focus;
1873 if (need_save)
1874 props[count++] = FRAME_X_DISPLAY_INFO (f)->Xatom_wm_save_yourself;
1875 if (count)
1876 XChangeProperty (dpy, w, FRAME_X_DISPLAY_INFO (f)->Xatom_wm_protocols,
1877 XA_ATOM, 32, PropModeAppend,
1878 (unsigned char *) props, count);
1880 UNBLOCK_INPUT;
1882 #endif
1886 /* Support routines for XIC (X Input Context). */
1888 #ifdef HAVE_X_I18N
1890 static XFontSet xic_create_xfontset (struct frame *);
1891 static XIMStyle best_xim_style (XIMStyles *, XIMStyles *);
1894 /* Supported XIM styles, ordered by preference. */
1896 static XIMStyle supported_xim_styles[] =
1898 XIMPreeditPosition | XIMStatusArea,
1899 XIMPreeditPosition | XIMStatusNothing,
1900 XIMPreeditPosition | XIMStatusNone,
1901 XIMPreeditNothing | XIMStatusArea,
1902 XIMPreeditNothing | XIMStatusNothing,
1903 XIMPreeditNothing | XIMStatusNone,
1904 XIMPreeditNone | XIMStatusArea,
1905 XIMPreeditNone | XIMStatusNothing,
1906 XIMPreeditNone | XIMStatusNone,
1911 /* Create an X fontset on frame F with base font name BASE_FONTNAME. */
1913 char xic_defaut_fontset[] = "-*-*-*-r-normal--14-*-*-*-*-*-*-*";
1915 /* Create an Xt fontset spec from the name of a base font.
1916 If `motif' is True use the Motif syntax. */
1917 char *
1918 xic_create_fontsetname (char *base_fontname, int motif)
1920 const char *sep = motif ? ";" : ",";
1921 char *fontsetname;
1923 /* Make a fontset name from the base font name. */
1924 if (xic_defaut_fontset == base_fontname)
1925 { /* There is no base font name, use the default. */
1926 int len = strlen (base_fontname) + 2;
1927 fontsetname = xmalloc (len);
1928 memset (fontsetname, 0, len);
1929 strcpy (fontsetname, base_fontname);
1931 else
1933 /* Make a fontset name from the base font name.
1934 The font set will be made of the following elements:
1935 - the base font.
1936 - the base font where the charset spec is replaced by -*-*.
1937 - the same but with the family also replaced with -*-*-. */
1938 char *p = base_fontname;
1939 int i;
1941 for (i = 0; *p; p++)
1942 if (*p == '-') i++;
1943 if (i != 14)
1944 { /* As the font name doesn't conform to XLFD, we can't
1945 modify it to generalize it to allcs and allfamilies.
1946 Use the specified font plus the default. */
1947 int len = strlen (base_fontname) + strlen (xic_defaut_fontset) + 3;
1948 fontsetname = xmalloc (len);
1949 memset (fontsetname, 0, len);
1950 strcpy (fontsetname, base_fontname);
1951 strcat (fontsetname, sep);
1952 strcat (fontsetname, xic_defaut_fontset);
1954 else
1956 int len;
1957 char *p1 = NULL, *p2 = NULL, *p3 = NULL;
1958 char *font_allcs = NULL;
1959 char *font_allfamilies = NULL;
1960 char *font_all = NULL;
1961 char *allcs = "*-*-*-*-*-*-*";
1962 char *allfamilies = "-*-*-";
1963 char *all = "*-*-*-*-";
1964 char *base;
1966 for (i = 0, p = base_fontname; i < 8; p++)
1968 if (*p == '-')
1970 i++;
1971 if (i == 3)
1972 p1 = p + 1;
1973 else if (i == 7)
1974 p2 = p + 1;
1975 else if (i == 6)
1976 p3 = p + 1;
1979 /* If base_fontname specifies ADSTYLE, make it a
1980 wildcard. */
1981 if (*p3 != '*')
1983 int diff = (p2 - p3) - 2;
1985 base = alloca (strlen (base_fontname) + 1);
1986 memcpy (base, base_fontname, p3 - base_fontname);
1987 base[p3 - base_fontname] = '*';
1988 base[(p3 - base_fontname) + 1] = '-';
1989 strcpy (base + (p3 - base_fontname) + 2, p2);
1990 p = base + (p - base_fontname) - diff;
1991 p1 = base + (p1 - base_fontname);
1992 p2 = base + (p2 - base_fontname) - diff;
1993 base_fontname = base;
1996 /* Build the font spec that matches all charsets. */
1997 len = p - base_fontname + strlen (allcs) + 1;
1998 font_allcs = (char *) alloca (len);
1999 memset (font_allcs, 0, len);
2000 memcpy (font_allcs, base_fontname, p - base_fontname);
2001 strcat (font_allcs, allcs);
2003 /* Build the font spec that matches all families and
2004 add-styles. */
2005 len = p - p1 + strlen (allcs) + strlen (allfamilies) + 1;
2006 font_allfamilies = (char *) alloca (len);
2007 memset (font_allfamilies, 0, len);
2008 strcpy (font_allfamilies, allfamilies);
2009 memcpy (font_allfamilies + strlen (allfamilies), p1, p - p1);
2010 strcat (font_allfamilies, allcs);
2012 /* Build the font spec that matches all. */
2013 len = p - p2 + strlen (allcs) + strlen (all) + strlen (allfamilies) + 1;
2014 font_all = (char *) alloca (len);
2015 memset (font_all, 0, len);
2016 strcpy (font_all, allfamilies);
2017 strcat (font_all, all);
2018 memcpy (font_all + strlen (all) + strlen (allfamilies), p2, p - p2);
2019 strcat (font_all, allcs);
2021 /* Build the actual font set name. */
2022 len = strlen (base_fontname) + strlen (font_allcs)
2023 + strlen (font_allfamilies) + strlen (font_all) + 5;
2024 fontsetname = xmalloc (len);
2025 memset (fontsetname, 0, len);
2026 strcpy (fontsetname, base_fontname);
2027 strcat (fontsetname, sep);
2028 strcat (fontsetname, font_allcs);
2029 strcat (fontsetname, sep);
2030 strcat (fontsetname, font_allfamilies);
2031 strcat (fontsetname, sep);
2032 strcat (fontsetname, font_all);
2035 if (motif)
2036 strcat (fontsetname, ":");
2037 return fontsetname;
2040 #ifdef DEBUG_XIC_FONTSET
2041 static void
2042 print_fontset_result (xfs, name, missing_list, missing_count)
2043 XFontSet xfs;
2044 char *name;
2045 char **missing_list;
2046 int missing_count;
2048 if (xfs)
2049 fprintf (stderr, "XIC Fontset created: %s\n", name);
2050 else
2052 fprintf (stderr, "XIC Fontset failed: %s\n", name);
2053 while (missing_count-- > 0)
2055 fprintf (stderr, " missing: %s\n", *missing_list);
2056 missing_list++;
2061 #endif
2063 static XFontSet
2064 xic_create_xfontset (struct frame *f)
2066 XFontSet xfs = NULL;
2067 struct font *font = FRAME_FONT (f);
2068 int pixel_size = font->pixel_size;
2069 Lisp_Object rest, frame;
2071 /* See if there is another frame already using same fontset. */
2072 FOR_EACH_FRAME (rest, frame)
2074 struct frame *cf = XFRAME (frame);
2076 if (cf != f && FRAME_LIVE_P (f) && FRAME_X_P (cf)
2077 && FRAME_X_DISPLAY_INFO (cf) == FRAME_X_DISPLAY_INFO (f)
2078 && FRAME_FONT (f)
2079 && FRAME_FONT (f)->pixel_size == pixel_size)
2081 xfs = FRAME_XIC_FONTSET (cf);
2082 break;
2086 if (! xfs)
2088 char buf[256];
2089 char **missing_list;
2090 int missing_count;
2091 char *def_string;
2092 char *xlfd_format = "-*-*-medium-r-normal--%d-*-*-*-*-*";
2094 sprintf (buf, xlfd_format, pixel_size);
2095 missing_list = NULL;
2096 xfs = XCreateFontSet (FRAME_X_DISPLAY (f), buf,
2097 &missing_list, &missing_count, &def_string);
2098 #ifdef DEBUG_XIC_FONTSET
2099 print_fontset_result (xfs, buf, missing_list, missing_count);
2100 #endif
2101 if (missing_list)
2102 XFreeStringList (missing_list);
2103 if (! xfs)
2105 /* List of pixel sizes most likely available. Find one that
2106 is closest to pixel_size. */
2107 int sizes[] = {0, 8, 10, 11, 12, 14, 17, 18, 20, 24, 26, 34, 0};
2108 int *smaller, *larger;
2110 for (smaller = sizes; smaller[1]; smaller++)
2111 if (smaller[1] >= pixel_size)
2112 break;
2113 larger = smaller + 1;
2114 if (*larger == pixel_size)
2115 larger++;
2116 while (*smaller || *larger)
2118 int this_size;
2120 if (! *larger)
2121 this_size = *smaller--;
2122 else if (! *smaller)
2123 this_size = *larger++;
2124 else if (pixel_size - *smaller < *larger - pixel_size)
2125 this_size = *smaller--;
2126 else
2127 this_size = *larger++;
2128 sprintf (buf, xlfd_format, this_size);
2129 missing_list = NULL;
2130 xfs = XCreateFontSet (FRAME_X_DISPLAY (f), buf,
2131 &missing_list, &missing_count, &def_string);
2132 #ifdef DEBUG_XIC_FONTSET
2133 print_fontset_result (xfs, buf, missing_list, missing_count);
2134 #endif
2135 if (missing_list)
2136 XFreeStringList (missing_list);
2137 if (xfs)
2138 break;
2141 if (! xfs)
2143 char *last_resort = "-*-*-*-r-normal--*-*-*-*-*-*";
2145 missing_list = NULL;
2146 xfs = XCreateFontSet (FRAME_X_DISPLAY (f), last_resort,
2147 &missing_list, &missing_count, &def_string);
2148 #ifdef DEBUG_XIC_FONTSET
2149 print_fontset_result (xfs, last_resort, missing_list, missing_count);
2150 #endif
2151 if (missing_list)
2152 XFreeStringList (missing_list);
2157 return xfs;
2160 /* Free the X fontset of frame F if it is the last frame using it. */
2162 void
2163 xic_free_xfontset (struct frame *f)
2165 Lisp_Object rest, frame;
2166 int shared_p = 0;
2168 if (!FRAME_XIC_FONTSET (f))
2169 return;
2171 /* See if there is another frame sharing the same fontset. */
2172 FOR_EACH_FRAME (rest, frame)
2174 struct frame *cf = XFRAME (frame);
2175 if (cf != f && FRAME_LIVE_P (f) && FRAME_X_P (cf)
2176 && FRAME_X_DISPLAY_INFO (cf) == FRAME_X_DISPLAY_INFO (f)
2177 && FRAME_XIC_FONTSET (cf) == FRAME_XIC_FONTSET (f))
2179 shared_p = 1;
2180 break;
2184 if (!shared_p)
2185 /* The fontset is not used anymore. It is safe to free it. */
2186 XFreeFontSet (FRAME_X_DISPLAY (f), FRAME_XIC_FONTSET (f));
2188 if (FRAME_XIC_BASE_FONTNAME (f))
2189 xfree (FRAME_XIC_BASE_FONTNAME (f));
2190 FRAME_XIC_BASE_FONTNAME (f) = NULL;
2191 FRAME_XIC_FONTSET (f) = NULL;
2195 /* Value is the best input style, given user preferences USER (already
2196 checked to be supported by Emacs), and styles supported by the
2197 input method XIM. */
2199 static XIMStyle
2200 best_xim_style (XIMStyles *user, XIMStyles *xim)
2202 int i, j;
2204 for (i = 0; i < user->count_styles; ++i)
2205 for (j = 0; j < xim->count_styles; ++j)
2206 if (user->supported_styles[i] == xim->supported_styles[j])
2207 return user->supported_styles[i];
2209 /* Return the default style. */
2210 return XIMPreeditNothing | XIMStatusNothing;
2213 /* Create XIC for frame F. */
2215 static XIMStyle xic_style;
2217 void
2218 create_frame_xic (struct frame *f)
2220 XIM xim;
2221 XIC xic = NULL;
2222 XFontSet xfs = NULL;
2224 if (FRAME_XIC (f))
2225 return;
2227 /* Create X fontset. */
2228 xfs = xic_create_xfontset (f);
2229 xim = FRAME_X_XIM (f);
2230 if (xim)
2232 XRectangle s_area;
2233 XPoint spot;
2234 XVaNestedList preedit_attr;
2235 XVaNestedList status_attr;
2237 s_area.x = 0; s_area.y = 0; s_area.width = 1; s_area.height = 1;
2238 spot.x = 0; spot.y = 1;
2240 /* Determine XIC style. */
2241 if (xic_style == 0)
2243 XIMStyles supported_list;
2244 supported_list.count_styles = (sizeof supported_xim_styles
2245 / sizeof supported_xim_styles[0]);
2246 supported_list.supported_styles = supported_xim_styles;
2247 xic_style = best_xim_style (&supported_list,
2248 FRAME_X_XIM_STYLES (f));
2251 preedit_attr = XVaCreateNestedList (0,
2252 XNFontSet, xfs,
2253 XNForeground,
2254 FRAME_FOREGROUND_PIXEL (f),
2255 XNBackground,
2256 FRAME_BACKGROUND_PIXEL (f),
2257 (xic_style & XIMPreeditPosition
2258 ? XNSpotLocation
2259 : NULL),
2260 &spot,
2261 NULL);
2262 status_attr = XVaCreateNestedList (0,
2263 XNArea,
2264 &s_area,
2265 XNFontSet,
2266 xfs,
2267 XNForeground,
2268 FRAME_FOREGROUND_PIXEL (f),
2269 XNBackground,
2270 FRAME_BACKGROUND_PIXEL (f),
2271 NULL);
2273 xic = XCreateIC (xim,
2274 XNInputStyle, xic_style,
2275 XNClientWindow, FRAME_X_WINDOW (f),
2276 XNFocusWindow, FRAME_X_WINDOW (f),
2277 XNStatusAttributes, status_attr,
2278 XNPreeditAttributes, preedit_attr,
2279 NULL);
2280 XFree (preedit_attr);
2281 XFree (status_attr);
2284 FRAME_XIC (f) = xic;
2285 FRAME_XIC_STYLE (f) = xic_style;
2286 FRAME_XIC_FONTSET (f) = xfs;
2290 /* Destroy XIC and free XIC fontset of frame F, if any. */
2292 void
2293 free_frame_xic (struct frame *f)
2295 if (FRAME_XIC (f) == NULL)
2296 return;
2298 XDestroyIC (FRAME_XIC (f));
2299 xic_free_xfontset (f);
2301 FRAME_XIC (f) = NULL;
2305 /* Place preedit area for XIC of window W's frame to specified
2306 pixel position X/Y. X and Y are relative to window W. */
2308 void
2309 xic_set_preeditarea (struct window *w, int x, int y)
2311 struct frame *f = XFRAME (w->frame);
2312 XVaNestedList attr;
2313 XPoint spot;
2315 spot.x = WINDOW_TO_FRAME_PIXEL_X (w, x) + WINDOW_LEFT_FRINGE_WIDTH (w);
2316 spot.y = WINDOW_TO_FRAME_PIXEL_Y (w, y) + FONT_BASE (FRAME_FONT (f));
2317 attr = XVaCreateNestedList (0, XNSpotLocation, &spot, NULL);
2318 XSetICValues (FRAME_XIC (f), XNPreeditAttributes, attr, NULL);
2319 XFree (attr);
2323 /* Place status area for XIC in bottom right corner of frame F.. */
2325 void
2326 xic_set_statusarea (struct frame *f)
2328 XIC xic = FRAME_XIC (f);
2329 XVaNestedList attr;
2330 XRectangle area;
2331 XRectangle *needed;
2333 /* Negotiate geometry of status area. If input method has existing
2334 status area, use its current size. */
2335 area.x = area.y = area.width = area.height = 0;
2336 attr = XVaCreateNestedList (0, XNAreaNeeded, &area, NULL);
2337 XSetICValues (xic, XNStatusAttributes, attr, NULL);
2338 XFree (attr);
2340 attr = XVaCreateNestedList (0, XNAreaNeeded, &needed, NULL);
2341 XGetICValues (xic, XNStatusAttributes, attr, NULL);
2342 XFree (attr);
2344 if (needed->width == 0) /* Use XNArea instead of XNAreaNeeded */
2346 attr = XVaCreateNestedList (0, XNArea, &needed, NULL);
2347 XGetICValues (xic, XNStatusAttributes, attr, NULL);
2348 XFree (attr);
2351 area.width = needed->width;
2352 area.height = needed->height;
2353 area.x = FRAME_PIXEL_WIDTH (f) - area.width - FRAME_INTERNAL_BORDER_WIDTH (f);
2354 area.y = (FRAME_PIXEL_HEIGHT (f) - area.height
2355 - FRAME_MENUBAR_HEIGHT (f)
2356 - FRAME_TOOLBAR_HEIGHT (f)
2357 - FRAME_INTERNAL_BORDER_WIDTH (f));
2358 XFree (needed);
2360 attr = XVaCreateNestedList (0, XNArea, &area, NULL);
2361 XSetICValues (xic, XNStatusAttributes, attr, NULL);
2362 XFree (attr);
2366 /* Set X fontset for XIC of frame F, using base font name
2367 BASE_FONTNAME. Called when a new Emacs fontset is chosen. */
2369 void
2370 xic_set_xfontset (struct frame *f, char *base_fontname)
2372 XVaNestedList attr;
2373 XFontSet xfs;
2375 xic_free_xfontset (f);
2377 xfs = xic_create_xfontset (f);
2379 attr = XVaCreateNestedList (0, XNFontSet, xfs, NULL);
2380 if (FRAME_XIC_STYLE (f) & XIMPreeditPosition)
2381 XSetICValues (FRAME_XIC (f), XNPreeditAttributes, attr, NULL);
2382 if (FRAME_XIC_STYLE (f) & XIMStatusArea)
2383 XSetICValues (FRAME_XIC (f), XNStatusAttributes, attr, NULL);
2384 XFree (attr);
2386 FRAME_XIC_FONTSET (f) = xfs;
2389 #endif /* HAVE_X_I18N */
2393 #ifdef USE_X_TOOLKIT
2395 /* Create and set up the X widget for frame F. */
2397 static void
2398 x_window (f, window_prompting, minibuffer_only)
2399 struct frame *f;
2400 long window_prompting;
2401 int minibuffer_only;
2403 XClassHint class_hints;
2404 XSetWindowAttributes attributes;
2405 unsigned long attribute_mask;
2406 Widget shell_widget;
2407 Widget pane_widget;
2408 Widget frame_widget;
2409 Arg al [25];
2410 int ac;
2412 BLOCK_INPUT;
2414 /* Use the resource name as the top-level widget name
2415 for looking up resources. Make a non-Lisp copy
2416 for the window manager, so GC relocation won't bother it.
2418 Elsewhere we specify the window name for the window manager. */
2421 char *str = (char *) SDATA (Vx_resource_name);
2422 f->namebuf = (char *) xmalloc (strlen (str) + 1);
2423 strcpy (f->namebuf, str);
2426 ac = 0;
2427 XtSetArg (al[ac], XtNallowShellResize, 1); ac++;
2428 XtSetArg (al[ac], XtNinput, 1); ac++;
2429 XtSetArg (al[ac], XtNmappedWhenManaged, 0); ac++;
2430 XtSetArg (al[ac], XtNborderWidth, f->border_width); ac++;
2431 XtSetArg (al[ac], XtNvisual, FRAME_X_VISUAL (f)); ac++;
2432 XtSetArg (al[ac], XtNdepth, FRAME_X_DISPLAY_INFO (f)->n_planes); ac++;
2433 XtSetArg (al[ac], XtNcolormap, FRAME_X_COLORMAP (f)); ac++;
2434 shell_widget = XtAppCreateShell (f->namebuf, EMACS_CLASS,
2435 applicationShellWidgetClass,
2436 FRAME_X_DISPLAY (f), al, ac);
2438 f->output_data.x->widget = shell_widget;
2439 /* maybe_set_screen_title_format (shell_widget); */
2441 pane_widget = lw_create_widget ("main", "pane", widget_id_tick++,
2442 (widget_value *) NULL,
2443 shell_widget, False,
2444 (lw_callback) NULL,
2445 (lw_callback) NULL,
2446 (lw_callback) NULL,
2447 (lw_callback) NULL);
2449 ac = 0;
2450 XtSetArg (al[ac], XtNvisual, FRAME_X_VISUAL (f)); ac++;
2451 XtSetArg (al[ac], XtNdepth, FRAME_X_DISPLAY_INFO (f)->n_planes); ac++;
2452 XtSetArg (al[ac], XtNcolormap, FRAME_X_COLORMAP (f)); ac++;
2453 XtSetValues (pane_widget, al, ac);
2454 f->output_data.x->column_widget = pane_widget;
2456 /* mappedWhenManaged to false tells to the paned window to not map/unmap
2457 the emacs screen when changing menubar. This reduces flickering. */
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++;
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++;
2468 frame_widget = XtCreateWidget (f->namebuf, emacsFrameClass, pane_widget,
2469 al, ac);
2471 f->output_data.x->edit_widget = frame_widget;
2473 XtManageChild (frame_widget);
2475 /* Do some needed geometry management. */
2477 int len;
2478 char *tem, shell_position[32];
2479 Arg al[10];
2480 int ac = 0;
2481 int extra_borders = 0;
2482 int menubar_size
2483 = (f->output_data.x->menubar_widget
2484 ? (f->output_data.x->menubar_widget->core.height
2485 + f->output_data.x->menubar_widget->core.border_width)
2486 : 0);
2488 #if 0 /* Experimentally, we now get the right results
2489 for -geometry -0-0 without this. 24 Aug 96, rms. */
2490 if (FRAME_EXTERNAL_MENU_BAR (f))
2492 Dimension ibw = 0;
2493 XtVaGetValues (pane_widget, XtNinternalBorderWidth, &ibw, NULL);
2494 menubar_size += ibw;
2496 #endif
2498 f->output_data.x->menubar_height = menubar_size;
2500 #ifndef USE_LUCID
2501 /* Motif seems to need this amount added to the sizes
2502 specified for the shell widget. The Athena/Lucid widgets don't.
2503 Both conclusions reached experimentally. -- rms. */
2504 XtVaGetValues (f->output_data.x->edit_widget, XtNinternalBorderWidth,
2505 &extra_borders, NULL);
2506 extra_borders *= 2;
2507 #endif
2509 /* Convert our geometry parameters into a geometry string
2510 and specify it.
2511 Note that we do not specify here whether the position
2512 is a user-specified or program-specified one.
2513 We pass that information later, in x_wm_set_size_hints. */
2515 int left = f->left_pos;
2516 int xneg = window_prompting & XNegative;
2517 int top = f->top_pos;
2518 int yneg = window_prompting & YNegative;
2519 if (xneg)
2520 left = -left;
2521 if (yneg)
2522 top = -top;
2524 if (window_prompting & USPosition)
2525 sprintf (shell_position, "=%dx%d%c%d%c%d",
2526 FRAME_PIXEL_WIDTH (f) + extra_borders,
2527 FRAME_PIXEL_HEIGHT (f) + menubar_size + extra_borders,
2528 (xneg ? '-' : '+'), left,
2529 (yneg ? '-' : '+'), top);
2530 else
2532 sprintf (shell_position, "=%dx%d",
2533 FRAME_PIXEL_WIDTH (f) + extra_borders,
2534 FRAME_PIXEL_HEIGHT (f) + menubar_size + extra_borders);
2536 /* Setting x and y when the position is not specified in
2537 the geometry string will set program position in the WM hints.
2538 If Emacs had just one program position, we could set it in
2539 fallback resources, but since each make-frame call can specify
2540 different program positions, this is easier. */
2541 XtSetArg (al[ac], XtNx, left); ac++;
2542 XtSetArg (al[ac], XtNy, top); ac++;
2546 len = strlen (shell_position) + 1;
2547 /* We don't free this because we don't know whether
2548 it is safe to free it while the frame exists.
2549 It isn't worth the trouble of arranging to free it
2550 when the frame is deleted. */
2551 tem = (char *) xmalloc (len);
2552 strncpy (tem, shell_position, len);
2553 XtSetArg (al[ac], XtNgeometry, tem); ac++;
2554 XtSetValues (shell_widget, al, ac);
2557 XtManageChild (pane_widget);
2558 XtRealizeWidget (shell_widget);
2560 if (FRAME_X_EMBEDDED_P (f))
2561 XReparentWindow (FRAME_X_DISPLAY (f), XtWindow (shell_widget),
2562 f->output_data.x->parent_desc, 0, 0);
2564 FRAME_X_WINDOW (f) = XtWindow (frame_widget);
2566 validate_x_resource_name ();
2568 class_hints.res_name = (char *) SDATA (Vx_resource_name);
2569 class_hints.res_class = (char *) SDATA (Vx_resource_class);
2570 XSetClassHint (FRAME_X_DISPLAY (f), XtWindow (shell_widget), &class_hints);
2572 #ifdef HAVE_X_I18N
2573 FRAME_XIC (f) = NULL;
2574 if (use_xim)
2575 create_frame_xic (f);
2576 #endif
2578 f->output_data.x->wm_hints.input = True;
2579 f->output_data.x->wm_hints.flags |= InputHint;
2580 XSetWMHints (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f),
2581 &f->output_data.x->wm_hints);
2583 hack_wm_protocols (f, shell_widget);
2585 #ifdef HACK_EDITRES
2586 XtAddEventHandler (shell_widget, 0, True, _XEditResCheckMessages, 0);
2587 #endif
2589 /* Do a stupid property change to force the server to generate a
2590 PropertyNotify event so that the event_stream server timestamp will
2591 be initialized to something relevant to the time we created the window.
2593 XChangeProperty (XtDisplay (frame_widget), XtWindow (frame_widget),
2594 FRAME_X_DISPLAY_INFO (f)->Xatom_wm_protocols,
2595 XA_ATOM, 32, PropModeAppend,
2596 (unsigned char*) NULL, 0);
2598 /* Make all the standard events reach the Emacs frame. */
2599 attributes.event_mask = STANDARD_EVENT_SET;
2601 #ifdef HAVE_X_I18N
2602 if (FRAME_XIC (f))
2604 /* XIM server might require some X events. */
2605 unsigned long fevent = NoEventMask;
2606 XGetICValues (FRAME_XIC (f), XNFilterEvents, &fevent, NULL);
2607 attributes.event_mask |= fevent;
2609 #endif /* HAVE_X_I18N */
2611 attribute_mask = CWEventMask;
2612 XChangeWindowAttributes (XtDisplay (shell_widget), XtWindow (shell_widget),
2613 attribute_mask, &attributes);
2615 XtMapWidget (frame_widget);
2617 /* x_set_name normally ignores requests to set the name if the
2618 requested name is the same as the current name. This is the one
2619 place where that assumption isn't correct; f->name is set, but
2620 the X server hasn't been told. */
2622 Lisp_Object name;
2623 int explicit = f->explicit_name;
2625 f->explicit_name = 0;
2626 name = f->name;
2627 f->name = Qnil;
2628 x_set_name (f, name, explicit);
2631 XDefineCursor (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f),
2632 f->output_data.x->current_cursor
2633 = f->output_data.x->text_cursor);
2635 UNBLOCK_INPUT;
2637 /* This is a no-op, except under Motif. Make sure main areas are
2638 set to something reasonable, in case we get an error later. */
2639 lw_set_main_areas (pane_widget, 0, frame_widget);
2642 #else /* not USE_X_TOOLKIT */
2643 #ifdef USE_GTK
2644 void
2645 x_window (FRAME_PTR f)
2647 if (! xg_create_frame_widgets (f))
2648 error ("Unable to create window");
2650 #ifdef HAVE_X_I18N
2651 FRAME_XIC (f) = NULL;
2652 if (use_xim)
2654 BLOCK_INPUT;
2655 create_frame_xic (f);
2656 if (FRAME_XIC (f))
2658 /* XIM server might require some X events. */
2659 unsigned long fevent = NoEventMask;
2660 XGetICValues (FRAME_XIC (f), XNFilterEvents, &fevent, NULL);
2662 if (fevent != NoEventMask)
2664 XSetWindowAttributes attributes;
2665 XWindowAttributes wattr;
2666 unsigned long attribute_mask;
2668 XGetWindowAttributes (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f),
2669 &wattr);
2670 attributes.event_mask = wattr.your_event_mask | fevent;
2671 attribute_mask = CWEventMask;
2672 XChangeWindowAttributes (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f),
2673 attribute_mask, &attributes);
2676 UNBLOCK_INPUT;
2678 #endif
2681 #else /*! USE_GTK */
2682 /* Create and set up the X window for frame F. */
2684 void
2685 x_window (f)
2686 struct frame *f;
2689 XClassHint class_hints;
2690 XSetWindowAttributes attributes;
2691 unsigned long attribute_mask;
2693 attributes.background_pixel = FRAME_BACKGROUND_PIXEL (f);
2694 attributes.border_pixel = f->output_data.x->border_pixel;
2695 attributes.bit_gravity = StaticGravity;
2696 attributes.backing_store = NotUseful;
2697 attributes.save_under = True;
2698 attributes.event_mask = STANDARD_EVENT_SET;
2699 attributes.colormap = FRAME_X_COLORMAP (f);
2700 attribute_mask = (CWBackPixel | CWBorderPixel | CWBitGravity | CWEventMask
2701 | CWColormap);
2703 BLOCK_INPUT;
2704 FRAME_X_WINDOW (f)
2705 = XCreateWindow (FRAME_X_DISPLAY (f),
2706 f->output_data.x->parent_desc,
2707 f->left_pos,
2708 f->top_pos,
2709 FRAME_PIXEL_WIDTH (f), FRAME_PIXEL_HEIGHT (f),
2710 f->border_width,
2711 CopyFromParent, /* depth */
2712 InputOutput, /* class */
2713 FRAME_X_VISUAL (f),
2714 attribute_mask, &attributes);
2716 #ifdef HAVE_X_I18N
2717 if (use_xim)
2719 create_frame_xic (f);
2720 if (FRAME_XIC (f))
2722 /* XIM server might require some X events. */
2723 unsigned long fevent = NoEventMask;
2724 XGetICValues (FRAME_XIC (f), XNFilterEvents, &fevent, NULL);
2725 attributes.event_mask |= fevent;
2726 attribute_mask = CWEventMask;
2727 XChangeWindowAttributes (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f),
2728 attribute_mask, &attributes);
2731 #endif /* HAVE_X_I18N */
2733 validate_x_resource_name ();
2735 class_hints.res_name = (char *) SDATA (Vx_resource_name);
2736 class_hints.res_class = (char *) SDATA (Vx_resource_class);
2737 XSetClassHint (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f), &class_hints);
2739 /* The menubar is part of the ordinary display;
2740 it does not count in addition to the height of the window. */
2741 f->output_data.x->menubar_height = 0;
2743 /* This indicates that we use the "Passive Input" input model.
2744 Unless we do this, we don't get the Focus{In,Out} events that we
2745 need to draw the cursor correctly. Accursed bureaucrats.
2746 XWhipsAndChains (FRAME_X_DISPLAY (f), IronMaiden, &TheRack); */
2748 f->output_data.x->wm_hints.input = True;
2749 f->output_data.x->wm_hints.flags |= InputHint;
2750 XSetWMHints (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f),
2751 &f->output_data.x->wm_hints);
2752 f->output_data.x->wm_hints.icon_pixmap = None;
2754 /* Request "save yourself" and "delete window" commands from wm. */
2756 Atom protocols[2];
2757 protocols[0] = FRAME_X_DISPLAY_INFO (f)->Xatom_wm_delete_window;
2758 protocols[1] = FRAME_X_DISPLAY_INFO (f)->Xatom_wm_save_yourself;
2759 XSetWMProtocols (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f), protocols, 2);
2762 /* x_set_name normally ignores requests to set the name if the
2763 requested name is the same as the current name. This is the one
2764 place where that assumption isn't correct; f->name is set, but
2765 the X server hasn't been told. */
2767 Lisp_Object name;
2768 int explicit = f->explicit_name;
2770 f->explicit_name = 0;
2771 name = f->name;
2772 f->name = Qnil;
2773 x_set_name (f, name, explicit);
2776 XDefineCursor (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f),
2777 f->output_data.x->current_cursor
2778 = f->output_data.x->text_cursor);
2780 UNBLOCK_INPUT;
2782 if (FRAME_X_WINDOW (f) == 0)
2783 error ("Unable to create window");
2786 #endif /* not USE_GTK */
2787 #endif /* not USE_X_TOOLKIT */
2789 /* Verify that the icon position args for this window are valid. */
2791 static void
2792 x_icon_verify (struct frame *f, Lisp_Object parms)
2794 Lisp_Object icon_x, icon_y;
2796 /* Set the position of the icon. Note that twm groups all
2797 icons in an icon window. */
2798 icon_x = x_frame_get_and_record_arg (f, parms, Qicon_left, 0, 0, RES_TYPE_NUMBER);
2799 icon_y = x_frame_get_and_record_arg (f, parms, Qicon_top, 0, 0, RES_TYPE_NUMBER);
2800 if (!EQ (icon_x, Qunbound) && !EQ (icon_y, Qunbound))
2802 CHECK_NUMBER (icon_x);
2803 CHECK_NUMBER (icon_y);
2805 else if (!EQ (icon_x, Qunbound) || !EQ (icon_y, Qunbound))
2806 error ("Both left and top icon corners of icon must be specified");
2809 /* Handle the icon stuff for this window. Perhaps later we might
2810 want an x_set_icon_position which can be called interactively as
2811 well. */
2813 static void
2814 x_icon (struct frame *f, Lisp_Object parms)
2816 Lisp_Object icon_x, icon_y;
2817 #if 0
2818 struct x_display_info *dpyinfo = FRAME_X_DISPLAY_INFO (f);
2819 #endif
2821 /* Set the position of the icon. Note that twm groups all
2822 icons in an icon window. */
2823 icon_x = x_frame_get_and_record_arg (f, parms, Qicon_left, 0, 0, RES_TYPE_NUMBER);
2824 icon_y = x_frame_get_and_record_arg (f, parms, Qicon_top, 0, 0, RES_TYPE_NUMBER);
2825 if (!EQ (icon_x, Qunbound) && !EQ (icon_y, Qunbound))
2827 CHECK_NUMBER (icon_x);
2828 CHECK_NUMBER (icon_y);
2830 else if (!EQ (icon_x, Qunbound) || !EQ (icon_y, Qunbound))
2831 error ("Both left and top icon corners of icon must be specified");
2833 BLOCK_INPUT;
2835 if (! EQ (icon_x, Qunbound))
2836 x_wm_set_icon_position (f, XINT (icon_x), XINT (icon_y));
2838 #if 0 /* x_get_arg removes the visibility parameter as a side effect,
2839 but x_create_frame still needs it. */
2840 /* Start up iconic or window? */
2841 x_wm_set_window_state
2842 (f, (EQ (x_get_arg (dpyinfo, parms, Qvisibility, 0, 0, RES_TYPE_SYMBOL),
2843 Qicon)
2844 ? IconicState
2845 : NormalState));
2846 #endif
2848 x_text_icon (f, (char *) SDATA ((!NILP (f->icon_name)
2849 ? f->icon_name
2850 : f->name)));
2852 UNBLOCK_INPUT;
2855 /* Make the GCs needed for this window, setting the
2856 background, border and mouse colors; also create the
2857 mouse cursor and the gray border tile. */
2859 static void
2860 x_make_gc (struct frame *f)
2862 XGCValues gc_values;
2864 BLOCK_INPUT;
2866 /* Create the GCs of this frame.
2867 Note that many default values are used. */
2869 gc_values.foreground = FRAME_FOREGROUND_PIXEL (f);
2870 gc_values.background = FRAME_BACKGROUND_PIXEL (f);
2871 gc_values.line_width = 0; /* Means 1 using fast algorithm. */
2872 f->output_data.x->normal_gc
2873 = XCreateGC (FRAME_X_DISPLAY (f),
2874 FRAME_X_WINDOW (f),
2875 GCLineWidth | GCForeground | GCBackground,
2876 &gc_values);
2878 /* Reverse video style. */
2879 gc_values.foreground = FRAME_BACKGROUND_PIXEL (f);
2880 gc_values.background = FRAME_FOREGROUND_PIXEL (f);
2881 f->output_data.x->reverse_gc
2882 = XCreateGC (FRAME_X_DISPLAY (f),
2883 FRAME_X_WINDOW (f),
2884 GCForeground | GCBackground | GCLineWidth,
2885 &gc_values);
2887 /* Cursor has cursor-color background, background-color foreground. */
2888 gc_values.foreground = FRAME_BACKGROUND_PIXEL (f);
2889 gc_values.background = f->output_data.x->cursor_pixel;
2890 gc_values.fill_style = FillOpaqueStippled;
2891 f->output_data.x->cursor_gc
2892 = XCreateGC (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f),
2893 (GCForeground | GCBackground
2894 | GCFillStyle | GCLineWidth),
2895 &gc_values);
2897 /* Reliefs. */
2898 f->output_data.x->white_relief.gc = 0;
2899 f->output_data.x->black_relief.gc = 0;
2901 /* Create the gray border tile used when the pointer is not in
2902 the frame. Since this depends on the frame's pixel values,
2903 this must be done on a per-frame basis. */
2904 f->output_data.x->border_tile
2905 = (XCreatePixmapFromBitmapData
2906 (FRAME_X_DISPLAY (f), FRAME_X_DISPLAY_INFO (f)->root_window,
2907 gray_bits, gray_width, gray_height,
2908 FRAME_FOREGROUND_PIXEL (f),
2909 FRAME_BACKGROUND_PIXEL (f),
2910 DefaultDepth (FRAME_X_DISPLAY (f), FRAME_X_SCREEN_NUMBER (f))));
2912 UNBLOCK_INPUT;
2916 /* Free what was allocated in x_make_gc. */
2918 void
2919 x_free_gcs (struct frame *f)
2921 Display *dpy = FRAME_X_DISPLAY (f);
2923 BLOCK_INPUT;
2925 if (f->output_data.x->normal_gc)
2927 XFreeGC (dpy, f->output_data.x->normal_gc);
2928 f->output_data.x->normal_gc = 0;
2931 if (f->output_data.x->reverse_gc)
2933 XFreeGC (dpy, f->output_data.x->reverse_gc);
2934 f->output_data.x->reverse_gc = 0;
2937 if (f->output_data.x->cursor_gc)
2939 XFreeGC (dpy, f->output_data.x->cursor_gc);
2940 f->output_data.x->cursor_gc = 0;
2943 if (f->output_data.x->border_tile)
2945 XFreePixmap (dpy, f->output_data.x->border_tile);
2946 f->output_data.x->border_tile = 0;
2949 UNBLOCK_INPUT;
2953 /* Handler for signals raised during x_create_frame and
2954 x_create_top_frame. FRAME is the frame which is partially
2955 constructed. */
2957 static Lisp_Object
2958 unwind_create_frame (Lisp_Object frame)
2960 struct frame *f = XFRAME (frame);
2962 /* If frame is already dead, nothing to do. This can happen if the
2963 display is disconnected after the frame has become official, but
2964 before x_create_frame removes the unwind protect. */
2965 if (!FRAME_LIVE_P (f))
2966 return Qnil;
2968 /* If frame is ``official'', nothing to do. */
2969 if (!CONSP (Vframe_list) || !EQ (XCAR (Vframe_list), frame))
2971 #if GLYPH_DEBUG
2972 struct x_display_info *dpyinfo = FRAME_X_DISPLAY_INFO (f);
2973 #endif
2975 x_free_frame_resources (f);
2977 #if GLYPH_DEBUG
2978 /* Check that reference counts are indeed correct. */
2979 xassert (dpyinfo->reference_count == dpyinfo_refcount);
2980 xassert (dpyinfo->image_cache->refcount == image_cache_refcount);
2981 #endif
2982 return Qt;
2985 return Qnil;
2989 static void
2990 x_default_font_parameter (struct frame *f, Lisp_Object parms)
2992 struct x_display_info *dpyinfo = FRAME_X_DISPLAY_INFO (f);
2993 Lisp_Object font_param = x_get_arg (dpyinfo, parms, Qfont, NULL, NULL,
2994 RES_TYPE_STRING);
2995 Lisp_Object font = Qnil;
2996 if (EQ (font_param, Qunbound))
2997 font_param = Qnil;
2999 if (NILP (font_param))
3001 /* System font should take precedendce over X resources. We suggest this
3002 regardless of font-use-system-font because .emacs may not have been
3003 read yet. */
3004 const char *system_font = xsettings_get_system_font ();
3005 if (system_font)
3007 char *name = xstrdup (system_font);
3008 font = font_open_by_name (f, name);
3009 free (name);
3013 if (NILP (font))
3014 font = !NILP (font_param) ? font_param
3015 : x_get_arg (dpyinfo, parms, Qfont, "font", "Font", RES_TYPE_STRING);
3017 if (! FONTP (font) && ! STRINGP (font))
3019 char *names[]
3021 #ifdef HAVE_XFT
3022 /* This will find the normal Xft font. */
3023 "monospace-10",
3024 #endif
3025 "-adobe-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-1",
3026 "-misc-fixed-medium-r-normal-*-*-140-*-*-c-*-iso8859-1",
3027 "-*-*-medium-r-normal-*-*-140-*-*-c-*-iso8859-1",
3028 /* This was formerly the first thing tried, but it finds
3029 too many fonts and takes too long. */
3030 "-*-*-medium-r-*-*-*-*-*-*-c-*-iso8859-1",
3031 /* If those didn't work, look for something which will
3032 at least work. */
3033 "-*-fixed-*-*-*-*-*-140-*-*-c-*-iso8859-1",
3034 "fixed",
3035 NULL };
3036 int i;
3038 for (i = 0; names[i]; i++)
3040 font = font_open_by_name (f, names[i]);
3041 if (! NILP (font))
3042 break;
3044 if (NILP (font))
3045 error ("No suitable font was found");
3047 else if (!NILP (font_param))
3049 /* Remember the explicit font parameter, so we can re-apply it after
3050 we've applied the `default' face settings. */
3051 x_set_frame_parameters (f, Fcons (Fcons (Qfont_param, font_param), Qnil));
3054 /* This call will make X resources override any system font setting. */
3055 x_default_parameter (f, parms, Qfont, font, "font", "Font", RES_TYPE_STRING);
3059 DEFUN ("x-wm-set-size-hint", Fx_wm_set_size_hint, Sx_wm_set_size_hint,
3060 0, 1, 0,
3061 doc: /* Send the size hints for frame FRAME to the window manager.
3062 If FRAME is nil, use the selected frame. */)
3063 (Lisp_Object frame)
3065 struct frame *f;
3066 if (NILP (frame))
3067 frame = selected_frame;
3068 f = XFRAME (frame);
3069 BLOCK_INPUT;
3070 if (FRAME_X_P (f))
3071 x_wm_set_size_hint (f, 0, 0);
3072 UNBLOCK_INPUT;
3073 return Qnil;
3076 static void
3077 set_machine_and_pid_properties (struct frame *f)
3079 /* See the above comment "Note: Encoding strategy". */
3080 XTextProperty text;
3081 int bytes, stringp;
3082 int do_free_text_value = 0;
3083 long pid = (long) getpid ();
3085 text.value = x_encode_text (Vsystem_name,
3086 Qcompound_text, 0, &bytes, &stringp,
3087 &do_free_text_value);
3088 text.encoding = (stringp ? XA_STRING
3089 : FRAME_X_DISPLAY_INFO (f)->Xatom_COMPOUND_TEXT);
3090 text.format = 8;
3091 text.nitems = bytes;
3092 XSetWMClientMachine (FRAME_X_DISPLAY (f),
3093 FRAME_OUTER_WINDOW (f),
3094 &text);
3095 if (do_free_text_value)
3096 xfree (text.value);
3098 XChangeProperty (FRAME_X_DISPLAY (f),
3099 FRAME_OUTER_WINDOW (f),
3100 XInternAtom (FRAME_X_DISPLAY (f),
3101 "_NET_WM_PID",
3102 False),
3103 XA_CARDINAL, 32, PropModeReplace,
3104 (unsigned char *) &pid, 1);
3107 DEFUN ("x-create-frame", Fx_create_frame, Sx_create_frame,
3108 1, 1, 0,
3109 doc: /* Make a new X window, which is called a "frame" in Emacs terms.
3110 Return an Emacs frame object.
3111 PARMS is an alist of frame parameters.
3112 If the parameters specify that the frame should not have a minibuffer,
3113 and do not specify a specific minibuffer window to use,
3114 then `default-minibuffer-frame' must be a frame whose minibuffer can
3115 be shared by the new frame.
3117 This function is an internal primitive--use `make-frame' instead. */)
3118 (Lisp_Object parms)
3120 struct frame *f;
3121 Lisp_Object frame, tem;
3122 Lisp_Object name;
3123 int minibuffer_only = 0;
3124 long window_prompting = 0;
3125 int width, height;
3126 int count = SPECPDL_INDEX ();
3127 struct gcpro gcpro1, gcpro2, gcpro3, gcpro4;
3128 Lisp_Object display;
3129 struct x_display_info *dpyinfo = NULL;
3130 Lisp_Object parent;
3131 struct kboard *kb;
3133 parms = Fcopy_alist (parms);
3135 /* Use this general default value to start with
3136 until we know if this frame has a specified name. */
3137 Vx_resource_name = Vinvocation_name;
3139 display = x_get_arg (dpyinfo, parms, Qterminal, 0, 0, RES_TYPE_NUMBER);
3140 if (EQ (display, Qunbound))
3141 display = x_get_arg (dpyinfo, parms, Qdisplay, 0, 0, RES_TYPE_STRING);
3142 if (EQ (display, Qunbound))
3143 display = Qnil;
3144 dpyinfo = check_x_display_info (display);
3145 kb = dpyinfo->terminal->kboard;
3147 if (!dpyinfo->terminal->name)
3148 error ("Terminal is not live, can't create new frames on it");
3150 name = x_get_arg (dpyinfo, parms, Qname, "name", "Name", RES_TYPE_STRING);
3151 if (!STRINGP (name)
3152 && ! EQ (name, Qunbound)
3153 && ! NILP (name))
3154 error ("Invalid frame name--not a string or nil");
3156 if (STRINGP (name))
3157 Vx_resource_name = name;
3159 /* See if parent window is specified. */
3160 parent = x_get_arg (dpyinfo, parms, Qparent_id, NULL, NULL, RES_TYPE_NUMBER);
3161 if (EQ (parent, Qunbound))
3162 parent = Qnil;
3163 if (! NILP (parent))
3164 CHECK_NUMBER (parent);
3166 /* make_frame_without_minibuffer can run Lisp code and garbage collect. */
3167 /* No need to protect DISPLAY because that's not used after passing
3168 it to make_frame_without_minibuffer. */
3169 frame = Qnil;
3170 GCPRO4 (parms, parent, name, frame);
3171 tem = x_get_arg (dpyinfo, parms, Qminibuffer, "minibuffer", "Minibuffer",
3172 RES_TYPE_SYMBOL);
3173 if (EQ (tem, Qnone) || NILP (tem))
3174 f = make_frame_without_minibuffer (Qnil, kb, display);
3175 else if (EQ (tem, Qonly))
3177 f = make_minibuffer_frame ();
3178 minibuffer_only = 1;
3180 else if (WINDOWP (tem))
3181 f = make_frame_without_minibuffer (tem, kb, display);
3182 else
3183 f = make_frame (1);
3185 XSETFRAME (frame, f);
3187 /* Note that X Windows does support scroll bars. */
3188 FRAME_CAN_HAVE_SCROLL_BARS (f) = 1;
3190 f->terminal = dpyinfo->terminal;
3191 f->terminal->reference_count++;
3193 f->output_method = output_x_window;
3194 f->output_data.x = (struct x_output *) xmalloc (sizeof (struct x_output));
3195 memset (f->output_data.x, 0, sizeof (struct x_output));
3196 f->output_data.x->icon_bitmap = -1;
3197 FRAME_FONTSET (f) = -1;
3198 f->output_data.x->scroll_bar_foreground_pixel = -1;
3199 f->output_data.x->scroll_bar_background_pixel = -1;
3200 #ifdef USE_TOOLKIT_SCROLL_BARS
3201 f->output_data.x->scroll_bar_top_shadow_pixel = -1;
3202 f->output_data.x->scroll_bar_bottom_shadow_pixel = -1;
3203 #endif /* USE_TOOLKIT_SCROLL_BARS */
3205 f->icon_name
3206 = x_get_arg (dpyinfo, parms, Qicon_name, "iconName", "Title",
3207 RES_TYPE_STRING);
3208 if (! STRINGP (f->icon_name))
3209 f->icon_name = Qnil;
3211 FRAME_X_DISPLAY_INFO (f) = dpyinfo;
3213 /* With FRAME_X_DISPLAY_INFO set up, this unwind-protect is safe. */
3214 record_unwind_protect (unwind_create_frame, frame);
3215 #if GLYPH_DEBUG
3216 image_cache_refcount = FRAME_IMAGE_CACHE (f)->refcount;
3217 dpyinfo_refcount = dpyinfo->reference_count;
3218 #endif /* GLYPH_DEBUG */
3220 /* These colors will be set anyway later, but it's important
3221 to get the color reference counts right, so initialize them! */
3223 Lisp_Object black;
3224 struct gcpro gcpro1;
3226 /* Function x_decode_color can signal an error. Make
3227 sure to initialize color slots so that we won't try
3228 to free colors we haven't allocated. */
3229 FRAME_FOREGROUND_PIXEL (f) = -1;
3230 FRAME_BACKGROUND_PIXEL (f) = -1;
3231 f->output_data.x->cursor_pixel = -1;
3232 f->output_data.x->cursor_foreground_pixel = -1;
3233 f->output_data.x->border_pixel = -1;
3234 f->output_data.x->mouse_pixel = -1;
3236 black = build_string ("black");
3237 GCPRO1 (black);
3238 FRAME_FOREGROUND_PIXEL (f)
3239 = x_decode_color (f, black, BLACK_PIX_DEFAULT (f));
3240 FRAME_BACKGROUND_PIXEL (f)
3241 = x_decode_color (f, black, BLACK_PIX_DEFAULT (f));
3242 f->output_data.x->cursor_pixel
3243 = x_decode_color (f, black, BLACK_PIX_DEFAULT (f));
3244 f->output_data.x->cursor_foreground_pixel
3245 = x_decode_color (f, black, BLACK_PIX_DEFAULT (f));
3246 f->output_data.x->border_pixel
3247 = x_decode_color (f, black, BLACK_PIX_DEFAULT (f));
3248 f->output_data.x->mouse_pixel
3249 = x_decode_color (f, black, BLACK_PIX_DEFAULT (f));
3250 UNGCPRO;
3253 /* Specify the parent under which to make this X window. */
3255 if (!NILP (parent))
3257 f->output_data.x->parent_desc = (Window) XFASTINT (parent);
3258 f->output_data.x->explicit_parent = 1;
3260 else
3262 f->output_data.x->parent_desc = FRAME_X_DISPLAY_INFO (f)->root_window;
3263 f->output_data.x->explicit_parent = 0;
3266 /* Set the name; the functions to which we pass f expect the name to
3267 be set. */
3268 if (EQ (name, Qunbound) || NILP (name))
3270 f->name = build_string (dpyinfo->x_id_name);
3271 f->explicit_name = 0;
3273 else
3275 f->name = name;
3276 f->explicit_name = 1;
3277 /* use the frame's title when getting resources for this frame. */
3278 specbind (Qx_resource_name, name);
3281 f->resx = dpyinfo->resx;
3282 f->resy = dpyinfo->resy;
3284 #ifdef HAVE_FREETYPE
3285 #ifdef HAVE_XFT
3286 register_font_driver (&xftfont_driver, f);
3287 #else /* not HAVE_XFT */
3288 register_font_driver (&ftxfont_driver, f);
3289 #endif /* not HAVE_XFT */
3290 #endif /* HAVE_FREETYPE */
3291 register_font_driver (&xfont_driver, f);
3293 x_default_parameter (f, parms, Qfont_backend, Qnil,
3294 "fontBackend", "FontBackend", RES_TYPE_STRING);
3296 /* Extract the window parameters from the supplied values
3297 that are needed to determine window geometry. */
3298 x_default_font_parameter (f, parms);
3299 if (!FRAME_FONT (f))
3301 delete_frame (frame, Qnoelisp);
3302 error ("Invalid frame font");
3305 /* Frame contents get displaced if an embedded X window has a border. */
3306 if (! FRAME_X_EMBEDDED_P (f))
3307 x_default_parameter (f, parms, Qborder_width, make_number (0),
3308 "borderWidth", "BorderWidth", RES_TYPE_NUMBER);
3310 /* This defaults to 1 in order to match xterm. We recognize either
3311 internalBorderWidth or internalBorder (which is what xterm calls
3312 it). */
3313 if (NILP (Fassq (Qinternal_border_width, parms)))
3315 Lisp_Object value;
3317 value = x_get_arg (dpyinfo, parms, Qinternal_border_width,
3318 "internalBorder", "internalBorder", RES_TYPE_NUMBER);
3319 if (! EQ (value, Qunbound))
3320 parms = Fcons (Fcons (Qinternal_border_width, value),
3321 parms);
3323 x_default_parameter (f, parms, Qinternal_border_width,
3324 #ifdef USE_GTK /* We used to impose 0 in xg_create_frame_widgets. */
3325 make_number (0),
3326 #else
3327 make_number (1),
3328 #endif
3329 "internalBorderWidth", "internalBorderWidth",
3330 RES_TYPE_NUMBER);
3331 x_default_parameter (f, parms, Qvertical_scroll_bars,
3332 #if defined(USE_GTK) && defined(USE_TOOLKIT_SCROLL_BARS)
3333 Qright,
3334 #else
3335 Qleft,
3336 #endif
3337 "verticalScrollBars", "ScrollBars",
3338 RES_TYPE_SYMBOL);
3340 /* Also do the stuff which must be set before the window exists. */
3341 x_default_parameter (f, parms, Qforeground_color, build_string ("black"),
3342 "foreground", "Foreground", RES_TYPE_STRING);
3343 x_default_parameter (f, parms, Qbackground_color, build_string ("white"),
3344 "background", "Background", RES_TYPE_STRING);
3345 x_default_parameter (f, parms, Qmouse_color, build_string ("black"),
3346 "pointerColor", "Foreground", RES_TYPE_STRING);
3347 x_default_parameter (f, parms, Qcursor_color, build_string ("black"),
3348 "cursorColor", "Foreground", RES_TYPE_STRING);
3349 x_default_parameter (f, parms, Qborder_color, build_string ("black"),
3350 "borderColor", "BorderColor", RES_TYPE_STRING);
3351 x_default_parameter (f, parms, Qscreen_gamma, Qnil,
3352 "screenGamma", "ScreenGamma", RES_TYPE_FLOAT);
3353 x_default_parameter (f, parms, Qline_spacing, Qnil,
3354 "lineSpacing", "LineSpacing", RES_TYPE_NUMBER);
3355 x_default_parameter (f, parms, Qleft_fringe, Qnil,
3356 "leftFringe", "LeftFringe", RES_TYPE_NUMBER);
3357 x_default_parameter (f, parms, Qright_fringe, Qnil,
3358 "rightFringe", "RightFringe", RES_TYPE_NUMBER);
3360 x_default_scroll_bar_color_parameter (f, parms, Qscroll_bar_foreground,
3361 "scrollBarForeground",
3362 "ScrollBarForeground", 1);
3363 x_default_scroll_bar_color_parameter (f, parms, Qscroll_bar_background,
3364 "scrollBarBackground",
3365 "ScrollBarBackground", 0);
3367 /* Init faces before x_default_parameter is called for scroll-bar
3368 parameters because that function calls x_set_scroll_bar_width,
3369 which calls change_frame_size, which calls Fset_window_buffer,
3370 which runs hooks, which call Fvertical_motion. At the end, we
3371 end up in init_iterator with a null face cache, which should not
3372 happen. */
3373 init_frame_faces (f);
3375 /* The X resources controlling the menu-bar and tool-bar are
3376 processed specially at startup, and reflected in the mode
3377 variables; ignore them here. */
3378 x_default_parameter (f, parms, Qmenu_bar_lines,
3379 NILP (Vmenu_bar_mode)
3380 ? make_number (0) : make_number (1),
3381 NULL, NULL, RES_TYPE_NUMBER);
3382 x_default_parameter (f, parms, Qtool_bar_lines,
3383 NILP (Vtool_bar_mode)
3384 ? make_number (0) : make_number (1),
3385 NULL, NULL, RES_TYPE_NUMBER);
3387 x_default_parameter (f, parms, Qbuffer_predicate, Qnil,
3388 "bufferPredicate", "BufferPredicate",
3389 RES_TYPE_SYMBOL);
3390 x_default_parameter (f, parms, Qtitle, Qnil,
3391 "title", "Title", RES_TYPE_STRING);
3392 x_default_parameter (f, parms, Qwait_for_wm, Qt,
3393 "waitForWM", "WaitForWM", RES_TYPE_BOOLEAN);
3394 x_default_parameter (f, parms, Qfullscreen, Qnil,
3395 "fullscreen", "Fullscreen", RES_TYPE_SYMBOL);
3397 /* Compute the size of the X window. */
3398 window_prompting = x_figure_window_size (f, parms, 1);
3400 tem = x_get_arg (dpyinfo, parms, Qunsplittable, 0, 0, RES_TYPE_BOOLEAN);
3401 f->no_split = minibuffer_only || EQ (tem, Qt);
3403 x_icon_verify (f, parms);
3405 /* Create the X widget or window. */
3406 #ifdef USE_X_TOOLKIT
3407 x_window (f, window_prompting, minibuffer_only);
3408 #else
3409 x_window (f);
3410 #endif
3412 x_icon (f, parms);
3413 x_make_gc (f);
3415 /* Now consider the frame official. */
3416 FRAME_X_DISPLAY_INFO (f)->reference_count++;
3417 Vframe_list = Fcons (frame, Vframe_list);
3419 /* We need to do this after creating the X window, so that the
3420 icon-creation functions can say whose icon they're describing. */
3421 x_default_parameter (f, parms, Qicon_type, Qt,
3422 "bitmapIcon", "BitmapIcon", RES_TYPE_SYMBOL);
3424 x_default_parameter (f, parms, Qauto_raise, Qnil,
3425 "autoRaise", "AutoRaiseLower", RES_TYPE_BOOLEAN);
3426 x_default_parameter (f, parms, Qauto_lower, Qnil,
3427 "autoLower", "AutoRaiseLower", RES_TYPE_BOOLEAN);
3428 x_default_parameter (f, parms, Qcursor_type, Qbox,
3429 "cursorType", "CursorType", RES_TYPE_SYMBOL);
3430 x_default_parameter (f, parms, Qscroll_bar_width, Qnil,
3431 "scrollBarWidth", "ScrollBarWidth",
3432 RES_TYPE_NUMBER);
3433 x_default_parameter (f, parms, Qalpha, Qnil,
3434 "alpha", "Alpha", RES_TYPE_NUMBER);
3436 /* Dimensions, especially FRAME_LINES (f), must be done via change_frame_size.
3437 Change will not be effected unless different from the current
3438 FRAME_LINES (f). */
3439 width = FRAME_COLS (f);
3440 height = FRAME_LINES (f);
3442 SET_FRAME_COLS (f, 0);
3443 FRAME_LINES (f) = 0;
3444 change_frame_size (f, height, width, 1, 0, 0);
3446 #if defined (USE_X_TOOLKIT) || defined (USE_GTK)
3447 /* Create the menu bar. */
3448 if (!minibuffer_only && FRAME_EXTERNAL_MENU_BAR (f))
3450 /* If this signals an error, we haven't set size hints for the
3451 frame and we didn't make it visible. */
3452 initialize_frame_menubar (f);
3454 #ifndef USE_GTK
3455 /* This is a no-op, except under Motif where it arranges the
3456 main window for the widgets on it. */
3457 lw_set_main_areas (f->output_data.x->column_widget,
3458 f->output_data.x->menubar_widget,
3459 f->output_data.x->edit_widget);
3460 #endif /* not USE_GTK */
3462 #endif /* USE_X_TOOLKIT || USE_GTK */
3464 /* Tell the server what size and position, etc, we want, and how
3465 badly we want them. This should be done after we have the menu
3466 bar so that its size can be taken into account. */
3467 BLOCK_INPUT;
3468 x_wm_set_size_hint (f, window_prompting, 0);
3469 UNBLOCK_INPUT;
3471 /* Make the window appear on the frame and enable display, unless
3472 the caller says not to. However, with explicit parent, Emacs
3473 cannot control visibility, so don't try. */
3474 if (! f->output_data.x->explicit_parent)
3476 Lisp_Object visibility;
3478 visibility = x_get_arg (dpyinfo, parms, Qvisibility, 0, 0,
3479 RES_TYPE_SYMBOL);
3480 if (EQ (visibility, Qunbound))
3481 visibility = Qt;
3483 if (EQ (visibility, Qicon))
3484 x_iconify_frame (f);
3485 else if (! NILP (visibility))
3486 x_make_frame_visible (f);
3487 else
3488 /* Must have been Qnil. */
3492 BLOCK_INPUT;
3494 /* Set machine name and pid for the purpose of window managers. */
3495 set_machine_and_pid_properties(f);
3497 /* Set the WM leader property. GTK does this itself, so this is not
3498 needed when using GTK. */
3499 if (dpyinfo->client_leader_window != 0)
3501 XChangeProperty (FRAME_X_DISPLAY (f),
3502 FRAME_OUTER_WINDOW (f),
3503 dpyinfo->Xatom_wm_client_leader,
3504 XA_WINDOW, 32, PropModeReplace,
3505 (unsigned char *) &dpyinfo->client_leader_window, 1);
3508 UNBLOCK_INPUT;
3510 /* Initialize `default-minibuffer-frame' in case this is the first
3511 frame on this terminal. */
3512 if (FRAME_HAS_MINIBUF_P (f)
3513 && (!FRAMEP (kb->Vdefault_minibuffer_frame)
3514 || !FRAME_LIVE_P (XFRAME (kb->Vdefault_minibuffer_frame))))
3515 kb->Vdefault_minibuffer_frame = frame;
3517 /* All remaining specified parameters, which have not been "used"
3518 by x_get_arg and friends, now go in the misc. alist of the frame. */
3519 for (tem = parms; CONSP (tem); tem = XCDR (tem))
3520 if (CONSP (XCAR (tem)) && !NILP (XCAR (XCAR (tem))))
3521 f->param_alist = Fcons (XCAR (tem), f->param_alist);
3523 UNGCPRO;
3525 /* Make sure windows on this frame appear in calls to next-window
3526 and similar functions. */
3527 Vwindow_list = Qnil;
3529 return unbind_to (count, frame);
3533 /* FRAME is used only to get a handle on the X display. We don't pass the
3534 display info directly because we're called from frame.c, which doesn't
3535 know about that structure. */
3537 Lisp_Object
3538 x_get_focus_frame (struct frame *frame)
3540 struct x_display_info *dpyinfo = FRAME_X_DISPLAY_INFO (frame);
3541 Lisp_Object xfocus;
3542 if (! dpyinfo->x_focus_frame)
3543 return Qnil;
3545 XSETFRAME (xfocus, dpyinfo->x_focus_frame);
3546 return xfocus;
3550 /* In certain situations, when the window manager follows a
3551 click-to-focus policy, there seems to be no way around calling
3552 XSetInputFocus to give another frame the input focus .
3554 In an ideal world, XSetInputFocus should generally be avoided so
3555 that applications don't interfere with the window manager's focus
3556 policy. But I think it's okay to use when it's clearly done
3557 following a user-command. */
3559 DEFUN ("x-focus-frame", Fx_focus_frame, Sx_focus_frame, 1, 1, 0,
3560 doc: /* Set the input focus to FRAME.
3561 FRAME nil means use the selected frame. */)
3562 (Lisp_Object frame)
3564 struct frame *f = check_x_frame (frame);
3565 Display *dpy = FRAME_X_DISPLAY (f);
3567 BLOCK_INPUT;
3568 x_catch_errors (dpy);
3569 XSetInputFocus (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f),
3570 RevertToParent, CurrentTime);
3571 x_ewmh_activate_frame (f);
3572 x_uncatch_errors ();
3573 UNBLOCK_INPUT;
3575 return Qnil;
3579 DEFUN ("xw-color-defined-p", Fxw_color_defined_p, Sxw_color_defined_p, 1, 2, 0,
3580 doc: /* Internal function called by `color-defined-p', which see. */)
3581 (Lisp_Object color, Lisp_Object frame)
3583 XColor foo;
3584 FRAME_PTR f = check_x_frame (frame);
3586 CHECK_STRING (color);
3588 if (x_defined_color (f, SDATA (color), &foo, 0))
3589 return Qt;
3590 else
3591 return Qnil;
3594 DEFUN ("xw-color-values", Fxw_color_values, Sxw_color_values, 1, 2, 0,
3595 doc: /* Internal function called by `color-values', which see. */)
3596 (Lisp_Object color, Lisp_Object frame)
3598 XColor foo;
3599 FRAME_PTR f = check_x_frame (frame);
3601 CHECK_STRING (color);
3603 if (x_defined_color (f, SDATA (color), &foo, 0))
3604 return list3 (make_number (foo.red),
3605 make_number (foo.green),
3606 make_number (foo.blue));
3607 else
3608 return Qnil;
3611 DEFUN ("xw-display-color-p", Fxw_display_color_p, Sxw_display_color_p, 0, 1, 0,
3612 doc: /* Internal function called by `display-color-p', which see. */)
3613 (Lisp_Object terminal)
3615 struct x_display_info *dpyinfo = check_x_display_info (terminal);
3617 if (dpyinfo->n_planes <= 2)
3618 return Qnil;
3620 switch (dpyinfo->visual->class)
3622 case StaticColor:
3623 case PseudoColor:
3624 case TrueColor:
3625 case DirectColor:
3626 return Qt;
3628 default:
3629 return Qnil;
3633 DEFUN ("x-display-grayscale-p", Fx_display_grayscale_p, Sx_display_grayscale_p,
3634 0, 1, 0,
3635 doc: /* Return t if the X display supports shades of gray.
3636 Note that color displays do support shades of gray.
3637 The optional argument TERMINAL specifies which display to ask about.
3638 TERMINAL should be a terminal object, a frame or a display name (a string).
3639 If omitted or nil, that stands for the selected frame's display. */)
3640 (Lisp_Object terminal)
3642 struct x_display_info *dpyinfo = check_x_display_info (terminal);
3644 if (dpyinfo->n_planes <= 1)
3645 return Qnil;
3647 switch (dpyinfo->visual->class)
3649 case StaticColor:
3650 case PseudoColor:
3651 case TrueColor:
3652 case DirectColor:
3653 case StaticGray:
3654 case GrayScale:
3655 return Qt;
3657 default:
3658 return Qnil;
3662 DEFUN ("x-display-pixel-width", Fx_display_pixel_width, Sx_display_pixel_width,
3663 0, 1, 0,
3664 doc: /* Return the width in pixels of the X display TERMINAL.
3665 The optional argument TERMINAL specifies which display to ask about.
3666 TERMINAL should be a terminal object, a frame or a display name (a string).
3667 If omitted or nil, that stands for the selected frame's display. */)
3668 (Lisp_Object terminal)
3670 struct x_display_info *dpyinfo = check_x_display_info (terminal);
3672 return make_number (x_display_pixel_width (dpyinfo));
3675 DEFUN ("x-display-pixel-height", Fx_display_pixel_height,
3676 Sx_display_pixel_height, 0, 1, 0,
3677 doc: /* Return the height in pixels of the X display TERMINAL.
3678 The optional argument TERMINAL specifies which display to ask about.
3679 TERMINAL should be a terminal object, a frame or a display name (a string).
3680 If omitted or nil, that stands for the selected frame's display. */)
3681 (Lisp_Object terminal)
3683 struct x_display_info *dpyinfo = check_x_display_info (terminal);
3685 return make_number (x_display_pixel_height (dpyinfo));
3688 DEFUN ("x-display-planes", Fx_display_planes, Sx_display_planes,
3689 0, 1, 0,
3690 doc: /* Return the number of bitplanes of the X display TERMINAL.
3691 The optional argument TERMINAL specifies which display to ask about.
3692 TERMINAL should be a terminal object, a frame or a display name (a string).
3693 If omitted or nil, that stands for the selected frame's display. */)
3694 (Lisp_Object terminal)
3696 struct x_display_info *dpyinfo = check_x_display_info (terminal);
3698 return make_number (dpyinfo->n_planes);
3701 DEFUN ("x-display-color-cells", Fx_display_color_cells, Sx_display_color_cells,
3702 0, 1, 0,
3703 doc: /* Return the number of color cells of the X display TERMINAL.
3704 The optional argument TERMINAL specifies which display to ask about.
3705 TERMINAL should be a terminal object, a frame or a display name (a string).
3706 If omitted or nil, that stands for the selected frame's display. */)
3707 (Lisp_Object terminal)
3709 struct x_display_info *dpyinfo = check_x_display_info (terminal);
3711 int nr_planes = DisplayPlanes (dpyinfo->display,
3712 XScreenNumberOfScreen (dpyinfo->screen));
3714 /* Truncate nr_planes to 24 to avoid integer overflow.
3715 Some displays says 32, but only 24 bits are actually significant.
3716 There are only very few and rare video cards that have more than
3717 24 significant bits. Also 24 bits is more than 16 million colors,
3718 it "should be enough for everyone". */
3719 if (nr_planes > 24) nr_planes = 24;
3721 return make_number (1 << nr_planes);
3724 DEFUN ("x-server-max-request-size", Fx_server_max_request_size,
3725 Sx_server_max_request_size,
3726 0, 1, 0,
3727 doc: /* Return the maximum request size of the X server of display TERMINAL.
3728 The optional argument TERMINAL specifies which display to ask about.
3729 TERMINAL should be a terminal object, a frame or a display name (a string).
3730 If omitted or nil, that stands for the selected frame's display. */)
3731 (Lisp_Object terminal)
3733 struct x_display_info *dpyinfo = check_x_display_info (terminal);
3735 return make_number (MAXREQUEST (dpyinfo->display));
3738 DEFUN ("x-server-vendor", Fx_server_vendor, Sx_server_vendor, 0, 1, 0,
3739 doc: /* Return the "vendor ID" string of the X server of display TERMINAL.
3740 \(Labelling every distributor as a "vendor" embodies the false assumption
3741 that operating systems cannot be developed and distributed noncommercially.)
3742 The optional argument TERMINAL specifies which display to ask about.
3743 TERMINAL should be a terminal object, a frame or a display name (a string).
3744 If omitted or nil, that stands for the selected frame's display. */)
3745 (Lisp_Object terminal)
3747 struct x_display_info *dpyinfo = check_x_display_info (terminal);
3748 char *vendor = ServerVendor (dpyinfo->display);
3750 if (! vendor) vendor = "";
3751 return build_string (vendor);
3754 DEFUN ("x-server-version", Fx_server_version, Sx_server_version, 0, 1, 0,
3755 doc: /* Return the version numbers of the X server of display TERMINAL.
3756 The value is a list of three integers: the major and minor
3757 version numbers of the X Protocol in use, and the distributor-specific release
3758 number. See also the function `x-server-vendor'.
3760 The optional argument TERMINAL specifies which display to ask about.
3761 TERMINAL should be a terminal object, a frame or a display name (a string).
3762 If omitted or nil, that stands for the selected frame's display. */)
3763 (Lisp_Object terminal)
3765 struct x_display_info *dpyinfo = check_x_display_info (terminal);
3766 Display *dpy = dpyinfo->display;
3768 return Fcons (make_number (ProtocolVersion (dpy)),
3769 Fcons (make_number (ProtocolRevision (dpy)),
3770 Fcons (make_number (VendorRelease (dpy)), Qnil)));
3773 DEFUN ("x-display-screens", Fx_display_screens, Sx_display_screens, 0, 1, 0,
3774 doc: /* Return the number of screens on the X server of display TERMINAL.
3775 The optional argument TERMINAL specifies which display to ask about.
3776 TERMINAL should be a terminal object, a frame or a display name (a string).
3777 If omitted or nil, that stands for the selected frame's display. */)
3778 (Lisp_Object terminal)
3780 struct x_display_info *dpyinfo = check_x_display_info (terminal);
3782 return make_number (ScreenCount (dpyinfo->display));
3785 DEFUN ("x-display-mm-height", Fx_display_mm_height, Sx_display_mm_height, 0, 1, 0,
3786 doc: /* Return the height in millimeters of the X display TERMINAL.
3787 The optional argument TERMINAL specifies which display to ask about.
3788 TERMINAL should be a terminal object, a frame or a display name (a string).
3789 If omitted or nil, that stands for the selected frame's display. */)
3790 (Lisp_Object terminal)
3792 struct x_display_info *dpyinfo = check_x_display_info (terminal);
3794 return make_number (HeightMMOfScreen (dpyinfo->screen));
3797 DEFUN ("x-display-mm-width", Fx_display_mm_width, Sx_display_mm_width, 0, 1, 0,
3798 doc: /* Return the width in millimeters of the X display TERMINAL.
3799 The optional argument TERMINAL specifies which display to ask about.
3800 TERMINAL should be a terminal object, a frame or a display name (a string).
3801 If omitted or nil, that stands for the selected frame's display. */)
3802 (Lisp_Object terminal)
3804 struct x_display_info *dpyinfo = check_x_display_info (terminal);
3806 return make_number (WidthMMOfScreen (dpyinfo->screen));
3809 DEFUN ("x-display-backing-store", Fx_display_backing_store,
3810 Sx_display_backing_store, 0, 1, 0,
3811 doc: /* Return an indication of whether X display TERMINAL does backing store.
3812 The value may be `always', `when-mapped', or `not-useful'.
3813 The optional argument TERMINAL specifies which display to ask about.
3814 TERMINAL should be a terminal object, a frame or a display name (a string).
3815 If omitted or nil, that stands for the selected frame's display. */)
3816 (Lisp_Object terminal)
3818 struct x_display_info *dpyinfo = check_x_display_info (terminal);
3819 Lisp_Object result;
3821 switch (DoesBackingStore (dpyinfo->screen))
3823 case Always:
3824 result = intern ("always");
3825 break;
3827 case WhenMapped:
3828 result = intern ("when-mapped");
3829 break;
3831 case NotUseful:
3832 result = intern ("not-useful");
3833 break;
3835 default:
3836 error ("Strange value for BackingStore parameter of screen");
3837 result = Qnil;
3840 return result;
3843 DEFUN ("x-display-visual-class", Fx_display_visual_class,
3844 Sx_display_visual_class, 0, 1, 0,
3845 doc: /* Return the visual class of the X display TERMINAL.
3846 The value is one of the symbols `static-gray', `gray-scale',
3847 `static-color', `pseudo-color', `true-color', or `direct-color'.
3849 The optional argument TERMINAL specifies which display to ask about.
3850 TERMINAL should a terminal object, a frame or a display name (a string).
3851 If omitted or nil, that stands for the selected frame's display. */)
3852 (Lisp_Object terminal)
3854 struct x_display_info *dpyinfo = check_x_display_info (terminal);
3855 Lisp_Object result;
3857 switch (dpyinfo->visual->class)
3859 case StaticGray:
3860 result = intern ("static-gray");
3861 break;
3862 case GrayScale:
3863 result = intern ("gray-scale");
3864 break;
3865 case StaticColor:
3866 result = intern ("static-color");
3867 break;
3868 case PseudoColor:
3869 result = intern ("pseudo-color");
3870 break;
3871 case TrueColor:
3872 result = intern ("true-color");
3873 break;
3874 case DirectColor:
3875 result = intern ("direct-color");
3876 break;
3877 default:
3878 error ("Display has an unknown visual class");
3879 result = Qnil;
3882 return result;
3885 DEFUN ("x-display-save-under", Fx_display_save_under,
3886 Sx_display_save_under, 0, 1, 0,
3887 doc: /* Return t if the X display TERMINAL supports the save-under feature.
3888 The optional argument TERMINAL specifies which display to ask about.
3889 TERMINAL should be a terminal object, a frame or a display name (a string).
3890 If omitted or nil, that stands for the selected frame's display. */)
3891 (Lisp_Object terminal)
3893 struct x_display_info *dpyinfo = check_x_display_info (terminal);
3895 if (DoesSaveUnders (dpyinfo->screen) == True)
3896 return Qt;
3897 else
3898 return Qnil;
3902 x_pixel_width (register struct frame *f)
3904 return FRAME_PIXEL_WIDTH (f);
3908 x_pixel_height (register struct frame *f)
3910 return FRAME_PIXEL_HEIGHT (f);
3914 x_char_width (register struct frame *f)
3916 return FRAME_COLUMN_WIDTH (f);
3920 x_char_height (register struct frame *f)
3922 return FRAME_LINE_HEIGHT (f);
3926 x_screen_planes (register struct frame *f)
3928 return FRAME_X_DISPLAY_INFO (f)->n_planes;
3933 /************************************************************************
3934 X Displays
3935 ************************************************************************/
3938 /* Mapping visual names to visuals. */
3940 static struct visual_class
3942 char *name;
3943 int class;
3945 visual_classes[] =
3947 {"StaticGray", StaticGray},
3948 {"GrayScale", GrayScale},
3949 {"StaticColor", StaticColor},
3950 {"PseudoColor", PseudoColor},
3951 {"TrueColor", TrueColor},
3952 {"DirectColor", DirectColor},
3953 {NULL, 0}
3957 #ifndef HAVE_XSCREENNUMBEROFSCREEN
3959 /* Value is the screen number of screen SCR. This is a substitute for
3960 the X function with the same name when that doesn't exist. */
3963 XScreenNumberOfScreen (scr)
3964 register Screen *scr;
3966 Display *dpy = scr->display;
3967 int i;
3969 for (i = 0; i < dpy->nscreens; ++i)
3970 if (scr == dpy->screens + i)
3971 break;
3973 return i;
3976 #endif /* not HAVE_XSCREENNUMBEROFSCREEN */
3979 /* Select the visual that should be used on display DPYINFO. Set
3980 members of DPYINFO appropriately. Called from x_term_init. */
3982 void
3983 select_visual (struct x_display_info *dpyinfo)
3985 Display *dpy = dpyinfo->display;
3986 Screen *screen = dpyinfo->screen;
3987 Lisp_Object value;
3989 /* See if a visual is specified. */
3990 value = display_x_get_resource (dpyinfo,
3991 build_string ("visualClass"),
3992 build_string ("VisualClass"),
3993 Qnil, Qnil);
3994 if (STRINGP (value))
3996 /* VALUE should be of the form CLASS-DEPTH, where CLASS is one
3997 of `PseudoColor', `TrueColor' etc. and DEPTH is the color
3998 depth, a decimal number. NAME is compared with case ignored. */
3999 char *s = (char *) alloca (SBYTES (value) + 1);
4000 char *dash;
4001 int i, class = -1;
4002 XVisualInfo vinfo;
4004 strcpy (s, SDATA (value));
4005 dash = index (s, '-');
4006 if (dash)
4008 dpyinfo->n_planes = atoi (dash + 1);
4009 *dash = '\0';
4011 else
4012 /* We won't find a matching visual with depth 0, so that
4013 an error will be printed below. */
4014 dpyinfo->n_planes = 0;
4016 /* Determine the visual class. */
4017 for (i = 0; visual_classes[i].name; ++i)
4018 if (xstrcasecmp (s, visual_classes[i].name) == 0)
4020 class = visual_classes[i].class;
4021 break;
4024 /* Look up a matching visual for the specified class. */
4025 if (class == -1
4026 || !XMatchVisualInfo (dpy, XScreenNumberOfScreen (screen),
4027 dpyinfo->n_planes, class, &vinfo))
4028 fatal ("Invalid visual specification `%s'", SDATA (value));
4030 dpyinfo->visual = vinfo.visual;
4032 else
4034 int n_visuals;
4035 XVisualInfo *vinfo, vinfo_template;
4037 dpyinfo->visual = DefaultVisualOfScreen (screen);
4039 vinfo_template.visualid = XVisualIDFromVisual (dpyinfo->visual);
4040 vinfo_template.screen = XScreenNumberOfScreen (screen);
4041 vinfo = XGetVisualInfo (dpy, VisualIDMask | VisualScreenMask,
4042 &vinfo_template, &n_visuals);
4043 if (n_visuals <= 0)
4044 fatal ("Can't get proper X visual info");
4046 dpyinfo->n_planes = vinfo->depth;
4047 XFree ((char *) vinfo);
4052 /* Return the X display structure for the display named NAME.
4053 Open a new connection if necessary. */
4055 struct x_display_info *
4056 x_display_info_for_name (Lisp_Object name)
4058 Lisp_Object names;
4059 struct x_display_info *dpyinfo;
4061 CHECK_STRING (name);
4063 #if 0
4064 if (! EQ (Vinitial_window_system, intern ("x")))
4065 error ("Not using X Windows"); /* That doesn't stop us anymore. */
4066 #endif
4068 for (dpyinfo = x_display_list, names = x_display_name_list;
4069 dpyinfo;
4070 dpyinfo = dpyinfo->next, names = XCDR (names))
4072 Lisp_Object tem;
4073 tem = Fstring_equal (XCAR (XCAR (names)), name);
4074 if (!NILP (tem))
4075 return dpyinfo;
4078 /* Use this general default value to start with. */
4079 Vx_resource_name = Vinvocation_name;
4081 validate_x_resource_name ();
4083 dpyinfo = x_term_init (name, (char *)0,
4084 (char *) SDATA (Vx_resource_name));
4086 if (dpyinfo == 0)
4087 error ("Cannot connect to X server %s", SDATA (name));
4089 x_in_use = 1;
4090 XSETFASTINT (Vwindow_system_version, 11);
4092 return dpyinfo;
4096 DEFUN ("x-open-connection", Fx_open_connection, Sx_open_connection,
4097 1, 3, 0,
4098 doc: /* Open a connection to an X server.
4099 DISPLAY is the name of the display to connect to.
4100 Optional second arg XRM-STRING is a string of resources in xrdb format.
4101 If the optional third arg MUST-SUCCEED is non-nil,
4102 terminate Emacs if we can't open the connection. */)
4103 (Lisp_Object display, Lisp_Object xrm_string, Lisp_Object must_succeed)
4105 unsigned char *xrm_option;
4106 struct x_display_info *dpyinfo;
4108 CHECK_STRING (display);
4109 if (! NILP (xrm_string))
4110 CHECK_STRING (xrm_string);
4112 #if 0
4113 if (! EQ (Vinitial_window_system, intern ("x")))
4114 error ("Not using X Windows"); /* That doesn't stop us anymore. */
4115 #endif
4117 if (! NILP (xrm_string))
4118 xrm_option = (unsigned char *) SDATA (xrm_string);
4119 else
4120 xrm_option = (unsigned char *) 0;
4122 validate_x_resource_name ();
4124 /* This is what opens the connection and sets x_current_display.
4125 This also initializes many symbols, such as those used for input. */
4126 dpyinfo = x_term_init (display, xrm_option,
4127 (char *) SDATA (Vx_resource_name));
4129 if (dpyinfo == 0)
4131 if (!NILP (must_succeed))
4132 fatal ("Cannot connect to X server %s.\n\
4133 Check the DISPLAY environment variable or use `-d'.\n\
4134 Also use the `xauth' program to verify that you have the proper\n\
4135 authorization information needed to connect the X server.\n\
4136 An insecure way to solve the problem may be to use `xhost'.\n",
4137 SDATA (display));
4138 else
4139 error ("Cannot connect to X server %s", SDATA (display));
4142 x_in_use = 1;
4144 XSETFASTINT (Vwindow_system_version, 11);
4145 return Qnil;
4148 DEFUN ("x-close-connection", Fx_close_connection,
4149 Sx_close_connection, 1, 1, 0,
4150 doc: /* Close the connection to TERMINAL's X server.
4151 For TERMINAL, specify a terminal object, a frame or a display name (a
4152 string). If TERMINAL is nil, that stands for the selected frame's
4153 terminal. */)
4154 (Lisp_Object terminal)
4156 struct x_display_info *dpyinfo = check_x_display_info (terminal);
4158 if (dpyinfo->reference_count > 0)
4159 error ("Display still has frames on it");
4161 x_delete_terminal (dpyinfo->terminal);
4163 return Qnil;
4166 DEFUN ("x-display-list", Fx_display_list, Sx_display_list, 0, 0, 0,
4167 doc: /* Return the list of display names that Emacs has connections to. */)
4168 (void)
4170 Lisp_Object tail, result;
4172 result = Qnil;
4173 for (tail = x_display_name_list; CONSP (tail); tail = XCDR (tail))
4174 result = Fcons (XCAR (XCAR (tail)), result);
4176 return result;
4179 DEFUN ("x-synchronize", Fx_synchronize, Sx_synchronize, 1, 2, 0,
4180 doc: /* If ON is non-nil, report X errors as soon as the erring request is made.
4181 If ON is nil, allow buffering of requests.
4182 Turning on synchronization prohibits the Xlib routines from buffering
4183 requests and seriously degrades performance, but makes debugging much
4184 easier.
4185 The optional second argument TERMINAL specifies which display to act on.
4186 TERMINAL should be a terminal object, a frame or a display name (a string).
4187 If TERMINAL is omitted or nil, that stands for the selected frame's display. */)
4188 (Lisp_Object on, Lisp_Object terminal)
4190 struct x_display_info *dpyinfo = check_x_display_info (terminal);
4192 XSynchronize (dpyinfo->display, !EQ (on, Qnil));
4194 return Qnil;
4197 /* Wait for responses to all X commands issued so far for frame F. */
4199 void
4200 x_sync (FRAME_PTR f)
4202 BLOCK_INPUT;
4203 XSync (FRAME_X_DISPLAY (f), False);
4204 UNBLOCK_INPUT;
4208 /***********************************************************************
4209 Window properties
4210 ***********************************************************************/
4212 DEFUN ("x-change-window-property", Fx_change_window_property,
4213 Sx_change_window_property, 2, 6, 0,
4214 doc: /* Change window property PROP to VALUE on the X window of FRAME.
4215 PROP must be a string.
4216 VALUE may be a string or a list of conses, numbers and/or strings.
4217 If an element in the list is a string, it is converted to
4218 an Atom and the value of the Atom is used. If an element is a cons,
4219 it is converted to a 32 bit number where the car is the 16 top bits and the
4220 cdr is the lower 16 bits.
4221 FRAME nil or omitted means use the selected frame.
4222 If TYPE is given and non-nil, it is the name of the type of VALUE.
4223 If TYPE is not given or nil, the type is STRING.
4224 FORMAT gives the size in bits of each element if VALUE is a list.
4225 It must be one of 8, 16 or 32.
4226 If VALUE is a string or FORMAT is nil or not given, FORMAT defaults to 8.
4227 If OUTER_P is non-nil, the property is changed for the outer X window of
4228 FRAME. Default is to change on the edit X window.
4230 Value is VALUE. */)
4231 (Lisp_Object prop, Lisp_Object value, Lisp_Object frame, Lisp_Object type, Lisp_Object format, Lisp_Object outer_p)
4233 struct frame *f = check_x_frame (frame);
4234 Atom prop_atom;
4235 Atom target_type = XA_STRING;
4236 int element_format = 8;
4237 unsigned char *data;
4238 int nelements;
4239 Window w;
4241 CHECK_STRING (prop);
4243 if (! NILP (format))
4245 CHECK_NUMBER (format);
4246 element_format = XFASTINT (format);
4248 if (element_format != 8 && element_format != 16
4249 && element_format != 32)
4250 error ("FORMAT must be one of 8, 16 or 32");
4253 if (CONSP (value))
4255 nelements = x_check_property_data (value);
4256 if (nelements == -1)
4257 error ("Bad data in VALUE, must be number, string or cons");
4259 if (element_format == 8)
4260 data = (unsigned char *) xmalloc (nelements);
4261 else if (element_format == 16)
4262 data = (unsigned char *) xmalloc (nelements*2);
4263 else /* format == 32 */
4264 /* The man page for XChangeProperty:
4265 "If the specified format is 32, the property data must be a
4266 long array."
4267 This applies even if long is more than 64 bits. The X library
4268 converts to 32 bits before sending to the X server. */
4269 data = (unsigned char *) xmalloc (nelements * sizeof(long));
4271 x_fill_property_data (FRAME_X_DISPLAY (f), value, data, element_format);
4273 else
4275 CHECK_STRING (value);
4276 data = SDATA (value);
4277 nelements = SCHARS (value);
4280 BLOCK_INPUT;
4281 prop_atom = XInternAtom (FRAME_X_DISPLAY (f), SDATA (prop), False);
4282 if (! NILP (type))
4284 CHECK_STRING (type);
4285 target_type = XInternAtom (FRAME_X_DISPLAY (f), SDATA (type), False);
4288 if (! NILP (outer_p)) w = FRAME_OUTER_WINDOW (f);
4289 else w = FRAME_X_WINDOW (f);
4291 XChangeProperty (FRAME_X_DISPLAY (f), w,
4292 prop_atom, target_type, element_format, PropModeReplace,
4293 data, nelements);
4295 if (CONSP (value)) xfree (data);
4297 /* Make sure the property is set when we return. */
4298 XFlush (FRAME_X_DISPLAY (f));
4299 UNBLOCK_INPUT;
4301 return value;
4305 DEFUN ("x-delete-window-property", Fx_delete_window_property,
4306 Sx_delete_window_property, 1, 2, 0,
4307 doc: /* Remove window property PROP from X window of FRAME.
4308 FRAME nil or omitted means use the selected frame. Value is PROP. */)
4309 (Lisp_Object prop, Lisp_Object frame)
4311 struct frame *f = check_x_frame (frame);
4312 Atom prop_atom;
4314 CHECK_STRING (prop);
4315 BLOCK_INPUT;
4316 prop_atom = XInternAtom (FRAME_X_DISPLAY (f), SDATA (prop), False);
4317 XDeleteProperty (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f), prop_atom);
4319 /* Make sure the property is removed when we return. */
4320 XFlush (FRAME_X_DISPLAY (f));
4321 UNBLOCK_INPUT;
4323 return prop;
4327 DEFUN ("x-window-property", Fx_window_property, Sx_window_property,
4328 1, 6, 0,
4329 doc: /* Value is the value of window property PROP on FRAME.
4330 If FRAME is nil or omitted, use the selected frame.
4331 If TYPE is nil or omitted, get the property as a string. Otherwise TYPE
4332 is the name of the Atom that denotes the type expected.
4333 If SOURCE is non-nil, get the property on that window instead of from
4334 FRAME. The number 0 denotes the root window.
4335 If DELETE_P is non-nil, delete the property after retreiving it.
4336 If VECTOR_RET_P is non-nil, don't return a string but a vector of values.
4338 Value is nil if FRAME hasn't a property with name PROP or if PROP has
4339 no value of TYPE. */)
4340 (Lisp_Object prop, Lisp_Object frame, Lisp_Object type, Lisp_Object source, Lisp_Object delete_p, Lisp_Object vector_ret_p)
4342 struct frame *f = check_x_frame (frame);
4343 Atom prop_atom;
4344 int rc;
4345 Lisp_Object prop_value = Qnil;
4346 unsigned char *tmp_data = NULL;
4347 Atom actual_type;
4348 Atom target_type = XA_STRING;
4349 int actual_format;
4350 unsigned long actual_size, bytes_remaining;
4351 Window target_window = FRAME_X_WINDOW (f);
4352 struct gcpro gcpro1;
4354 GCPRO1 (prop_value);
4355 CHECK_STRING (prop);
4357 if (! NILP (source))
4359 if (NUMBERP (source))
4361 if (FLOATP (source))
4362 target_window = (Window) XFLOAT (source);
4363 else
4364 target_window = XFASTINT (source);
4366 if (target_window == 0)
4367 target_window = FRAME_X_DISPLAY_INFO (f)->root_window;
4369 else if (CONSP (source))
4370 target_window = cons_to_long (source);
4373 BLOCK_INPUT;
4374 if (STRINGP (type))
4376 if (strcmp ("AnyPropertyType", SDATA (type)) == 0)
4377 target_type = AnyPropertyType;
4378 else
4379 target_type = XInternAtom (FRAME_X_DISPLAY (f), SDATA (type), False);
4382 prop_atom = XInternAtom (FRAME_X_DISPLAY (f), SDATA (prop), False);
4383 rc = XGetWindowProperty (FRAME_X_DISPLAY (f), target_window,
4384 prop_atom, 0, 0, False, target_type,
4385 &actual_type, &actual_format, &actual_size,
4386 &bytes_remaining, &tmp_data);
4387 if (rc == Success)
4389 int size = bytes_remaining;
4391 XFree (tmp_data);
4392 tmp_data = NULL;
4394 rc = XGetWindowProperty (FRAME_X_DISPLAY (f), target_window,
4395 prop_atom, 0, bytes_remaining,
4396 ! NILP (delete_p), target_type,
4397 &actual_type, &actual_format,
4398 &actual_size, &bytes_remaining,
4399 &tmp_data);
4400 if (rc == Success && tmp_data)
4402 /* The man page for XGetWindowProperty says:
4403 "If the returned format is 32, the returned data is represented
4404 as a long array and should be cast to that type to obtain the
4405 elements."
4406 This applies even if long is more than 32 bits, the X library
4407 converts from 32 bit elements received from the X server to long
4408 and passes the long array to us. Thus, for that case memcpy can not
4409 be used. We convert to a 32 bit type here, because so much code
4410 assume on that.
4412 The bytes and offsets passed to XGetWindowProperty refers to the
4413 property and those are indeed in 32 bit quantities if format is
4414 32. */
4416 if (actual_format == 32 && actual_format < BITS_PER_LONG)
4418 unsigned long i;
4419 int *idata = (int *) tmp_data;
4420 long *ldata = (long *) tmp_data;
4422 for (i = 0; i < actual_size; ++i)
4423 idata[i] = (int) ldata[i];
4426 if (NILP (vector_ret_p))
4427 prop_value = make_string (tmp_data, size);
4428 else
4429 prop_value = x_property_data_to_lisp (f,
4430 tmp_data,
4431 actual_type,
4432 actual_format,
4433 actual_size);
4436 if (tmp_data) XFree (tmp_data);
4439 UNBLOCK_INPUT;
4440 UNGCPRO;
4441 return prop_value;
4446 /***********************************************************************
4447 Busy cursor
4448 ***********************************************************************/
4450 /* Timer function of hourglass_atimer. TIMER is equal to
4451 hourglass_atimer.
4453 Display an hourglass pointer on all frames by mapping the frames'
4454 hourglass_window. Set the hourglass_p flag in the frames'
4455 output_data.x structure to indicate that an hourglass cursor is
4456 shown on the frames. */
4458 void
4459 show_hourglass (struct atimer *timer)
4461 /* The timer implementation will cancel this timer automatically
4462 after this function has run. Set hourglass_atimer to null
4463 so that we know the timer doesn't have to be canceled. */
4464 hourglass_atimer = NULL;
4466 if (!hourglass_shown_p)
4468 Lisp_Object rest, frame;
4470 BLOCK_INPUT;
4472 FOR_EACH_FRAME (rest, frame)
4474 struct frame *f = XFRAME (frame);
4476 if (FRAME_LIVE_P (f) && FRAME_X_P (f) && FRAME_X_DISPLAY (f))
4478 Display *dpy = FRAME_X_DISPLAY (f);
4480 #ifdef USE_X_TOOLKIT
4481 if (f->output_data.x->widget)
4482 #else
4483 if (FRAME_OUTER_WINDOW (f))
4484 #endif
4486 f->output_data.x->hourglass_p = 1;
4488 if (!f->output_data.x->hourglass_window)
4490 unsigned long mask = CWCursor;
4491 XSetWindowAttributes attrs;
4492 #ifdef USE_GTK
4493 Window parent = FRAME_X_WINDOW (f);
4494 #else
4495 Window parent = FRAME_OUTER_WINDOW (f);
4496 #endif
4497 attrs.cursor = f->output_data.x->hourglass_cursor;
4499 f->output_data.x->hourglass_window
4500 = XCreateWindow (dpy, parent,
4501 0, 0, 32000, 32000, 0, 0,
4502 InputOnly,
4503 CopyFromParent,
4504 mask, &attrs);
4507 XMapRaised (dpy, f->output_data.x->hourglass_window);
4508 XFlush (dpy);
4513 hourglass_shown_p = 1;
4514 UNBLOCK_INPUT;
4519 /* Hide the hourglass pointer on all frames, if it is currently
4520 shown. */
4522 void
4523 hide_hourglass (void)
4525 if (hourglass_shown_p)
4527 Lisp_Object rest, frame;
4529 BLOCK_INPUT;
4530 FOR_EACH_FRAME (rest, frame)
4532 struct frame *f = XFRAME (frame);
4534 if (FRAME_X_P (f)
4535 /* Watch out for newly created frames. */
4536 && f->output_data.x->hourglass_window)
4538 XUnmapWindow (FRAME_X_DISPLAY (f),
4539 f->output_data.x->hourglass_window);
4540 /* Sync here because XTread_socket looks at the
4541 hourglass_p flag that is reset to zero below. */
4542 XSync (FRAME_X_DISPLAY (f), False);
4543 f->output_data.x->hourglass_p = 0;
4547 hourglass_shown_p = 0;
4548 UNBLOCK_INPUT;
4554 /***********************************************************************
4555 Tool tips
4556 ***********************************************************************/
4558 static Lisp_Object x_create_tip_frame (struct x_display_info *,
4559 Lisp_Object, Lisp_Object);
4560 static void compute_tip_xy (struct frame *, Lisp_Object, Lisp_Object,
4561 Lisp_Object, int, int, int *, int *);
4563 /* The frame of a currently visible tooltip. */
4565 Lisp_Object tip_frame;
4567 /* If non-nil, a timer started that hides the last tooltip when it
4568 fires. */
4570 Lisp_Object tip_timer;
4571 Window tip_window;
4573 /* If non-nil, a vector of 3 elements containing the last args
4574 with which x-show-tip was called. See there. */
4576 Lisp_Object last_show_tip_args;
4578 /* Maximum size for tooltips; a cons (COLUMNS . ROWS). */
4580 Lisp_Object Vx_max_tooltip_size;
4583 static Lisp_Object
4584 unwind_create_tip_frame (Lisp_Object frame)
4586 Lisp_Object deleted;
4588 deleted = unwind_create_frame (frame);
4589 if (EQ (deleted, Qt))
4591 tip_window = None;
4592 tip_frame = Qnil;
4595 return deleted;
4599 /* Create a frame for a tooltip on the display described by DPYINFO.
4600 PARMS is a list of frame parameters. TEXT is the string to
4601 display in the tip frame. Value is the frame.
4603 Note that functions called here, esp. x_default_parameter can
4604 signal errors, for instance when a specified color name is
4605 undefined. We have to make sure that we're in a consistent state
4606 when this happens. */
4608 static Lisp_Object
4609 x_create_tip_frame (struct x_display_info *dpyinfo, Lisp_Object parms, Lisp_Object text)
4611 struct frame *f;
4612 Lisp_Object frame, tem;
4613 Lisp_Object name;
4614 long window_prompting = 0;
4615 int width, height;
4616 int count = SPECPDL_INDEX ();
4617 struct gcpro gcpro1, gcpro2, gcpro3;
4618 int face_change_count_before = face_change_count;
4619 Lisp_Object buffer;
4620 struct buffer *old_buffer;
4622 check_x ();
4624 if (!dpyinfo->terminal->name)
4625 error ("Terminal is not live, can't create new frames on it");
4627 parms = Fcopy_alist (parms);
4629 /* Get the name of the frame to use for resource lookup. */
4630 name = x_get_arg (dpyinfo, parms, Qname, "name", "Name", RES_TYPE_STRING);
4631 if (!STRINGP (name)
4632 && !EQ (name, Qunbound)
4633 && !NILP (name))
4634 error ("Invalid frame name--not a string or nil");
4636 frame = Qnil;
4637 GCPRO3 (parms, name, frame);
4638 f = make_frame (1);
4639 XSETFRAME (frame, f);
4641 buffer = Fget_buffer_create (build_string (" *tip*"));
4642 Fset_window_buffer (FRAME_ROOT_WINDOW (f), buffer, Qnil);
4643 old_buffer = current_buffer;
4644 set_buffer_internal_1 (XBUFFER (buffer));
4645 current_buffer->truncate_lines = Qnil;
4646 specbind (Qinhibit_read_only, Qt);
4647 specbind (Qinhibit_modification_hooks, Qt);
4648 Ferase_buffer ();
4649 Finsert (1, &text);
4650 set_buffer_internal_1 (old_buffer);
4652 FRAME_CAN_HAVE_SCROLL_BARS (f) = 0;
4653 record_unwind_protect (unwind_create_tip_frame, frame);
4655 f->terminal = dpyinfo->terminal;
4656 f->terminal->reference_count++;
4658 /* By setting the output method, we're essentially saying that
4659 the frame is live, as per FRAME_LIVE_P. If we get a signal
4660 from this point on, x_destroy_window might screw up reference
4661 counts etc. */
4662 f->output_method = output_x_window;
4663 f->output_data.x = (struct x_output *) xmalloc (sizeof (struct x_output));
4664 memset (f->output_data.x, 0, sizeof (struct x_output));
4665 f->output_data.x->icon_bitmap = -1;
4666 FRAME_FONTSET (f) = -1;
4667 f->output_data.x->scroll_bar_foreground_pixel = -1;
4668 f->output_data.x->scroll_bar_background_pixel = -1;
4669 #ifdef USE_TOOLKIT_SCROLL_BARS
4670 f->output_data.x->scroll_bar_top_shadow_pixel = -1;
4671 f->output_data.x->scroll_bar_bottom_shadow_pixel = -1;
4672 #endif /* USE_TOOLKIT_SCROLL_BARS */
4673 f->icon_name = Qnil;
4674 FRAME_X_DISPLAY_INFO (f) = dpyinfo;
4675 #if GLYPH_DEBUG
4676 image_cache_refcount = FRAME_IMAGE_CACHE (f)->refcount;
4677 dpyinfo_refcount = dpyinfo->reference_count;
4678 #endif /* GLYPH_DEBUG */
4679 f->output_data.x->parent_desc = FRAME_X_DISPLAY_INFO (f)->root_window;
4680 f->output_data.x->explicit_parent = 0;
4682 /* These colors will be set anyway later, but it's important
4683 to get the color reference counts right, so initialize them! */
4685 Lisp_Object black;
4686 struct gcpro gcpro1;
4688 /* Function x_decode_color can signal an error. Make
4689 sure to initialize color slots so that we won't try
4690 to free colors we haven't allocated. */
4691 FRAME_FOREGROUND_PIXEL (f) = -1;
4692 FRAME_BACKGROUND_PIXEL (f) = -1;
4693 f->output_data.x->cursor_pixel = -1;
4694 f->output_data.x->cursor_foreground_pixel = -1;
4695 f->output_data.x->border_pixel = -1;
4696 f->output_data.x->mouse_pixel = -1;
4698 black = build_string ("black");
4699 GCPRO1 (black);
4700 FRAME_FOREGROUND_PIXEL (f)
4701 = x_decode_color (f, black, BLACK_PIX_DEFAULT (f));
4702 FRAME_BACKGROUND_PIXEL (f)
4703 = x_decode_color (f, black, BLACK_PIX_DEFAULT (f));
4704 f->output_data.x->cursor_pixel
4705 = x_decode_color (f, black, BLACK_PIX_DEFAULT (f));
4706 f->output_data.x->cursor_foreground_pixel
4707 = x_decode_color (f, black, BLACK_PIX_DEFAULT (f));
4708 f->output_data.x->border_pixel
4709 = x_decode_color (f, black, BLACK_PIX_DEFAULT (f));
4710 f->output_data.x->mouse_pixel
4711 = x_decode_color (f, black, BLACK_PIX_DEFAULT (f));
4712 UNGCPRO;
4715 /* Set the name; the functions to which we pass f expect the name to
4716 be set. */
4717 if (EQ (name, Qunbound) || NILP (name))
4719 f->name = build_string (dpyinfo->x_id_name);
4720 f->explicit_name = 0;
4722 else
4724 f->name = name;
4725 f->explicit_name = 1;
4726 /* use the frame's title when getting resources for this frame. */
4727 specbind (Qx_resource_name, name);
4730 f->resx = dpyinfo->resx;
4731 f->resy = dpyinfo->resy;
4733 register_font_driver (&xfont_driver, f);
4734 #ifdef HAVE_FREETYPE
4735 #ifdef HAVE_XFT
4736 register_font_driver (&xftfont_driver, f);
4737 #else /* not HAVE_XFT */
4738 register_font_driver (&ftxfont_driver, f);
4739 #endif /* not HAVE_XFT */
4740 #endif /* HAVE_FREETYPE */
4742 x_default_parameter (f, parms, Qfont_backend, Qnil,
4743 "fontBackend", "FontBackend", RES_TYPE_STRING);
4745 /* Extract the window parameters from the supplied values that are
4746 needed to determine window geometry. */
4747 x_default_font_parameter (f, parms);
4749 x_default_parameter (f, parms, Qborder_width, make_number (0),
4750 "borderWidth", "BorderWidth", RES_TYPE_NUMBER);
4752 /* This defaults to 2 in order to match xterm. We recognize either
4753 internalBorderWidth or internalBorder (which is what xterm calls
4754 it). */
4755 if (NILP (Fassq (Qinternal_border_width, parms)))
4757 Lisp_Object value;
4759 value = x_get_arg (dpyinfo, parms, Qinternal_border_width,
4760 "internalBorder", "internalBorder", RES_TYPE_NUMBER);
4761 if (! EQ (value, Qunbound))
4762 parms = Fcons (Fcons (Qinternal_border_width, value),
4763 parms);
4766 x_default_parameter (f, parms, Qinternal_border_width, make_number (1),
4767 "internalBorderWidth", "internalBorderWidth",
4768 RES_TYPE_NUMBER);
4770 /* Also do the stuff which must be set before the window exists. */
4771 x_default_parameter (f, parms, Qforeground_color, build_string ("black"),
4772 "foreground", "Foreground", RES_TYPE_STRING);
4773 x_default_parameter (f, parms, Qbackground_color, build_string ("white"),
4774 "background", "Background", RES_TYPE_STRING);
4775 x_default_parameter (f, parms, Qmouse_color, build_string ("black"),
4776 "pointerColor", "Foreground", RES_TYPE_STRING);
4777 x_default_parameter (f, parms, Qcursor_color, build_string ("black"),
4778 "cursorColor", "Foreground", RES_TYPE_STRING);
4779 x_default_parameter (f, parms, Qborder_color, build_string ("black"),
4780 "borderColor", "BorderColor", RES_TYPE_STRING);
4782 /* Init faces before x_default_parameter is called for scroll-bar
4783 parameters because that function calls x_set_scroll_bar_width,
4784 which calls change_frame_size, which calls Fset_window_buffer,
4785 which runs hooks, which call Fvertical_motion. At the end, we
4786 end up in init_iterator with a null face cache, which should not
4787 happen. */
4788 init_frame_faces (f);
4790 f->output_data.x->parent_desc = FRAME_X_DISPLAY_INFO (f)->root_window;
4792 window_prompting = x_figure_window_size (f, parms, 0);
4795 XSetWindowAttributes attrs;
4796 unsigned long mask;
4797 Atom type = FRAME_X_DISPLAY_INFO (f)->Xatom_net_window_type_tooltip;
4799 BLOCK_INPUT;
4800 mask = CWBackPixel | CWOverrideRedirect | CWEventMask;
4801 if (DoesSaveUnders (dpyinfo->screen))
4802 mask |= CWSaveUnder;
4804 /* Window managers look at the override-redirect flag to determine
4805 whether or net to give windows a decoration (Xlib spec, chapter
4806 3.2.8). */
4807 attrs.override_redirect = True;
4808 attrs.save_under = True;
4809 attrs.background_pixel = FRAME_BACKGROUND_PIXEL (f);
4810 /* Arrange for getting MapNotify and UnmapNotify events. */
4811 attrs.event_mask = StructureNotifyMask;
4812 tip_window
4813 = FRAME_X_WINDOW (f)
4814 = XCreateWindow (FRAME_X_DISPLAY (f),
4815 FRAME_X_DISPLAY_INFO (f)->root_window,
4816 /* x, y, width, height */
4817 0, 0, 1, 1,
4818 /* Border. */
4819 f->border_width,
4820 CopyFromParent, InputOutput, CopyFromParent,
4821 mask, &attrs);
4822 XChangeProperty (FRAME_X_DISPLAY (f), tip_window,
4823 FRAME_X_DISPLAY_INFO (f)->Xatom_net_window_type,
4824 XA_ATOM, 32, PropModeReplace,
4825 (unsigned char *)&type, 1);
4826 UNBLOCK_INPUT;
4829 x_make_gc (f);
4831 x_default_parameter (f, parms, Qauto_raise, Qnil,
4832 "autoRaise", "AutoRaiseLower", RES_TYPE_BOOLEAN);
4833 x_default_parameter (f, parms, Qauto_lower, Qnil,
4834 "autoLower", "AutoRaiseLower", RES_TYPE_BOOLEAN);
4835 x_default_parameter (f, parms, Qcursor_type, Qbox,
4836 "cursorType", "CursorType", RES_TYPE_SYMBOL);
4838 /* Dimensions, especially FRAME_LINES (f), must be done via change_frame_size.
4839 Change will not be effected unless different from the current
4840 FRAME_LINES (f). */
4841 width = FRAME_COLS (f);
4842 height = FRAME_LINES (f);
4843 SET_FRAME_COLS (f, 0);
4844 FRAME_LINES (f) = 0;
4845 change_frame_size (f, height, width, 1, 0, 0);
4847 /* Add `tooltip' frame parameter's default value. */
4848 if (NILP (Fframe_parameter (frame, intern ("tooltip"))))
4849 Fmodify_frame_parameters (frame, Fcons (Fcons (intern ("tooltip"), Qt),
4850 Qnil));
4852 /* FIXME - can this be done in a similar way to normal frames?
4853 http://lists.gnu.org/archive/html/emacs-devel/2007-10/msg00641.html */
4855 /* Set the `display-type' frame parameter before setting up faces. */
4857 Lisp_Object disptype;
4859 if (FRAME_X_DISPLAY_INFO (f)->n_planes == 1)
4860 disptype = intern ("mono");
4861 else if (FRAME_X_DISPLAY_INFO (f)->visual->class == GrayScale
4862 || FRAME_X_DISPLAY_INFO (f)->visual->class == StaticGray)
4863 disptype = intern ("grayscale");
4864 else
4865 disptype = intern ("color");
4867 if (NILP (Fframe_parameter (frame, Qdisplay_type)))
4868 Fmodify_frame_parameters (frame, Fcons (Fcons (Qdisplay_type, disptype),
4869 Qnil));
4872 /* Set up faces after all frame parameters are known. This call
4873 also merges in face attributes specified for new frames.
4875 Frame parameters may be changed if .Xdefaults contains
4876 specifications for the default font. For example, if there is an
4877 `Emacs.default.attributeBackground: pink', the `background-color'
4878 attribute of the frame get's set, which let's the internal border
4879 of the tooltip frame appear in pink. Prevent this. */
4881 Lisp_Object bg = Fframe_parameter (frame, Qbackground_color);
4883 /* Set tip_frame here, so that */
4884 tip_frame = frame;
4885 call2 (Qface_set_after_frame_default, frame, Qnil);
4887 if (!EQ (bg, Fframe_parameter (frame, Qbackground_color)))
4888 Fmodify_frame_parameters (frame, Fcons (Fcons (Qbackground_color, bg),
4889 Qnil));
4892 f->no_split = 1;
4894 UNGCPRO;
4896 /* It is now ok to make the frame official even if we get an error
4897 below. And the frame needs to be on Vframe_list or making it
4898 visible won't work. */
4899 Vframe_list = Fcons (frame, Vframe_list);
4901 /* Now that the frame is official, it counts as a reference to
4902 its display. */
4903 FRAME_X_DISPLAY_INFO (f)->reference_count++;
4905 /* Setting attributes of faces of the tooltip frame from resources
4906 and similar will increment face_change_count, which leads to the
4907 clearing of all current matrices. Since this isn't necessary
4908 here, avoid it by resetting face_change_count to the value it
4909 had before we created the tip frame. */
4910 face_change_count = face_change_count_before;
4912 /* Discard the unwind_protect. */
4913 return unbind_to (count, frame);
4917 /* Compute where to display tip frame F. PARMS is the list of frame
4918 parameters for F. DX and DY are specified offsets from the current
4919 location of the mouse. WIDTH and HEIGHT are the width and height
4920 of the tooltip. Return coordinates relative to the root window of
4921 the display in *ROOT_X, and *ROOT_Y. */
4923 static void
4924 compute_tip_xy (struct frame *f, Lisp_Object parms, Lisp_Object dx, Lisp_Object dy, int width, int height, int *root_x, int *root_y)
4926 Lisp_Object left, top;
4927 int win_x, win_y;
4928 Window root, child;
4929 unsigned pmask;
4931 /* User-specified position? */
4932 left = Fcdr (Fassq (Qleft, parms));
4933 top = Fcdr (Fassq (Qtop, parms));
4935 /* Move the tooltip window where the mouse pointer is. Resize and
4936 show it. */
4937 if (!INTEGERP (left) || !INTEGERP (top))
4939 BLOCK_INPUT;
4940 XQueryPointer (FRAME_X_DISPLAY (f), FRAME_X_DISPLAY_INFO (f)->root_window,
4941 &root, &child, root_x, root_y, &win_x, &win_y, &pmask);
4942 UNBLOCK_INPUT;
4945 if (INTEGERP (top))
4946 *root_y = XINT (top);
4947 else if (*root_y + XINT (dy) <= 0)
4948 *root_y = 0; /* Can happen for negative dy */
4949 else if (*root_y + XINT (dy) + height
4950 <= x_display_pixel_height (FRAME_X_DISPLAY_INFO (f)))
4951 /* It fits below the pointer */
4952 *root_y += XINT (dy);
4953 else if (height + XINT (dy) <= *root_y)
4954 /* It fits above the pointer. */
4955 *root_y -= height + XINT (dy);
4956 else
4957 /* Put it on the top. */
4958 *root_y = 0;
4960 if (INTEGERP (left))
4961 *root_x = XINT (left);
4962 else if (*root_x + XINT (dx) <= 0)
4963 *root_x = 0; /* Can happen for negative dx */
4964 else if (*root_x + XINT (dx) + width
4965 <= x_display_pixel_width (FRAME_X_DISPLAY_INFO (f)))
4966 /* It fits to the right of the pointer. */
4967 *root_x += XINT (dx);
4968 else if (width + XINT (dx) <= *root_x)
4969 /* It fits to the left of the pointer. */
4970 *root_x -= width + XINT (dx);
4971 else
4972 /* Put it left-justified on the screen--it ought to fit that way. */
4973 *root_x = 0;
4977 DEFUN ("x-show-tip", Fx_show_tip, Sx_show_tip, 1, 6, 0,
4978 doc: /* Show STRING in a "tooltip" window on frame FRAME.
4979 A tooltip window is a small X window displaying a string.
4981 This is an internal function; Lisp code should call `tooltip-show'.
4983 FRAME nil or omitted means use the selected frame.
4985 PARMS is an optional list of frame parameters which can be used to
4986 change the tooltip's appearance.
4988 Automatically hide the tooltip after TIMEOUT seconds. TIMEOUT nil
4989 means use the default timeout of 5 seconds.
4991 If the list of frame parameters PARAMS contains a `left' parameters,
4992 the tooltip is displayed at that x-position. Otherwise it is
4993 displayed at the mouse position, with offset DX added (default is 5 if
4994 DX isn't specified). Likewise for the y-position; if a `top' frame
4995 parameter is specified, it determines the y-position of the tooltip
4996 window, otherwise it is displayed at the mouse position, with offset
4997 DY added (default is -10).
4999 A tooltip's maximum size is specified by `x-max-tooltip-size'.
5000 Text larger than the specified size is clipped. */)
5001 (Lisp_Object string, Lisp_Object frame, Lisp_Object parms, Lisp_Object timeout, Lisp_Object dx, Lisp_Object dy)
5003 struct frame *f;
5004 struct window *w;
5005 int root_x, root_y;
5006 struct buffer *old_buffer;
5007 struct text_pos pos;
5008 int i, width, height;
5009 struct gcpro gcpro1, gcpro2, gcpro3, gcpro4;
5010 int old_windows_or_buffers_changed = windows_or_buffers_changed;
5011 int count = SPECPDL_INDEX ();
5013 specbind (Qinhibit_redisplay, Qt);
5015 GCPRO4 (string, parms, frame, timeout);
5017 CHECK_STRING (string);
5018 if (SCHARS (string) == 0)
5019 string = make_unibyte_string (" ", 1);
5021 f = check_x_frame (frame);
5022 if (NILP (timeout))
5023 timeout = make_number (5);
5024 else
5025 CHECK_NATNUM (timeout);
5027 if (NILP (dx))
5028 dx = make_number (5);
5029 else
5030 CHECK_NUMBER (dx);
5032 if (NILP (dy))
5033 dy = make_number (-10);
5034 else
5035 CHECK_NUMBER (dy);
5037 if (NILP (last_show_tip_args))
5038 last_show_tip_args = Fmake_vector (make_number (3), Qnil);
5040 if (!NILP (tip_frame))
5042 Lisp_Object last_string = AREF (last_show_tip_args, 0);
5043 Lisp_Object last_frame = AREF (last_show_tip_args, 1);
5044 Lisp_Object last_parms = AREF (last_show_tip_args, 2);
5046 if (EQ (frame, last_frame)
5047 && !NILP (Fequal (last_string, string))
5048 && !NILP (Fequal (last_parms, parms)))
5050 struct frame *f = XFRAME (tip_frame);
5052 /* Only DX and DY have changed. */
5053 if (!NILP (tip_timer))
5055 Lisp_Object timer = tip_timer;
5056 tip_timer = Qnil;
5057 call1 (Qcancel_timer, timer);
5060 BLOCK_INPUT;
5061 compute_tip_xy (f, parms, dx, dy, FRAME_PIXEL_WIDTH (f),
5062 FRAME_PIXEL_HEIGHT (f), &root_x, &root_y);
5063 XMoveWindow (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f),
5064 root_x, root_y);
5065 UNBLOCK_INPUT;
5066 goto start_timer;
5070 /* Hide a previous tip, if any. */
5071 Fx_hide_tip ();
5073 ASET (last_show_tip_args, 0, string);
5074 ASET (last_show_tip_args, 1, frame);
5075 ASET (last_show_tip_args, 2, parms);
5077 /* Add default values to frame parameters. */
5078 if (NILP (Fassq (Qname, parms)))
5079 parms = Fcons (Fcons (Qname, build_string ("tooltip")), parms);
5080 if (NILP (Fassq (Qinternal_border_width, parms)))
5081 parms = Fcons (Fcons (Qinternal_border_width, make_number (3)), parms);
5082 if (NILP (Fassq (Qborder_width, parms)))
5083 parms = Fcons (Fcons (Qborder_width, make_number (1)), parms);
5084 if (NILP (Fassq (Qborder_color, parms)))
5085 parms = Fcons (Fcons (Qborder_color, build_string ("lightyellow")), parms);
5086 if (NILP (Fassq (Qbackground_color, parms)))
5087 parms = Fcons (Fcons (Qbackground_color, build_string ("lightyellow")),
5088 parms);
5090 /* Create a frame for the tooltip, and record it in the global
5091 variable tip_frame. */
5092 frame = x_create_tip_frame (FRAME_X_DISPLAY_INFO (f), parms, string);
5093 f = XFRAME (frame);
5095 /* Set up the frame's root window. */
5096 w = XWINDOW (FRAME_ROOT_WINDOW (f));
5097 w->left_col = w->top_line = make_number (0);
5099 if (CONSP (Vx_max_tooltip_size)
5100 && INTEGERP (XCAR (Vx_max_tooltip_size))
5101 && XINT (XCAR (Vx_max_tooltip_size)) > 0
5102 && INTEGERP (XCDR (Vx_max_tooltip_size))
5103 && XINT (XCDR (Vx_max_tooltip_size)) > 0)
5105 w->total_cols = XCAR (Vx_max_tooltip_size);
5106 w->total_lines = XCDR (Vx_max_tooltip_size);
5108 else
5110 w->total_cols = make_number (80);
5111 w->total_lines = make_number (40);
5114 FRAME_TOTAL_COLS (f) = XINT (w->total_cols);
5115 adjust_glyphs (f);
5116 w->pseudo_window_p = 1;
5118 /* Display the tooltip text in a temporary buffer. */
5119 old_buffer = current_buffer;
5120 set_buffer_internal_1 (XBUFFER (XWINDOW (FRAME_ROOT_WINDOW (f))->buffer));
5121 current_buffer->truncate_lines = Qnil;
5122 clear_glyph_matrix (w->desired_matrix);
5123 clear_glyph_matrix (w->current_matrix);
5124 SET_TEXT_POS (pos, BEGV, BEGV_BYTE);
5125 try_window (FRAME_ROOT_WINDOW (f), pos, TRY_WINDOW_IGNORE_FONTS_CHANGE);
5127 /* Compute width and height of the tooltip. */
5128 width = height = 0;
5129 for (i = 0; i < w->desired_matrix->nrows; ++i)
5131 struct glyph_row *row = &w->desired_matrix->rows[i];
5132 struct glyph *last;
5133 int row_width;
5135 /* Stop at the first empty row at the end. */
5136 if (!row->enabled_p || !row->displays_text_p)
5137 break;
5139 /* Let the row go over the full width of the frame. */
5140 row->full_width_p = 1;
5142 row_width = row->pixel_width;
5143 /* There's a glyph at the end of rows that is used to place
5144 the cursor there. Don't include the width of this glyph. */
5145 if (row->used[TEXT_AREA])
5147 last = &row->glyphs[TEXT_AREA][row->used[TEXT_AREA] - 1];
5148 if (INTEGERP (last->object))
5149 row_width -= last->pixel_width;
5152 height += row->height;
5153 width = max (width, row_width);
5156 /* Add the frame's internal border to the width and height the X
5157 window should have. */
5158 height += 2 * FRAME_INTERNAL_BORDER_WIDTH (f);
5159 width += 2 * FRAME_INTERNAL_BORDER_WIDTH (f);
5161 /* Move the tooltip window where the mouse pointer is. Resize and
5162 show it. */
5163 compute_tip_xy (f, parms, dx, dy, width, height, &root_x, &root_y);
5165 BLOCK_INPUT;
5166 XMoveResizeWindow (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f),
5167 root_x, root_y, width, height);
5168 XMapRaised (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f));
5169 UNBLOCK_INPUT;
5171 /* Draw into the window. */
5172 w->must_be_updated_p = 1;
5173 update_single_window (w, 1);
5175 /* Restore original current buffer. */
5176 set_buffer_internal_1 (old_buffer);
5177 windows_or_buffers_changed = old_windows_or_buffers_changed;
5179 start_timer:
5180 /* Let the tip disappear after timeout seconds. */
5181 tip_timer = call3 (intern ("run-at-time"), timeout, Qnil,
5182 intern ("x-hide-tip"));
5184 UNGCPRO;
5185 return unbind_to (count, Qnil);
5189 DEFUN ("x-hide-tip", Fx_hide_tip, Sx_hide_tip, 0, 0, 0,
5190 doc: /* Hide the current tooltip window, if there is any.
5191 Value is t if tooltip was open, nil otherwise. */)
5192 (void)
5194 int count;
5195 Lisp_Object deleted, frame, timer;
5196 struct gcpro gcpro1, gcpro2;
5198 /* Return quickly if nothing to do. */
5199 if (NILP (tip_timer) && NILP (tip_frame))
5200 return Qnil;
5202 frame = tip_frame;
5203 timer = tip_timer;
5204 GCPRO2 (frame, timer);
5205 tip_frame = tip_timer = deleted = Qnil;
5207 count = SPECPDL_INDEX ();
5208 specbind (Qinhibit_redisplay, Qt);
5209 specbind (Qinhibit_quit, Qt);
5211 if (!NILP (timer))
5212 call1 (Qcancel_timer, timer);
5214 if (FRAMEP (frame))
5216 delete_frame (frame, Qnil);
5217 deleted = Qt;
5219 #ifdef USE_LUCID
5220 /* Bloodcurdling hack alert: The Lucid menu bar widget's
5221 redisplay procedure is not called when a tip frame over menu
5222 items is unmapped. Redisplay the menu manually... */
5224 struct frame *f = SELECTED_FRAME ();
5225 Widget w = f->output_data.x->menubar_widget;
5226 extern void xlwmenu_redisplay (Widget);
5228 if (!DoesSaveUnders (FRAME_X_DISPLAY_INFO (f)->screen)
5229 && w != NULL)
5231 BLOCK_INPUT;
5232 xlwmenu_redisplay (w);
5233 UNBLOCK_INPUT;
5236 #endif /* USE_LUCID */
5239 UNGCPRO;
5240 return unbind_to (count, deleted);
5245 /***********************************************************************
5246 File selection dialog
5247 ***********************************************************************/
5249 DEFUN ("x-uses-old-gtk-dialog", Fx_uses_old_gtk_dialog,
5250 Sx_uses_old_gtk_dialog,
5251 0, 0, 0,
5252 doc: /* Return t if the old Gtk+ file selection dialog is used. */)
5253 (void)
5255 #ifdef USE_GTK
5256 extern int use_dialog_box;
5257 extern int use_file_dialog;
5259 if (use_dialog_box
5260 && use_file_dialog
5261 && have_menus_p ()
5262 && xg_uses_old_file_dialog ())
5263 return Qt;
5264 #endif
5265 return Qnil;
5269 #ifdef USE_MOTIF
5270 /* Callback for "OK" and "Cancel" on file selection dialog. */
5272 static void
5273 file_dialog_cb (widget, client_data, call_data)
5274 Widget widget;
5275 XtPointer call_data, client_data;
5277 int *result = (int *) client_data;
5278 XmAnyCallbackStruct *cb = (XmAnyCallbackStruct *) call_data;
5279 *result = cb->reason;
5283 /* Callback for unmapping a file selection dialog. This is used to
5284 capture the case where a dialog is closed via a window manager's
5285 closer button, for example. Using a XmNdestroyCallback didn't work
5286 in this case. */
5288 static void
5289 file_dialog_unmap_cb (widget, client_data, call_data)
5290 Widget widget;
5291 XtPointer call_data, client_data;
5293 int *result = (int *) client_data;
5294 *result = XmCR_CANCEL;
5297 static Lisp_Object
5298 clean_up_file_dialog (arg)
5299 Lisp_Object arg;
5301 struct Lisp_Save_Value *p = XSAVE_VALUE (arg);
5302 Widget dialog = (Widget) p->pointer;
5304 /* Clean up. */
5305 BLOCK_INPUT;
5306 XtUnmanageChild (dialog);
5307 XtDestroyWidget (dialog);
5308 x_menu_set_in_use (0);
5309 UNBLOCK_INPUT;
5311 return Qnil;
5315 DEFUN ("x-file-dialog", Fx_file_dialog, Sx_file_dialog, 2, 5, 0,
5316 doc: /* Read file name, prompting with PROMPT in directory DIR.
5317 Use a file selection dialog. Select DEFAULT-FILENAME in the dialog's file
5318 selection box, if specified. If MUSTMATCH is non-nil, the returned file
5319 or directory must exist. ONLY-DIR-P is ignored." */)
5320 (Lisp_Object prompt, Lisp_Object dir, Lisp_Object default_filename, Lisp_Object mustmatch, Lisp_Object only_dir_p)
5322 int result;
5323 struct frame *f = SELECTED_FRAME ();
5324 Lisp_Object file = Qnil;
5325 Lisp_Object decoded_file;
5326 Widget dialog, text, help;
5327 Arg al[10];
5328 int ac = 0;
5329 extern XtAppContext Xt_app_con;
5330 XmString dir_xmstring, pattern_xmstring;
5331 int count = SPECPDL_INDEX ();
5332 struct gcpro gcpro1, gcpro2, gcpro3, gcpro4, gcpro5, gcpro6;
5334 check_x ();
5336 GCPRO6 (prompt, dir, default_filename, mustmatch, only_dir_p, file);
5338 if (popup_activated ())
5339 error ("Trying to use a menu from within a menu-entry");
5341 CHECK_STRING (prompt);
5342 CHECK_STRING (dir);
5344 /* Prevent redisplay. */
5345 specbind (Qinhibit_redisplay, Qt);
5347 BLOCK_INPUT;
5349 /* Create the dialog with PROMPT as title, using DIR as initial
5350 directory and using "*" as pattern. */
5351 dir = Fexpand_file_name (dir, Qnil);
5352 dir_xmstring = XmStringCreateLocalized (SDATA (dir));
5353 pattern_xmstring = XmStringCreateLocalized ("*");
5355 XtSetArg (al[ac], XmNtitle, SDATA (prompt)); ++ac;
5356 XtSetArg (al[ac], XmNdirectory, dir_xmstring); ++ac;
5357 XtSetArg (al[ac], XmNpattern, pattern_xmstring); ++ac;
5358 XtSetArg (al[ac], XmNresizePolicy, XmRESIZE_GROW); ++ac;
5359 XtSetArg (al[ac], XmNdialogStyle, XmDIALOG_APPLICATION_MODAL); ++ac;
5360 dialog = XmCreateFileSelectionDialog (f->output_data.x->widget,
5361 "fsb", al, ac);
5362 XmStringFree (dir_xmstring);
5363 XmStringFree (pattern_xmstring);
5365 /* Add callbacks for OK and Cancel. */
5366 XtAddCallback (dialog, XmNokCallback, file_dialog_cb,
5367 (XtPointer) &result);
5368 XtAddCallback (dialog, XmNcancelCallback, file_dialog_cb,
5369 (XtPointer) &result);
5370 XtAddCallback (dialog, XmNunmapCallback, file_dialog_unmap_cb,
5371 (XtPointer) &result);
5373 /* Remove the help button since we can't display help. */
5374 help = XmFileSelectionBoxGetChild (dialog, XmDIALOG_HELP_BUTTON);
5375 XtUnmanageChild (help);
5377 /* Mark OK button as default. */
5378 XtVaSetValues (XmFileSelectionBoxGetChild (dialog, XmDIALOG_OK_BUTTON),
5379 XmNshowAsDefault, True, NULL);
5381 /* If MUSTMATCH is non-nil, disable the file entry field of the
5382 dialog, so that the user must select a file from the files list
5383 box. We can't remove it because we wouldn't have a way to get at
5384 the result file name, then. */
5385 text = XmFileSelectionBoxGetChild (dialog, XmDIALOG_TEXT);
5386 if (!NILP (mustmatch))
5388 Widget label;
5389 label = XmFileSelectionBoxGetChild (dialog, XmDIALOG_SELECTION_LABEL);
5390 XtSetSensitive (text, False);
5391 XtSetSensitive (label, False);
5394 /* Manage the dialog, so that list boxes get filled. */
5395 XtManageChild (dialog);
5397 if (STRINGP (default_filename))
5399 XmString default_xmstring;
5400 Widget wtext = XmFileSelectionBoxGetChild (dialog, XmDIALOG_TEXT);
5401 Widget list = XmFileSelectionBoxGetChild (dialog, XmDIALOG_LIST);
5403 XmTextPosition last_pos = XmTextFieldGetLastPosition (wtext);
5404 XmTextFieldReplace (wtext, 0, last_pos,
5405 (SDATA (Ffile_name_nondirectory (default_filename))));
5407 /* Select DEFAULT_FILENAME in the files list box. DEFAULT_FILENAME
5408 must include the path for this to work. */
5410 default_xmstring = XmStringCreateLocalized (SDATA (default_filename));
5412 if (XmListItemExists (list, default_xmstring))
5414 int item_pos = XmListItemPos (list, default_xmstring);
5415 /* Select the item and scroll it into view. */
5416 XmListSelectPos (list, item_pos, True);
5417 XmListSetPos (list, item_pos);
5420 XmStringFree (default_xmstring);
5423 record_unwind_protect (clean_up_file_dialog, make_save_value (dialog, 0));
5425 /* Process events until the user presses Cancel or OK. */
5426 x_menu_set_in_use (1);
5427 result = 0;
5428 while (result == 0)
5430 XEvent event;
5431 x_menu_wait_for_event (0);
5432 XtAppNextEvent (Xt_app_con, &event);
5433 if (event.type == KeyPress
5434 && FRAME_X_DISPLAY (f) == event.xkey.display)
5436 KeySym keysym = XLookupKeysym (&event.xkey, 0);
5438 /* Pop down on C-g. */
5439 if (keysym == XK_g && (event.xkey.state & ControlMask) != 0)
5440 XtUnmanageChild (dialog);
5443 (void) x_dispatch_event (&event, FRAME_X_DISPLAY (f));
5446 /* Get the result. */
5447 if (result == XmCR_OK)
5449 XmString text;
5450 String data;
5452 XtVaGetValues (dialog, XmNtextString, &text, NULL);
5453 XmStringGetLtoR (text, XmFONTLIST_DEFAULT_TAG, &data);
5454 XmStringFree (text);
5455 file = build_string (data);
5456 XtFree (data);
5458 else
5459 file = Qnil;
5461 UNBLOCK_INPUT;
5462 UNGCPRO;
5464 /* Make "Cancel" equivalent to C-g. */
5465 if (NILP (file))
5466 Fsignal (Qquit, Qnil);
5468 decoded_file = DECODE_FILE (file);
5470 return unbind_to (count, decoded_file);
5473 #endif /* USE_MOTIF */
5475 #ifdef USE_GTK
5477 static Lisp_Object
5478 clean_up_dialog (Lisp_Object arg)
5480 x_menu_set_in_use (0);
5482 return Qnil;
5485 DEFUN ("x-file-dialog", Fx_file_dialog, Sx_file_dialog, 2, 5, 0,
5486 doc: /* Read file name, prompting with PROMPT in directory DIR.
5487 Use a file selection dialog. Select DEFAULT-FILENAME in the dialog's file
5488 selection box, if specified. If MUSTMATCH is non-nil, the returned file
5489 or directory must exist. If ONLY-DIR-P is non-nil, the user can only select
5490 directories. */)
5491 (Lisp_Object prompt, Lisp_Object dir, Lisp_Object default_filename, Lisp_Object mustmatch, Lisp_Object only_dir_p)
5493 FRAME_PTR f = SELECTED_FRAME ();
5494 char *fn;
5495 Lisp_Object file = Qnil;
5496 Lisp_Object decoded_file;
5497 int count = SPECPDL_INDEX ();
5498 struct gcpro gcpro1, gcpro2, gcpro3, gcpro4, gcpro5, gcpro6;
5499 char *cdef_file;
5501 check_x ();
5503 GCPRO6 (prompt, dir, default_filename, mustmatch, only_dir_p, file);
5505 if (popup_activated ())
5506 error ("Trying to use a menu from within a menu-entry");
5508 CHECK_STRING (prompt);
5509 CHECK_STRING (dir);
5511 /* Prevent redisplay. */
5512 specbind (Qinhibit_redisplay, Qt);
5513 record_unwind_protect (clean_up_dialog, Qnil);
5515 BLOCK_INPUT;
5517 if (STRINGP (default_filename))
5518 cdef_file = SDATA (default_filename);
5519 else
5520 cdef_file = SDATA (dir);
5522 fn = xg_get_file_name (f, SDATA (prompt), cdef_file,
5523 ! NILP (mustmatch),
5524 ! NILP (only_dir_p));
5526 if (fn)
5528 file = build_string (fn);
5529 xfree (fn);
5532 UNBLOCK_INPUT;
5533 UNGCPRO;
5535 /* Make "Cancel" equivalent to C-g. */
5536 if (NILP (file))
5537 Fsignal (Qquit, Qnil);
5539 decoded_file = DECODE_FILE (file);
5541 return unbind_to (count, decoded_file);
5545 #ifdef HAVE_FREETYPE
5547 DEFUN ("x-select-font", Fx_select_font, Sx_select_font, 0, 2, 0,
5548 doc: /* Read a font name using a GTK font selection dialog.
5549 Return a GTK-style font string corresponding to the selection.
5551 If FRAME is omitted or nil, it defaults to the selected frame. */)
5552 (Lisp_Object frame, Lisp_Object ignored)
5554 FRAME_PTR f = check_x_frame (frame);
5555 char *name;
5556 Lisp_Object font;
5557 Lisp_Object font_param;
5558 char *default_name = NULL;
5559 struct gcpro gcpro1, gcpro2;
5560 int count = SPECPDL_INDEX ();
5562 check_x ();
5564 if (popup_activated ())
5565 error ("Trying to use a menu from within a menu-entry");
5567 /* Prevent redisplay. */
5568 specbind (Qinhibit_redisplay, Qt);
5569 record_unwind_protect (clean_up_dialog, Qnil);
5571 BLOCK_INPUT;
5573 GCPRO2(font_param, font);
5575 XSETFONT (font, FRAME_FONT (f));
5576 font_param = Ffont_get (font, intern (":name"));
5577 if (STRINGP (font_param))
5578 default_name = xstrdup (SDATA (font_param));
5579 else
5581 font_param = Fframe_parameter (frame, Qfont_param);
5582 if (STRINGP (font_param))
5583 default_name = xstrdup (SDATA (font_param));
5586 if (default_name == NULL && x_last_font_name != NULL)
5587 default_name = xstrdup (x_last_font_name);
5589 /* Convert fontconfig names to Gtk names, i.e. remove - before number */
5590 if (default_name)
5592 char *p = strrchr (default_name, '-');
5593 if (p)
5595 char *ep = p+1;
5596 while (isdigit (*ep))
5597 ++ep;
5598 if (*ep == '\0') *p = ' ';
5602 name = xg_get_font_name (f, default_name);
5603 xfree (default_name);
5605 if (name)
5607 font = build_string (name);
5608 g_free (x_last_font_name);
5609 x_last_font_name = name;
5612 UNBLOCK_INPUT;
5614 if (NILP (font))
5615 Fsignal (Qquit, Qnil);
5617 return unbind_to (count, font);
5619 #endif /* HAVE_FREETYPE */
5621 #endif /* USE_GTK */
5624 /***********************************************************************
5625 Keyboard
5626 ***********************************************************************/
5628 #ifdef HAVE_XKBGETKEYBOARD
5629 #include <X11/XKBlib.h>
5630 #include <X11/keysym.h>
5631 #endif
5633 DEFUN ("x-backspace-delete-keys-p", Fx_backspace_delete_keys_p,
5634 Sx_backspace_delete_keys_p, 0, 1, 0,
5635 doc: /* Check if both Backspace and Delete keys are on the keyboard of FRAME.
5636 FRAME nil means use the selected frame.
5637 Value is t if we know that both keys are present, and are mapped to the
5638 usual X keysyms. Value is `lambda' if we cannot determine if both keys are
5639 present and mapped to the usual X keysyms. */)
5640 (Lisp_Object frame)
5642 #ifdef HAVE_XKBGETKEYBOARD
5643 XkbDescPtr kb;
5644 struct frame *f = check_x_frame (frame);
5645 Display *dpy = FRAME_X_DISPLAY (f);
5646 Lisp_Object have_keys;
5647 int major, minor, op, event, error;
5649 BLOCK_INPUT;
5651 /* Check library version in case we're dynamically linked. */
5652 major = XkbMajorVersion;
5653 minor = XkbMinorVersion;
5654 if (!XkbLibraryVersion (&major, &minor))
5656 UNBLOCK_INPUT;
5657 return Qlambda;
5660 /* Check that the server supports XKB. */
5661 major = XkbMajorVersion;
5662 minor = XkbMinorVersion;
5663 if (!XkbQueryExtension (dpy, &op, &event, &error, &major, &minor))
5665 UNBLOCK_INPUT;
5666 return Qlambda;
5669 /* In this code we check that the keyboard has physical keys with names
5670 that start with BKSP (Backspace) and DELE (Delete), and that they
5671 generate keysym XK_BackSpace and XK_Delete respectively.
5672 This function is used to test if normal-erase-is-backspace should be
5673 turned on.
5674 An alternative approach would be to just check if XK_BackSpace and
5675 XK_Delete are mapped to any key. But if any of those are mapped to
5676 some non-intuitive key combination (Meta-Shift-Ctrl-whatever) and the
5677 user doesn't know about it, it is better to return false here.
5678 It is more obvious to the user what to do if she/he has two keys
5679 clearly marked with names/symbols and one key does something not
5680 expected (i.e. she/he then tries the other).
5681 The cases where Backspace/Delete is mapped to some other key combination
5682 are rare, and in those cases, normal-erase-is-backspace can be turned on
5683 manually. */
5685 have_keys = Qnil;
5686 kb = XkbGetMap (dpy, XkbAllMapComponentsMask, XkbUseCoreKbd);
5687 if (kb)
5689 int delete_keycode = 0, backspace_keycode = 0, i;
5691 if (XkbGetNames (dpy, XkbAllNamesMask, kb) == Success)
5693 for (i = kb->min_key_code;
5694 (i < kb->max_key_code
5695 && (delete_keycode == 0 || backspace_keycode == 0));
5696 ++i)
5698 /* The XKB symbolic key names can be seen most easily in
5699 the PS file generated by `xkbprint -label name
5700 $DISPLAY'. */
5701 if (memcmp ("DELE", kb->names->keys[i].name, 4) == 0)
5702 delete_keycode = i;
5703 else if (memcmp ("BKSP", kb->names->keys[i].name, 4) == 0)
5704 backspace_keycode = i;
5707 XkbFreeNames (kb, 0, True);
5710 XkbFreeClientMap (kb, 0, True);
5712 if (delete_keycode
5713 && backspace_keycode
5714 && XKeysymToKeycode (dpy, XK_Delete) == delete_keycode
5715 && XKeysymToKeycode (dpy, XK_BackSpace) == backspace_keycode)
5716 have_keys = Qt;
5718 UNBLOCK_INPUT;
5719 return have_keys;
5720 #else /* not HAVE_XKBGETKEYBOARD */
5721 return Qlambda;
5722 #endif /* not HAVE_XKBGETKEYBOARD */
5727 /***********************************************************************
5728 Initialization
5729 ***********************************************************************/
5731 /* Keep this list in the same order as frame_parms in frame.c.
5732 Use 0 for unsupported frame parameters. */
5734 frame_parm_handler x_frame_parm_handlers[] =
5736 x_set_autoraise,
5737 x_set_autolower,
5738 x_set_background_color,
5739 x_set_border_color,
5740 x_set_border_width,
5741 x_set_cursor_color,
5742 x_set_cursor_type,
5743 x_set_font,
5744 x_set_foreground_color,
5745 x_set_icon_name,
5746 x_set_icon_type,
5747 x_set_internal_border_width,
5748 x_set_menu_bar_lines,
5749 x_set_mouse_color,
5750 x_explicitly_set_name,
5751 x_set_scroll_bar_width,
5752 x_set_title,
5753 x_set_unsplittable,
5754 x_set_vertical_scroll_bars,
5755 x_set_visibility,
5756 x_set_tool_bar_lines,
5757 x_set_scroll_bar_foreground,
5758 x_set_scroll_bar_background,
5759 x_set_screen_gamma,
5760 x_set_line_spacing,
5761 x_set_fringe_width,
5762 x_set_fringe_width,
5763 x_set_wait_for_wm,
5764 x_set_fullscreen,
5765 x_set_font_backend,
5766 x_set_alpha,
5767 x_set_sticky,
5770 void
5771 syms_of_xfns (void)
5773 /* This is zero if not using X windows. */
5774 x_in_use = 0;
5776 /* The section below is built by the lisp expression at the top of the file,
5777 just above where these variables are declared. */
5778 /*&&& init symbols here &&&*/
5779 Qnone = intern_c_string ("none");
5780 staticpro (&Qnone);
5781 Qsuppress_icon = intern_c_string ("suppress-icon");
5782 staticpro (&Qsuppress_icon);
5783 Qundefined_color = intern_c_string ("undefined-color");
5784 staticpro (&Qundefined_color);
5785 Qcompound_text = intern_c_string ("compound-text");
5786 staticpro (&Qcompound_text);
5787 Qcancel_timer = intern_c_string ("cancel-timer");
5788 staticpro (&Qcancel_timer);
5789 Qfont_param = intern_c_string ("font-parameter");
5790 staticpro (&Qfont_param);
5791 /* This is the end of symbol initialization. */
5793 /* Text property `display' should be nonsticky by default. */
5794 Vtext_property_default_nonsticky
5795 = Fcons (Fcons (Qdisplay, Qt), Vtext_property_default_nonsticky);
5798 Fput (Qundefined_color, Qerror_conditions,
5799 pure_cons (Qundefined_color, pure_cons (Qerror, Qnil)));
5800 Fput (Qundefined_color, Qerror_message,
5801 make_pure_c_string ("Undefined color"));
5803 DEFVAR_LISP ("x-pointer-shape", &Vx_pointer_shape,
5804 doc: /* The shape of the pointer when over text.
5805 Changing the value does not affect existing frames
5806 unless you set the mouse color. */);
5807 Vx_pointer_shape = Qnil;
5809 #if 0 /* This doesn't really do anything. */
5810 DEFVAR_LISP ("x-nontext-pointer-shape", &Vx_nontext_pointer_shape,
5811 doc: /* The shape of the pointer when not over text.
5812 This variable takes effect when you create a new frame
5813 or when you set the mouse color. */);
5814 #endif
5815 Vx_nontext_pointer_shape = Qnil;
5817 DEFVAR_LISP ("x-hourglass-pointer-shape", &Vx_hourglass_pointer_shape,
5818 doc: /* The shape of the pointer when Emacs is busy.
5819 This variable takes effect when you create a new frame
5820 or when you set the mouse color. */);
5821 Vx_hourglass_pointer_shape = Qnil;
5823 #if 0 /* This doesn't really do anything. */
5824 DEFVAR_LISP ("x-mode-pointer-shape", &Vx_mode_pointer_shape,
5825 doc: /* The shape of the pointer when over the mode line.
5826 This variable takes effect when you create a new frame
5827 or when you set the mouse color. */);
5828 #endif
5829 Vx_mode_pointer_shape = Qnil;
5831 DEFVAR_LISP ("x-sensitive-text-pointer-shape",
5832 &Vx_sensitive_text_pointer_shape,
5833 doc: /* The shape of the pointer when over mouse-sensitive text.
5834 This variable takes effect when you create a new frame
5835 or when you set the mouse color. */);
5836 Vx_sensitive_text_pointer_shape = Qnil;
5838 DEFVAR_LISP ("x-window-horizontal-drag-cursor",
5839 &Vx_window_horizontal_drag_shape,
5840 doc: /* Pointer shape to use for indicating a window can be dragged horizontally.
5841 This variable takes effect when you create a new frame
5842 or when you set the mouse color. */);
5843 Vx_window_horizontal_drag_shape = Qnil;
5845 DEFVAR_LISP ("x-cursor-fore-pixel", &Vx_cursor_fore_pixel,
5846 doc: /* A string indicating the foreground color of the cursor box. */);
5847 Vx_cursor_fore_pixel = Qnil;
5849 DEFVAR_LISP ("x-max-tooltip-size", &Vx_max_tooltip_size,
5850 doc: /* Maximum size for tooltips. Value is a pair (COLUMNS . ROWS).
5851 Text larger than this is clipped. */);
5852 Vx_max_tooltip_size = Fcons (make_number (80), make_number (40));
5854 DEFVAR_LISP ("x-no-window-manager", &Vx_no_window_manager,
5855 doc: /* Non-nil if no X window manager is in use.
5856 Emacs doesn't try to figure this out; this is always nil
5857 unless you set it to something else. */);
5858 /* We don't have any way to find this out, so set it to nil
5859 and maybe the user would like to set it to t. */
5860 Vx_no_window_manager = Qnil;
5862 DEFVAR_LISP ("x-pixel-size-width-font-regexp",
5863 &Vx_pixel_size_width_font_regexp,
5864 doc: /* Regexp matching a font name whose width is the same as `PIXEL_SIZE'.
5866 Since Emacs gets width of a font matching with this regexp from
5867 PIXEL_SIZE field of the name, font finding mechanism gets faster for
5868 such a font. This is especially effective for such large fonts as
5869 Chinese, Japanese, and Korean. */);
5870 Vx_pixel_size_width_font_regexp = Qnil;
5872 /* This is not ifdef:ed, so other builds than GTK can customize it. */
5873 DEFVAR_BOOL ("x-gtk-use-old-file-dialog", &x_gtk_use_old_file_dialog,
5874 doc: /* *Non-nil means prompt with the old GTK file selection dialog.
5875 If nil or if the file selection dialog is not available, the new GTK file
5876 chooser is used instead. To turn off all file dialogs set the
5877 variable `use-file-dialog'. */);
5878 x_gtk_use_old_file_dialog = 0;
5880 DEFVAR_BOOL ("x-gtk-show-hidden-files", &x_gtk_show_hidden_files,
5881 doc: /* *If non-nil, the GTK file chooser will by default show hidden files.
5882 Note that this is just the default, there is a toggle button on the file
5883 chooser to show or not show hidden files on a case by case basis. */);
5884 x_gtk_show_hidden_files = 0;
5886 DEFVAR_BOOL ("x-gtk-file-dialog-help-text", &x_gtk_file_dialog_help_text,
5887 doc: /* *If non-nil, the GTK file chooser will show additional help text.
5888 If more space for files in the file chooser dialog is wanted, set this to nil
5889 to turn the additional text off. */);
5890 x_gtk_file_dialog_help_text = 1;
5892 DEFVAR_BOOL ("x-gtk-whole-detached-tool-bar", &x_gtk_whole_detached_tool_bar,
5893 doc: /* *If non-nil, a detached tool bar is shown in full.
5894 The default is to just show an arrow and pressing on that arrow shows
5895 the tool bar buttons. */);
5896 x_gtk_whole_detached_tool_bar = 0;
5898 Fprovide (intern_c_string ("x"), Qnil);
5900 #ifdef USE_X_TOOLKIT
5901 Fprovide (intern_c_string ("x-toolkit"), Qnil);
5902 #ifdef USE_MOTIF
5903 Fprovide (intern_c_string ("motif"), Qnil);
5905 DEFVAR_LISP ("motif-version-string", &Vmotif_version_string,
5906 doc: /* Version info for LessTif/Motif. */);
5907 Vmotif_version_string = build_string (XmVERSION_STRING);
5908 #endif /* USE_MOTIF */
5909 #endif /* USE_X_TOOLKIT */
5911 #ifdef USE_GTK
5912 /* Provide x-toolkit also for GTK. Internally GTK does not use Xt so it
5913 is not an X toolkit in that sense (USE_X_TOOLKIT is not defined).
5914 But for a user it is a toolkit for X, and indeed, configure
5915 accepts --with-x-toolkit=gtk. */
5916 Fprovide (intern_c_string ("x-toolkit"), Qnil);
5917 Fprovide (intern_c_string ("gtk"), Qnil);
5919 DEFVAR_LISP ("gtk-version-string", &Vgtk_version_string,
5920 doc: /* Version info for GTK+. */);
5922 char gtk_version[40];
5923 g_snprintf (gtk_version, sizeof (gtk_version), "%u.%u.%u",
5924 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
5925 Vgtk_version_string = make_pure_string (gtk_version, strlen (gtk_version), strlen (gtk_version), 0);
5927 #endif /* USE_GTK */
5929 /* X window properties. */
5930 defsubr (&Sx_change_window_property);
5931 defsubr (&Sx_delete_window_property);
5932 defsubr (&Sx_window_property);
5934 defsubr (&Sxw_display_color_p);
5935 defsubr (&Sx_display_grayscale_p);
5936 defsubr (&Sxw_color_defined_p);
5937 defsubr (&Sxw_color_values);
5938 defsubr (&Sx_server_max_request_size);
5939 defsubr (&Sx_server_vendor);
5940 defsubr (&Sx_server_version);
5941 defsubr (&Sx_display_pixel_width);
5942 defsubr (&Sx_display_pixel_height);
5943 defsubr (&Sx_display_mm_width);
5944 defsubr (&Sx_display_mm_height);
5945 defsubr (&Sx_display_screens);
5946 defsubr (&Sx_display_planes);
5947 defsubr (&Sx_display_color_cells);
5948 defsubr (&Sx_display_visual_class);
5949 defsubr (&Sx_display_backing_store);
5950 defsubr (&Sx_display_save_under);
5951 defsubr (&Sx_wm_set_size_hint);
5952 defsubr (&Sx_create_frame);
5953 defsubr (&Sx_open_connection);
5954 defsubr (&Sx_close_connection);
5955 defsubr (&Sx_display_list);
5956 defsubr (&Sx_synchronize);
5957 defsubr (&Sx_focus_frame);
5958 defsubr (&Sx_backspace_delete_keys_p);
5960 /* Setting callback functions for fontset handler. */
5961 check_window_system_func = check_x;
5963 defsubr (&Sx_show_tip);
5964 defsubr (&Sx_hide_tip);
5965 tip_timer = Qnil;
5966 staticpro (&tip_timer);
5967 tip_frame = Qnil;
5968 staticpro (&tip_frame);
5970 last_show_tip_args = Qnil;
5971 staticpro (&last_show_tip_args);
5973 defsubr (&Sx_uses_old_gtk_dialog);
5974 #if defined (USE_MOTIF) || defined (USE_GTK)
5975 defsubr (&Sx_file_dialog);
5976 #endif
5978 #if defined (USE_GTK) && defined (HAVE_FREETYPE)
5979 defsubr (&Sx_select_font);
5980 x_last_font_name = NULL;
5981 #endif
5984 #endif /* HAVE_X_WINDOWS */
5986 /* arch-tag: 55040d02-5485-4d58-8b22-95a7a05f3288
5987 (do not change this comment) */