(erc-button-add-button): Only call `widget-convert-button' in XEmacs.
[emacs.git] / src / xfns.c
blob49a9c50f1604884e2d8734b6534b647e44c674f1
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
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>
25 #ifdef HAVE_UNISTD_H
26 #include <unistd.h>
27 #endif
29 /* This makes the fields of a Display accessible, in Xlib header files. */
31 #define XLIB_ILLEGAL_ACCESS
33 #include "lisp.h"
34 #include "xterm.h"
35 #include "frame.h"
36 #include "window.h"
37 #include "buffer.h"
38 #include "intervals.h"
39 #include "dispextern.h"
40 #include "keyboard.h"
41 #include "blockinput.h"
42 #include <epaths.h>
43 #include "character.h"
44 #include "charset.h"
45 #include "coding.h"
46 #include "fontset.h"
47 #include "systime.h"
48 #include "termhooks.h"
49 #include "atimer.h"
50 #include "termchar.h"
51 #include "font.h"
53 #ifdef HAVE_X_WINDOWS
55 #include <ctype.h>
56 #include <sys/types.h>
57 #include <sys/stat.h>
59 #if 1 /* Used to be #ifdef EMACS_BITMAP_FILES, but this should always work. */
60 #include "bitmaps/gray.xbm"
61 #else
62 #include <X11/bitmaps/gray>
63 #endif
65 #ifdef USE_GTK
66 #include "gtkutil.h"
67 #endif
69 #ifdef USE_X_TOOLKIT
70 #include <X11/Shell.h>
72 #ifndef USE_MOTIF
73 #ifdef HAVE_XAW3D
74 #include <X11/Xaw3d/Paned.h>
75 #include <X11/Xaw3d/Label.h>
76 #else /* !HAVE_XAW3D */
77 #include <X11/Xaw/Paned.h>
78 #include <X11/Xaw/Label.h>
79 #endif /* HAVE_XAW3D */
80 #endif /* USE_MOTIF */
82 #ifdef USG
83 #undef USG /* ####KLUDGE for Solaris 2.2 and up */
84 #include <X11/Xos.h>
85 #define USG
86 #else
87 #include <X11/Xos.h>
88 #endif
90 #include "widget.h"
92 #include "../lwlib/lwlib.h"
94 #ifdef USE_MOTIF
95 #include <Xm/Xm.h>
96 #include <Xm/DialogS.h>
97 #include <Xm/FileSB.h>
98 #endif
100 /* Do the EDITRES protocol if running X11R5
101 Exception: HP-UX (at least version A.09.05) has X11R5 without EditRes */
103 #if (XtSpecificationRelease >= 5) && !defined(NO_EDITRES)
104 #define HACK_EDITRES
105 extern void _XEditResCheckMessages ();
106 #endif /* R5 + Athena */
108 /* Unique id counter for widgets created by the Lucid Widget Library. */
110 extern LWLIB_ID widget_id_tick;
112 #ifdef USE_LUCID
113 /* This is part of a kludge--see lwlib/xlwmenu.c. */
114 extern XFontStruct *xlwmenu_default_font;
115 #endif
117 extern void free_frame_menubar ();
118 extern double atof ();
120 #ifdef USE_MOTIF
122 /* LessTif/Motif version info. */
124 static Lisp_Object Vmotif_version_string;
126 #endif /* USE_MOTIF */
128 #endif /* USE_X_TOOLKIT */
130 #ifdef USE_GTK
132 /* GTK+ version info */
134 static Lisp_Object Vgtk_version_string;
136 #endif /* USE_GTK */
138 #define MAXREQUEST(dpy) (XMaxRequestSize (dpy))
140 /* The gray bitmap `bitmaps/gray'. This is done because xterm.c uses
141 it, and including `bitmaps/gray' more than once is a problem when
142 config.h defines `static' as an empty replacement string. */
144 int gray_bitmap_width = gray_width;
145 int gray_bitmap_height = gray_height;
146 char *gray_bitmap_bits = gray_bits;
148 /* Non-zero means prompt with the old GTK file selection dialog. */
150 int x_gtk_use_old_file_dialog;
152 /* If non-zero, by default show hidden files in the GTK file chooser. */
154 int x_gtk_show_hidden_files;
156 /* If non-zero, don't show additional help text in the GTK file chooser. */
158 int x_gtk_file_dialog_help_text;
160 /* If non-zero, don't collapse to tool bar when it is detached. */
162 int x_gtk_whole_detached_tool_bar;
164 /* The background and shape of the mouse pointer, and shape when not
165 over text or in the modeline. */
167 Lisp_Object Vx_pointer_shape, Vx_nontext_pointer_shape, Vx_mode_pointer_shape;
168 Lisp_Object Vx_hourglass_pointer_shape;
170 /* The shape when over mouse-sensitive text. */
172 Lisp_Object Vx_sensitive_text_pointer_shape;
174 /* If non-nil, the pointer shape to indicate that windows can be
175 dragged horizontally. */
177 Lisp_Object Vx_window_horizontal_drag_shape;
179 /* Color of chars displayed in cursor box. */
181 Lisp_Object Vx_cursor_fore_pixel;
183 /* Nonzero if using X. */
185 static int x_in_use;
187 /* Non nil if no window manager is in use. */
189 Lisp_Object Vx_no_window_manager;
191 /* Regexp matching a font name whose width is the same as `PIXEL_SIZE'. */
193 Lisp_Object Vx_pixel_size_width_font_regexp;
195 Lisp_Object Qnone;
196 Lisp_Object Qsuppress_icon;
197 Lisp_Object Qundefined_color;
198 Lisp_Object Qcompound_text, Qcancel_timer;
199 static Lisp_Object Qfont_param;
201 /* In dispnew.c */
203 extern Lisp_Object Vwindow_system_version;
205 /* The below are defined in frame.c. */
207 #if GLYPH_DEBUG
208 int image_cache_refcount, dpyinfo_refcount;
209 #endif
211 #if defined (USE_GTK) && defined (HAVE_FREETYPE)
212 char *x_last_font_name;
213 #endif
216 /* Error if we are not connected to X. */
218 void
219 check_x ()
221 if (! x_in_use)
222 error ("X windows are not in use or not initialized");
225 /* Nonzero if we can use mouse menus.
226 You should not call this unless HAVE_MENUS is defined. */
229 have_menus_p ()
231 return x_in_use;
234 /* Extract a frame as a FRAME_PTR, defaulting to the selected frame
235 and checking validity for X. */
237 FRAME_PTR
238 check_x_frame (frame)
239 Lisp_Object frame;
241 FRAME_PTR f;
243 if (NILP (frame))
244 frame = selected_frame;
245 CHECK_LIVE_FRAME (frame);
246 f = XFRAME (frame);
247 if (! FRAME_X_P (f))
248 error ("Non-X frame used");
249 return f;
252 /* Let the user specify an X display with a Lisp object.
253 OBJECT may be nil, a frame or a terminal object.
254 nil stands for the selected frame--or, if that is not an X frame,
255 the first X display on the list. */
257 struct x_display_info *
258 check_x_display_info (object)
259 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 (dpyinfo, wdesc)
302 struct x_display_info *dpyinfo;
303 int wdesc;
305 Lisp_Object tail, frame;
306 struct frame *f;
308 if (wdesc == None) return 0;
310 for (tail = Vframe_list; CONSP (tail); tail = XCDR (tail))
312 frame = XCAR (tail);
313 if (!FRAMEP (frame))
314 continue;
315 f = XFRAME (frame);
316 if (!FRAME_X_P (f) || FRAME_X_DISPLAY_INFO (f) != dpyinfo)
317 continue;
318 if (f->output_data.x->hourglass_window == wdesc)
319 return f;
320 #ifdef USE_X_TOOLKIT
321 if ((f->output_data.x->edit_widget
322 && XtWindow (f->output_data.x->edit_widget) == wdesc)
323 /* A tooltip frame? */
324 || (!f->output_data.x->edit_widget
325 && FRAME_X_WINDOW (f) == wdesc)
326 || f->output_data.x->icon_desc == wdesc)
327 return f;
328 #else /* not USE_X_TOOLKIT */
329 #ifdef USE_GTK
330 if (f->output_data.x->edit_widget)
332 GtkWidget *gwdesc = xg_win_to_widget (dpyinfo->display, wdesc);
333 struct x_output *x = f->output_data.x;
334 if (gwdesc != 0 && gwdesc == x->edit_widget)
335 return f;
337 #endif /* USE_GTK */
338 if (FRAME_X_WINDOW (f) == wdesc
339 || f->output_data.x->icon_desc == wdesc)
340 return f;
341 #endif /* not USE_X_TOOLKIT */
343 return 0;
346 #if defined (USE_X_TOOLKIT) || defined (USE_GTK)
347 /* Like x_window_to_frame but also compares the window with the widget's
348 windows. */
350 struct frame *
351 x_any_window_to_frame (dpyinfo, wdesc)
352 struct x_display_info *dpyinfo;
353 int wdesc;
355 Lisp_Object tail, frame;
356 struct frame *f, *found;
357 struct x_output *x;
359 if (wdesc == None) return NULL;
361 found = NULL;
362 for (tail = Vframe_list; CONSP (tail) && !found; tail = XCDR (tail))
364 frame = XCAR (tail);
365 if (!FRAMEP (frame))
366 continue;
368 f = XFRAME (frame);
369 if (FRAME_X_P (f) && FRAME_X_DISPLAY_INFO (f) == dpyinfo)
371 /* This frame matches if the window is any of its widgets. */
372 x = f->output_data.x;
373 if (x->hourglass_window == wdesc)
374 found = f;
375 else if (x->widget)
377 #ifdef USE_GTK
378 GtkWidget *gwdesc = xg_win_to_widget (dpyinfo->display, wdesc);
379 if (gwdesc != 0
380 && gtk_widget_get_toplevel (gwdesc) == x->widget)
381 found = f;
382 #else
383 if (wdesc == XtWindow (x->widget)
384 || wdesc == XtWindow (x->column_widget)
385 || wdesc == XtWindow (x->edit_widget))
386 found = f;
387 /* Match if the window is this frame's menubar. */
388 else if (lw_window_is_in_menubar (wdesc, x->menubar_widget))
389 found = f;
390 #endif
392 else if (FRAME_X_WINDOW (f) == wdesc)
393 /* A tooltip frame. */
394 found = f;
398 return found;
401 /* Likewise, but consider only the menu bar widget. */
403 struct frame *
404 x_menubar_window_to_frame (dpyinfo, wdesc)
405 struct x_display_info *dpyinfo;
406 int wdesc;
408 Lisp_Object tail, frame;
409 struct frame *f;
410 struct x_output *x;
412 if (wdesc == None) return 0;
414 for (tail = Vframe_list; CONSP (tail); tail = XCDR (tail))
416 frame = XCAR (tail);
417 if (!FRAMEP (frame))
418 continue;
419 f = XFRAME (frame);
420 if (!FRAME_X_P (f) || FRAME_X_DISPLAY_INFO (f) != dpyinfo)
421 continue;
422 x = f->output_data.x;
423 /* Match if the window is this frame's menubar. */
424 #ifdef USE_GTK
425 if (x->menubar_widget)
427 GtkWidget *gwdesc = xg_win_to_widget (dpyinfo->display, wdesc);
429 /* This gives false positives, but the rectangle check in xterm.c
430 where this is called takes care of that. */
431 if (gwdesc != 0
432 && (gwdesc == x->menubar_widget
433 || gtk_widget_is_ancestor (x->menubar_widget, gwdesc)
434 || gtk_widget_is_ancestor (gwdesc, x->menubar_widget)))
435 return f;
437 #else
438 if (x->menubar_widget
439 && lw_window_is_in_menubar (wdesc, x->menubar_widget))
440 return f;
441 #endif
443 return 0;
446 /* Return the frame whose principal (outermost) window is WDESC.
447 If WDESC is some other (smaller) window, we return 0. */
449 struct frame *
450 x_top_window_to_frame (dpyinfo, wdesc)
451 struct x_display_info *dpyinfo;
452 int wdesc;
454 Lisp_Object tail, frame;
455 struct frame *f;
456 struct x_output *x;
458 if (wdesc == None) return 0;
460 for (tail = Vframe_list; CONSP (tail); tail = XCDR (tail))
462 frame = XCAR (tail);
463 if (!FRAMEP (frame))
464 continue;
465 f = XFRAME (frame);
466 if (!FRAME_X_P (f) || FRAME_X_DISPLAY_INFO (f) != dpyinfo)
467 continue;
468 x = f->output_data.x;
470 if (x->widget)
472 /* This frame matches if the window is its topmost widget. */
473 #ifdef USE_GTK
474 GtkWidget *gwdesc = xg_win_to_widget (dpyinfo->display, wdesc);
475 if (gwdesc == x->widget)
476 return f;
477 #else
478 if (wdesc == XtWindow (x->widget))
479 return f;
480 #if 0 /* I don't know why it did this,
481 but it seems logically wrong,
482 and it causes trouble for MapNotify events. */
483 /* Match if the window is this frame's menubar. */
484 if (x->menubar_widget
485 && wdesc == XtWindow (x->menubar_widget))
486 return f;
487 #endif
488 #endif
490 else if (FRAME_X_WINDOW (f) == wdesc)
491 /* Tooltip frame. */
492 return f;
494 return 0;
496 #endif /* USE_X_TOOLKIT || USE_GTK */
500 static void x_default_font_parameter P_ ((struct frame *, Lisp_Object));
502 static Lisp_Object unwind_create_frame P_ ((Lisp_Object));
503 static Lisp_Object unwind_create_tip_frame P_ ((Lisp_Object));
505 void x_set_foreground_color P_ ((struct frame *, Lisp_Object, Lisp_Object));
506 static void x_set_wait_for_wm P_ ((struct frame *, Lisp_Object, Lisp_Object));
507 void x_set_background_color P_ ((struct frame *, Lisp_Object, Lisp_Object));
508 void x_set_mouse_color P_ ((struct frame *, Lisp_Object, Lisp_Object));
509 void x_set_cursor_color P_ ((struct frame *, Lisp_Object, Lisp_Object));
510 void x_set_border_color P_ ((struct frame *, Lisp_Object, Lisp_Object));
511 void x_set_cursor_type P_ ((struct frame *, Lisp_Object, Lisp_Object));
512 void x_set_icon_type P_ ((struct frame *, Lisp_Object, Lisp_Object));
513 void x_set_icon_name P_ ((struct frame *, Lisp_Object, Lisp_Object));
514 void x_explicitly_set_name P_ ((struct frame *, Lisp_Object, Lisp_Object));
515 void x_set_menu_bar_lines P_ ((struct frame *, Lisp_Object, Lisp_Object));
516 void x_set_title P_ ((struct frame *, Lisp_Object, Lisp_Object));
517 void x_set_tool_bar_lines P_ ((struct frame *, Lisp_Object, Lisp_Object));
518 void x_set_scroll_bar_foreground P_ ((struct frame *, Lisp_Object,
519 Lisp_Object));
520 void x_set_scroll_bar_background P_ ((struct frame *, Lisp_Object,
521 Lisp_Object));
522 static Lisp_Object x_default_scroll_bar_color_parameter P_ ((struct frame *,
523 Lisp_Object,
524 Lisp_Object,
525 char *, char *,
526 int));
529 /* Store the screen positions of frame F into XPTR and YPTR.
530 These are the positions of the containing window manager window,
531 not Emacs's own window. */
533 void
534 x_real_positions (f, xptr, yptr)
535 FRAME_PTR f;
536 int *xptr, *yptr;
538 int win_x, win_y, outer_x, outer_y;
539 int real_x = 0, real_y = 0;
540 int had_errors = 0;
541 Window win = f->output_data.x->parent_desc;
543 BLOCK_INPUT;
545 x_catch_errors (FRAME_X_DISPLAY (f));
547 if (win == FRAME_X_DISPLAY_INFO (f)->root_window)
548 win = FRAME_OUTER_WINDOW (f);
550 /* This loop traverses up the containment tree until we hit the root
551 window. Window managers may intersect many windows between our window
552 and the root window. The window we find just before the root window
553 should be the outer WM window. */
554 for (;;)
556 Window wm_window, rootw;
557 Window *tmp_children;
558 unsigned int tmp_nchildren;
559 int success;
561 success = XQueryTree (FRAME_X_DISPLAY (f), win, &rootw,
562 &wm_window, &tmp_children, &tmp_nchildren);
564 had_errors = x_had_errors_p (FRAME_X_DISPLAY (f));
566 /* Don't free tmp_children if XQueryTree failed. */
567 if (! success)
568 break;
570 XFree ((char *) tmp_children);
572 if (wm_window == rootw || had_errors)
573 break;
575 win = wm_window;
578 if (! had_errors)
580 unsigned int ign;
581 Window child, rootw;
583 /* Get the real coordinates for the WM window upper left corner */
584 XGetGeometry (FRAME_X_DISPLAY (f), win,
585 &rootw, &real_x, &real_y, &ign, &ign, &ign, &ign);
587 /* Translate real coordinates to coordinates relative to our
588 window. For our window, the upper left corner is 0, 0.
589 Since the upper left corner of the WM window is outside
590 our window, win_x and win_y will be negative:
592 ------------------ ---> x
593 | title |
594 | ----------------- v y
595 | | our window
597 XTranslateCoordinates (FRAME_X_DISPLAY (f),
599 /* From-window, to-window. */
600 FRAME_X_DISPLAY_INFO (f)->root_window,
601 FRAME_X_WINDOW (f),
603 /* From-position, to-position. */
604 real_x, real_y, &win_x, &win_y,
606 /* Child of win. */
607 &child);
609 if (FRAME_X_WINDOW (f) == FRAME_OUTER_WINDOW (f))
611 outer_x = win_x;
612 outer_y = win_y;
614 else
616 XTranslateCoordinates (FRAME_X_DISPLAY (f),
618 /* From-window, to-window. */
619 FRAME_X_DISPLAY_INFO (f)->root_window,
620 FRAME_OUTER_WINDOW (f),
622 /* From-position, to-position. */
623 real_x, real_y, &outer_x, &outer_y,
625 /* Child of win. */
626 &child);
629 had_errors = x_had_errors_p (FRAME_X_DISPLAY (f));
632 x_uncatch_errors ();
634 UNBLOCK_INPUT;
636 if (had_errors) return;
638 f->x_pixels_diff = -win_x;
639 f->y_pixels_diff = -win_y;
641 FRAME_X_OUTPUT (f)->x_pixels_outer_diff = -outer_x;
642 FRAME_X_OUTPUT (f)->y_pixels_outer_diff = -outer_y;
644 *xptr = real_x;
645 *yptr = real_y;
651 /* Gamma-correct COLOR on frame F. */
653 void
654 gamma_correct (f, color)
655 struct frame *f;
656 XColor *color;
658 if (f->gamma)
660 color->red = pow (color->red / 65535.0, f->gamma) * 65535.0 + 0.5;
661 color->green = pow (color->green / 65535.0, f->gamma) * 65535.0 + 0.5;
662 color->blue = pow (color->blue / 65535.0, f->gamma) * 65535.0 + 0.5;
667 /* Decide if color named COLOR_NAME is valid for use on frame F. If
668 so, return the RGB values in COLOR. If ALLOC_P is non-zero,
669 allocate the color. Value is zero if COLOR_NAME is invalid, or
670 no color could be allocated. */
673 x_defined_color (f, color_name, color, alloc_p)
674 struct frame *f;
675 char *color_name;
676 XColor *color;
677 int alloc_p;
679 int success_p;
680 Display *dpy = FRAME_X_DISPLAY (f);
681 Colormap cmap = FRAME_X_COLORMAP (f);
683 BLOCK_INPUT;
684 success_p = XParseColor (dpy, cmap, color_name, color);
685 if (success_p && alloc_p)
686 success_p = x_alloc_nearest_color (f, cmap, color);
687 UNBLOCK_INPUT;
689 return success_p;
693 /* Return the pixel color value for color COLOR_NAME on frame F. If F
694 is a monochrome frame, return MONO_COLOR regardless of what ARG says.
695 Signal an error if color can't be allocated. */
698 x_decode_color (f, color_name, mono_color)
699 FRAME_PTR f;
700 Lisp_Object color_name;
701 int mono_color;
703 XColor cdef;
705 CHECK_STRING (color_name);
707 #if 0 /* Don't do this. It's wrong when we're not using the default
708 colormap, it makes freeing difficult, and it's probably not
709 an important optimization. */
710 if (strcmp (SDATA (color_name), "black") == 0)
711 return BLACK_PIX_DEFAULT (f);
712 else if (strcmp (SDATA (color_name), "white") == 0)
713 return WHITE_PIX_DEFAULT (f);
714 #endif
716 /* Return MONO_COLOR for monochrome frames. */
717 if (FRAME_X_DISPLAY_INFO (f)->n_planes == 1)
718 return mono_color;
720 /* x_defined_color is responsible for coping with failures
721 by looking for a near-miss. */
722 if (x_defined_color (f, SDATA (color_name), &cdef, 1))
723 return cdef.pixel;
725 signal_error ("Undefined color", color_name);
730 /* Change the `wait-for-wm' frame parameter of frame F. OLD_VALUE is
731 the previous value of that parameter, NEW_VALUE is the new value.
732 See also the comment of wait_for_wm in struct x_output. */
734 static void
735 x_set_wait_for_wm (f, new_value, old_value)
736 struct frame *f;
737 Lisp_Object new_value, old_value;
739 f->output_data.x->wait_for_wm = !NILP (new_value);
742 #ifdef USE_GTK
744 /* Set icon from FILE for frame F. By using GTK functions the icon
745 may be any format that GdkPixbuf knows about, i.e. not just bitmaps. */
748 xg_set_icon (f, file)
749 FRAME_PTR f;
750 Lisp_Object file;
752 int result = 0;
753 Lisp_Object found;
755 found = x_find_image_file (file);
757 if (! NILP (found))
759 GdkPixbuf *pixbuf;
760 GError *err = NULL;
761 char *filename = (char *) SDATA (found);
762 BLOCK_INPUT;
764 pixbuf = gdk_pixbuf_new_from_file (filename, &err);
766 if (pixbuf)
768 gtk_window_set_icon (GTK_WINDOW (FRAME_GTK_OUTER_WIDGET (f)),
769 pixbuf);
770 g_object_unref (pixbuf);
772 result = 1;
774 else
775 g_error_free (err);
777 UNBLOCK_INPUT;
780 return result;
784 xg_set_icon_from_xpm_data (f, data)
785 FRAME_PTR f;
786 char **data;
788 int result = 0;
789 GdkPixbuf *pixbuf = gdk_pixbuf_new_from_xpm_data ((const char **) data);
791 if (!pixbuf)
792 return 0;
794 gtk_window_set_icon (GTK_WINDOW (FRAME_GTK_OUTER_WIDGET (f)), pixbuf);
795 g_object_unref (pixbuf);
796 return 1;
798 #endif /* USE_GTK */
801 /* Functions called only from `x_set_frame_param'
802 to set individual parameters.
804 If FRAME_X_WINDOW (f) is 0,
805 the frame is being created and its X-window does not exist yet.
806 In that case, just record the parameter's new value
807 in the standard place; do not attempt to change the window. */
809 void
810 x_set_foreground_color (f, arg, oldval)
811 struct frame *f;
812 Lisp_Object arg, oldval;
814 struct x_output *x = f->output_data.x;
815 unsigned long fg, old_fg;
817 fg = x_decode_color (f, arg, BLACK_PIX_DEFAULT (f));
818 old_fg = FRAME_FOREGROUND_PIXEL (f);
819 FRAME_FOREGROUND_PIXEL (f) = fg;
821 if (FRAME_X_WINDOW (f) != 0)
823 Display *dpy = FRAME_X_DISPLAY (f);
825 BLOCK_INPUT;
826 XSetForeground (dpy, x->normal_gc, fg);
827 XSetBackground (dpy, x->reverse_gc, fg);
829 if (x->cursor_pixel == old_fg)
831 unload_color (f, x->cursor_pixel);
832 x->cursor_pixel = x_copy_color (f, fg);
833 XSetBackground (dpy, x->cursor_gc, x->cursor_pixel);
836 UNBLOCK_INPUT;
838 update_face_from_frame_parameter (f, Qforeground_color, arg);
840 if (FRAME_VISIBLE_P (f))
841 redraw_frame (f);
844 unload_color (f, old_fg);
847 void
848 x_set_background_color (f, arg, oldval)
849 struct frame *f;
850 Lisp_Object arg, oldval;
852 struct x_output *x = f->output_data.x;
853 unsigned long bg;
855 bg = x_decode_color (f, arg, WHITE_PIX_DEFAULT (f));
856 unload_color (f, FRAME_BACKGROUND_PIXEL (f));
857 FRAME_BACKGROUND_PIXEL (f) = bg;
859 if (FRAME_X_WINDOW (f) != 0)
861 Display *dpy = FRAME_X_DISPLAY (f);
863 BLOCK_INPUT;
864 XSetBackground (dpy, x->normal_gc, bg);
865 XSetForeground (dpy, x->reverse_gc, bg);
866 XSetWindowBackground (dpy, FRAME_X_WINDOW (f), bg);
867 XSetForeground (dpy, x->cursor_gc, bg);
869 #ifdef USE_GTK
870 xg_set_background_color (f, bg);
871 #endif
873 #ifndef USE_TOOLKIT_SCROLL_BARS /* Turns out to be annoying with
874 toolkit scroll bars. */
876 Lisp_Object bar;
877 for (bar = FRAME_SCROLL_BARS (f);
878 !NILP (bar);
879 bar = XSCROLL_BAR (bar)->next)
881 Window window = XSCROLL_BAR (bar)->x_window;
882 XSetWindowBackground (dpy, window, bg);
885 #endif /* USE_TOOLKIT_SCROLL_BARS */
887 UNBLOCK_INPUT;
888 update_face_from_frame_parameter (f, Qbackground_color, arg);
890 if (FRAME_VISIBLE_P (f))
891 redraw_frame (f);
895 static Cursor
896 make_invisible_cursor (f)
897 struct frame *f;
899 Display *dpy = FRAME_X_DISPLAY (f);
900 static char const no_data[] = { 0 };
901 Pixmap pix;
902 XColor col;
903 Cursor c;
905 x_catch_errors (dpy);
906 pix = XCreateBitmapFromData (dpy, FRAME_X_DISPLAY_INFO (f)->root_window,
907 no_data, 1, 1);
908 if (! x_had_errors_p (dpy) && pix != None)
910 col.pixel = 0;
911 col.red = col.green = col.blue = 0;
912 col.flags = DoRed | DoGreen | DoBlue;
913 c = XCreatePixmapCursor (dpy, pix, pix, &col, &col, 0, 0);
914 if (x_had_errors_p (dpy) || c == None)
915 c = 0;
916 XFreePixmap (dpy, pix);
919 x_uncatch_errors ();
921 return c;
924 void
925 x_set_mouse_color (f, arg, oldval)
926 struct frame *f;
927 Lisp_Object arg, oldval;
929 struct x_output *x = f->output_data.x;
930 Display *dpy = FRAME_X_DISPLAY (f);
931 Cursor cursor, nontext_cursor, mode_cursor, hand_cursor;
932 Cursor hourglass_cursor, horizontal_drag_cursor;
933 unsigned long pixel = x_decode_color (f, arg, BLACK_PIX_DEFAULT (f));
934 unsigned long mask_color = FRAME_BACKGROUND_PIXEL (f);
936 /* Don't let pointers be invisible. */
937 if (mask_color == pixel)
939 x_free_colors (f, &pixel, 1);
940 pixel = x_copy_color (f, FRAME_FOREGROUND_PIXEL (f));
943 unload_color (f, x->mouse_pixel);
944 x->mouse_pixel = pixel;
946 BLOCK_INPUT;
948 /* It's not okay to crash if the user selects a screwy cursor. */
949 x_catch_errors (dpy);
951 if (!NILP (Vx_pointer_shape))
953 CHECK_NUMBER (Vx_pointer_shape);
954 cursor = XCreateFontCursor (dpy, XINT (Vx_pointer_shape));
956 else
957 cursor = XCreateFontCursor (dpy, XC_xterm);
958 x_check_errors (dpy, "bad text pointer cursor: %s");
960 if (!NILP (Vx_nontext_pointer_shape))
962 CHECK_NUMBER (Vx_nontext_pointer_shape);
963 nontext_cursor
964 = XCreateFontCursor (dpy, XINT (Vx_nontext_pointer_shape));
966 else
967 nontext_cursor = XCreateFontCursor (dpy, XC_left_ptr);
968 x_check_errors (dpy, "bad nontext pointer cursor: %s");
970 if (!NILP (Vx_hourglass_pointer_shape))
972 CHECK_NUMBER (Vx_hourglass_pointer_shape);
973 hourglass_cursor
974 = XCreateFontCursor (dpy, XINT (Vx_hourglass_pointer_shape));
976 else
977 hourglass_cursor = XCreateFontCursor (dpy, XC_watch);
978 x_check_errors (dpy, "bad hourglass pointer cursor: %s");
980 if (!NILP (Vx_mode_pointer_shape))
982 CHECK_NUMBER (Vx_mode_pointer_shape);
983 mode_cursor = XCreateFontCursor (dpy, XINT (Vx_mode_pointer_shape));
985 else
986 mode_cursor = XCreateFontCursor (dpy, XC_xterm);
987 x_check_errors (dpy, "bad modeline pointer cursor: %s");
989 if (!NILP (Vx_sensitive_text_pointer_shape))
991 CHECK_NUMBER (Vx_sensitive_text_pointer_shape);
992 hand_cursor
993 = XCreateFontCursor (dpy, XINT (Vx_sensitive_text_pointer_shape));
995 else
996 hand_cursor = XCreateFontCursor (dpy, XC_hand2);
998 if (!NILP (Vx_window_horizontal_drag_shape))
1000 CHECK_NUMBER (Vx_window_horizontal_drag_shape);
1001 horizontal_drag_cursor
1002 = XCreateFontCursor (dpy, XINT (Vx_window_horizontal_drag_shape));
1004 else
1005 horizontal_drag_cursor
1006 = XCreateFontCursor (dpy, XC_sb_h_double_arrow);
1008 /* Check and report errors with the above calls. */
1009 x_check_errors (dpy, "can't set cursor shape: %s");
1010 x_uncatch_errors ();
1013 XColor fore_color, back_color;
1015 fore_color.pixel = x->mouse_pixel;
1016 x_query_color (f, &fore_color);
1017 back_color.pixel = mask_color;
1018 x_query_color (f, &back_color);
1020 XRecolorCursor (dpy, cursor, &fore_color, &back_color);
1021 XRecolorCursor (dpy, nontext_cursor, &fore_color, &back_color);
1022 XRecolorCursor (dpy, mode_cursor, &fore_color, &back_color);
1023 XRecolorCursor (dpy, hand_cursor, &fore_color, &back_color);
1024 XRecolorCursor (dpy, hourglass_cursor, &fore_color, &back_color);
1025 XRecolorCursor (dpy, horizontal_drag_cursor, &fore_color, &back_color);
1028 if (FRAME_X_WINDOW (f) != 0)
1029 XDefineCursor (dpy, FRAME_X_WINDOW (f),
1030 f->output_data.x->current_cursor = cursor);
1032 if (FRAME_X_DISPLAY_INFO (f)->invisible_cursor == 0)
1033 FRAME_X_DISPLAY_INFO (f)->invisible_cursor = make_invisible_cursor (f);
1035 if (cursor != x->text_cursor
1036 && x->text_cursor != 0)
1037 XFreeCursor (dpy, x->text_cursor);
1038 x->text_cursor = cursor;
1040 if (nontext_cursor != x->nontext_cursor
1041 && x->nontext_cursor != 0)
1042 XFreeCursor (dpy, x->nontext_cursor);
1043 x->nontext_cursor = nontext_cursor;
1045 if (hourglass_cursor != x->hourglass_cursor
1046 && x->hourglass_cursor != 0)
1047 XFreeCursor (dpy, x->hourglass_cursor);
1048 x->hourglass_cursor = hourglass_cursor;
1050 if (mode_cursor != x->modeline_cursor
1051 && x->modeline_cursor != 0)
1052 XFreeCursor (dpy, f->output_data.x->modeline_cursor);
1053 x->modeline_cursor = mode_cursor;
1055 if (hand_cursor != x->hand_cursor
1056 && x->hand_cursor != 0)
1057 XFreeCursor (dpy, x->hand_cursor);
1058 x->hand_cursor = hand_cursor;
1060 if (horizontal_drag_cursor != x->horizontal_drag_cursor
1061 && x->horizontal_drag_cursor != 0)
1062 XFreeCursor (dpy, x->horizontal_drag_cursor);
1063 x->horizontal_drag_cursor = horizontal_drag_cursor;
1065 XFlush (dpy);
1066 UNBLOCK_INPUT;
1068 update_face_from_frame_parameter (f, Qmouse_color, arg);
1071 void
1072 x_set_cursor_color (f, arg, oldval)
1073 struct frame *f;
1074 Lisp_Object arg, oldval;
1076 unsigned long fore_pixel, pixel;
1077 int fore_pixel_allocated_p = 0, pixel_allocated_p = 0;
1078 struct x_output *x = f->output_data.x;
1080 if (!NILP (Vx_cursor_fore_pixel))
1082 fore_pixel = x_decode_color (f, Vx_cursor_fore_pixel,
1083 WHITE_PIX_DEFAULT (f));
1084 fore_pixel_allocated_p = 1;
1086 else
1087 fore_pixel = FRAME_BACKGROUND_PIXEL (f);
1089 pixel = x_decode_color (f, arg, BLACK_PIX_DEFAULT (f));
1090 pixel_allocated_p = 1;
1092 /* Make sure that the cursor color differs from the background color. */
1093 if (pixel == FRAME_BACKGROUND_PIXEL (f))
1095 if (pixel_allocated_p)
1097 x_free_colors (f, &pixel, 1);
1098 pixel_allocated_p = 0;
1101 pixel = x->mouse_pixel;
1102 if (pixel == fore_pixel)
1104 if (fore_pixel_allocated_p)
1106 x_free_colors (f, &fore_pixel, 1);
1107 fore_pixel_allocated_p = 0;
1109 fore_pixel = FRAME_BACKGROUND_PIXEL (f);
1113 unload_color (f, x->cursor_foreground_pixel);
1114 if (!fore_pixel_allocated_p)
1115 fore_pixel = x_copy_color (f, fore_pixel);
1116 x->cursor_foreground_pixel = fore_pixel;
1118 unload_color (f, x->cursor_pixel);
1119 if (!pixel_allocated_p)
1120 pixel = x_copy_color (f, pixel);
1121 x->cursor_pixel = pixel;
1123 if (FRAME_X_WINDOW (f) != 0)
1125 BLOCK_INPUT;
1126 XSetBackground (FRAME_X_DISPLAY (f), x->cursor_gc, x->cursor_pixel);
1127 XSetForeground (FRAME_X_DISPLAY (f), x->cursor_gc, fore_pixel);
1128 UNBLOCK_INPUT;
1130 if (FRAME_VISIBLE_P (f))
1132 x_update_cursor (f, 0);
1133 x_update_cursor (f, 1);
1137 update_face_from_frame_parameter (f, Qcursor_color, arg);
1140 /* Set the border-color of frame F to pixel value PIX.
1141 Note that this does not fully take effect if done before
1142 F has an x-window. */
1144 void
1145 x_set_border_pixel (f, pix)
1146 struct frame *f;
1147 int pix;
1149 unload_color (f, f->output_data.x->border_pixel);
1150 f->output_data.x->border_pixel = pix;
1152 if (FRAME_X_WINDOW (f) != 0 && f->border_width > 0)
1154 BLOCK_INPUT;
1155 XSetWindowBorder (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f),
1156 (unsigned long)pix);
1157 UNBLOCK_INPUT;
1159 if (FRAME_VISIBLE_P (f))
1160 redraw_frame (f);
1164 /* Set the border-color of frame F to value described by ARG.
1165 ARG can be a string naming a color.
1166 The border-color is used for the border that is drawn by the X server.
1167 Note that this does not fully take effect if done before
1168 F has an x-window; it must be redone when the window is created.
1170 Note: this is done in two routines because of the way X10 works.
1172 Note: under X11, this is normally the province of the window manager,
1173 and so emacs' border colors may be overridden. */
1175 void
1176 x_set_border_color (f, arg, oldval)
1177 struct frame *f;
1178 Lisp_Object arg, oldval;
1180 int pix;
1182 CHECK_STRING (arg);
1183 pix = x_decode_color (f, arg, BLACK_PIX_DEFAULT (f));
1184 x_set_border_pixel (f, pix);
1185 update_face_from_frame_parameter (f, Qborder_color, arg);
1189 void
1190 x_set_cursor_type (f, arg, oldval)
1191 FRAME_PTR f;
1192 Lisp_Object arg, oldval;
1194 set_frame_cursor_types (f, arg);
1196 /* Make sure the cursor gets redrawn. */
1197 cursor_type_changed = 1;
1200 void
1201 x_set_icon_type (f, arg, oldval)
1202 struct frame *f;
1203 Lisp_Object arg, oldval;
1205 int result;
1207 if (STRINGP (arg))
1209 if (STRINGP (oldval) && EQ (Fstring_equal (oldval, arg), Qt))
1210 return;
1212 else if (!STRINGP (oldval) && EQ (oldval, Qnil) == EQ (arg, Qnil))
1213 return;
1215 BLOCK_INPUT;
1216 if (NILP (arg))
1217 result = x_text_icon (f,
1218 (char *) SDATA ((!NILP (f->icon_name)
1219 ? f->icon_name
1220 : f->name)));
1221 else
1222 result = x_bitmap_icon (f, arg);
1224 if (result)
1226 UNBLOCK_INPUT;
1227 error ("No icon window available");
1230 XFlush (FRAME_X_DISPLAY (f));
1231 UNBLOCK_INPUT;
1234 void
1235 x_set_icon_name (f, arg, oldval)
1236 struct frame *f;
1237 Lisp_Object arg, oldval;
1239 int result;
1241 if (STRINGP (arg))
1243 if (STRINGP (oldval) && EQ (Fstring_equal (oldval, arg), Qt))
1244 return;
1246 else if (!NILP (arg) || NILP (oldval))
1247 return;
1249 f->icon_name = arg;
1251 if (f->output_data.x->icon_bitmap != 0)
1252 return;
1254 BLOCK_INPUT;
1256 result = x_text_icon (f,
1257 (char *) SDATA ((!NILP (f->icon_name)
1258 ? f->icon_name
1259 : !NILP (f->title)
1260 ? f->title
1261 : f->name)));
1263 if (result)
1265 UNBLOCK_INPUT;
1266 error ("No icon window available");
1269 XFlush (FRAME_X_DISPLAY (f));
1270 UNBLOCK_INPUT;
1274 void
1275 x_set_menu_bar_lines (f, value, oldval)
1276 struct frame *f;
1277 Lisp_Object value, oldval;
1279 int nlines;
1280 #if ! defined (USE_X_TOOLKIT) && ! defined (USE_GTK)
1281 int olines = FRAME_MENU_BAR_LINES (f);
1282 #endif
1284 /* Right now, menu bars don't work properly in minibuf-only frames;
1285 most of the commands try to apply themselves to the minibuffer
1286 frame itself, and get an error because you can't switch buffers
1287 in or split the minibuffer window. */
1288 if (FRAME_MINIBUF_ONLY_P (f))
1289 return;
1291 if (INTEGERP (value))
1292 nlines = XINT (value);
1293 else
1294 nlines = 0;
1296 /* Make sure we redisplay all windows in this frame. */
1297 windows_or_buffers_changed++;
1299 #if defined (USE_X_TOOLKIT) || defined (USE_GTK)
1300 FRAME_MENU_BAR_LINES (f) = 0;
1301 if (nlines)
1303 FRAME_EXTERNAL_MENU_BAR (f) = 1;
1304 if (FRAME_X_P (f) && f->output_data.x->menubar_widget == 0)
1305 /* Make sure next redisplay shows the menu bar. */
1306 XWINDOW (FRAME_SELECTED_WINDOW (f))->update_mode_line = Qt;
1308 else
1310 if (FRAME_EXTERNAL_MENU_BAR (f) == 1)
1311 free_frame_menubar (f);
1312 FRAME_EXTERNAL_MENU_BAR (f) = 0;
1313 if (FRAME_X_P (f))
1314 f->output_data.x->menubar_widget = 0;
1316 #else /* not USE_X_TOOLKIT && not USE_GTK */
1317 FRAME_MENU_BAR_LINES (f) = nlines;
1318 change_window_heights (f->root_window, nlines - olines);
1319 #endif /* not USE_X_TOOLKIT */
1320 adjust_glyphs (f);
1324 /* Set the number of lines used for the tool bar of frame F to VALUE.
1325 VALUE not an integer, or < 0 means set the lines to zero. OLDVAL
1326 is the old number of tool bar lines. This function changes the
1327 height of all windows on frame F to match the new tool bar height.
1328 The frame's height doesn't change. */
1330 void
1331 x_set_tool_bar_lines (f, value, oldval)
1332 struct frame *f;
1333 Lisp_Object value, oldval;
1335 int delta, nlines, root_height;
1336 Lisp_Object root_window;
1338 /* Treat tool bars like menu bars. */
1339 if (FRAME_MINIBUF_ONLY_P (f))
1340 return;
1342 /* Use VALUE only if an integer >= 0. */
1343 if (INTEGERP (value) && XINT (value) >= 0)
1344 nlines = XFASTINT (value);
1345 else
1346 nlines = 0;
1348 #ifdef USE_GTK
1349 FRAME_TOOL_BAR_LINES (f) = 0;
1350 if (nlines)
1352 FRAME_EXTERNAL_TOOL_BAR (f) = 1;
1353 if (FRAME_X_P (f) && f->output_data.x->toolbar_widget == 0)
1354 /* Make sure next redisplay shows the tool bar. */
1355 XWINDOW (FRAME_SELECTED_WINDOW (f))->update_mode_line = Qt;
1356 update_frame_tool_bar (f);
1358 else
1360 if (FRAME_EXTERNAL_TOOL_BAR (f))
1361 free_frame_tool_bar (f);
1362 FRAME_EXTERNAL_TOOL_BAR (f) = 0;
1365 return;
1366 #endif
1368 /* Make sure we redisplay all windows in this frame. */
1369 ++windows_or_buffers_changed;
1371 delta = nlines - FRAME_TOOL_BAR_LINES (f);
1373 /* Don't resize the tool-bar to more than we have room for. */
1374 root_window = FRAME_ROOT_WINDOW (f);
1375 root_height = WINDOW_TOTAL_LINES (XWINDOW (root_window));
1376 if (root_height - delta < 1)
1378 delta = root_height - 1;
1379 nlines = FRAME_TOOL_BAR_LINES (f) + delta;
1382 FRAME_TOOL_BAR_LINES (f) = nlines;
1383 change_window_heights (root_window, delta);
1384 adjust_glyphs (f);
1386 /* We also have to make sure that the internal border at the top of
1387 the frame, below the menu bar or tool bar, is redrawn when the
1388 tool bar disappears. This is so because the internal border is
1389 below the tool bar if one is displayed, but is below the menu bar
1390 if there isn't a tool bar. The tool bar draws into the area
1391 below the menu bar. */
1392 if (FRAME_X_WINDOW (f) && FRAME_TOOL_BAR_LINES (f) == 0)
1394 clear_frame (f);
1395 clear_current_matrices (f);
1398 /* If the tool bar gets smaller, the internal border below it
1399 has to be cleared. It was formerly part of the display
1400 of the larger tool bar, and updating windows won't clear it. */
1401 if (delta < 0)
1403 int height = FRAME_INTERNAL_BORDER_WIDTH (f);
1404 int width = FRAME_PIXEL_WIDTH (f);
1405 int y = nlines * FRAME_LINE_HEIGHT (f);
1407 /* height can be zero here. */
1408 if (height > 0 && width > 0)
1410 BLOCK_INPUT;
1411 x_clear_area (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f),
1412 0, y, width, height, False);
1413 UNBLOCK_INPUT;
1416 if (WINDOWP (f->tool_bar_window))
1417 clear_glyph_matrix (XWINDOW (f->tool_bar_window)->current_matrix);
1422 /* Set the foreground color for scroll bars on frame F to VALUE.
1423 VALUE should be a string, a color name. If it isn't a string or
1424 isn't a valid color name, do nothing. OLDVAL is the old value of
1425 the frame parameter. */
1427 void
1428 x_set_scroll_bar_foreground (f, value, oldval)
1429 struct frame *f;
1430 Lisp_Object value, oldval;
1432 unsigned long pixel;
1434 if (STRINGP (value))
1435 pixel = x_decode_color (f, value, BLACK_PIX_DEFAULT (f));
1436 else
1437 pixel = -1;
1439 if (f->output_data.x->scroll_bar_foreground_pixel != -1)
1440 unload_color (f, f->output_data.x->scroll_bar_foreground_pixel);
1442 f->output_data.x->scroll_bar_foreground_pixel = pixel;
1443 if (FRAME_X_WINDOW (f) && FRAME_VISIBLE_P (f))
1445 /* Remove all scroll bars because they have wrong colors. */
1446 if (FRAME_TERMINAL (f)->condemn_scroll_bars_hook)
1447 (*FRAME_TERMINAL (f)->condemn_scroll_bars_hook) (f);
1448 if (FRAME_TERMINAL (f)->judge_scroll_bars_hook)
1449 (*FRAME_TERMINAL (f)->judge_scroll_bars_hook) (f);
1451 update_face_from_frame_parameter (f, Qscroll_bar_foreground, value);
1452 redraw_frame (f);
1457 /* Set the background color for scroll bars on frame F to VALUE VALUE
1458 should be a string, a color name. If it isn't a string or isn't a
1459 valid color name, do nothing. OLDVAL is the old value of the frame
1460 parameter. */
1462 void
1463 x_set_scroll_bar_background (f, value, oldval)
1464 struct frame *f;
1465 Lisp_Object value, oldval;
1467 unsigned long pixel;
1469 if (STRINGP (value))
1470 pixel = x_decode_color (f, value, WHITE_PIX_DEFAULT (f));
1471 else
1472 pixel = -1;
1474 if (f->output_data.x->scroll_bar_background_pixel != -1)
1475 unload_color (f, f->output_data.x->scroll_bar_background_pixel);
1477 #ifdef USE_TOOLKIT_SCROLL_BARS
1478 /* Scrollbar shadow colors. */
1479 if (f->output_data.x->scroll_bar_top_shadow_pixel != -1)
1481 unload_color (f, f->output_data.x->scroll_bar_top_shadow_pixel);
1482 f->output_data.x->scroll_bar_top_shadow_pixel = -1;
1484 if (f->output_data.x->scroll_bar_bottom_shadow_pixel != -1)
1486 unload_color (f, f->output_data.x->scroll_bar_bottom_shadow_pixel);
1487 f->output_data.x->scroll_bar_bottom_shadow_pixel = -1;
1489 #endif /* USE_TOOLKIT_SCROLL_BARS */
1491 f->output_data.x->scroll_bar_background_pixel = pixel;
1492 if (FRAME_X_WINDOW (f) && FRAME_VISIBLE_P (f))
1494 /* Remove all scroll bars because they have wrong colors. */
1495 if (FRAME_TERMINAL (f)->condemn_scroll_bars_hook)
1496 (*FRAME_TERMINAL (f)->condemn_scroll_bars_hook) (f);
1497 if (FRAME_TERMINAL (f)->judge_scroll_bars_hook)
1498 (*FRAME_TERMINAL (f)->judge_scroll_bars_hook) (f);
1500 update_face_from_frame_parameter (f, Qscroll_bar_background, value);
1501 redraw_frame (f);
1506 /* Encode Lisp string STRING as a text in a format appropriate for
1507 XICCC (X Inter Client Communication Conventions).
1509 This can call Lisp code, so callers must GCPRO.
1511 If STRING contains only ASCII characters, do no conversion and
1512 return the string data of STRING. Otherwise, encode the text by
1513 CODING_SYSTEM, and return a newly allocated memory area which
1514 should be freed by `xfree' by a caller.
1516 SELECTIONP non-zero means the string is being encoded for an X
1517 selection, so it is safe to run pre-write conversions (which
1518 may run Lisp code).
1520 Store the byte length of resulting text in *TEXT_BYTES.
1522 If the text contains only ASCII and Latin-1, store 1 in *STRING_P,
1523 which means that the `encoding' of the result can be `STRING'.
1524 Otherwise store 0 in *STRINGP, which means that the `encoding' of
1525 the result should be `COMPOUND_TEXT'. */
1527 static unsigned char *
1528 x_encode_text (string, coding_system, selectionp, text_bytes, stringp, freep)
1529 Lisp_Object string, coding_system;
1530 int *text_bytes, *stringp;
1531 int selectionp;
1532 int *freep;
1534 int result = string_xstring_p (string);
1535 struct coding_system coding;
1537 if (result == 0)
1539 /* No multibyte character in OBJ. We need not encode it. */
1540 *text_bytes = SBYTES (string);
1541 *stringp = 1;
1542 *freep = 0;
1543 return SDATA (string);
1546 setup_coding_system (coding_system, &coding);
1547 coding.mode |= (CODING_MODE_SAFE_ENCODING | CODING_MODE_LAST_BLOCK);
1548 /* We suppress producing escape sequences for composition. */
1549 coding.common_flags &= ~CODING_ANNOTATION_MASK;
1550 coding.dst_bytes = SCHARS (string) * 2;
1551 coding.destination = (unsigned char *) xmalloc (coding.dst_bytes);
1552 encode_coding_object (&coding, string, 0, 0,
1553 SCHARS (string), SBYTES (string), Qnil);
1554 *text_bytes = coding.produced;
1555 *stringp = (result == 1 || !EQ (coding_system, Qcompound_text));
1556 *freep = 1;
1557 return coding.destination;
1561 /* Set the WM name to NAME for frame F. Also set the icon name.
1562 If the frame already has an icon name, use that, otherwise set the
1563 icon name to NAME. */
1565 static void
1566 x_set_name_internal (f, name)
1567 FRAME_PTR f;
1568 Lisp_Object name;
1570 if (FRAME_X_WINDOW (f))
1572 BLOCK_INPUT;
1574 XTextProperty text, icon;
1575 int bytes, stringp;
1576 int do_free_icon_value = 0, do_free_text_value = 0;
1577 Lisp_Object coding_system;
1578 #ifdef USE_GTK
1579 Lisp_Object encoded_name;
1580 struct gcpro gcpro1;
1582 /* As ENCODE_UTF_8 may cause GC and relocation of string data,
1583 we use it before x_encode_text that may return string data. */
1584 GCPRO1 (name);
1585 encoded_name = ENCODE_UTF_8 (name);
1586 UNGCPRO;
1587 #endif
1589 coding_system = Qcompound_text;
1590 /* Note: Encoding strategy
1592 We encode NAME by compound-text and use "COMPOUND-TEXT" in
1593 text.encoding. But, there are non-internationalized window
1594 managers which don't support that encoding. So, if NAME
1595 contains only ASCII and 8859-1 characters, encode it by
1596 iso-latin-1, and use "STRING" in text.encoding hoping that
1597 such window managers at least analyze this format correctly,
1598 i.e. treat 8-bit bytes as 8859-1 characters.
1600 We may also be able to use "UTF8_STRING" in text.encoding
1601 in the future which can encode all Unicode characters.
1602 But, for the moment, there's no way to know that the
1603 current window manager supports it or not. */
1604 text.value = x_encode_text (name, coding_system, 0, &bytes, &stringp,
1605 &do_free_text_value);
1606 text.encoding = (stringp ? XA_STRING
1607 : FRAME_X_DISPLAY_INFO (f)->Xatom_COMPOUND_TEXT);
1608 text.format = 8;
1609 text.nitems = bytes;
1611 if (!STRINGP (f->icon_name))
1613 icon = text;
1615 else
1617 /* See the above comment "Note: Encoding strategy". */
1618 icon.value = x_encode_text (f->icon_name, coding_system, 0,
1619 &bytes, &stringp, &do_free_icon_value);
1620 icon.encoding = (stringp ? XA_STRING
1621 : FRAME_X_DISPLAY_INFO (f)->Xatom_COMPOUND_TEXT);
1622 icon.format = 8;
1623 icon.nitems = bytes;
1626 #ifdef USE_GTK
1627 gtk_window_set_title (GTK_WINDOW (FRAME_GTK_OUTER_WIDGET (f)),
1628 (char *) SDATA (encoded_name));
1629 #else /* not USE_GTK */
1630 XSetWMName (FRAME_X_DISPLAY (f), FRAME_OUTER_WINDOW (f), &text);
1631 #endif /* not USE_GTK */
1633 XSetWMIconName (FRAME_X_DISPLAY (f), FRAME_OUTER_WINDOW (f), &icon);
1635 if (do_free_icon_value)
1636 xfree (icon.value);
1637 if (do_free_text_value)
1638 xfree (text.value);
1640 UNBLOCK_INPUT;
1644 /* Change the name of frame F to NAME. If NAME is nil, set F's name to
1645 x_id_name.
1647 If EXPLICIT is non-zero, that indicates that lisp code is setting the
1648 name; if NAME is a string, set F's name to NAME and set
1649 F->explicit_name; if NAME is Qnil, then clear F->explicit_name.
1651 If EXPLICIT is zero, that indicates that Emacs redisplay code is
1652 suggesting a new name, which lisp code should override; if
1653 F->explicit_name is set, ignore the new name; otherwise, set it. */
1655 void
1656 x_set_name (f, name, explicit)
1657 struct frame *f;
1658 Lisp_Object name;
1659 int explicit;
1661 /* Make sure that requests from lisp code override requests from
1662 Emacs redisplay code. */
1663 if (explicit)
1665 /* If we're switching from explicit to implicit, we had better
1666 update the mode lines and thereby update the title. */
1667 if (f->explicit_name && NILP (name))
1668 update_mode_lines = 1;
1670 f->explicit_name = ! NILP (name);
1672 else if (f->explicit_name)
1673 return;
1675 /* If NAME is nil, set the name to the x_id_name. */
1676 if (NILP (name))
1678 /* Check for no change needed in this very common case
1679 before we do any consing. */
1680 if (!strcmp (FRAME_X_DISPLAY_INFO (f)->x_id_name,
1681 SDATA (f->name)))
1682 return;
1683 name = build_string (FRAME_X_DISPLAY_INFO (f)->x_id_name);
1685 else
1686 CHECK_STRING (name);
1688 /* Don't change the name if it's already NAME. */
1689 if (! NILP (Fstring_equal (name, f->name)))
1690 return;
1692 f->name = name;
1694 /* For setting the frame title, the title parameter should override
1695 the name parameter. */
1696 if (! NILP (f->title))
1697 name = f->title;
1699 x_set_name_internal (f, name);
1702 /* This function should be called when the user's lisp code has
1703 specified a name for the frame; the name will override any set by the
1704 redisplay code. */
1705 void
1706 x_explicitly_set_name (f, arg, oldval)
1707 FRAME_PTR f;
1708 Lisp_Object arg, oldval;
1710 x_set_name (f, arg, 1);
1713 /* This function should be called by Emacs redisplay code to set the
1714 name; names set this way will never override names set by the user's
1715 lisp code. */
1716 void
1717 x_implicitly_set_name (f, arg, oldval)
1718 FRAME_PTR f;
1719 Lisp_Object arg, oldval;
1721 x_set_name (f, arg, 0);
1724 /* Change the title of frame F to NAME.
1725 If NAME is nil, use the frame name as the title. */
1727 void
1728 x_set_title (f, name, old_name)
1729 struct frame *f;
1730 Lisp_Object name, old_name;
1732 /* Don't change the title if it's already NAME. */
1733 if (EQ (name, f->title))
1734 return;
1736 update_mode_lines = 1;
1738 f->title = name;
1740 if (NILP (name))
1741 name = f->name;
1742 else
1743 CHECK_STRING (name);
1745 x_set_name_internal (f, name);
1748 void
1749 x_set_scroll_bar_default_width (f)
1750 struct frame *f;
1752 int wid = FRAME_COLUMN_WIDTH (f);
1754 #ifdef USE_TOOLKIT_SCROLL_BARS
1755 /* A minimum width of 14 doesn't look good for toolkit scroll bars. */
1756 int width = 16 + 2 * VERTICAL_SCROLL_BAR_WIDTH_TRIM;
1757 FRAME_CONFIG_SCROLL_BAR_COLS (f) = (width + wid - 1) / wid;
1758 FRAME_CONFIG_SCROLL_BAR_WIDTH (f) = width;
1759 #else
1760 /* Make the actual width at least 14 pixels and a multiple of a
1761 character width. */
1762 FRAME_CONFIG_SCROLL_BAR_COLS (f) = (14 + wid - 1) / wid;
1764 /* Use all of that space (aside from required margins) for the
1765 scroll bar. */
1766 FRAME_CONFIG_SCROLL_BAR_WIDTH (f) = 0;
1767 #endif
1771 /* Record in frame F the specified or default value according to ALIST
1772 of the parameter named PROP (a Lisp symbol). If no value is
1773 specified for PROP, look for an X default for XPROP on the frame
1774 named NAME. If that is not found either, use the value DEFLT. */
1776 static Lisp_Object
1777 x_default_scroll_bar_color_parameter (f, alist, prop, xprop, xclass,
1778 foreground_p)
1779 struct frame *f;
1780 Lisp_Object alist;
1781 Lisp_Object prop;
1782 char *xprop;
1783 char *xclass;
1784 int foreground_p;
1786 struct x_display_info *dpyinfo = FRAME_X_DISPLAY_INFO (f);
1787 Lisp_Object tem;
1789 tem = x_get_arg (dpyinfo, alist, prop, xprop, xclass, RES_TYPE_STRING);
1790 if (EQ (tem, Qunbound))
1792 #ifdef USE_TOOLKIT_SCROLL_BARS
1794 /* See if an X resource for the scroll bar color has been
1795 specified. */
1796 tem = display_x_get_resource (dpyinfo,
1797 build_string (foreground_p
1798 ? "foreground"
1799 : "background"),
1800 empty_unibyte_string,
1801 build_string ("verticalScrollBar"),
1802 empty_unibyte_string);
1803 if (!STRINGP (tem))
1805 /* If nothing has been specified, scroll bars will use a
1806 toolkit-dependent default. Because these defaults are
1807 difficult to get at without actually creating a scroll
1808 bar, use nil to indicate that no color has been
1809 specified. */
1810 tem = Qnil;
1813 #else /* not USE_TOOLKIT_SCROLL_BARS */
1815 tem = Qnil;
1817 #endif /* not USE_TOOLKIT_SCROLL_BARS */
1820 x_set_frame_parameters (f, Fcons (Fcons (prop, tem), Qnil));
1821 return tem;
1827 #ifdef USE_X_TOOLKIT
1829 /* If the WM_PROTOCOLS property does not already contain WM_TAKE_FOCUS,
1830 WM_DELETE_WINDOW, and WM_SAVE_YOURSELF, then add them. (They may
1831 already be present because of the toolkit (Motif adds some of them,
1832 for example, but Xt doesn't). */
1834 static void
1835 hack_wm_protocols (f, widget)
1836 FRAME_PTR f;
1837 Widget widget;
1839 Display *dpy = XtDisplay (widget);
1840 Window w = XtWindow (widget);
1841 int need_delete = 1;
1842 int need_focus = 1;
1843 int need_save = 1;
1845 BLOCK_INPUT;
1847 Atom type;
1848 unsigned char *catoms;
1849 int format = 0;
1850 unsigned long nitems = 0;
1851 unsigned long bytes_after;
1853 if ((XGetWindowProperty (dpy, w,
1854 FRAME_X_DISPLAY_INFO (f)->Xatom_wm_protocols,
1855 (long)0, (long)100, False, XA_ATOM,
1856 &type, &format, &nitems, &bytes_after,
1857 &catoms)
1858 == Success)
1859 && format == 32 && type == XA_ATOM)
1861 Atom *atoms = (Atom *) catoms;
1862 while (nitems > 0)
1864 nitems--;
1865 if (atoms[nitems]
1866 == FRAME_X_DISPLAY_INFO (f)->Xatom_wm_delete_window)
1867 need_delete = 0;
1868 else if (atoms[nitems]
1869 == FRAME_X_DISPLAY_INFO (f)->Xatom_wm_take_focus)
1870 need_focus = 0;
1871 else if (atoms[nitems]
1872 == FRAME_X_DISPLAY_INFO (f)->Xatom_wm_save_yourself)
1873 need_save = 0;
1876 if (catoms)
1877 XFree (catoms);
1880 Atom props [10];
1881 int count = 0;
1882 if (need_delete)
1883 props[count++] = FRAME_X_DISPLAY_INFO (f)->Xatom_wm_delete_window;
1884 if (need_focus)
1885 props[count++] = FRAME_X_DISPLAY_INFO (f)->Xatom_wm_take_focus;
1886 if (need_save)
1887 props[count++] = FRAME_X_DISPLAY_INFO (f)->Xatom_wm_save_yourself;
1888 if (count)
1889 XChangeProperty (dpy, w, FRAME_X_DISPLAY_INFO (f)->Xatom_wm_protocols,
1890 XA_ATOM, 32, PropModeAppend,
1891 (unsigned char *) props, count);
1893 UNBLOCK_INPUT;
1895 #endif
1899 /* Support routines for XIC (X Input Context). */
1901 #ifdef HAVE_X_I18N
1903 static XFontSet xic_create_xfontset P_ ((struct frame *));
1904 static XIMStyle best_xim_style P_ ((XIMStyles *, XIMStyles *));
1907 /* Supported XIM styles, ordered by preference. */
1909 static XIMStyle supported_xim_styles[] =
1911 XIMPreeditPosition | XIMStatusArea,
1912 XIMPreeditPosition | XIMStatusNothing,
1913 XIMPreeditPosition | XIMStatusNone,
1914 XIMPreeditNothing | XIMStatusArea,
1915 XIMPreeditNothing | XIMStatusNothing,
1916 XIMPreeditNothing | XIMStatusNone,
1917 XIMPreeditNone | XIMStatusArea,
1918 XIMPreeditNone | XIMStatusNothing,
1919 XIMPreeditNone | XIMStatusNone,
1924 /* Create an X fontset on frame F with base font name BASE_FONTNAME. */
1926 char xic_defaut_fontset[] = "-*-*-*-r-normal--14-*-*-*-*-*-*-*";
1928 /* Create an Xt fontset spec from the name of a base font.
1929 If `motif' is True use the Motif syntax. */
1930 char *
1931 xic_create_fontsetname (base_fontname, motif)
1932 char *base_fontname;
1933 Bool motif;
1935 const char *sep = motif ? ";" : ",";
1936 char *fontsetname;
1938 /* Make a fontset name from the base font name. */
1939 if (xic_defaut_fontset == base_fontname)
1940 { /* There is no base font name, use the default. */
1941 int len = strlen (base_fontname) + 2;
1942 fontsetname = xmalloc (len);
1943 bzero (fontsetname, len);
1944 strcpy (fontsetname, base_fontname);
1946 else
1948 /* Make a fontset name from the base font name.
1949 The font set will be made of the following elements:
1950 - the base font.
1951 - the base font where the charset spec is replaced by -*-*.
1952 - the same but with the family also replaced with -*-*-. */
1953 char *p = base_fontname;
1954 int i;
1956 for (i = 0; *p; p++)
1957 if (*p == '-') i++;
1958 if (i != 14)
1959 { /* As the font name doesn't conform to XLFD, we can't
1960 modify it to generalize it to allcs and allfamilies.
1961 Use the specified font plus the default. */
1962 int len = strlen (base_fontname) + strlen (xic_defaut_fontset) + 3;
1963 fontsetname = xmalloc (len);
1964 bzero (fontsetname, len);
1965 strcpy (fontsetname, base_fontname);
1966 strcat (fontsetname, sep);
1967 strcat (fontsetname, xic_defaut_fontset);
1969 else
1971 int len;
1972 char *p1 = NULL, *p2 = NULL, *p3 = NULL;
1973 char *font_allcs = NULL;
1974 char *font_allfamilies = NULL;
1975 char *font_all = NULL;
1976 char *allcs = "*-*-*-*-*-*-*";
1977 char *allfamilies = "-*-*-";
1978 char *all = "*-*-*-*-";
1979 char *base;
1981 for (i = 0, p = base_fontname; i < 8; p++)
1983 if (*p == '-')
1985 i++;
1986 if (i == 3)
1987 p1 = p + 1;
1988 else if (i == 7)
1989 p2 = p + 1;
1990 else if (i == 6)
1991 p3 = p + 1;
1994 /* If base_fontname specifies ADSTYLE, make it a
1995 wildcard. */
1996 if (*p3 != '*')
1998 int diff = (p2 - p3) - 2;
2000 base = alloca (strlen (base_fontname) + 1);
2001 bcopy (base_fontname, base, p3 - base_fontname);
2002 base[p3 - base_fontname] = '*';
2003 base[(p3 - base_fontname) + 1] = '-';
2004 strcpy (base + (p3 - base_fontname) + 2, p2);
2005 p = base + (p - base_fontname) - diff;
2006 p1 = base + (p1 - base_fontname);
2007 p2 = base + (p2 - base_fontname) - diff;
2008 base_fontname = base;
2011 /* Build the font spec that matches all charsets. */
2012 len = p - base_fontname + strlen (allcs) + 1;
2013 font_allcs = (char *) alloca (len);
2014 bzero (font_allcs, len);
2015 bcopy (base_fontname, font_allcs, p - base_fontname);
2016 strcat (font_allcs, allcs);
2018 /* Build the font spec that matches all families and
2019 add-styles. */
2020 len = p - p1 + strlen (allcs) + strlen (allfamilies) + 1;
2021 font_allfamilies = (char *) alloca (len);
2022 bzero (font_allfamilies, len);
2023 strcpy (font_allfamilies, allfamilies);
2024 bcopy (p1, font_allfamilies + strlen (allfamilies), p - p1);
2025 strcat (font_allfamilies, allcs);
2027 /* Build the font spec that matches all. */
2028 len = p - p2 + strlen (allcs) + strlen (all) + strlen (allfamilies) + 1;
2029 font_all = (char *) alloca (len);
2030 bzero (font_all, len);
2031 strcpy (font_all, allfamilies);
2032 strcat (font_all, all);
2033 bcopy (p2, font_all + strlen (all) + strlen (allfamilies), p - p2);
2034 strcat (font_all, allcs);
2036 /* Build the actual font set name. */
2037 len = strlen (base_fontname) + strlen (font_allcs)
2038 + strlen (font_allfamilies) + strlen (font_all) + 5;
2039 fontsetname = xmalloc (len);
2040 bzero (fontsetname, len);
2041 strcpy (fontsetname, base_fontname);
2042 strcat (fontsetname, sep);
2043 strcat (fontsetname, font_allcs);
2044 strcat (fontsetname, sep);
2045 strcat (fontsetname, font_allfamilies);
2046 strcat (fontsetname, sep);
2047 strcat (fontsetname, font_all);
2050 if (motif)
2051 strcat (fontsetname, ":");
2052 return fontsetname;
2055 #ifdef DEBUG_XIC_FONTSET
2056 static void
2057 print_fontset_result (xfs, name, missing_list, missing_count)
2058 XFontSet xfs;
2059 char *name;
2060 char **missing_list;
2061 int missing_count;
2063 if (xfs)
2064 fprintf (stderr, "XIC Fontset created: %s\n", name);
2065 else
2067 fprintf (stderr, "XIC Fontset failed: %s\n", name);
2068 while (missing_count-- > 0)
2070 fprintf (stderr, " missing: %s\n", *missing_list);
2071 missing_list++;
2076 #endif
2078 static XFontSet
2079 xic_create_xfontset (f)
2080 struct frame *f;
2082 XFontSet xfs = NULL;
2083 struct font *font = FRAME_FONT (f);
2084 int pixel_size = font->pixel_size;
2085 Lisp_Object rest, frame;
2087 /* See if there is another frame already using same fontset. */
2088 FOR_EACH_FRAME (rest, frame)
2090 struct frame *cf = XFRAME (frame);
2092 if (cf != f && FRAME_LIVE_P (f) && FRAME_X_P (cf)
2093 && FRAME_X_DISPLAY_INFO (cf) == FRAME_X_DISPLAY_INFO (f)
2094 && FRAME_FONT (f)
2095 && FRAME_FONT (f)->pixel_size == pixel_size)
2097 xfs = FRAME_XIC_FONTSET (cf);
2098 break;
2102 if (! xfs)
2104 char buf[256];
2105 char **missing_list;
2106 int missing_count;
2107 char *def_string;
2108 char *xlfd_format = "-*-*-medium-r-normal--%d-*-*-*-*-*";
2110 sprintf (buf, xlfd_format, pixel_size);
2111 missing_list = NULL;
2112 xfs = XCreateFontSet (FRAME_X_DISPLAY (f), buf,
2113 &missing_list, &missing_count, &def_string);
2114 #ifdef DEBUG_XIC_FONTSET
2115 print_fontset_result (xfs, buf, missing_list, missing_count);
2116 #endif
2117 if (missing_list)
2118 XFreeStringList (missing_list);
2119 if (! xfs)
2121 /* List of pixel sizes most likely available. Find one that
2122 is closest to pixel_size. */
2123 int sizes[] = {0, 8, 10, 11, 12, 14, 17, 18, 20, 24, 26, 34, 0};
2124 int *smaller, *larger;
2126 for (smaller = sizes; smaller[1]; smaller++)
2127 if (smaller[1] >= pixel_size)
2128 break;
2129 larger = smaller + 1;
2130 if (*larger == pixel_size)
2131 larger++;
2132 while (*smaller || *larger)
2134 int this_size;
2136 if (! *larger)
2137 this_size = *smaller--;
2138 else if (! *smaller)
2139 this_size = *larger++;
2140 else if (pixel_size - *smaller < *larger - pixel_size)
2141 this_size = *smaller--;
2142 else
2143 this_size = *larger++;
2144 sprintf (buf, xlfd_format, this_size);
2145 missing_list = NULL;
2146 xfs = XCreateFontSet (FRAME_X_DISPLAY (f), buf,
2147 &missing_list, &missing_count, &def_string);
2148 #ifdef DEBUG_XIC_FONTSET
2149 print_fontset_result (xfs, buf, missing_list, missing_count);
2150 #endif
2151 if (missing_list)
2152 XFreeStringList (missing_list);
2153 if (xfs)
2154 break;
2157 if (! xfs)
2159 char *last_resort = "-*-*-*-r-normal--*-*-*-*-*-*";
2161 missing_list = NULL;
2162 xfs = XCreateFontSet (FRAME_X_DISPLAY (f), last_resort,
2163 &missing_list, &missing_count, &def_string);
2164 #ifdef DEBUG_XIC_FONTSET
2165 print_fontset_result (xfs, last_resort, missing_list, missing_count);
2166 #endif
2167 if (missing_list)
2168 XFreeStringList (missing_list);
2173 return xfs;
2176 /* Free the X fontset of frame F if it is the last frame using it. */
2178 void
2179 xic_free_xfontset (f)
2180 struct frame *f;
2182 Lisp_Object rest, frame;
2183 int shared_p = 0;
2185 if (!FRAME_XIC_FONTSET (f))
2186 return;
2188 /* See if there is another frame sharing the same fontset. */
2189 FOR_EACH_FRAME (rest, frame)
2191 struct frame *cf = XFRAME (frame);
2192 if (cf != f && FRAME_LIVE_P (f) && FRAME_X_P (cf)
2193 && FRAME_X_DISPLAY_INFO (cf) == FRAME_X_DISPLAY_INFO (f)
2194 && FRAME_XIC_FONTSET (cf) == FRAME_XIC_FONTSET (f))
2196 shared_p = 1;
2197 break;
2201 if (!shared_p)
2202 /* The fontset is not used anymore. It is safe to free it. */
2203 XFreeFontSet (FRAME_X_DISPLAY (f), FRAME_XIC_FONTSET (f));
2205 if (FRAME_XIC_BASE_FONTNAME (f))
2206 xfree (FRAME_XIC_BASE_FONTNAME (f));
2207 FRAME_XIC_BASE_FONTNAME (f) = NULL;
2208 FRAME_XIC_FONTSET (f) = NULL;
2212 /* Value is the best input style, given user preferences USER (already
2213 checked to be supported by Emacs), and styles supported by the
2214 input method XIM. */
2216 static XIMStyle
2217 best_xim_style (user, xim)
2218 XIMStyles *user;
2219 XIMStyles *xim;
2221 int i, j;
2223 for (i = 0; i < user->count_styles; ++i)
2224 for (j = 0; j < xim->count_styles; ++j)
2225 if (user->supported_styles[i] == xim->supported_styles[j])
2226 return user->supported_styles[i];
2228 /* Return the default style. */
2229 return XIMPreeditNothing | XIMStatusNothing;
2232 /* Create XIC for frame F. */
2234 static XIMStyle xic_style;
2236 void
2237 create_frame_xic (f)
2238 struct frame *f;
2240 XIM xim;
2241 XIC xic = NULL;
2242 XFontSet xfs = NULL;
2244 if (FRAME_XIC (f))
2245 return;
2247 /* Create X fontset. */
2248 xfs = xic_create_xfontset (f);
2249 xim = FRAME_X_XIM (f);
2250 if (xim)
2252 XRectangle s_area;
2253 XPoint spot;
2254 XVaNestedList preedit_attr;
2255 XVaNestedList status_attr;
2257 s_area.x = 0; s_area.y = 0; s_area.width = 1; s_area.height = 1;
2258 spot.x = 0; spot.y = 1;
2260 /* Determine XIC style. */
2261 if (xic_style == 0)
2263 XIMStyles supported_list;
2264 supported_list.count_styles = (sizeof supported_xim_styles
2265 / sizeof supported_xim_styles[0]);
2266 supported_list.supported_styles = supported_xim_styles;
2267 xic_style = best_xim_style (&supported_list,
2268 FRAME_X_XIM_STYLES (f));
2271 preedit_attr = XVaCreateNestedList (0,
2272 XNFontSet, xfs,
2273 XNForeground,
2274 FRAME_FOREGROUND_PIXEL (f),
2275 XNBackground,
2276 FRAME_BACKGROUND_PIXEL (f),
2277 (xic_style & XIMPreeditPosition
2278 ? XNSpotLocation
2279 : NULL),
2280 &spot,
2281 NULL);
2282 status_attr = XVaCreateNestedList (0,
2283 XNArea,
2284 &s_area,
2285 XNFontSet,
2286 xfs,
2287 XNForeground,
2288 FRAME_FOREGROUND_PIXEL (f),
2289 XNBackground,
2290 FRAME_BACKGROUND_PIXEL (f),
2291 NULL);
2293 xic = XCreateIC (xim,
2294 XNInputStyle, xic_style,
2295 XNClientWindow, FRAME_X_WINDOW (f),
2296 XNFocusWindow, FRAME_X_WINDOW (f),
2297 XNStatusAttributes, status_attr,
2298 XNPreeditAttributes, preedit_attr,
2299 NULL);
2300 XFree (preedit_attr);
2301 XFree (status_attr);
2304 FRAME_XIC (f) = xic;
2305 FRAME_XIC_STYLE (f) = xic_style;
2306 FRAME_XIC_FONTSET (f) = xfs;
2310 /* Destroy XIC and free XIC fontset of frame F, if any. */
2312 void
2313 free_frame_xic (f)
2314 struct frame *f;
2316 if (FRAME_XIC (f) == NULL)
2317 return;
2319 XDestroyIC (FRAME_XIC (f));
2320 xic_free_xfontset (f);
2322 FRAME_XIC (f) = NULL;
2326 /* Place preedit area for XIC of window W's frame to specified
2327 pixel position X/Y. X and Y are relative to window W. */
2329 void
2330 xic_set_preeditarea (w, x, y)
2331 struct window *w;
2332 int x, y;
2334 struct frame *f = XFRAME (w->frame);
2335 XVaNestedList attr;
2336 XPoint spot;
2338 spot.x = WINDOW_TO_FRAME_PIXEL_X (w, x) + WINDOW_LEFT_FRINGE_WIDTH (w);
2339 spot.y = WINDOW_TO_FRAME_PIXEL_Y (w, y) + FONT_BASE (FRAME_FONT (f));
2340 attr = XVaCreateNestedList (0, XNSpotLocation, &spot, NULL);
2341 XSetICValues (FRAME_XIC (f), XNPreeditAttributes, attr, NULL);
2342 XFree (attr);
2346 /* Place status area for XIC in bottom right corner of frame F.. */
2348 void
2349 xic_set_statusarea (f)
2350 struct frame *f;
2352 XIC xic = FRAME_XIC (f);
2353 XVaNestedList attr;
2354 XRectangle area;
2355 XRectangle *needed;
2357 /* Negotiate geometry of status area. If input method has existing
2358 status area, use its current size. */
2359 area.x = area.y = area.width = area.height = 0;
2360 attr = XVaCreateNestedList (0, XNAreaNeeded, &area, NULL);
2361 XSetICValues (xic, XNStatusAttributes, attr, NULL);
2362 XFree (attr);
2364 attr = XVaCreateNestedList (0, XNAreaNeeded, &needed, NULL);
2365 XGetICValues (xic, XNStatusAttributes, attr, NULL);
2366 XFree (attr);
2368 if (needed->width == 0) /* Use XNArea instead of XNAreaNeeded */
2370 attr = XVaCreateNestedList (0, XNArea, &needed, NULL);
2371 XGetICValues (xic, XNStatusAttributes, attr, NULL);
2372 XFree (attr);
2375 area.width = needed->width;
2376 area.height = needed->height;
2377 area.x = FRAME_PIXEL_WIDTH (f) - area.width - FRAME_INTERNAL_BORDER_WIDTH (f);
2378 area.y = (FRAME_PIXEL_HEIGHT (f) - area.height
2379 - FRAME_MENUBAR_HEIGHT (f)
2380 - FRAME_TOOLBAR_HEIGHT (f)
2381 - FRAME_INTERNAL_BORDER_WIDTH (f));
2382 XFree (needed);
2384 attr = XVaCreateNestedList (0, XNArea, &area, NULL);
2385 XSetICValues (xic, XNStatusAttributes, attr, NULL);
2386 XFree (attr);
2390 /* Set X fontset for XIC of frame F, using base font name
2391 BASE_FONTNAME. Called when a new Emacs fontset is chosen. */
2393 void
2394 xic_set_xfontset (f, base_fontname)
2395 struct frame *f;
2396 char *base_fontname;
2398 XVaNestedList attr;
2399 XFontSet xfs;
2401 xic_free_xfontset (f);
2403 xfs = xic_create_xfontset (f);
2405 attr = XVaCreateNestedList (0, XNFontSet, xfs, NULL);
2406 if (FRAME_XIC_STYLE (f) & XIMPreeditPosition)
2407 XSetICValues (FRAME_XIC (f), XNPreeditAttributes, attr, NULL);
2408 if (FRAME_XIC_STYLE (f) & XIMStatusArea)
2409 XSetICValues (FRAME_XIC (f), XNStatusAttributes, attr, NULL);
2410 XFree (attr);
2412 FRAME_XIC_FONTSET (f) = xfs;
2415 #endif /* HAVE_X_I18N */
2419 #ifdef USE_X_TOOLKIT
2421 /* Create and set up the X widget for frame F. */
2423 static void
2424 x_window (f, window_prompting, minibuffer_only)
2425 struct frame *f;
2426 long window_prompting;
2427 int minibuffer_only;
2429 XClassHint class_hints;
2430 XSetWindowAttributes attributes;
2431 unsigned long attribute_mask;
2432 Widget shell_widget;
2433 Widget pane_widget;
2434 Widget frame_widget;
2435 Arg al [25];
2436 int ac;
2438 BLOCK_INPUT;
2440 /* Use the resource name as the top-level widget name
2441 for looking up resources. Make a non-Lisp copy
2442 for the window manager, so GC relocation won't bother it.
2444 Elsewhere we specify the window name for the window manager. */
2447 char *str = (char *) SDATA (Vx_resource_name);
2448 f->namebuf = (char *) xmalloc (strlen (str) + 1);
2449 strcpy (f->namebuf, str);
2452 ac = 0;
2453 XtSetArg (al[ac], XtNallowShellResize, 1); ac++;
2454 XtSetArg (al[ac], XtNinput, 1); ac++;
2455 XtSetArg (al[ac], XtNmappedWhenManaged, 0); ac++;
2456 XtSetArg (al[ac], XtNborderWidth, f->border_width); ac++;
2457 XtSetArg (al[ac], XtNvisual, FRAME_X_VISUAL (f)); ac++;
2458 XtSetArg (al[ac], XtNdepth, FRAME_X_DISPLAY_INFO (f)->n_planes); ac++;
2459 XtSetArg (al[ac], XtNcolormap, FRAME_X_COLORMAP (f)); ac++;
2460 shell_widget = XtAppCreateShell (f->namebuf, EMACS_CLASS,
2461 applicationShellWidgetClass,
2462 FRAME_X_DISPLAY (f), al, ac);
2464 f->output_data.x->widget = shell_widget;
2465 /* maybe_set_screen_title_format (shell_widget); */
2467 pane_widget = lw_create_widget ("main", "pane", widget_id_tick++,
2468 (widget_value *) NULL,
2469 shell_widget, False,
2470 (lw_callback) NULL,
2471 (lw_callback) NULL,
2472 (lw_callback) NULL,
2473 (lw_callback) NULL);
2475 ac = 0;
2476 XtSetArg (al[ac], XtNvisual, FRAME_X_VISUAL (f)); ac++;
2477 XtSetArg (al[ac], XtNdepth, FRAME_X_DISPLAY_INFO (f)->n_planes); ac++;
2478 XtSetArg (al[ac], XtNcolormap, FRAME_X_COLORMAP (f)); ac++;
2479 XtSetValues (pane_widget, al, ac);
2480 f->output_data.x->column_widget = pane_widget;
2482 /* mappedWhenManaged to false tells to the paned window to not map/unmap
2483 the emacs screen when changing menubar. This reduces flickering. */
2485 ac = 0;
2486 XtSetArg (al[ac], XtNmappedWhenManaged, 0); ac++;
2487 XtSetArg (al[ac], XtNshowGrip, 0); ac++;
2488 XtSetArg (al[ac], XtNallowResize, 1); ac++;
2489 XtSetArg (al[ac], XtNresizeToPreferred, 1); ac++;
2490 XtSetArg (al[ac], XtNemacsFrame, f); ac++;
2491 XtSetArg (al[ac], XtNvisual, FRAME_X_VISUAL (f)); ac++;
2492 XtSetArg (al[ac], XtNdepth, FRAME_X_DISPLAY_INFO (f)->n_planes); ac++;
2493 XtSetArg (al[ac], XtNcolormap, FRAME_X_COLORMAP (f)); ac++;
2494 frame_widget = XtCreateWidget (f->namebuf, emacsFrameClass, pane_widget,
2495 al, ac);
2497 f->output_data.x->edit_widget = frame_widget;
2499 XtManageChild (frame_widget);
2501 /* Do some needed geometry management. */
2503 int len;
2504 char *tem, shell_position[32];
2505 Arg al[10];
2506 int ac = 0;
2507 int extra_borders = 0;
2508 int menubar_size
2509 = (f->output_data.x->menubar_widget
2510 ? (f->output_data.x->menubar_widget->core.height
2511 + f->output_data.x->menubar_widget->core.border_width)
2512 : 0);
2514 #if 0 /* Experimentally, we now get the right results
2515 for -geometry -0-0 without this. 24 Aug 96, rms. */
2516 if (FRAME_EXTERNAL_MENU_BAR (f))
2518 Dimension ibw = 0;
2519 XtVaGetValues (pane_widget, XtNinternalBorderWidth, &ibw, NULL);
2520 menubar_size += ibw;
2522 #endif
2524 f->output_data.x->menubar_height = menubar_size;
2526 #ifndef USE_LUCID
2527 /* Motif seems to need this amount added to the sizes
2528 specified for the shell widget. The Athena/Lucid widgets don't.
2529 Both conclusions reached experimentally. -- rms. */
2530 XtVaGetValues (f->output_data.x->edit_widget, XtNinternalBorderWidth,
2531 &extra_borders, NULL);
2532 extra_borders *= 2;
2533 #endif
2535 /* Convert our geometry parameters into a geometry string
2536 and specify it.
2537 Note that we do not specify here whether the position
2538 is a user-specified or program-specified one.
2539 We pass that information later, in x_wm_set_size_hints. */
2541 int left = f->left_pos;
2542 int xneg = window_prompting & XNegative;
2543 int top = f->top_pos;
2544 int yneg = window_prompting & YNegative;
2545 if (xneg)
2546 left = -left;
2547 if (yneg)
2548 top = -top;
2550 if (window_prompting & USPosition)
2551 sprintf (shell_position, "=%dx%d%c%d%c%d",
2552 FRAME_PIXEL_WIDTH (f) + extra_borders,
2553 FRAME_PIXEL_HEIGHT (f) + menubar_size + extra_borders,
2554 (xneg ? '-' : '+'), left,
2555 (yneg ? '-' : '+'), top);
2556 else
2558 sprintf (shell_position, "=%dx%d",
2559 FRAME_PIXEL_WIDTH (f) + extra_borders,
2560 FRAME_PIXEL_HEIGHT (f) + menubar_size + extra_borders);
2562 /* Setting x and y when the position is not specified in
2563 the geometry string will set program position in the WM hints.
2564 If Emacs had just one program position, we could set it in
2565 fallback resources, but since each make-frame call can specify
2566 different program positions, this is easier. */
2567 XtSetArg (al[ac], XtNx, left); ac++;
2568 XtSetArg (al[ac], XtNy, top); ac++;
2572 len = strlen (shell_position) + 1;
2573 /* We don't free this because we don't know whether
2574 it is safe to free it while the frame exists.
2575 It isn't worth the trouble of arranging to free it
2576 when the frame is deleted. */
2577 tem = (char *) xmalloc (len);
2578 strncpy (tem, shell_position, len);
2579 XtSetArg (al[ac], XtNgeometry, tem); ac++;
2580 XtSetValues (shell_widget, al, ac);
2583 XtManageChild (pane_widget);
2584 XtRealizeWidget (shell_widget);
2586 if (FRAME_X_EMBEDDED_P (f))
2587 XReparentWindow (FRAME_X_DISPLAY (f), XtWindow (shell_widget),
2588 f->output_data.x->parent_desc, 0, 0);
2590 FRAME_X_WINDOW (f) = XtWindow (frame_widget);
2592 validate_x_resource_name ();
2594 class_hints.res_name = (char *) SDATA (Vx_resource_name);
2595 class_hints.res_class = (char *) SDATA (Vx_resource_class);
2596 XSetClassHint (FRAME_X_DISPLAY (f), XtWindow (shell_widget), &class_hints);
2598 #ifdef HAVE_X_I18N
2599 FRAME_XIC (f) = NULL;
2600 if (use_xim)
2601 create_frame_xic (f);
2602 #endif
2604 f->output_data.x->wm_hints.input = True;
2605 f->output_data.x->wm_hints.flags |= InputHint;
2606 XSetWMHints (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f),
2607 &f->output_data.x->wm_hints);
2609 hack_wm_protocols (f, shell_widget);
2611 #ifdef HACK_EDITRES
2612 XtAddEventHandler (shell_widget, 0, True, _XEditResCheckMessages, 0);
2613 #endif
2615 /* Do a stupid property change to force the server to generate a
2616 PropertyNotify event so that the event_stream server timestamp will
2617 be initialized to something relevant to the time we created the window.
2619 XChangeProperty (XtDisplay (frame_widget), XtWindow (frame_widget),
2620 FRAME_X_DISPLAY_INFO (f)->Xatom_wm_protocols,
2621 XA_ATOM, 32, PropModeAppend,
2622 (unsigned char*) NULL, 0);
2624 /* Make all the standard events reach the Emacs frame. */
2625 attributes.event_mask = STANDARD_EVENT_SET;
2627 #ifdef HAVE_X_I18N
2628 if (FRAME_XIC (f))
2630 /* XIM server might require some X events. */
2631 unsigned long fevent = NoEventMask;
2632 XGetICValues (FRAME_XIC (f), XNFilterEvents, &fevent, NULL);
2633 attributes.event_mask |= fevent;
2635 #endif /* HAVE_X_I18N */
2637 attribute_mask = CWEventMask;
2638 XChangeWindowAttributes (XtDisplay (shell_widget), XtWindow (shell_widget),
2639 attribute_mask, &attributes);
2641 XtMapWidget (frame_widget);
2643 /* x_set_name normally ignores requests to set the name if the
2644 requested name is the same as the current name. This is the one
2645 place where that assumption isn't correct; f->name is set, but
2646 the X server hasn't been told. */
2648 Lisp_Object name;
2649 int explicit = f->explicit_name;
2651 f->explicit_name = 0;
2652 name = f->name;
2653 f->name = Qnil;
2654 x_set_name (f, name, explicit);
2657 XDefineCursor (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f),
2658 f->output_data.x->current_cursor
2659 = f->output_data.x->text_cursor);
2661 UNBLOCK_INPUT;
2663 /* This is a no-op, except under Motif. Make sure main areas are
2664 set to something reasonable, in case we get an error later. */
2665 lw_set_main_areas (pane_widget, 0, frame_widget);
2668 #else /* not USE_X_TOOLKIT */
2669 #ifdef USE_GTK
2670 void
2671 x_window (f)
2672 FRAME_PTR f;
2674 if (! xg_create_frame_widgets (f))
2675 error ("Unable to create window");
2677 #ifdef HAVE_X_I18N
2678 FRAME_XIC (f) = NULL;
2679 if (use_xim)
2681 BLOCK_INPUT;
2682 create_frame_xic (f);
2683 if (FRAME_XIC (f))
2685 /* XIM server might require some X events. */
2686 unsigned long fevent = NoEventMask;
2687 XGetICValues (FRAME_XIC (f), XNFilterEvents, &fevent, NULL);
2689 if (fevent != NoEventMask)
2691 XSetWindowAttributes attributes;
2692 XWindowAttributes wattr;
2693 unsigned long attribute_mask;
2695 XGetWindowAttributes (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f),
2696 &wattr);
2697 attributes.event_mask = wattr.your_event_mask | fevent;
2698 attribute_mask = CWEventMask;
2699 XChangeWindowAttributes (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f),
2700 attribute_mask, &attributes);
2703 UNBLOCK_INPUT;
2705 #endif
2708 #else /*! USE_GTK */
2709 /* Create and set up the X window for frame F. */
2711 void
2712 x_window (f)
2713 struct frame *f;
2716 XClassHint class_hints;
2717 XSetWindowAttributes attributes;
2718 unsigned long attribute_mask;
2720 attributes.background_pixel = FRAME_BACKGROUND_PIXEL (f);
2721 attributes.border_pixel = f->output_data.x->border_pixel;
2722 attributes.bit_gravity = StaticGravity;
2723 attributes.backing_store = NotUseful;
2724 attributes.save_under = True;
2725 attributes.event_mask = STANDARD_EVENT_SET;
2726 attributes.colormap = FRAME_X_COLORMAP (f);
2727 attribute_mask = (CWBackPixel | CWBorderPixel | CWBitGravity | CWEventMask
2728 | CWColormap);
2730 BLOCK_INPUT;
2731 FRAME_X_WINDOW (f)
2732 = XCreateWindow (FRAME_X_DISPLAY (f),
2733 f->output_data.x->parent_desc,
2734 f->left_pos,
2735 f->top_pos,
2736 FRAME_PIXEL_WIDTH (f), FRAME_PIXEL_HEIGHT (f),
2737 f->border_width,
2738 CopyFromParent, /* depth */
2739 InputOutput, /* class */
2740 FRAME_X_VISUAL (f),
2741 attribute_mask, &attributes);
2743 #ifdef HAVE_X_I18N
2744 if (use_xim)
2746 create_frame_xic (f);
2747 if (FRAME_XIC (f))
2749 /* XIM server might require some X events. */
2750 unsigned long fevent = NoEventMask;
2751 XGetICValues (FRAME_XIC (f), XNFilterEvents, &fevent, NULL);
2752 attributes.event_mask |= fevent;
2753 attribute_mask = CWEventMask;
2754 XChangeWindowAttributes (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f),
2755 attribute_mask, &attributes);
2758 #endif /* HAVE_X_I18N */
2760 validate_x_resource_name ();
2762 class_hints.res_name = (char *) SDATA (Vx_resource_name);
2763 class_hints.res_class = (char *) SDATA (Vx_resource_class);
2764 XSetClassHint (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f), &class_hints);
2766 /* The menubar is part of the ordinary display;
2767 it does not count in addition to the height of the window. */
2768 f->output_data.x->menubar_height = 0;
2770 /* This indicates that we use the "Passive Input" input model.
2771 Unless we do this, we don't get the Focus{In,Out} events that we
2772 need to draw the cursor correctly. Accursed bureaucrats.
2773 XWhipsAndChains (FRAME_X_DISPLAY (f), IronMaiden, &TheRack); */
2775 f->output_data.x->wm_hints.input = True;
2776 f->output_data.x->wm_hints.flags |= InputHint;
2777 XSetWMHints (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f),
2778 &f->output_data.x->wm_hints);
2779 f->output_data.x->wm_hints.icon_pixmap = None;
2781 /* Request "save yourself" and "delete window" commands from wm. */
2783 Atom protocols[2];
2784 protocols[0] = FRAME_X_DISPLAY_INFO (f)->Xatom_wm_delete_window;
2785 protocols[1] = FRAME_X_DISPLAY_INFO (f)->Xatom_wm_save_yourself;
2786 XSetWMProtocols (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f), protocols, 2);
2789 /* x_set_name normally ignores requests to set the name if the
2790 requested name is the same as the current name. This is the one
2791 place where that assumption isn't correct; f->name is set, but
2792 the X server hasn't been told. */
2794 Lisp_Object name;
2795 int explicit = f->explicit_name;
2797 f->explicit_name = 0;
2798 name = f->name;
2799 f->name = Qnil;
2800 x_set_name (f, name, explicit);
2803 XDefineCursor (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f),
2804 f->output_data.x->current_cursor
2805 = f->output_data.x->text_cursor);
2807 UNBLOCK_INPUT;
2809 if (FRAME_X_WINDOW (f) == 0)
2810 error ("Unable to create window");
2813 #endif /* not USE_GTK */
2814 #endif /* not USE_X_TOOLKIT */
2816 /* Verify that the icon position args for this window are valid. */
2818 static void
2819 x_icon_verify (f, parms)
2820 struct frame *f;
2821 Lisp_Object parms;
2823 Lisp_Object icon_x, icon_y;
2825 /* Set the position of the icon. Note that twm groups all
2826 icons in an icon window. */
2827 icon_x = x_frame_get_and_record_arg (f, parms, Qicon_left, 0, 0, RES_TYPE_NUMBER);
2828 icon_y = x_frame_get_and_record_arg (f, parms, Qicon_top, 0, 0, RES_TYPE_NUMBER);
2829 if (!EQ (icon_x, Qunbound) && !EQ (icon_y, Qunbound))
2831 CHECK_NUMBER (icon_x);
2832 CHECK_NUMBER (icon_y);
2834 else if (!EQ (icon_x, Qunbound) || !EQ (icon_y, Qunbound))
2835 error ("Both left and top icon corners of icon must be specified");
2838 /* Handle the icon stuff for this window. Perhaps later we might
2839 want an x_set_icon_position which can be called interactively as
2840 well. */
2842 static void
2843 x_icon (f, parms)
2844 struct frame *f;
2845 Lisp_Object parms;
2847 Lisp_Object icon_x, icon_y;
2848 #if 0
2849 struct x_display_info *dpyinfo = FRAME_X_DISPLAY_INFO (f);
2850 #endif
2852 /* Set the position of the icon. Note that twm groups all
2853 icons in an icon window. */
2854 icon_x = x_frame_get_and_record_arg (f, parms, Qicon_left, 0, 0, RES_TYPE_NUMBER);
2855 icon_y = x_frame_get_and_record_arg (f, parms, Qicon_top, 0, 0, RES_TYPE_NUMBER);
2856 if (!EQ (icon_x, Qunbound) && !EQ (icon_y, Qunbound))
2858 CHECK_NUMBER (icon_x);
2859 CHECK_NUMBER (icon_y);
2861 else if (!EQ (icon_x, Qunbound) || !EQ (icon_y, Qunbound))
2862 error ("Both left and top icon corners of icon must be specified");
2864 BLOCK_INPUT;
2866 if (! EQ (icon_x, Qunbound))
2867 x_wm_set_icon_position (f, XINT (icon_x), XINT (icon_y));
2869 #if 0 /* x_get_arg removes the visibility parameter as a side effect,
2870 but x_create_frame still needs it. */
2871 /* Start up iconic or window? */
2872 x_wm_set_window_state
2873 (f, (EQ (x_get_arg (dpyinfo, parms, Qvisibility, 0, 0, RES_TYPE_SYMBOL),
2874 Qicon)
2875 ? IconicState
2876 : NormalState));
2877 #endif
2879 x_text_icon (f, (char *) SDATA ((!NILP (f->icon_name)
2880 ? f->icon_name
2881 : f->name)));
2883 UNBLOCK_INPUT;
2886 /* Make the GCs needed for this window, setting the
2887 background, border and mouse colors; also create the
2888 mouse cursor and the gray border tile. */
2890 static char cursor_bits[] =
2892 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
2893 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
2894 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
2895 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
2898 static void
2899 x_make_gc (f)
2900 struct frame *f;
2902 XGCValues gc_values;
2904 BLOCK_INPUT;
2906 /* Create the GCs of this frame.
2907 Note that many default values are used. */
2909 gc_values.foreground = FRAME_FOREGROUND_PIXEL (f);
2910 gc_values.background = FRAME_BACKGROUND_PIXEL (f);
2911 gc_values.line_width = 0; /* Means 1 using fast algorithm. */
2912 f->output_data.x->normal_gc
2913 = XCreateGC (FRAME_X_DISPLAY (f),
2914 FRAME_X_WINDOW (f),
2915 GCLineWidth | GCForeground | GCBackground,
2916 &gc_values);
2918 /* Reverse video style. */
2919 gc_values.foreground = FRAME_BACKGROUND_PIXEL (f);
2920 gc_values.background = FRAME_FOREGROUND_PIXEL (f);
2921 f->output_data.x->reverse_gc
2922 = XCreateGC (FRAME_X_DISPLAY (f),
2923 FRAME_X_WINDOW (f),
2924 GCForeground | GCBackground | GCLineWidth,
2925 &gc_values);
2927 /* Cursor has cursor-color background, background-color foreground. */
2928 gc_values.foreground = FRAME_BACKGROUND_PIXEL (f);
2929 gc_values.background = f->output_data.x->cursor_pixel;
2930 gc_values.fill_style = FillOpaqueStippled;
2931 f->output_data.x->cursor_gc
2932 = XCreateGC (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f),
2933 (GCForeground | GCBackground
2934 | GCFillStyle | GCLineWidth),
2935 &gc_values);
2937 /* Reliefs. */
2938 f->output_data.x->white_relief.gc = 0;
2939 f->output_data.x->black_relief.gc = 0;
2941 /* Create the gray border tile used when the pointer is not in
2942 the frame. Since this depends on the frame's pixel values,
2943 this must be done on a per-frame basis. */
2944 f->output_data.x->border_tile
2945 = (XCreatePixmapFromBitmapData
2946 (FRAME_X_DISPLAY (f), FRAME_X_DISPLAY_INFO (f)->root_window,
2947 gray_bits, gray_width, gray_height,
2948 FRAME_FOREGROUND_PIXEL (f),
2949 FRAME_BACKGROUND_PIXEL (f),
2950 DefaultDepth (FRAME_X_DISPLAY (f), FRAME_X_SCREEN_NUMBER (f))));
2952 UNBLOCK_INPUT;
2956 /* Free what was was allocated in x_make_gc. */
2958 void
2959 x_free_gcs (f)
2960 struct frame *f;
2962 Display *dpy = FRAME_X_DISPLAY (f);
2964 BLOCK_INPUT;
2966 if (f->output_data.x->normal_gc)
2968 XFreeGC (dpy, f->output_data.x->normal_gc);
2969 f->output_data.x->normal_gc = 0;
2972 if (f->output_data.x->reverse_gc)
2974 XFreeGC (dpy, f->output_data.x->reverse_gc);
2975 f->output_data.x->reverse_gc = 0;
2978 if (f->output_data.x->cursor_gc)
2980 XFreeGC (dpy, f->output_data.x->cursor_gc);
2981 f->output_data.x->cursor_gc = 0;
2984 if (f->output_data.x->border_tile)
2986 XFreePixmap (dpy, f->output_data.x->border_tile);
2987 f->output_data.x->border_tile = 0;
2990 UNBLOCK_INPUT;
2994 /* Handler for signals raised during x_create_frame and
2995 x_create_top_frame. FRAME is the frame which is partially
2996 constructed. */
2998 static Lisp_Object
2999 unwind_create_frame (frame)
3000 Lisp_Object frame;
3002 struct frame *f = XFRAME (frame);
3004 /* If frame is already dead, nothing to do. This can happen if the
3005 display is disconnected after the frame has become official, but
3006 before x_create_frame removes the unwind protect. */
3007 if (!FRAME_LIVE_P (f))
3008 return Qnil;
3010 /* If frame is ``official'', nothing to do. */
3011 if (!CONSP (Vframe_list) || !EQ (XCAR (Vframe_list), frame))
3013 #if GLYPH_DEBUG
3014 struct x_display_info *dpyinfo = FRAME_X_DISPLAY_INFO (f);
3015 #endif
3017 x_free_frame_resources (f);
3019 #if GLYPH_DEBUG
3020 /* Check that reference counts are indeed correct. */
3021 xassert (dpyinfo->reference_count == dpyinfo_refcount);
3022 xassert (dpyinfo->image_cache->refcount == image_cache_refcount);
3023 #endif
3024 return Qt;
3027 return Qnil;
3031 static void
3032 x_default_font_parameter (f, parms)
3033 struct frame *f;
3034 Lisp_Object parms;
3036 struct x_display_info *dpyinfo = FRAME_X_DISPLAY_INFO (f);
3037 Lisp_Object font_param = x_get_arg (dpyinfo, parms, Qfont, NULL, NULL,
3038 RES_TYPE_STRING);
3039 Lisp_Object font;
3040 if (EQ (font_param, Qunbound))
3041 font_param = Qnil;
3042 font = !NILP (font_param) ? font_param
3043 : x_get_arg (dpyinfo, parms, Qfont, "font", "Font", RES_TYPE_STRING);
3045 if (! STRINGP (font))
3047 char *names[]
3049 #ifdef HAVE_XFT
3050 /* This will find the normal Xft font. */
3051 "monospace-12",
3052 #endif
3053 "-adobe-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-1",
3054 "-misc-fixed-medium-r-normal-*-*-140-*-*-c-*-iso8859-1",
3055 "-*-*-medium-r-normal-*-*-140-*-*-c-*-iso8859-1",
3056 /* This was formerly the first thing tried, but it finds
3057 too many fonts and takes too long. */
3058 "-*-*-medium-r-*-*-*-*-*-*-c-*-iso8859-1",
3059 /* If those didn't work, look for something which will
3060 at least work. */
3061 "-*-fixed-*-*-*-*-*-140-*-*-c-*-iso8859-1",
3062 "fixed",
3063 NULL };
3064 int i;
3066 for (i = 0; names[i]; i++)
3068 font = font_open_by_name (f, names[i]);
3069 if (! NILP (font))
3070 break;
3072 if (NILP (font))
3073 error ("No suitable font was found");
3075 else if (!NILP (font_param))
3077 /* Remember the explicit font parameter, so we can re-apply it after
3078 we've applied the `default' face settings. */
3079 x_set_frame_parameters (f, Fcons (Fcons (Qfont_param, font_param), Qnil));
3081 x_default_parameter (f, parms, Qfont, font, "font", "Font", RES_TYPE_STRING);
3085 DEFUN ("x-wm-set-size-hint", Fx_wm_set_size_hint, Sx_wm_set_size_hint,
3086 0, 1, 0,
3087 doc: /* Send the size hints for frame FRAME to the window manager.
3088 If FRAME is nil, use the selected frame. */)
3089 (frame)
3090 Lisp_Object frame;
3092 struct frame *f;
3093 if (NILP (frame))
3094 frame = selected_frame;
3095 f = XFRAME (frame);
3096 BLOCK_INPUT;
3097 if (FRAME_X_P (f))
3098 x_wm_set_size_hint (f, 0, 0);
3099 UNBLOCK_INPUT;
3100 return Qnil;
3103 DEFUN ("x-create-frame", Fx_create_frame, Sx_create_frame,
3104 1, 1, 0,
3105 doc: /* Make a new X window, which is called a "frame" in Emacs terms.
3106 Return an Emacs frame object.
3107 PARMS is an alist of frame parameters.
3108 If the parameters specify that the frame should not have a minibuffer,
3109 and do not specify a specific minibuffer window to use,
3110 then `default-minibuffer-frame' must be a frame whose minibuffer can
3111 be shared by the new frame.
3113 This function is an internal primitive--use `make-frame' instead. */)
3114 (parms)
3115 Lisp_Object parms;
3117 struct frame *f;
3118 Lisp_Object frame, tem;
3119 Lisp_Object name;
3120 int minibuffer_only = 0;
3121 long window_prompting = 0;
3122 int width, height;
3123 int count = SPECPDL_INDEX ();
3124 struct gcpro gcpro1, gcpro2, gcpro3, gcpro4;
3125 Lisp_Object display;
3126 struct x_display_info *dpyinfo = NULL;
3127 Lisp_Object parent;
3128 struct kboard *kb;
3130 parms = Fcopy_alist (parms);
3132 /* Use this general default value to start with
3133 until we know if this frame has a specified name. */
3134 Vx_resource_name = Vinvocation_name;
3136 display = x_get_arg (dpyinfo, parms, Qterminal, 0, 0, RES_TYPE_NUMBER);
3137 if (EQ (display, Qunbound))
3138 display = x_get_arg (dpyinfo, parms, Qdisplay, 0, 0, RES_TYPE_STRING);
3139 if (EQ (display, Qunbound))
3140 display = Qnil;
3141 dpyinfo = check_x_display_info (display);
3142 kb = dpyinfo->terminal->kboard;
3144 if (!dpyinfo->terminal->name)
3145 error ("Terminal is not live, can't create new frames on it");
3147 name = x_get_arg (dpyinfo, parms, Qname, "name", "Name", RES_TYPE_STRING);
3148 if (!STRINGP (name)
3149 && ! EQ (name, Qunbound)
3150 && ! NILP (name))
3151 error ("Invalid frame name--not a string or nil");
3153 if (STRINGP (name))
3154 Vx_resource_name = name;
3156 /* See if parent window is specified. */
3157 parent = x_get_arg (dpyinfo, parms, Qparent_id, NULL, NULL, RES_TYPE_NUMBER);
3158 if (EQ (parent, Qunbound))
3159 parent = Qnil;
3160 if (! NILP (parent))
3161 CHECK_NUMBER (parent);
3163 /* make_frame_without_minibuffer can run Lisp code and garbage collect. */
3164 /* No need to protect DISPLAY because that's not used after passing
3165 it to make_frame_without_minibuffer. */
3166 frame = Qnil;
3167 GCPRO4 (parms, parent, name, frame);
3168 tem = x_get_arg (dpyinfo, parms, Qminibuffer, "minibuffer", "Minibuffer",
3169 RES_TYPE_SYMBOL);
3170 if (EQ (tem, Qnone) || NILP (tem))
3171 f = make_frame_without_minibuffer (Qnil, kb, display);
3172 else if (EQ (tem, Qonly))
3174 f = make_minibuffer_frame ();
3175 minibuffer_only = 1;
3177 else if (WINDOWP (tem))
3178 f = make_frame_without_minibuffer (tem, kb, display);
3179 else
3180 f = make_frame (1);
3182 XSETFRAME (frame, f);
3184 /* Note that X Windows does support scroll bars. */
3185 FRAME_CAN_HAVE_SCROLL_BARS (f) = 1;
3187 f->terminal = dpyinfo->terminal;
3188 f->terminal->reference_count++;
3190 f->output_method = output_x_window;
3191 f->output_data.x = (struct x_output *) xmalloc (sizeof (struct x_output));
3192 bzero (f->output_data.x, sizeof (struct x_output));
3193 f->output_data.x->icon_bitmap = -1;
3194 FRAME_FONTSET (f) = -1;
3195 f->output_data.x->scroll_bar_foreground_pixel = -1;
3196 f->output_data.x->scroll_bar_background_pixel = -1;
3197 #ifdef USE_TOOLKIT_SCROLL_BARS
3198 f->output_data.x->scroll_bar_top_shadow_pixel = -1;
3199 f->output_data.x->scroll_bar_bottom_shadow_pixel = -1;
3200 #endif /* USE_TOOLKIT_SCROLL_BARS */
3202 f->icon_name
3203 = x_get_arg (dpyinfo, parms, Qicon_name, "iconName", "Title",
3204 RES_TYPE_STRING);
3205 if (! STRINGP (f->icon_name))
3206 f->icon_name = Qnil;
3208 FRAME_X_DISPLAY_INFO (f) = dpyinfo;
3210 /* With FRAME_X_DISPLAY_INFO set up, this unwind-protect is safe. */
3211 record_unwind_protect (unwind_create_frame, frame);
3212 #if GLYPH_DEBUG
3213 image_cache_refcount = FRAME_IMAGE_CACHE (f)->refcount;
3214 dpyinfo_refcount = dpyinfo->reference_count;
3215 #endif /* GLYPH_DEBUG */
3217 /* These colors will be set anyway later, but it's important
3218 to get the color reference counts right, so initialize them! */
3220 Lisp_Object black;
3221 struct gcpro gcpro1;
3223 /* Function x_decode_color can signal an error. Make
3224 sure to initialize color slots so that we won't try
3225 to free colors we haven't allocated. */
3226 FRAME_FOREGROUND_PIXEL (f) = -1;
3227 FRAME_BACKGROUND_PIXEL (f) = -1;
3228 f->output_data.x->cursor_pixel = -1;
3229 f->output_data.x->cursor_foreground_pixel = -1;
3230 f->output_data.x->border_pixel = -1;
3231 f->output_data.x->mouse_pixel = -1;
3233 black = build_string ("black");
3234 GCPRO1 (black);
3235 FRAME_FOREGROUND_PIXEL (f)
3236 = x_decode_color (f, black, BLACK_PIX_DEFAULT (f));
3237 FRAME_BACKGROUND_PIXEL (f)
3238 = x_decode_color (f, black, BLACK_PIX_DEFAULT (f));
3239 f->output_data.x->cursor_pixel
3240 = x_decode_color (f, black, BLACK_PIX_DEFAULT (f));
3241 f->output_data.x->cursor_foreground_pixel
3242 = x_decode_color (f, black, BLACK_PIX_DEFAULT (f));
3243 f->output_data.x->border_pixel
3244 = x_decode_color (f, black, BLACK_PIX_DEFAULT (f));
3245 f->output_data.x->mouse_pixel
3246 = x_decode_color (f, black, BLACK_PIX_DEFAULT (f));
3247 UNGCPRO;
3250 /* Specify the parent under which to make this X window. */
3252 if (!NILP (parent))
3254 f->output_data.x->parent_desc = (Window) XFASTINT (parent);
3255 f->output_data.x->explicit_parent = 1;
3257 else
3259 f->output_data.x->parent_desc = FRAME_X_DISPLAY_INFO (f)->root_window;
3260 f->output_data.x->explicit_parent = 0;
3263 /* Set the name; the functions to which we pass f expect the name to
3264 be set. */
3265 if (EQ (name, Qunbound) || NILP (name))
3267 f->name = build_string (dpyinfo->x_id_name);
3268 f->explicit_name = 0;
3270 else
3272 f->name = name;
3273 f->explicit_name = 1;
3274 /* use the frame's title when getting resources for this frame. */
3275 specbind (Qx_resource_name, name);
3278 f->resx = dpyinfo->resx;
3279 f->resy = dpyinfo->resy;
3281 #ifdef HAVE_FREETYPE
3282 #ifdef HAVE_XFT
3283 register_font_driver (&xftfont_driver, f);
3284 #else /* not HAVE_XFT */
3285 register_font_driver (&ftxfont_driver, f);
3286 #endif /* not HAVE_XFT */
3287 #endif /* HAVE_FREETYPE */
3288 register_font_driver (&xfont_driver, f);
3290 x_default_parameter (f, parms, Qfont_backend, Qnil,
3291 "fontBackend", "FontBackend", RES_TYPE_STRING);
3293 /* Extract the window parameters from the supplied values
3294 that are needed to determine window geometry. */
3295 x_default_font_parameter (f, parms);
3296 if (!FRAME_FONT (f))
3298 delete_frame (frame, Qnoelisp);
3299 error ("Invalid frame font");
3302 #ifdef USE_LUCID
3303 /* Prevent lwlib/xlwmenu.c from crashing because of a bug
3304 whereby it fails to get any font. */
3305 xlwmenu_default_font = XLoadQueryFont (FRAME_X_DISPLAY (f), "fixed");
3306 #endif
3308 /* Frame contents get displaced if an embedded X window has a border. */
3309 if (! FRAME_X_EMBEDDED_P (f))
3310 x_default_parameter (f, parms, Qborder_width, make_number (2),
3311 "borderWidth", "BorderWidth", RES_TYPE_NUMBER);
3313 /* This defaults to 1 in order to match xterm. We recognize either
3314 internalBorderWidth or internalBorder (which is what xterm calls
3315 it). */
3316 if (NILP (Fassq (Qinternal_border_width, parms)))
3318 Lisp_Object value;
3320 value = x_get_arg (dpyinfo, parms, Qinternal_border_width,
3321 "internalBorder", "internalBorder", RES_TYPE_NUMBER);
3322 if (! EQ (value, Qunbound))
3323 parms = Fcons (Fcons (Qinternal_border_width, value),
3324 parms);
3326 x_default_parameter (f, parms, Qinternal_border_width,
3327 #ifdef USE_GTK /* We used to impose 0 in xg_create_frame_widgets. */
3328 make_number (0),
3329 #else
3330 make_number (1),
3331 #endif
3332 "internalBorderWidth", "internalBorderWidth",
3333 RES_TYPE_NUMBER);
3334 x_default_parameter (f, parms, Qvertical_scroll_bars, Qleft,
3335 "verticalScrollBars", "ScrollBars",
3336 RES_TYPE_SYMBOL);
3338 /* Also do the stuff which must be set before the window exists. */
3339 x_default_parameter (f, parms, Qforeground_color, build_string ("black"),
3340 "foreground", "Foreground", RES_TYPE_STRING);
3341 x_default_parameter (f, parms, Qbackground_color, build_string ("white"),
3342 "background", "Background", RES_TYPE_STRING);
3343 x_default_parameter (f, parms, Qmouse_color, build_string ("black"),
3344 "pointerColor", "Foreground", RES_TYPE_STRING);
3345 x_default_parameter (f, parms, Qcursor_color, build_string ("black"),
3346 "cursorColor", "Foreground", RES_TYPE_STRING);
3347 x_default_parameter (f, parms, Qborder_color, build_string ("black"),
3348 "borderColor", "BorderColor", RES_TYPE_STRING);
3349 x_default_parameter (f, parms, Qscreen_gamma, Qnil,
3350 "screenGamma", "ScreenGamma", RES_TYPE_FLOAT);
3351 x_default_parameter (f, parms, Qline_spacing, Qnil,
3352 "lineSpacing", "LineSpacing", RES_TYPE_NUMBER);
3353 x_default_parameter (f, parms, Qleft_fringe, Qnil,
3354 "leftFringe", "LeftFringe", RES_TYPE_NUMBER);
3355 x_default_parameter (f, parms, Qright_fringe, Qnil,
3356 "rightFringe", "RightFringe", RES_TYPE_NUMBER);
3358 x_default_scroll_bar_color_parameter (f, parms, Qscroll_bar_foreground,
3359 "scrollBarForeground",
3360 "ScrollBarForeground", 1);
3361 x_default_scroll_bar_color_parameter (f, parms, Qscroll_bar_background,
3362 "scrollBarBackground",
3363 "ScrollBarBackground", 0);
3365 /* Init faces before x_default_parameter is called for scroll-bar
3366 parameters because that function calls x_set_scroll_bar_width,
3367 which calls change_frame_size, which calls Fset_window_buffer,
3368 which runs hooks, which call Fvertical_motion. At the end, we
3369 end up in init_iterator with a null face cache, which should not
3370 happen. */
3371 init_frame_faces (f);
3373 x_default_parameter (f, parms, Qmenu_bar_lines, make_number (1),
3374 "menuBar", "MenuBar", RES_TYPE_NUMBER);
3375 x_default_parameter (f, parms, Qtool_bar_lines, make_number (1),
3376 "toolBar", "ToolBar", RES_TYPE_NUMBER);
3377 x_default_parameter (f, parms, Qbuffer_predicate, Qnil,
3378 "bufferPredicate", "BufferPredicate",
3379 RES_TYPE_SYMBOL);
3380 x_default_parameter (f, parms, Qtitle, Qnil,
3381 "title", "Title", RES_TYPE_STRING);
3382 x_default_parameter (f, parms, Qwait_for_wm, Qt,
3383 "waitForWM", "WaitForWM", RES_TYPE_BOOLEAN);
3384 x_default_parameter (f, parms, Qfullscreen, Qnil,
3385 "fullscreen", "Fullscreen", RES_TYPE_SYMBOL);
3387 /* Compute the size of the X window. */
3388 window_prompting = x_figure_window_size (f, parms, 1);
3390 tem = x_get_arg (dpyinfo, parms, Qunsplittable, 0, 0, RES_TYPE_BOOLEAN);
3391 f->no_split = minibuffer_only || EQ (tem, Qt);
3393 x_icon_verify (f, parms);
3395 /* Create the X widget or window. */
3396 #ifdef USE_X_TOOLKIT
3397 x_window (f, window_prompting, minibuffer_only);
3398 #else
3399 x_window (f);
3400 #endif
3402 x_icon (f, parms);
3403 x_make_gc (f);
3405 /* Now consider the frame official. */
3406 FRAME_X_DISPLAY_INFO (f)->reference_count++;
3407 Vframe_list = Fcons (frame, Vframe_list);
3409 /* We need to do this after creating the X window, so that the
3410 icon-creation functions can say whose icon they're describing. */
3411 x_default_parameter (f, parms, Qicon_type, Qt,
3412 "bitmapIcon", "BitmapIcon", RES_TYPE_SYMBOL);
3414 x_default_parameter (f, parms, Qauto_raise, Qnil,
3415 "autoRaise", "AutoRaiseLower", RES_TYPE_BOOLEAN);
3416 x_default_parameter (f, parms, Qauto_lower, Qnil,
3417 "autoLower", "AutoRaiseLower", RES_TYPE_BOOLEAN);
3418 x_default_parameter (f, parms, Qcursor_type, Qbox,
3419 "cursorType", "CursorType", RES_TYPE_SYMBOL);
3420 x_default_parameter (f, parms, Qscroll_bar_width, Qnil,
3421 "scrollBarWidth", "ScrollBarWidth",
3422 RES_TYPE_NUMBER);
3423 x_default_parameter (f, parms, Qalpha, Qnil,
3424 "alpha", "Alpha", RES_TYPE_NUMBER);
3426 /* Dimensions, especially FRAME_LINES (f), must be done via change_frame_size.
3427 Change will not be effected unless different from the current
3428 FRAME_LINES (f). */
3429 width = FRAME_COLS (f);
3430 height = FRAME_LINES (f);
3432 SET_FRAME_COLS (f, 0);
3433 FRAME_LINES (f) = 0;
3434 change_frame_size (f, height, width, 1, 0, 0);
3436 #if defined (USE_X_TOOLKIT) || defined (USE_GTK)
3437 /* Create the menu bar. */
3438 if (!minibuffer_only && FRAME_EXTERNAL_MENU_BAR (f))
3440 /* If this signals an error, we haven't set size hints for the
3441 frame and we didn't make it visible. */
3442 initialize_frame_menubar (f);
3444 #ifndef USE_GTK
3445 /* This is a no-op, except under Motif where it arranges the
3446 main window for the widgets on it. */
3447 lw_set_main_areas (f->output_data.x->column_widget,
3448 f->output_data.x->menubar_widget,
3449 f->output_data.x->edit_widget);
3450 #endif /* not USE_GTK */
3452 #endif /* USE_X_TOOLKIT || USE_GTK */
3454 /* Tell the server what size and position, etc, we want, and how
3455 badly we want them. This should be done after we have the menu
3456 bar so that its size can be taken into account. */
3457 BLOCK_INPUT;
3458 x_wm_set_size_hint (f, window_prompting, 0);
3459 UNBLOCK_INPUT;
3461 /* Make the window appear on the frame and enable display, unless
3462 the caller says not to. However, with explicit parent, Emacs
3463 cannot control visibility, so don't try. */
3464 if (! f->output_data.x->explicit_parent)
3466 Lisp_Object visibility;
3468 visibility = x_get_arg (dpyinfo, parms, Qvisibility, 0, 0,
3469 RES_TYPE_SYMBOL);
3470 if (EQ (visibility, Qunbound))
3471 visibility = Qt;
3473 if (EQ (visibility, Qicon))
3474 x_iconify_frame (f);
3475 else if (! NILP (visibility))
3476 x_make_frame_visible (f);
3477 else
3478 /* Must have been Qnil. */
3482 /* Set the WM leader property. GTK does this itself, so this is not
3483 needed when using GTK. */
3484 if (dpyinfo->client_leader_window != 0)
3486 BLOCK_INPUT;
3487 XChangeProperty (FRAME_X_DISPLAY (f),
3488 FRAME_OUTER_WINDOW (f),
3489 dpyinfo->Xatom_wm_client_leader,
3490 XA_WINDOW, 32, PropModeReplace,
3491 (unsigned char *) &dpyinfo->client_leader_window, 1);
3492 UNBLOCK_INPUT;
3495 /* Initialize `default-minibuffer-frame' in case this is the first
3496 frame on this terminal. */
3497 if (FRAME_HAS_MINIBUF_P (f)
3498 && (!FRAMEP (kb->Vdefault_minibuffer_frame)
3499 || !FRAME_LIVE_P (XFRAME (kb->Vdefault_minibuffer_frame))))
3500 kb->Vdefault_minibuffer_frame = frame;
3502 /* All remaining specified parameters, which have not been "used"
3503 by x_get_arg and friends, now go in the misc. alist of the frame. */
3504 for (tem = parms; CONSP (tem); tem = XCDR (tem))
3505 if (CONSP (XCAR (tem)) && !NILP (XCAR (XCAR (tem))))
3506 f->param_alist = Fcons (XCAR (tem), f->param_alist);
3508 UNGCPRO;
3510 /* Make sure windows on this frame appear in calls to next-window
3511 and similar functions. */
3512 Vwindow_list = Qnil;
3514 return unbind_to (count, frame);
3518 /* FRAME is used only to get a handle on the X display. We don't pass the
3519 display info directly because we're called from frame.c, which doesn't
3520 know about that structure. */
3522 Lisp_Object
3523 x_get_focus_frame (frame)
3524 struct frame *frame;
3526 struct x_display_info *dpyinfo = FRAME_X_DISPLAY_INFO (frame);
3527 Lisp_Object xfocus;
3528 if (! dpyinfo->x_focus_frame)
3529 return Qnil;
3531 XSETFRAME (xfocus, dpyinfo->x_focus_frame);
3532 return xfocus;
3536 /* In certain situations, when the window manager follows a
3537 click-to-focus policy, there seems to be no way around calling
3538 XSetInputFocus to give another frame the input focus .
3540 In an ideal world, XSetInputFocus should generally be avoided so
3541 that applications don't interfere with the window manager's focus
3542 policy. But I think it's okay to use when it's clearly done
3543 following a user-command. */
3545 DEFUN ("x-focus-frame", Fx_focus_frame, Sx_focus_frame, 1, 1, 0,
3546 doc: /* Set the input focus to FRAME.
3547 FRAME nil means use the selected frame. */)
3548 (frame)
3549 Lisp_Object frame;
3551 struct frame *f = check_x_frame (frame);
3552 Display *dpy = FRAME_X_DISPLAY (f);
3554 BLOCK_INPUT;
3555 x_catch_errors (dpy);
3556 XSetInputFocus (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f),
3557 RevertToParent, CurrentTime);
3558 x_ewmh_activate_frame (f);
3559 x_uncatch_errors ();
3560 UNBLOCK_INPUT;
3562 return Qnil;
3566 DEFUN ("xw-color-defined-p", Fxw_color_defined_p, Sxw_color_defined_p, 1, 2, 0,
3567 doc: /* Internal function called by `color-defined-p', which see. */)
3568 (color, frame)
3569 Lisp_Object color, frame;
3571 XColor foo;
3572 FRAME_PTR f = check_x_frame (frame);
3574 CHECK_STRING (color);
3576 if (x_defined_color (f, SDATA (color), &foo, 0))
3577 return Qt;
3578 else
3579 return Qnil;
3582 DEFUN ("xw-color-values", Fxw_color_values, Sxw_color_values, 1, 2, 0,
3583 doc: /* Internal function called by `color-values', which see. */)
3584 (color, frame)
3585 Lisp_Object color, frame;
3587 XColor foo;
3588 FRAME_PTR f = check_x_frame (frame);
3590 CHECK_STRING (color);
3592 if (x_defined_color (f, SDATA (color), &foo, 0))
3593 return list3 (make_number (foo.red),
3594 make_number (foo.green),
3595 make_number (foo.blue));
3596 else
3597 return Qnil;
3600 DEFUN ("xw-display-color-p", Fxw_display_color_p, Sxw_display_color_p, 0, 1, 0,
3601 doc: /* Internal function called by `display-color-p', which see. */)
3602 (terminal)
3603 Lisp_Object terminal;
3605 struct x_display_info *dpyinfo = check_x_display_info (terminal);
3607 if (dpyinfo->n_planes <= 2)
3608 return Qnil;
3610 switch (dpyinfo->visual->class)
3612 case StaticColor:
3613 case PseudoColor:
3614 case TrueColor:
3615 case DirectColor:
3616 return Qt;
3618 default:
3619 return Qnil;
3623 DEFUN ("x-display-grayscale-p", Fx_display_grayscale_p, Sx_display_grayscale_p,
3624 0, 1, 0,
3625 doc: /* Return t if the X display supports shades of gray.
3626 Note that color displays do support shades of gray.
3627 The optional argument TERMINAL specifies which display to ask about.
3628 TERMINAL should be a terminal object, a frame or a display name (a string).
3629 If omitted or nil, that stands for the selected frame's display. */)
3630 (terminal)
3631 Lisp_Object terminal;
3633 struct x_display_info *dpyinfo = check_x_display_info (terminal);
3635 if (dpyinfo->n_planes <= 1)
3636 return Qnil;
3638 switch (dpyinfo->visual->class)
3640 case StaticColor:
3641 case PseudoColor:
3642 case TrueColor:
3643 case DirectColor:
3644 case StaticGray:
3645 case GrayScale:
3646 return Qt;
3648 default:
3649 return Qnil;
3653 DEFUN ("x-display-pixel-width", Fx_display_pixel_width, Sx_display_pixel_width,
3654 0, 1, 0,
3655 doc: /* Return the width in pixels of the X display TERMINAL.
3656 The optional argument TERMINAL specifies which display to ask about.
3657 TERMINAL should be a terminal object, a frame or a display name (a string).
3658 If omitted or nil, that stands for the selected frame's display. */)
3659 (terminal)
3660 Lisp_Object terminal;
3662 struct x_display_info *dpyinfo = check_x_display_info (terminal);
3664 return make_number (x_display_pixel_width (dpyinfo));
3667 DEFUN ("x-display-pixel-height", Fx_display_pixel_height,
3668 Sx_display_pixel_height, 0, 1, 0,
3669 doc: /* Return the height in pixels of the X display TERMINAL.
3670 The optional argument TERMINAL specifies which display to ask about.
3671 TERMINAL should be a terminal object, a frame or a display name (a string).
3672 If omitted or nil, that stands for the selected frame's display. */)
3673 (terminal)
3674 Lisp_Object terminal;
3676 struct x_display_info *dpyinfo = check_x_display_info (terminal);
3678 return make_number (x_display_pixel_height (dpyinfo));
3681 DEFUN ("x-display-planes", Fx_display_planes, Sx_display_planes,
3682 0, 1, 0,
3683 doc: /* Return the number of bitplanes of the X display TERMINAL.
3684 The optional argument TERMINAL specifies which display to ask about.
3685 TERMINAL should be a terminal object, a frame or a display name (a string).
3686 If omitted or nil, that stands for the selected frame's display. */)
3687 (terminal)
3688 Lisp_Object terminal;
3690 struct x_display_info *dpyinfo = check_x_display_info (terminal);
3692 return make_number (dpyinfo->n_planes);
3695 DEFUN ("x-display-color-cells", Fx_display_color_cells, Sx_display_color_cells,
3696 0, 1, 0,
3697 doc: /* Return the number of color cells of the X display TERMINAL.
3698 The optional argument TERMINAL specifies which display to ask about.
3699 TERMINAL should be a terminal object, a frame or a display name (a string).
3700 If omitted or nil, that stands for the selected frame's display. */)
3701 (terminal)
3702 Lisp_Object terminal;
3704 struct x_display_info *dpyinfo = check_x_display_info (terminal);
3706 int nr_planes = DisplayPlanes (dpyinfo->display,
3707 XScreenNumberOfScreen (dpyinfo->screen));
3709 /* Truncate nr_planes to 24 to avoid integer overflow.
3710 Some displays says 32, but only 24 bits are actually significant.
3711 There are only very few and rare video cards that have more than
3712 24 significant bits. Also 24 bits is more than 16 million colors,
3713 it "should be enough for everyone". */
3714 if (nr_planes > 24) nr_planes = 24;
3716 return make_number (1 << nr_planes);
3719 DEFUN ("x-server-max-request-size", Fx_server_max_request_size,
3720 Sx_server_max_request_size,
3721 0, 1, 0,
3722 doc: /* Return the maximum request size of the X server of display TERMINAL.
3723 The optional argument TERMINAL specifies which display to ask about.
3724 TERMINAL should be a terminal object, a frame or a display name (a string).
3725 If omitted or nil, that stands for the selected frame's display. */)
3726 (terminal)
3727 Lisp_Object terminal;
3729 struct x_display_info *dpyinfo = check_x_display_info (terminal);
3731 return make_number (MAXREQUEST (dpyinfo->display));
3734 DEFUN ("x-server-vendor", Fx_server_vendor, Sx_server_vendor, 0, 1, 0,
3735 doc: /* Return the "vendor ID" string of the X server of display TERMINAL.
3736 \(Labelling every distributor as a "vendor" embodies the false assumption
3737 that operating systems cannot be developed and distributed noncommercially.)
3738 The optional argument TERMINAL specifies which display to ask about.
3739 TERMINAL should be a terminal object, a frame or a display name (a string).
3740 If omitted or nil, that stands for the selected frame's display. */)
3741 (terminal)
3742 Lisp_Object terminal;
3744 struct x_display_info *dpyinfo = check_x_display_info (terminal);
3745 char *vendor = ServerVendor (dpyinfo->display);
3747 if (! vendor) vendor = "";
3748 return build_string (vendor);
3751 DEFUN ("x-server-version", Fx_server_version, Sx_server_version, 0, 1, 0,
3752 doc: /* Return the version numbers of the X server of display TERMINAL.
3753 The value is a list of three integers: the major and minor
3754 version numbers of the X Protocol in use, and the distributor-specific release
3755 number. See also the function `x-server-vendor'.
3757 The optional argument TERMINAL specifies which display to ask about.
3758 TERMINAL should be a terminal object, a frame or a display name (a string).
3759 If omitted or nil, that stands for the selected frame's display. */)
3760 (terminal)
3761 Lisp_Object terminal;
3763 struct x_display_info *dpyinfo = check_x_display_info (terminal);
3764 Display *dpy = dpyinfo->display;
3766 return Fcons (make_number (ProtocolVersion (dpy)),
3767 Fcons (make_number (ProtocolRevision (dpy)),
3768 Fcons (make_number (VendorRelease (dpy)), Qnil)));
3771 DEFUN ("x-display-screens", Fx_display_screens, Sx_display_screens, 0, 1, 0,
3772 doc: /* Return the number of screens on the X server of display TERMINAL.
3773 The optional argument TERMINAL specifies which display to ask about.
3774 TERMINAL should be a terminal object, a frame or a display name (a string).
3775 If omitted or nil, that stands for the selected frame's display. */)
3776 (terminal)
3777 Lisp_Object terminal;
3779 struct x_display_info *dpyinfo = check_x_display_info (terminal);
3781 return make_number (ScreenCount (dpyinfo->display));
3784 DEFUN ("x-display-mm-height", Fx_display_mm_height, Sx_display_mm_height, 0, 1, 0,
3785 doc: /* Return the height in millimeters of the X display TERMINAL.
3786 The optional argument TERMINAL specifies which display to ask about.
3787 TERMINAL should be a terminal object, a frame or a display name (a string).
3788 If omitted or nil, that stands for the selected frame's display. */)
3789 (terminal)
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 (terminal)
3803 Lisp_Object terminal;
3805 struct x_display_info *dpyinfo = check_x_display_info (terminal);
3807 return make_number (WidthMMOfScreen (dpyinfo->screen));
3810 DEFUN ("x-display-backing-store", Fx_display_backing_store,
3811 Sx_display_backing_store, 0, 1, 0,
3812 doc: /* Return an indication of whether X display TERMINAL does backing store.
3813 The value may be `always', `when-mapped', or `not-useful'.
3814 The optional argument TERMINAL specifies which display to ask about.
3815 TERMINAL should be a terminal object, a frame or a display name (a string).
3816 If omitted or nil, that stands for the selected frame's display. */)
3817 (terminal)
3818 Lisp_Object terminal;
3820 struct x_display_info *dpyinfo = check_x_display_info (terminal);
3821 Lisp_Object result;
3823 switch (DoesBackingStore (dpyinfo->screen))
3825 case Always:
3826 result = intern ("always");
3827 break;
3829 case WhenMapped:
3830 result = intern ("when-mapped");
3831 break;
3833 case NotUseful:
3834 result = intern ("not-useful");
3835 break;
3837 default:
3838 error ("Strange value for BackingStore parameter of screen");
3839 result = Qnil;
3842 return result;
3845 DEFUN ("x-display-visual-class", Fx_display_visual_class,
3846 Sx_display_visual_class, 0, 1, 0,
3847 doc: /* Return the visual class of the X display TERMINAL.
3848 The value is one of the symbols `static-gray', `gray-scale',
3849 `static-color', `pseudo-color', `true-color', or `direct-color'.
3851 The optional argument TERMINAL specifies which display to ask about.
3852 TERMINAL should a terminal object, a frame or a display name (a string).
3853 If omitted or nil, that stands for the selected frame's display. */)
3854 (terminal)
3855 Lisp_Object terminal;
3857 struct x_display_info *dpyinfo = check_x_display_info (terminal);
3858 Lisp_Object result;
3860 switch (dpyinfo->visual->class)
3862 case StaticGray:
3863 result = intern ("static-gray");
3864 break;
3865 case GrayScale:
3866 result = intern ("gray-scale");
3867 break;
3868 case StaticColor:
3869 result = intern ("static-color");
3870 break;
3871 case PseudoColor:
3872 result = intern ("pseudo-color");
3873 break;
3874 case TrueColor:
3875 result = intern ("true-color");
3876 break;
3877 case DirectColor:
3878 result = intern ("direct-color");
3879 break;
3880 default:
3881 error ("Display has an unknown visual class");
3882 result = Qnil;
3885 return result;
3888 DEFUN ("x-display-save-under", Fx_display_save_under,
3889 Sx_display_save_under, 0, 1, 0,
3890 doc: /* Return t if the X display TERMINAL supports the save-under feature.
3891 The optional argument TERMINAL specifies which display to ask about.
3892 TERMINAL should be a terminal object, a frame or a display name (a string).
3893 If omitted or nil, that stands for the selected frame's display. */)
3894 (terminal)
3895 Lisp_Object terminal;
3897 struct x_display_info *dpyinfo = check_x_display_info (terminal);
3899 if (DoesSaveUnders (dpyinfo->screen) == True)
3900 return Qt;
3901 else
3902 return Qnil;
3906 x_pixel_width (f)
3907 register struct frame *f;
3909 return FRAME_PIXEL_WIDTH (f);
3913 x_pixel_height (f)
3914 register struct frame *f;
3916 return FRAME_PIXEL_HEIGHT (f);
3920 x_char_width (f)
3921 register struct frame *f;
3923 return FRAME_COLUMN_WIDTH (f);
3927 x_char_height (f)
3928 register struct frame *f;
3930 return FRAME_LINE_HEIGHT (f);
3934 x_screen_planes (f)
3935 register struct frame *f;
3937 return FRAME_X_DISPLAY_INFO (f)->n_planes;
3942 /************************************************************************
3943 X Displays
3944 ************************************************************************/
3947 /* Mapping visual names to visuals. */
3949 static struct visual_class
3951 char *name;
3952 int class;
3954 visual_classes[] =
3956 {"StaticGray", StaticGray},
3957 {"GrayScale", GrayScale},
3958 {"StaticColor", StaticColor},
3959 {"PseudoColor", PseudoColor},
3960 {"TrueColor", TrueColor},
3961 {"DirectColor", DirectColor},
3962 {NULL, 0}
3966 #ifndef HAVE_XSCREENNUMBEROFSCREEN
3968 /* Value is the screen number of screen SCR. This is a substitute for
3969 the X function with the same name when that doesn't exist. */
3972 XScreenNumberOfScreen (scr)
3973 register Screen *scr;
3975 Display *dpy = scr->display;
3976 int i;
3978 for (i = 0; i < dpy->nscreens; ++i)
3979 if (scr == dpy->screens + i)
3980 break;
3982 return i;
3985 #endif /* not HAVE_XSCREENNUMBEROFSCREEN */
3988 /* Select the visual that should be used on display DPYINFO. Set
3989 members of DPYINFO appropriately. Called from x_term_init. */
3991 void
3992 select_visual (dpyinfo)
3993 struct x_display_info *dpyinfo;
3995 Display *dpy = dpyinfo->display;
3996 Screen *screen = dpyinfo->screen;
3997 Lisp_Object value;
3999 /* See if a visual is specified. */
4000 value = display_x_get_resource (dpyinfo,
4001 build_string ("visualClass"),
4002 build_string ("VisualClass"),
4003 Qnil, Qnil);
4004 if (STRINGP (value))
4006 /* VALUE should be of the form CLASS-DEPTH, where CLASS is one
4007 of `PseudoColor', `TrueColor' etc. and DEPTH is the color
4008 depth, a decimal number. NAME is compared with case ignored. */
4009 char *s = (char *) alloca (SBYTES (value) + 1);
4010 char *dash;
4011 int i, class = -1;
4012 XVisualInfo vinfo;
4014 strcpy (s, SDATA (value));
4015 dash = index (s, '-');
4016 if (dash)
4018 dpyinfo->n_planes = atoi (dash + 1);
4019 *dash = '\0';
4021 else
4022 /* We won't find a matching visual with depth 0, so that
4023 an error will be printed below. */
4024 dpyinfo->n_planes = 0;
4026 /* Determine the visual class. */
4027 for (i = 0; visual_classes[i].name; ++i)
4028 if (xstrcasecmp (s, visual_classes[i].name) == 0)
4030 class = visual_classes[i].class;
4031 break;
4034 /* Look up a matching visual for the specified class. */
4035 if (class == -1
4036 || !XMatchVisualInfo (dpy, XScreenNumberOfScreen (screen),
4037 dpyinfo->n_planes, class, &vinfo))
4038 fatal ("Invalid visual specification `%s'", SDATA (value));
4040 dpyinfo->visual = vinfo.visual;
4042 else
4044 int n_visuals;
4045 XVisualInfo *vinfo, vinfo_template;
4047 dpyinfo->visual = DefaultVisualOfScreen (screen);
4049 vinfo_template.visualid = XVisualIDFromVisual (dpyinfo->visual);
4050 vinfo_template.screen = XScreenNumberOfScreen (screen);
4051 vinfo = XGetVisualInfo (dpy, VisualIDMask | VisualScreenMask,
4052 &vinfo_template, &n_visuals);
4053 if (n_visuals != 1)
4054 fatal ("Can't get proper X visual info");
4056 dpyinfo->n_planes = vinfo->depth;
4057 XFree ((char *) vinfo);
4062 /* Return the X display structure for the display named NAME.
4063 Open a new connection if necessary. */
4065 struct x_display_info *
4066 x_display_info_for_name (name)
4067 Lisp_Object name;
4069 Lisp_Object names;
4070 struct x_display_info *dpyinfo;
4072 CHECK_STRING (name);
4074 #if 0
4075 if (! EQ (Vinitial_window_system, intern ("x")))
4076 error ("Not using X Windows"); /* That doesn't stop us anymore. */
4077 #endif
4079 for (dpyinfo = x_display_list, names = x_display_name_list;
4080 dpyinfo;
4081 dpyinfo = dpyinfo->next, names = XCDR (names))
4083 Lisp_Object tem;
4084 tem = Fstring_equal (XCAR (XCAR (names)), name);
4085 if (!NILP (tem))
4086 return dpyinfo;
4089 /* Use this general default value to start with. */
4090 Vx_resource_name = Vinvocation_name;
4092 validate_x_resource_name ();
4094 dpyinfo = x_term_init (name, (char *)0,
4095 (char *) SDATA (Vx_resource_name));
4097 if (dpyinfo == 0)
4098 error ("Cannot connect to X server %s", SDATA (name));
4100 x_in_use = 1;
4101 XSETFASTINT (Vwindow_system_version, 11);
4103 return dpyinfo;
4107 DEFUN ("x-open-connection", Fx_open_connection, Sx_open_connection,
4108 1, 3, 0,
4109 doc: /* Open a connection to an X server.
4110 DISPLAY is the name of the display to connect to.
4111 Optional second arg XRM-STRING is a string of resources in xrdb format.
4112 If the optional third arg MUST-SUCCEED is non-nil,
4113 terminate Emacs if we can't open the connection. */)
4114 (display, xrm_string, must_succeed)
4115 Lisp_Object display, xrm_string, must_succeed;
4117 unsigned char *xrm_option;
4118 struct x_display_info *dpyinfo;
4120 CHECK_STRING (display);
4121 if (! NILP (xrm_string))
4122 CHECK_STRING (xrm_string);
4124 #if 0
4125 if (! EQ (Vinitial_window_system, intern ("x")))
4126 error ("Not using X Windows"); /* That doesn't stop us anymore. */
4127 #endif
4129 if (! NILP (xrm_string))
4130 xrm_option = (unsigned char *) SDATA (xrm_string);
4131 else
4132 xrm_option = (unsigned char *) 0;
4134 validate_x_resource_name ();
4136 /* This is what opens the connection and sets x_current_display.
4137 This also initializes many symbols, such as those used for input. */
4138 dpyinfo = x_term_init (display, xrm_option,
4139 (char *) SDATA (Vx_resource_name));
4141 if (dpyinfo == 0)
4143 if (!NILP (must_succeed))
4144 fatal ("Cannot connect to X server %s.\n\
4145 Check the DISPLAY environment variable or use `-d'.\n\
4146 Also use the `xauth' program to verify that you have the proper\n\
4147 authorization information needed to connect the X server.\n\
4148 An insecure way to solve the problem may be to use `xhost'.\n",
4149 SDATA (display));
4150 else
4151 error ("Cannot connect to X server %s", SDATA (display));
4154 x_in_use = 1;
4156 XSETFASTINT (Vwindow_system_version, 11);
4157 return Qnil;
4160 DEFUN ("x-close-connection", Fx_close_connection,
4161 Sx_close_connection, 1, 1, 0,
4162 doc: /* Close the connection to TERMINAL's X server.
4163 For TERMINAL, specify a terminal object, a frame or a display name (a
4164 string). If TERMINAL is nil, that stands for the selected frame's
4165 terminal. */)
4166 (terminal)
4167 Lisp_Object terminal;
4169 struct x_display_info *dpyinfo = check_x_display_info (terminal);
4171 if (dpyinfo->reference_count > 0)
4172 error ("Display still has frames on it");
4174 x_delete_terminal (dpyinfo->terminal);
4176 return Qnil;
4179 DEFUN ("x-display-list", Fx_display_list, Sx_display_list, 0, 0, 0,
4180 doc: /* Return the list of display names that Emacs has connections to. */)
4183 Lisp_Object tail, result;
4185 result = Qnil;
4186 for (tail = x_display_name_list; CONSP (tail); tail = XCDR (tail))
4187 result = Fcons (XCAR (XCAR (tail)), result);
4189 return result;
4192 DEFUN ("x-synchronize", Fx_synchronize, Sx_synchronize, 1, 2, 0,
4193 doc: /* If ON is non-nil, report X errors as soon as the erring request is made.
4194 If ON is nil, allow buffering of requests.
4195 Turning on synchronization prohibits the Xlib routines from buffering
4196 requests and seriously degrades performance, but makes debugging much
4197 easier.
4198 The optional second argument TERMINAL specifies which display to act on.
4199 TERMINAL should be a terminal object, a frame or a display name (a string).
4200 If TERMINAL is omitted or nil, that stands for the selected frame's display. */)
4201 (on, terminal)
4202 Lisp_Object terminal, on;
4204 struct x_display_info *dpyinfo = check_x_display_info (terminal);
4206 XSynchronize (dpyinfo->display, !EQ (on, Qnil));
4208 return Qnil;
4211 /* Wait for responses to all X commands issued so far for frame F. */
4213 void
4214 x_sync (f)
4215 FRAME_PTR f;
4217 BLOCK_INPUT;
4218 XSync (FRAME_X_DISPLAY (f), False);
4219 UNBLOCK_INPUT;
4223 /***********************************************************************
4224 Window properties
4225 ***********************************************************************/
4227 DEFUN ("x-change-window-property", Fx_change_window_property,
4228 Sx_change_window_property, 2, 6, 0,
4229 doc: /* Change window property PROP to VALUE on the X window of FRAME.
4230 PROP must be a string.
4231 VALUE may be a string or a list of conses, numbers and/or strings.
4232 If an element in the list is a string, it is converted to
4233 an Atom and the value of the Atom is used. If an element is a cons,
4234 it is converted to a 32 bit number where the car is the 16 top bits and the
4235 cdr is the lower 16 bits.
4236 FRAME nil or omitted means use the selected frame.
4237 If TYPE is given and non-nil, it is the name of the type of VALUE.
4238 If TYPE is not given or nil, the type is STRING.
4239 FORMAT gives the size in bits of each element if VALUE is a list.
4240 It must be one of 8, 16 or 32.
4241 If VALUE is a string or FORMAT is nil or not given, FORMAT defaults to 8.
4242 If OUTER_P is non-nil, the property is changed for the outer X window of
4243 FRAME. Default is to change on the edit X window.
4245 Value is VALUE. */)
4246 (prop, value, frame, type, format, outer_p)
4247 Lisp_Object prop, value, frame, type, format, outer_p;
4249 struct frame *f = check_x_frame (frame);
4250 Atom prop_atom;
4251 Atom target_type = XA_STRING;
4252 int element_format = 8;
4253 unsigned char *data;
4254 int nelements;
4255 Window w;
4257 CHECK_STRING (prop);
4259 if (! NILP (format))
4261 CHECK_NUMBER (format);
4262 element_format = XFASTINT (format);
4264 if (element_format != 8 && element_format != 16
4265 && element_format != 32)
4266 error ("FORMAT must be one of 8, 16 or 32");
4269 if (CONSP (value))
4271 nelements = x_check_property_data (value);
4272 if (nelements == -1)
4273 error ("Bad data in VALUE, must be number, string or cons");
4275 if (element_format == 8)
4276 data = (unsigned char *) xmalloc (nelements);
4277 else if (element_format == 16)
4278 data = (unsigned char *) xmalloc (nelements*2);
4279 else /* format == 32 */
4280 /* The man page for XChangeProperty:
4281 "If the specified format is 32, the property data must be a
4282 long array."
4283 This applies even if long is more than 64 bits. The X library
4284 converts to 32 bits before sending to the X server. */
4285 data = (unsigned char *) xmalloc (nelements * sizeof(long));
4287 x_fill_property_data (FRAME_X_DISPLAY (f), value, data, element_format);
4289 else
4291 CHECK_STRING (value);
4292 data = SDATA (value);
4293 nelements = SCHARS (value);
4296 BLOCK_INPUT;
4297 prop_atom = XInternAtom (FRAME_X_DISPLAY (f), SDATA (prop), False);
4298 if (! NILP (type))
4300 CHECK_STRING (type);
4301 target_type = XInternAtom (FRAME_X_DISPLAY (f), SDATA (type), False);
4304 if (! NILP (outer_p)) w = FRAME_OUTER_WINDOW (f);
4305 else w = FRAME_X_WINDOW (f);
4307 XChangeProperty (FRAME_X_DISPLAY (f), w,
4308 prop_atom, target_type, element_format, PropModeReplace,
4309 data, nelements);
4311 if (CONSP (value)) xfree (data);
4313 /* Make sure the property is set when we return. */
4314 XFlush (FRAME_X_DISPLAY (f));
4315 UNBLOCK_INPUT;
4317 return value;
4321 DEFUN ("x-delete-window-property", Fx_delete_window_property,
4322 Sx_delete_window_property, 1, 2, 0,
4323 doc: /* Remove window property PROP from X window of FRAME.
4324 FRAME nil or omitted means use the selected frame. Value is PROP. */)
4325 (prop, frame)
4326 Lisp_Object prop, frame;
4328 struct frame *f = check_x_frame (frame);
4329 Atom prop_atom;
4331 CHECK_STRING (prop);
4332 BLOCK_INPUT;
4333 prop_atom = XInternAtom (FRAME_X_DISPLAY (f), SDATA (prop), False);
4334 XDeleteProperty (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f), prop_atom);
4336 /* Make sure the property is removed when we return. */
4337 XFlush (FRAME_X_DISPLAY (f));
4338 UNBLOCK_INPUT;
4340 return prop;
4344 DEFUN ("x-window-property", Fx_window_property, Sx_window_property,
4345 1, 6, 0,
4346 doc: /* Value is the value of window property PROP on FRAME.
4347 If FRAME is nil or omitted, use the selected frame.
4348 If TYPE is nil or omitted, get the property as a string. Otherwise TYPE
4349 is the name of the Atom that denotes the type expected.
4350 If SOURCE is non-nil, get the property on that window instead of from
4351 FRAME. The number 0 denotes the root window.
4352 If DELETE_P is non-nil, delete the property after retreiving it.
4353 If VECTOR_RET_P is non-nil, don't return a string but a vector of values.
4355 Value is nil if FRAME hasn't a property with name PROP or if PROP has
4356 no value of TYPE. */)
4357 (prop, frame, type, source, delete_p, vector_ret_p)
4358 Lisp_Object prop, frame, type, source, delete_p, vector_ret_p;
4360 struct frame *f = check_x_frame (frame);
4361 Atom prop_atom;
4362 int rc;
4363 Lisp_Object prop_value = Qnil;
4364 unsigned char *tmp_data = NULL;
4365 Atom actual_type;
4366 Atom target_type = XA_STRING;
4367 int actual_format;
4368 unsigned long actual_size, bytes_remaining;
4369 Window target_window = FRAME_X_WINDOW (f);
4370 struct gcpro gcpro1;
4372 GCPRO1 (prop_value);
4373 CHECK_STRING (prop);
4375 if (! NILP (source))
4377 if (NUMBERP (source))
4379 if (FLOATP (source))
4380 target_window = (Window) XFLOAT (source);
4381 else
4382 target_window = XFASTINT (source);
4384 if (target_window == 0)
4385 target_window = FRAME_X_DISPLAY_INFO (f)->root_window;
4387 else if (CONSP (source))
4388 target_window = cons_to_long (source);
4391 BLOCK_INPUT;
4392 if (STRINGP (type))
4394 if (strcmp ("AnyPropertyType", SDATA (type)) == 0)
4395 target_type = AnyPropertyType;
4396 else
4397 target_type = XInternAtom (FRAME_X_DISPLAY (f), SDATA (type), False);
4400 prop_atom = XInternAtom (FRAME_X_DISPLAY (f), SDATA (prop), False);
4401 rc = XGetWindowProperty (FRAME_X_DISPLAY (f), target_window,
4402 prop_atom, 0, 0, False, target_type,
4403 &actual_type, &actual_format, &actual_size,
4404 &bytes_remaining, &tmp_data);
4405 if (rc == Success)
4407 int size = bytes_remaining;
4409 XFree (tmp_data);
4410 tmp_data = NULL;
4412 rc = XGetWindowProperty (FRAME_X_DISPLAY (f), target_window,
4413 prop_atom, 0, bytes_remaining,
4414 ! NILP (delete_p), target_type,
4415 &actual_type, &actual_format,
4416 &actual_size, &bytes_remaining,
4417 &tmp_data);
4418 if (rc == Success && tmp_data)
4420 /* The man page for XGetWindowProperty says:
4421 "If the returned format is 32, the returned data is represented
4422 as a long array and should be cast to that type to obtain the
4423 elements."
4424 This applies even if long is more than 32 bits, the X library
4425 converts from 32 bit elements received from the X server to long
4426 and passes the long array to us. Thus, for that case bcopy can not
4427 be used. We convert to a 32 bit type here, because so much code
4428 assume on that.
4430 The bytes and offsets passed to XGetWindowProperty refers to the
4431 property and those are indeed in 32 bit quantities if format is
4432 32. */
4434 if (actual_format == 32 && actual_format < BITS_PER_LONG)
4436 unsigned long i;
4437 int *idata = (int *) tmp_data;
4438 long *ldata = (long *) tmp_data;
4440 for (i = 0; i < actual_size; ++i)
4441 idata[i] = (int) ldata[i];
4444 if (NILP (vector_ret_p))
4445 prop_value = make_string (tmp_data, size);
4446 else
4447 prop_value = x_property_data_to_lisp (f,
4448 tmp_data,
4449 actual_type,
4450 actual_format,
4451 actual_size);
4454 if (tmp_data) XFree (tmp_data);
4457 UNBLOCK_INPUT;
4458 UNGCPRO;
4459 return prop_value;
4464 /***********************************************************************
4465 Busy cursor
4466 ***********************************************************************/
4468 /* Timer function of hourglass_atimer. TIMER is equal to
4469 hourglass_atimer.
4471 Display an hourglass pointer on all frames by mapping the frames'
4472 hourglass_window. Set the hourglass_p flag in the frames'
4473 output_data.x structure to indicate that an hourglass cursor is
4474 shown on the frames. */
4476 void
4477 show_hourglass (timer)
4478 struct atimer *timer;
4480 /* The timer implementation will cancel this timer automatically
4481 after this function has run. Set hourglass_atimer to null
4482 so that we know the timer doesn't have to be canceled. */
4483 hourglass_atimer = NULL;
4485 if (!hourglass_shown_p)
4487 Lisp_Object rest, frame;
4489 BLOCK_INPUT;
4491 FOR_EACH_FRAME (rest, frame)
4493 struct frame *f = XFRAME (frame);
4495 if (FRAME_LIVE_P (f) && FRAME_X_P (f) && FRAME_X_DISPLAY (f))
4497 Display *dpy = FRAME_X_DISPLAY (f);
4499 #ifdef USE_X_TOOLKIT
4500 if (f->output_data.x->widget)
4501 #else
4502 if (FRAME_OUTER_WINDOW (f))
4503 #endif
4505 f->output_data.x->hourglass_p = 1;
4507 if (!f->output_data.x->hourglass_window)
4509 unsigned long mask = CWCursor;
4510 XSetWindowAttributes attrs;
4511 #ifdef USE_GTK
4512 Window parent = FRAME_X_WINDOW (f);
4513 #else
4514 Window parent = FRAME_OUTER_WINDOW (f);
4515 #endif
4516 attrs.cursor = f->output_data.x->hourglass_cursor;
4518 f->output_data.x->hourglass_window
4519 = XCreateWindow (dpy, parent,
4520 0, 0, 32000, 32000, 0, 0,
4521 InputOnly,
4522 CopyFromParent,
4523 mask, &attrs);
4526 XMapRaised (dpy, f->output_data.x->hourglass_window);
4527 XFlush (dpy);
4532 hourglass_shown_p = 1;
4533 UNBLOCK_INPUT;
4538 /* Hide the hourglass pointer on all frames, if it is currently
4539 shown. */
4541 void
4542 hide_hourglass ()
4544 if (hourglass_shown_p)
4546 Lisp_Object rest, frame;
4548 BLOCK_INPUT;
4549 FOR_EACH_FRAME (rest, frame)
4551 struct frame *f = XFRAME (frame);
4553 if (FRAME_X_P (f)
4554 /* Watch out for newly created frames. */
4555 && f->output_data.x->hourglass_window)
4557 XUnmapWindow (FRAME_X_DISPLAY (f),
4558 f->output_data.x->hourglass_window);
4559 /* Sync here because XTread_socket looks at the
4560 hourglass_p flag that is reset to zero below. */
4561 XSync (FRAME_X_DISPLAY (f), False);
4562 f->output_data.x->hourglass_p = 0;
4566 hourglass_shown_p = 0;
4567 UNBLOCK_INPUT;
4573 /***********************************************************************
4574 Tool tips
4575 ***********************************************************************/
4577 static Lisp_Object x_create_tip_frame P_ ((struct x_display_info *,
4578 Lisp_Object, Lisp_Object));
4579 static void compute_tip_xy P_ ((struct frame *, Lisp_Object, Lisp_Object,
4580 Lisp_Object, int, int, int *, int *));
4582 /* The frame of a currently visible tooltip. */
4584 Lisp_Object tip_frame;
4586 /* If non-nil, a timer started that hides the last tooltip when it
4587 fires. */
4589 Lisp_Object tip_timer;
4590 Window tip_window;
4592 /* If non-nil, a vector of 3 elements containing the last args
4593 with which x-show-tip was called. See there. */
4595 Lisp_Object last_show_tip_args;
4597 /* Maximum size for tooltips; a cons (COLUMNS . ROWS). */
4599 Lisp_Object Vx_max_tooltip_size;
4602 static Lisp_Object
4603 unwind_create_tip_frame (frame)
4604 Lisp_Object frame;
4606 Lisp_Object deleted;
4608 deleted = unwind_create_frame (frame);
4609 if (EQ (deleted, Qt))
4611 tip_window = None;
4612 tip_frame = Qnil;
4615 return deleted;
4619 /* Create a frame for a tooltip on the display described by DPYINFO.
4620 PARMS is a list of frame parameters. TEXT is the string to
4621 display in the tip frame. Value is the frame.
4623 Note that functions called here, esp. x_default_parameter can
4624 signal errors, for instance when a specified color name is
4625 undefined. We have to make sure that we're in a consistent state
4626 when this happens. */
4628 static Lisp_Object
4629 x_create_tip_frame (dpyinfo, parms, text)
4630 struct x_display_info *dpyinfo;
4631 Lisp_Object parms, text;
4633 struct frame *f;
4634 Lisp_Object frame, tem;
4635 Lisp_Object name;
4636 long window_prompting = 0;
4637 int width, height;
4638 int count = SPECPDL_INDEX ();
4639 struct gcpro gcpro1, gcpro2, gcpro3;
4640 int face_change_count_before = face_change_count;
4641 Lisp_Object buffer;
4642 struct buffer *old_buffer;
4644 check_x ();
4646 if (!dpyinfo->terminal->name)
4647 error ("Terminal is not live, can't create new frames on it");
4649 parms = Fcopy_alist (parms);
4651 /* Get the name of the frame to use for resource lookup. */
4652 name = x_get_arg (dpyinfo, parms, Qname, "name", "Name", RES_TYPE_STRING);
4653 if (!STRINGP (name)
4654 && !EQ (name, Qunbound)
4655 && !NILP (name))
4656 error ("Invalid frame name--not a string or nil");
4658 frame = Qnil;
4659 GCPRO3 (parms, name, frame);
4660 f = make_frame (1);
4661 XSETFRAME (frame, f);
4663 buffer = Fget_buffer_create (build_string (" *tip*"));
4664 Fset_window_buffer (FRAME_ROOT_WINDOW (f), buffer, Qnil);
4665 old_buffer = current_buffer;
4666 set_buffer_internal_1 (XBUFFER (buffer));
4667 current_buffer->truncate_lines = Qnil;
4668 specbind (Qinhibit_read_only, Qt);
4669 specbind (Qinhibit_modification_hooks, Qt);
4670 Ferase_buffer ();
4671 Finsert (1, &text);
4672 set_buffer_internal_1 (old_buffer);
4674 FRAME_CAN_HAVE_SCROLL_BARS (f) = 0;
4675 record_unwind_protect (unwind_create_tip_frame, frame);
4677 f->terminal = dpyinfo->terminal;
4678 f->terminal->reference_count++;
4680 /* By setting the output method, we're essentially saying that
4681 the frame is live, as per FRAME_LIVE_P. If we get a signal
4682 from this point on, x_destroy_window might screw up reference
4683 counts etc. */
4684 f->output_method = output_x_window;
4685 f->output_data.x = (struct x_output *) xmalloc (sizeof (struct x_output));
4686 bzero (f->output_data.x, sizeof (struct x_output));
4687 f->output_data.x->icon_bitmap = -1;
4688 FRAME_FONTSET (f) = -1;
4689 f->output_data.x->scroll_bar_foreground_pixel = -1;
4690 f->output_data.x->scroll_bar_background_pixel = -1;
4691 #ifdef USE_TOOLKIT_SCROLL_BARS
4692 f->output_data.x->scroll_bar_top_shadow_pixel = -1;
4693 f->output_data.x->scroll_bar_bottom_shadow_pixel = -1;
4694 #endif /* USE_TOOLKIT_SCROLL_BARS */
4695 f->icon_name = Qnil;
4696 FRAME_X_DISPLAY_INFO (f) = dpyinfo;
4697 #if GLYPH_DEBUG
4698 image_cache_refcount = FRAME_IMAGE_CACHE (f)->refcount;
4699 dpyinfo_refcount = dpyinfo->reference_count;
4700 #endif /* GLYPH_DEBUG */
4701 f->output_data.x->parent_desc = FRAME_X_DISPLAY_INFO (f)->root_window;
4702 f->output_data.x->explicit_parent = 0;
4704 /* These colors will be set anyway later, but it's important
4705 to get the color reference counts right, so initialize them! */
4707 Lisp_Object black;
4708 struct gcpro gcpro1;
4710 /* Function x_decode_color can signal an error. Make
4711 sure to initialize color slots so that we won't try
4712 to free colors we haven't allocated. */
4713 FRAME_FOREGROUND_PIXEL (f) = -1;
4714 FRAME_BACKGROUND_PIXEL (f) = -1;
4715 f->output_data.x->cursor_pixel = -1;
4716 f->output_data.x->cursor_foreground_pixel = -1;
4717 f->output_data.x->border_pixel = -1;
4718 f->output_data.x->mouse_pixel = -1;
4720 black = build_string ("black");
4721 GCPRO1 (black);
4722 FRAME_FOREGROUND_PIXEL (f)
4723 = x_decode_color (f, black, BLACK_PIX_DEFAULT (f));
4724 FRAME_BACKGROUND_PIXEL (f)
4725 = x_decode_color (f, black, BLACK_PIX_DEFAULT (f));
4726 f->output_data.x->cursor_pixel
4727 = x_decode_color (f, black, BLACK_PIX_DEFAULT (f));
4728 f->output_data.x->cursor_foreground_pixel
4729 = x_decode_color (f, black, BLACK_PIX_DEFAULT (f));
4730 f->output_data.x->border_pixel
4731 = x_decode_color (f, black, BLACK_PIX_DEFAULT (f));
4732 f->output_data.x->mouse_pixel
4733 = x_decode_color (f, black, BLACK_PIX_DEFAULT (f));
4734 UNGCPRO;
4737 /* Set the name; the functions to which we pass f expect the name to
4738 be set. */
4739 if (EQ (name, Qunbound) || NILP (name))
4741 f->name = build_string (dpyinfo->x_id_name);
4742 f->explicit_name = 0;
4744 else
4746 f->name = name;
4747 f->explicit_name = 1;
4748 /* use the frame's title when getting resources for this frame. */
4749 specbind (Qx_resource_name, name);
4752 f->resx = dpyinfo->resx;
4753 f->resy = dpyinfo->resy;
4755 register_font_driver (&xfont_driver, f);
4756 #ifdef HAVE_FREETYPE
4757 #ifdef HAVE_XFT
4758 register_font_driver (&xftfont_driver, f);
4759 #else /* not HAVE_XFT */
4760 register_font_driver (&ftxfont_driver, f);
4761 #endif /* not HAVE_XFT */
4762 #endif /* HAVE_FREETYPE */
4764 x_default_parameter (f, parms, Qfont_backend, Qnil,
4765 "fontBackend", "FontBackend", RES_TYPE_STRING);
4767 /* Extract the window parameters from the supplied values that are
4768 needed to determine window geometry. */
4769 x_default_font_parameter (f, parms);
4771 x_default_parameter (f, parms, Qborder_width, make_number (2),
4772 "borderWidth", "BorderWidth", RES_TYPE_NUMBER);
4774 /* This defaults to 2 in order to match xterm. We recognize either
4775 internalBorderWidth or internalBorder (which is what xterm calls
4776 it). */
4777 if (NILP (Fassq (Qinternal_border_width, parms)))
4779 Lisp_Object value;
4781 value = x_get_arg (dpyinfo, parms, Qinternal_border_width,
4782 "internalBorder", "internalBorder", RES_TYPE_NUMBER);
4783 if (! EQ (value, Qunbound))
4784 parms = Fcons (Fcons (Qinternal_border_width, value),
4785 parms);
4788 x_default_parameter (f, parms, Qinternal_border_width, make_number (1),
4789 "internalBorderWidth", "internalBorderWidth",
4790 RES_TYPE_NUMBER);
4792 /* Also do the stuff which must be set before the window exists. */
4793 x_default_parameter (f, parms, Qforeground_color, build_string ("black"),
4794 "foreground", "Foreground", RES_TYPE_STRING);
4795 x_default_parameter (f, parms, Qbackground_color, build_string ("white"),
4796 "background", "Background", RES_TYPE_STRING);
4797 x_default_parameter (f, parms, Qmouse_color, build_string ("black"),
4798 "pointerColor", "Foreground", RES_TYPE_STRING);
4799 x_default_parameter (f, parms, Qcursor_color, build_string ("black"),
4800 "cursorColor", "Foreground", RES_TYPE_STRING);
4801 x_default_parameter (f, parms, Qborder_color, build_string ("black"),
4802 "borderColor", "BorderColor", RES_TYPE_STRING);
4804 /* Init faces before x_default_parameter is called for scroll-bar
4805 parameters because that function calls x_set_scroll_bar_width,
4806 which calls change_frame_size, which calls Fset_window_buffer,
4807 which runs hooks, which call Fvertical_motion. At the end, we
4808 end up in init_iterator with a null face cache, which should not
4809 happen. */
4810 init_frame_faces (f);
4812 f->output_data.x->parent_desc = FRAME_X_DISPLAY_INFO (f)->root_window;
4814 window_prompting = x_figure_window_size (f, parms, 0);
4817 XSetWindowAttributes attrs;
4818 unsigned long mask;
4820 BLOCK_INPUT;
4821 mask = CWBackPixel | CWOverrideRedirect | CWEventMask;
4822 if (DoesSaveUnders (dpyinfo->screen))
4823 mask |= CWSaveUnder;
4825 /* Window managers look at the override-redirect flag to determine
4826 whether or net to give windows a decoration (Xlib spec, chapter
4827 3.2.8). */
4828 attrs.override_redirect = True;
4829 attrs.save_under = True;
4830 attrs.background_pixel = FRAME_BACKGROUND_PIXEL (f);
4831 /* Arrange for getting MapNotify and UnmapNotify events. */
4832 attrs.event_mask = StructureNotifyMask;
4833 tip_window
4834 = FRAME_X_WINDOW (f)
4835 = XCreateWindow (FRAME_X_DISPLAY (f),
4836 FRAME_X_DISPLAY_INFO (f)->root_window,
4837 /* x, y, width, height */
4838 0, 0, 1, 1,
4839 /* Border. */
4840 f->border_width,
4841 CopyFromParent, InputOutput, CopyFromParent,
4842 mask, &attrs);
4843 UNBLOCK_INPUT;
4846 x_make_gc (f);
4848 x_default_parameter (f, parms, Qauto_raise, Qnil,
4849 "autoRaise", "AutoRaiseLower", RES_TYPE_BOOLEAN);
4850 x_default_parameter (f, parms, Qauto_lower, Qnil,
4851 "autoLower", "AutoRaiseLower", RES_TYPE_BOOLEAN);
4852 x_default_parameter (f, parms, Qcursor_type, Qbox,
4853 "cursorType", "CursorType", RES_TYPE_SYMBOL);
4855 /* Dimensions, especially FRAME_LINES (f), must be done via change_frame_size.
4856 Change will not be effected unless different from the current
4857 FRAME_LINES (f). */
4858 width = FRAME_COLS (f);
4859 height = FRAME_LINES (f);
4860 SET_FRAME_COLS (f, 0);
4861 FRAME_LINES (f) = 0;
4862 change_frame_size (f, height, width, 1, 0, 0);
4864 /* Add `tooltip' frame parameter's default value. */
4865 if (NILP (Fframe_parameter (frame, intern ("tooltip"))))
4866 Fmodify_frame_parameters (frame, Fcons (Fcons (intern ("tooltip"), Qt),
4867 Qnil));
4869 /* FIXME - can this be done in a similar way to normal frames?
4870 http://lists.gnu.org/archive/html/emacs-devel/2007-10/msg00641.html */
4872 /* Set the `display-type' frame parameter before setting up faces. */
4874 Lisp_Object disptype;
4876 if (FRAME_X_DISPLAY_INFO (f)->n_planes == 1)
4877 disptype = intern ("mono");
4878 else if (FRAME_X_DISPLAY_INFO (f)->visual->class == GrayScale
4879 || FRAME_X_DISPLAY_INFO (f)->visual->class == StaticGray)
4880 disptype = intern ("grayscale");
4881 else
4882 disptype = intern ("color");
4884 if (NILP (Fframe_parameter (frame, Qdisplay_type)))
4885 Fmodify_frame_parameters (frame, Fcons (Fcons (Qdisplay_type, disptype),
4886 Qnil));
4889 /* Set up faces after all frame parameters are known. This call
4890 also merges in face attributes specified for new frames.
4892 Frame parameters may be changed if .Xdefaults contains
4893 specifications for the default font. For example, if there is an
4894 `Emacs.default.attributeBackground: pink', the `background-color'
4895 attribute of the frame get's set, which let's the internal border
4896 of the tooltip frame appear in pink. Prevent this. */
4898 Lisp_Object bg = Fframe_parameter (frame, Qbackground_color);
4900 /* Set tip_frame here, so that */
4901 tip_frame = frame;
4902 call2 (Qface_set_after_frame_default, frame, Qnil);
4904 if (!EQ (bg, Fframe_parameter (frame, Qbackground_color)))
4905 Fmodify_frame_parameters (frame, Fcons (Fcons (Qbackground_color, bg),
4906 Qnil));
4909 f->no_split = 1;
4911 UNGCPRO;
4913 /* It is now ok to make the frame official even if we get an error
4914 below. And the frame needs to be on Vframe_list or making it
4915 visible won't work. */
4916 Vframe_list = Fcons (frame, Vframe_list);
4918 /* Now that the frame is official, it counts as a reference to
4919 its display. */
4920 FRAME_X_DISPLAY_INFO (f)->reference_count++;
4922 /* Setting attributes of faces of the tooltip frame from resources
4923 and similar will increment face_change_count, which leads to the
4924 clearing of all current matrices. Since this isn't necessary
4925 here, avoid it by resetting face_change_count to the value it
4926 had before we created the tip frame. */
4927 face_change_count = face_change_count_before;
4929 /* Discard the unwind_protect. */
4930 return unbind_to (count, frame);
4934 /* Compute where to display tip frame F. PARMS is the list of frame
4935 parameters for F. DX and DY are specified offsets from the current
4936 location of the mouse. WIDTH and HEIGHT are the width and height
4937 of the tooltip. Return coordinates relative to the root window of
4938 the display in *ROOT_X, and *ROOT_Y. */
4940 static void
4941 compute_tip_xy (f, parms, dx, dy, width, height, root_x, root_y)
4942 struct frame *f;
4943 Lisp_Object parms, dx, dy;
4944 int width, height;
4945 int *root_x, *root_y;
4947 Lisp_Object left, top;
4948 int win_x, win_y;
4949 Window root, child;
4950 unsigned pmask;
4952 /* User-specified position? */
4953 left = Fcdr (Fassq (Qleft, parms));
4954 top = Fcdr (Fassq (Qtop, parms));
4956 /* Move the tooltip window where the mouse pointer is. Resize and
4957 show it. */
4958 if (!INTEGERP (left) || !INTEGERP (top))
4960 BLOCK_INPUT;
4961 XQueryPointer (FRAME_X_DISPLAY (f), FRAME_X_DISPLAY_INFO (f)->root_window,
4962 &root, &child, root_x, root_y, &win_x, &win_y, &pmask);
4963 UNBLOCK_INPUT;
4966 if (INTEGERP (top))
4967 *root_y = XINT (top);
4968 else if (*root_y + XINT (dy) <= 0)
4969 *root_y = 0; /* Can happen for negative dy */
4970 else if (*root_y + XINT (dy) + height
4971 <= x_display_pixel_height (FRAME_X_DISPLAY_INFO (f)))
4972 /* It fits below the pointer */
4973 *root_y += XINT (dy);
4974 else if (height + XINT (dy) <= *root_y)
4975 /* It fits above the pointer. */
4976 *root_y -= height + XINT (dy);
4977 else
4978 /* Put it on the top. */
4979 *root_y = 0;
4981 if (INTEGERP (left))
4982 *root_x = XINT (left);
4983 else if (*root_x + XINT (dx) <= 0)
4984 *root_x = 0; /* Can happen for negative dx */
4985 else if (*root_x + XINT (dx) + width
4986 <= x_display_pixel_width (FRAME_X_DISPLAY_INFO (f)))
4987 /* It fits to the right of the pointer. */
4988 *root_x += XINT (dx);
4989 else if (width + XINT (dx) <= *root_x)
4990 /* It fits to the left of the pointer. */
4991 *root_x -= width + XINT (dx);
4992 else
4993 /* Put it left-justified on the screen--it ought to fit that way. */
4994 *root_x = 0;
4998 DEFUN ("x-show-tip", Fx_show_tip, Sx_show_tip, 1, 6, 0,
4999 doc: /* Show STRING in a "tooltip" window on frame FRAME.
5000 A tooltip window is a small X window displaying a string.
5002 This is an internal function; Lisp code should call `tooltip-show'.
5004 FRAME nil or omitted means use the selected frame.
5006 PARMS is an optional list of frame parameters which can be used to
5007 change the tooltip's appearance.
5009 Automatically hide the tooltip after TIMEOUT seconds. TIMEOUT nil
5010 means use the default timeout of 5 seconds.
5012 If the list of frame parameters PARAMS contains a `left' parameters,
5013 the tooltip is displayed at that x-position. Otherwise it is
5014 displayed at the mouse position, with offset DX added (default is 5 if
5015 DX isn't specified). Likewise for the y-position; if a `top' frame
5016 parameter is specified, it determines the y-position of the tooltip
5017 window, otherwise it is displayed at the mouse position, with offset
5018 DY added (default is -10).
5020 A tooltip's maximum size is specified by `x-max-tooltip-size'.
5021 Text larger than the specified size is clipped. */)
5022 (string, frame, parms, timeout, dx, dy)
5023 Lisp_Object string, frame, parms, timeout, dx, dy;
5025 struct frame *f;
5026 struct window *w;
5027 int root_x, root_y;
5028 struct buffer *old_buffer;
5029 struct text_pos pos;
5030 int i, width, height;
5031 struct gcpro gcpro1, gcpro2, gcpro3, gcpro4;
5032 int old_windows_or_buffers_changed = windows_or_buffers_changed;
5033 int count = SPECPDL_INDEX ();
5035 specbind (Qinhibit_redisplay, Qt);
5037 GCPRO4 (string, parms, frame, timeout);
5039 CHECK_STRING (string);
5040 if (SCHARS (string) == 0)
5041 string = make_unibyte_string (" ", 1);
5043 f = check_x_frame (frame);
5044 if (NILP (timeout))
5045 timeout = make_number (5);
5046 else
5047 CHECK_NATNUM (timeout);
5049 if (NILP (dx))
5050 dx = make_number (5);
5051 else
5052 CHECK_NUMBER (dx);
5054 if (NILP (dy))
5055 dy = make_number (-10);
5056 else
5057 CHECK_NUMBER (dy);
5059 if (NILP (last_show_tip_args))
5060 last_show_tip_args = Fmake_vector (make_number (3), Qnil);
5062 if (!NILP (tip_frame))
5064 Lisp_Object last_string = AREF (last_show_tip_args, 0);
5065 Lisp_Object last_frame = AREF (last_show_tip_args, 1);
5066 Lisp_Object last_parms = AREF (last_show_tip_args, 2);
5068 if (EQ (frame, last_frame)
5069 && !NILP (Fequal (last_string, string))
5070 && !NILP (Fequal (last_parms, parms)))
5072 struct frame *f = XFRAME (tip_frame);
5074 /* Only DX and DY have changed. */
5075 if (!NILP (tip_timer))
5077 Lisp_Object timer = tip_timer;
5078 tip_timer = Qnil;
5079 call1 (Qcancel_timer, timer);
5082 BLOCK_INPUT;
5083 compute_tip_xy (f, parms, dx, dy, FRAME_PIXEL_WIDTH (f),
5084 FRAME_PIXEL_HEIGHT (f), &root_x, &root_y);
5085 XMoveWindow (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f),
5086 root_x, root_y);
5087 UNBLOCK_INPUT;
5088 goto start_timer;
5092 /* Hide a previous tip, if any. */
5093 Fx_hide_tip ();
5095 ASET (last_show_tip_args, 0, string);
5096 ASET (last_show_tip_args, 1, frame);
5097 ASET (last_show_tip_args, 2, parms);
5099 /* Add default values to frame parameters. */
5100 if (NILP (Fassq (Qname, parms)))
5101 parms = Fcons (Fcons (Qname, build_string ("tooltip")), parms);
5102 if (NILP (Fassq (Qinternal_border_width, parms)))
5103 parms = Fcons (Fcons (Qinternal_border_width, make_number (3)), parms);
5104 if (NILP (Fassq (Qborder_width, parms)))
5105 parms = Fcons (Fcons (Qborder_width, make_number (1)), parms);
5106 if (NILP (Fassq (Qborder_color, parms)))
5107 parms = Fcons (Fcons (Qborder_color, build_string ("lightyellow")), parms);
5108 if (NILP (Fassq (Qbackground_color, parms)))
5109 parms = Fcons (Fcons (Qbackground_color, build_string ("lightyellow")),
5110 parms);
5112 /* Create a frame for the tooltip, and record it in the global
5113 variable tip_frame. */
5114 frame = x_create_tip_frame (FRAME_X_DISPLAY_INFO (f), parms, string);
5115 f = XFRAME (frame);
5117 /* Set up the frame's root window. */
5118 w = XWINDOW (FRAME_ROOT_WINDOW (f));
5119 w->left_col = w->top_line = make_number (0);
5121 if (CONSP (Vx_max_tooltip_size)
5122 && INTEGERP (XCAR (Vx_max_tooltip_size))
5123 && XINT (XCAR (Vx_max_tooltip_size)) > 0
5124 && INTEGERP (XCDR (Vx_max_tooltip_size))
5125 && XINT (XCDR (Vx_max_tooltip_size)) > 0)
5127 w->total_cols = XCAR (Vx_max_tooltip_size);
5128 w->total_lines = XCDR (Vx_max_tooltip_size);
5130 else
5132 w->total_cols = make_number (80);
5133 w->total_lines = make_number (40);
5136 FRAME_TOTAL_COLS (f) = XINT (w->total_cols);
5137 adjust_glyphs (f);
5138 w->pseudo_window_p = 1;
5140 /* Display the tooltip text in a temporary buffer. */
5141 old_buffer = current_buffer;
5142 set_buffer_internal_1 (XBUFFER (XWINDOW (FRAME_ROOT_WINDOW (f))->buffer));
5143 current_buffer->truncate_lines = Qnil;
5144 clear_glyph_matrix (w->desired_matrix);
5145 clear_glyph_matrix (w->current_matrix);
5146 SET_TEXT_POS (pos, BEGV, BEGV_BYTE);
5147 try_window (FRAME_ROOT_WINDOW (f), pos, 0);
5149 /* Compute width and height of the tooltip. */
5150 width = height = 0;
5151 for (i = 0; i < w->desired_matrix->nrows; ++i)
5153 struct glyph_row *row = &w->desired_matrix->rows[i];
5154 struct glyph *last;
5155 int row_width;
5157 /* Stop at the first empty row at the end. */
5158 if (!row->enabled_p || !row->displays_text_p)
5159 break;
5161 /* Let the row go over the full width of the frame. */
5162 row->full_width_p = 1;
5164 /* There's a glyph at the end of rows that is used to place
5165 the cursor there. Don't include the width of this glyph. */
5166 if (row->used[TEXT_AREA])
5168 last = &row->glyphs[TEXT_AREA][row->used[TEXT_AREA] - 1];
5169 row_width = row->pixel_width - last->pixel_width;
5171 else
5172 row_width = row->pixel_width;
5174 height += row->height;
5175 width = max (width, row_width);
5178 /* Add the frame's internal border to the width and height the X
5179 window should have. */
5180 height += 2 * FRAME_INTERNAL_BORDER_WIDTH (f);
5181 width += 2 * FRAME_INTERNAL_BORDER_WIDTH (f);
5183 /* Move the tooltip window where the mouse pointer is. Resize and
5184 show it. */
5185 compute_tip_xy (f, parms, dx, dy, width, height, &root_x, &root_y);
5187 BLOCK_INPUT;
5188 XMoveResizeWindow (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f),
5189 root_x, root_y, width, height);
5190 XMapRaised (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f));
5191 UNBLOCK_INPUT;
5193 /* Draw into the window. */
5194 w->must_be_updated_p = 1;
5195 update_single_window (w, 1);
5197 /* Restore original current buffer. */
5198 set_buffer_internal_1 (old_buffer);
5199 windows_or_buffers_changed = old_windows_or_buffers_changed;
5201 start_timer:
5202 /* Let the tip disappear after timeout seconds. */
5203 tip_timer = call3 (intern ("run-at-time"), timeout, Qnil,
5204 intern ("x-hide-tip"));
5206 UNGCPRO;
5207 return unbind_to (count, Qnil);
5211 DEFUN ("x-hide-tip", Fx_hide_tip, Sx_hide_tip, 0, 0, 0,
5212 doc: /* Hide the current tooltip window, if there is any.
5213 Value is t if tooltip was open, nil otherwise. */)
5216 int count;
5217 Lisp_Object deleted, frame, timer;
5218 struct gcpro gcpro1, gcpro2;
5220 /* Return quickly if nothing to do. */
5221 if (NILP (tip_timer) && NILP (tip_frame))
5222 return Qnil;
5224 frame = tip_frame;
5225 timer = tip_timer;
5226 GCPRO2 (frame, timer);
5227 tip_frame = tip_timer = deleted = Qnil;
5229 count = SPECPDL_INDEX ();
5230 specbind (Qinhibit_redisplay, Qt);
5231 specbind (Qinhibit_quit, Qt);
5233 if (!NILP (timer))
5234 call1 (Qcancel_timer, timer);
5236 if (FRAMEP (frame))
5238 delete_frame (frame, Qnil);
5239 deleted = Qt;
5241 #ifdef USE_LUCID
5242 /* Bloodcurdling hack alert: The Lucid menu bar widget's
5243 redisplay procedure is not called when a tip frame over menu
5244 items is unmapped. Redisplay the menu manually... */
5246 struct frame *f = SELECTED_FRAME ();
5247 Widget w = f->output_data.x->menubar_widget;
5248 extern void xlwmenu_redisplay P_ ((Widget));
5250 if (!DoesSaveUnders (FRAME_X_DISPLAY_INFO (f)->screen)
5251 && w != NULL)
5253 BLOCK_INPUT;
5254 xlwmenu_redisplay (w);
5255 UNBLOCK_INPUT;
5258 #endif /* USE_LUCID */
5261 UNGCPRO;
5262 return unbind_to (count, deleted);
5267 /***********************************************************************
5268 File selection dialog
5269 ***********************************************************************/
5271 DEFUN ("x-uses-old-gtk-dialog", Fx_uses_old_gtk_dialog,
5272 Sx_uses_old_gtk_dialog,
5273 0, 0, 0,
5274 doc: /* Return t if the old Gtk+ file selection dialog is used. */)
5277 #ifdef USE_GTK
5278 extern int use_dialog_box;
5279 extern int use_file_dialog;
5281 if (use_dialog_box
5282 && use_file_dialog
5283 && have_menus_p ()
5284 && xg_uses_old_file_dialog ())
5285 return Qt;
5286 #endif
5287 return Qnil;
5291 #ifdef USE_MOTIF
5292 /* Callback for "OK" and "Cancel" on file selection dialog. */
5294 static void
5295 file_dialog_cb (widget, client_data, call_data)
5296 Widget widget;
5297 XtPointer call_data, client_data;
5299 int *result = (int *) client_data;
5300 XmAnyCallbackStruct *cb = (XmAnyCallbackStruct *) call_data;
5301 *result = cb->reason;
5305 /* Callback for unmapping a file selection dialog. This is used to
5306 capture the case where a dialog is closed via a window manager's
5307 closer button, for example. Using a XmNdestroyCallback didn't work
5308 in this case. */
5310 static void
5311 file_dialog_unmap_cb (widget, client_data, call_data)
5312 Widget widget;
5313 XtPointer call_data, client_data;
5315 int *result = (int *) client_data;
5316 *result = XmCR_CANCEL;
5319 static Lisp_Object
5320 clean_up_file_dialog (arg)
5321 Lisp_Object arg;
5323 struct Lisp_Save_Value *p = XSAVE_VALUE (arg);
5324 Widget dialog = (Widget) p->pointer;
5326 /* Clean up. */
5327 BLOCK_INPUT;
5328 XtUnmanageChild (dialog);
5329 XtDestroyWidget (dialog);
5330 x_menu_set_in_use (0);
5331 UNBLOCK_INPUT;
5333 return Qnil;
5337 DEFUN ("x-file-dialog", Fx_file_dialog, Sx_file_dialog, 2, 5, 0,
5338 doc: /* Read file name, prompting with PROMPT in directory DIR.
5339 Use a file selection dialog. Select DEFAULT-FILENAME in the dialog's file
5340 selection box, if specified. If MUSTMATCH is non-nil, the returned file
5341 or directory must exist. ONLY-DIR-P is ignored." */)
5342 (prompt, dir, default_filename, mustmatch, only_dir_p)
5343 Lisp_Object prompt, dir, default_filename, mustmatch, only_dir_p;
5345 int result;
5346 struct frame *f = SELECTED_FRAME ();
5347 Lisp_Object file = Qnil;
5348 Lisp_Object decoded_file;
5349 Widget dialog, text, help;
5350 Arg al[10];
5351 int ac = 0;
5352 extern XtAppContext Xt_app_con;
5353 XmString dir_xmstring, pattern_xmstring;
5354 int count = SPECPDL_INDEX ();
5355 struct gcpro gcpro1, gcpro2, gcpro3, gcpro4, gcpro5, gcpro6;
5357 check_x ();
5359 GCPRO6 (prompt, dir, default_filename, mustmatch, only_dir_p, file);
5361 if (popup_activated ())
5362 error ("Trying to use a menu from within a menu-entry");
5364 CHECK_STRING (prompt);
5365 CHECK_STRING (dir);
5367 /* Prevent redisplay. */
5368 specbind (Qinhibit_redisplay, Qt);
5370 BLOCK_INPUT;
5372 /* Create the dialog with PROMPT as title, using DIR as initial
5373 directory and using "*" as pattern. */
5374 dir = Fexpand_file_name (dir, Qnil);
5375 dir_xmstring = XmStringCreateLocalized (SDATA (dir));
5376 pattern_xmstring = XmStringCreateLocalized ("*");
5378 XtSetArg (al[ac], XmNtitle, SDATA (prompt)); ++ac;
5379 XtSetArg (al[ac], XmNdirectory, dir_xmstring); ++ac;
5380 XtSetArg (al[ac], XmNpattern, pattern_xmstring); ++ac;
5381 XtSetArg (al[ac], XmNresizePolicy, XmRESIZE_GROW); ++ac;
5382 XtSetArg (al[ac], XmNdialogStyle, XmDIALOG_APPLICATION_MODAL); ++ac;
5383 dialog = XmCreateFileSelectionDialog (f->output_data.x->widget,
5384 "fsb", al, ac);
5385 XmStringFree (dir_xmstring);
5386 XmStringFree (pattern_xmstring);
5388 /* Add callbacks for OK and Cancel. */
5389 XtAddCallback (dialog, XmNokCallback, file_dialog_cb,
5390 (XtPointer) &result);
5391 XtAddCallback (dialog, XmNcancelCallback, file_dialog_cb,
5392 (XtPointer) &result);
5393 XtAddCallback (dialog, XmNunmapCallback, file_dialog_unmap_cb,
5394 (XtPointer) &result);
5396 /* Remove the help button since we can't display help. */
5397 help = XmFileSelectionBoxGetChild (dialog, XmDIALOG_HELP_BUTTON);
5398 XtUnmanageChild (help);
5400 /* Mark OK button as default. */
5401 XtVaSetValues (XmFileSelectionBoxGetChild (dialog, XmDIALOG_OK_BUTTON),
5402 XmNshowAsDefault, True, NULL);
5404 /* If MUSTMATCH is non-nil, disable the file entry field of the
5405 dialog, so that the user must select a file from the files list
5406 box. We can't remove it because we wouldn't have a way to get at
5407 the result file name, then. */
5408 text = XmFileSelectionBoxGetChild (dialog, XmDIALOG_TEXT);
5409 if (!NILP (mustmatch))
5411 Widget label;
5412 label = XmFileSelectionBoxGetChild (dialog, XmDIALOG_SELECTION_LABEL);
5413 XtSetSensitive (text, False);
5414 XtSetSensitive (label, False);
5417 /* Manage the dialog, so that list boxes get filled. */
5418 XtManageChild (dialog);
5420 if (STRINGP (default_filename))
5422 XmString default_xmstring;
5423 Widget wtext = XmFileSelectionBoxGetChild (dialog, XmDIALOG_TEXT);
5424 Widget list = XmFileSelectionBoxGetChild (dialog, XmDIALOG_LIST);
5426 XmTextPosition last_pos = XmTextFieldGetLastPosition (wtext);
5427 XmTextFieldReplace (wtext, 0, last_pos,
5428 (SDATA (Ffile_name_nondirectory (default_filename))));
5430 /* Select DEFAULT_FILENAME in the files list box. DEFAULT_FILENAME
5431 must include the path for this to work. */
5433 default_xmstring = XmStringCreateLocalized (SDATA (default_filename));
5435 if (XmListItemExists (list, default_xmstring))
5437 int item_pos = XmListItemPos (list, default_xmstring);
5438 /* Select the item and scroll it into view. */
5439 XmListSelectPos (list, item_pos, True);
5440 XmListSetPos (list, item_pos);
5443 XmStringFree (default_xmstring);
5446 record_unwind_protect (clean_up_file_dialog, make_save_value (dialog, 0));
5448 /* Process events until the user presses Cancel or OK. */
5449 x_menu_set_in_use (1);
5450 result = 0;
5451 while (result == 0)
5453 XEvent event;
5454 x_menu_wait_for_event (0);
5455 XtAppNextEvent (Xt_app_con, &event);
5456 if (event.type == KeyPress
5457 && FRAME_X_DISPLAY (f) == event.xkey.display)
5459 KeySym keysym = XLookupKeysym (&event.xkey, 0);
5461 /* Pop down on C-g. */
5462 if (keysym == XK_g && (event.xkey.state & ControlMask) != 0)
5463 XtUnmanageChild (dialog);
5466 (void) x_dispatch_event (&event, FRAME_X_DISPLAY (f));
5469 /* Get the result. */
5470 if (result == XmCR_OK)
5472 XmString text;
5473 String data;
5475 XtVaGetValues (dialog, XmNtextString, &text, NULL);
5476 XmStringGetLtoR (text, XmFONTLIST_DEFAULT_TAG, &data);
5477 XmStringFree (text);
5478 file = build_string (data);
5479 XtFree (data);
5481 else
5482 file = Qnil;
5484 UNBLOCK_INPUT;
5485 UNGCPRO;
5487 /* Make "Cancel" equivalent to C-g. */
5488 if (NILP (file))
5489 Fsignal (Qquit, Qnil);
5491 decoded_file = DECODE_FILE (file);
5493 return unbind_to (count, decoded_file);
5496 #endif /* USE_MOTIF */
5498 #ifdef USE_GTK
5500 static Lisp_Object
5501 clean_up_dialog (arg)
5502 Lisp_Object arg;
5504 x_menu_set_in_use (0);
5506 return Qnil;
5509 DEFUN ("x-file-dialog", Fx_file_dialog, Sx_file_dialog, 2, 5, 0,
5510 doc: /* Read file name, prompting with PROMPT in directory DIR.
5511 Use a file selection dialog. Select DEFAULT-FILENAME in the dialog's file
5512 selection box, if specified. If MUSTMATCH is non-nil, the returned file
5513 or directory must exist. If ONLY-DIR-P is non-nil, the user can only select
5514 directories. */)
5515 (prompt, dir, default_filename, mustmatch, only_dir_p)
5516 Lisp_Object prompt, dir, default_filename, mustmatch, only_dir_p;
5518 FRAME_PTR f = SELECTED_FRAME ();
5519 char *fn;
5520 Lisp_Object file = Qnil;
5521 Lisp_Object decoded_file;
5522 int count = SPECPDL_INDEX ();
5523 struct gcpro gcpro1, gcpro2, gcpro3, gcpro4, gcpro5, gcpro6;
5524 char *cdef_file;
5526 check_x ();
5528 GCPRO6 (prompt, dir, default_filename, mustmatch, only_dir_p, file);
5530 if (popup_activated ())
5531 error ("Trying to use a menu from within a menu-entry");
5533 CHECK_STRING (prompt);
5534 CHECK_STRING (dir);
5536 /* Prevent redisplay. */
5537 specbind (Qinhibit_redisplay, Qt);
5538 record_unwind_protect (clean_up_dialog, Qnil);
5540 BLOCK_INPUT;
5542 if (STRINGP (default_filename))
5543 cdef_file = SDATA (default_filename);
5544 else
5545 cdef_file = SDATA (dir);
5547 fn = xg_get_file_name (f, SDATA (prompt), cdef_file,
5548 ! NILP (mustmatch),
5549 ! NILP (only_dir_p));
5551 if (fn)
5553 file = build_string (fn);
5554 xfree (fn);
5557 UNBLOCK_INPUT;
5558 UNGCPRO;
5560 /* Make "Cancel" equivalent to C-g. */
5561 if (NILP (file))
5562 Fsignal (Qquit, Qnil);
5564 decoded_file = DECODE_FILE (file);
5566 return unbind_to (count, decoded_file);
5570 #ifdef HAVE_FREETYPE
5572 DEFUN ("x-select-font", Fx_select_font, Sx_select_font, 0, 2, 0,
5573 doc: /* Read a font name using a GTK font selection dialog.
5574 Return a GTK-style font string corresponding to the selection.
5576 If FRAME is omitted or nil, it defaults to the selected frame. */)
5577 (frame, ignored)
5578 Lisp_Object frame, ignored;
5580 FRAME_PTR f = check_x_frame (frame);
5581 char *name;
5582 Lisp_Object default_font, font = Qnil;
5583 Lisp_Object font_param;
5584 char *default_name = NULL;
5585 struct gcpro gcpro1;
5586 int count = SPECPDL_INDEX ();
5588 check_x ();
5590 if (popup_activated ())
5591 error ("Trying to use a menu from within a menu-entry");
5593 /* Prevent redisplay. */
5594 specbind (Qinhibit_redisplay, Qt);
5595 record_unwind_protect (clean_up_dialog, Qnil);
5597 BLOCK_INPUT;
5599 GCPRO1(font_param);
5600 font_param = Fframe_parameter (frame, Qfont_param);
5602 if (x_last_font_name != NULL)
5603 default_name = x_last_font_name;
5604 else if (STRINGP (font_param))
5605 default_name = SDATA (font_param);
5606 else if (FONTP (default_font))
5608 XSETFONT (default_font, FRAME_FONT (f));
5609 default_name = alloca (256);
5610 if (font_unparse_gtkname (default_font, f, default_name, 256) < 0)
5611 default_name = NULL;
5614 name = xg_get_font_name (f, default_name);
5616 if (name)
5618 font = build_string (name);
5619 g_free (x_last_font_name);
5620 x_last_font_name = name;
5623 UNBLOCK_INPUT;
5625 if (NILP (font))
5626 Fsignal (Qquit, Qnil);
5628 return unbind_to (count, font);
5630 #endif /* HAVE_FREETYPE */
5632 #endif /* USE_GTK */
5635 /***********************************************************************
5636 Keyboard
5637 ***********************************************************************/
5639 #ifdef HAVE_XKBGETKEYBOARD
5640 #include <X11/XKBlib.h>
5641 #include <X11/keysym.h>
5642 #endif
5644 DEFUN ("x-backspace-delete-keys-p", Fx_backspace_delete_keys_p,
5645 Sx_backspace_delete_keys_p, 0, 1, 0,
5646 doc: /* Check if both Backspace and Delete keys are on the keyboard of FRAME.
5647 FRAME nil means use the selected frame.
5648 Value is t if we know that both keys are present, and are mapped to the
5649 usual X keysyms. Value is `lambda' if we cannot determine if both keys are
5650 present and mapped to the usual X keysyms. */)
5651 (frame)
5652 Lisp_Object frame;
5654 #ifdef HAVE_XKBGETKEYBOARD
5655 XkbDescPtr kb;
5656 struct frame *f = check_x_frame (frame);
5657 Display *dpy = FRAME_X_DISPLAY (f);
5658 Lisp_Object have_keys;
5659 int major, minor, op, event, error;
5661 BLOCK_INPUT;
5663 /* Check library version in case we're dynamically linked. */
5664 major = XkbMajorVersion;
5665 minor = XkbMinorVersion;
5666 if (!XkbLibraryVersion (&major, &minor))
5668 UNBLOCK_INPUT;
5669 return Qlambda;
5672 /* Check that the server supports XKB. */
5673 major = XkbMajorVersion;
5674 minor = XkbMinorVersion;
5675 if (!XkbQueryExtension (dpy, &op, &event, &error, &major, &minor))
5677 UNBLOCK_INPUT;
5678 return Qlambda;
5681 /* In this code we check that the keyboard has physical keys with names
5682 that start with BKSP (Backspace) and DELE (Delete), and that they
5683 generate keysym XK_BackSpace and XK_Delete respectively.
5684 This function is used to test if normal-erase-is-backspace should be
5685 turned on.
5686 An alternative approach would be to just check if XK_BackSpace and
5687 XK_Delete are mapped to any key. But if any of those are mapped to
5688 some non-intuitive key combination (Meta-Shift-Ctrl-whatever) and the
5689 user doesn't know about it, it is better to return false here.
5690 It is more obvious to the user what to do if she/he has two keys
5691 clearly marked with names/symbols and one key does something not
5692 expected (i.e. she/he then tries the other).
5693 The cases where Backspace/Delete is mapped to some other key combination
5694 are rare, and in those cases, normal-erase-is-backspace can be turned on
5695 manually. */
5697 have_keys = Qnil;
5698 kb = XkbGetMap (dpy, XkbAllMapComponentsMask, XkbUseCoreKbd);
5699 if (kb)
5701 int delete_keycode = 0, backspace_keycode = 0, i;
5703 if (XkbGetNames (dpy, XkbAllNamesMask, kb) == Success)
5705 for (i = kb->min_key_code;
5706 (i < kb->max_key_code
5707 && (delete_keycode == 0 || backspace_keycode == 0));
5708 ++i)
5710 /* The XKB symbolic key names can be seen most easily in
5711 the PS file generated by `xkbprint -label name
5712 $DISPLAY'. */
5713 if (bcmp ("DELE", kb->names->keys[i].name, 4) == 0)
5714 delete_keycode = i;
5715 else if (bcmp ("BKSP", kb->names->keys[i].name, 4) == 0)
5716 backspace_keycode = i;
5719 XkbFreeNames (kb, 0, True);
5722 XkbFreeClientMap (kb, 0, True);
5724 if (delete_keycode
5725 && backspace_keycode
5726 && XKeysymToKeycode (dpy, XK_Delete) == delete_keycode
5727 && XKeysymToKeycode (dpy, XK_BackSpace) == backspace_keycode)
5728 have_keys = Qt;
5730 UNBLOCK_INPUT;
5731 return have_keys;
5732 #else /* not HAVE_XKBGETKEYBOARD */
5733 return Qlambda;
5734 #endif /* not HAVE_XKBGETKEYBOARD */
5739 /***********************************************************************
5740 Initialization
5741 ***********************************************************************/
5743 /* Keep this list in the same order as frame_parms in frame.c.
5744 Use 0 for unsupported frame parameters. */
5746 frame_parm_handler x_frame_parm_handlers[] =
5748 x_set_autoraise,
5749 x_set_autolower,
5750 x_set_background_color,
5751 x_set_border_color,
5752 x_set_border_width,
5753 x_set_cursor_color,
5754 x_set_cursor_type,
5755 x_set_font,
5756 x_set_foreground_color,
5757 x_set_icon_name,
5758 x_set_icon_type,
5759 x_set_internal_border_width,
5760 x_set_menu_bar_lines,
5761 x_set_mouse_color,
5762 x_explicitly_set_name,
5763 x_set_scroll_bar_width,
5764 x_set_title,
5765 x_set_unsplittable,
5766 x_set_vertical_scroll_bars,
5767 x_set_visibility,
5768 x_set_tool_bar_lines,
5769 x_set_scroll_bar_foreground,
5770 x_set_scroll_bar_background,
5771 x_set_screen_gamma,
5772 x_set_line_spacing,
5773 x_set_fringe_width,
5774 x_set_fringe_width,
5775 x_set_wait_for_wm,
5776 x_set_fullscreen,
5777 x_set_font_backend,
5778 x_set_alpha,
5779 x_set_sticky,
5782 void
5783 syms_of_xfns ()
5785 /* This is zero if not using X windows. */
5786 x_in_use = 0;
5788 /* The section below is built by the lisp expression at the top of the file,
5789 just above where these variables are declared. */
5790 /*&&& init symbols here &&&*/
5791 Qnone = intern ("none");
5792 staticpro (&Qnone);
5793 Qsuppress_icon = intern ("suppress-icon");
5794 staticpro (&Qsuppress_icon);
5795 Qundefined_color = intern ("undefined-color");
5796 staticpro (&Qundefined_color);
5797 Qcompound_text = intern ("compound-text");
5798 staticpro (&Qcompound_text);
5799 Qcancel_timer = intern ("cancel-timer");
5800 staticpro (&Qcancel_timer);
5801 Qfont_param = intern ("font-parameter");
5802 staticpro (&Qfont_param);
5803 /* This is the end of symbol initialization. */
5805 /* Text property `display' should be nonsticky by default. */
5806 Vtext_property_default_nonsticky
5807 = Fcons (Fcons (Qdisplay, Qt), Vtext_property_default_nonsticky);
5810 Fput (Qundefined_color, Qerror_conditions,
5811 Fcons (Qundefined_color, Fcons (Qerror, Qnil)));
5812 Fput (Qundefined_color, Qerror_message,
5813 build_string ("Undefined color"));
5815 DEFVAR_LISP ("x-pointer-shape", &Vx_pointer_shape,
5816 doc: /* The shape of the pointer when over text.
5817 Changing the value does not affect existing frames
5818 unless you set the mouse color. */);
5819 Vx_pointer_shape = Qnil;
5821 #if 0 /* This doesn't really do anything. */
5822 DEFVAR_LISP ("x-nontext-pointer-shape", &Vx_nontext_pointer_shape,
5823 doc: /* The shape of the pointer when not over text.
5824 This variable takes effect when you create a new frame
5825 or when you set the mouse color. */);
5826 #endif
5827 Vx_nontext_pointer_shape = Qnil;
5829 DEFVAR_LISP ("x-hourglass-pointer-shape", &Vx_hourglass_pointer_shape,
5830 doc: /* The shape of the pointer when Emacs is busy.
5831 This variable takes effect when you create a new frame
5832 or when you set the mouse color. */);
5833 Vx_hourglass_pointer_shape = Qnil;
5835 #if 0 /* This doesn't really do anything. */
5836 DEFVAR_LISP ("x-mode-pointer-shape", &Vx_mode_pointer_shape,
5837 doc: /* The shape of the pointer when over the mode line.
5838 This variable takes effect when you create a new frame
5839 or when you set the mouse color. */);
5840 #endif
5841 Vx_mode_pointer_shape = Qnil;
5843 DEFVAR_LISP ("x-sensitive-text-pointer-shape",
5844 &Vx_sensitive_text_pointer_shape,
5845 doc: /* The shape of the pointer when over mouse-sensitive text.
5846 This variable takes effect when you create a new frame
5847 or when you set the mouse color. */);
5848 Vx_sensitive_text_pointer_shape = Qnil;
5850 DEFVAR_LISP ("x-window-horizontal-drag-cursor",
5851 &Vx_window_horizontal_drag_shape,
5852 doc: /* Pointer shape to use for indicating a window can be dragged horizontally.
5853 This variable takes effect when you create a new frame
5854 or when you set the mouse color. */);
5855 Vx_window_horizontal_drag_shape = Qnil;
5857 DEFVAR_LISP ("x-cursor-fore-pixel", &Vx_cursor_fore_pixel,
5858 doc: /* A string indicating the foreground color of the cursor box. */);
5859 Vx_cursor_fore_pixel = Qnil;
5861 DEFVAR_LISP ("x-max-tooltip-size", &Vx_max_tooltip_size,
5862 doc: /* Maximum size for tooltips. Value is a pair (COLUMNS . ROWS).
5863 Text larger than this is clipped. */);
5864 Vx_max_tooltip_size = Fcons (make_number (80), make_number (40));
5866 DEFVAR_LISP ("x-no-window-manager", &Vx_no_window_manager,
5867 doc: /* Non-nil if no X window manager is in use.
5868 Emacs doesn't try to figure this out; this is always nil
5869 unless you set it to something else. */);
5870 /* We don't have any way to find this out, so set it to nil
5871 and maybe the user would like to set it to t. */
5872 Vx_no_window_manager = Qnil;
5874 DEFVAR_LISP ("x-pixel-size-width-font-regexp",
5875 &Vx_pixel_size_width_font_regexp,
5876 doc: /* Regexp matching a font name whose width is the same as `PIXEL_SIZE'.
5878 Since Emacs gets width of a font matching with this regexp from
5879 PIXEL_SIZE field of the name, font finding mechanism gets faster for
5880 such a font. This is especially effective for such large fonts as
5881 Chinese, Japanese, and Korean. */);
5882 Vx_pixel_size_width_font_regexp = Qnil;
5884 /* This is not ifdef:ed, so other builds than GTK can customize it. */
5885 DEFVAR_BOOL ("x-gtk-use-old-file-dialog", &x_gtk_use_old_file_dialog,
5886 doc: /* *Non-nil means prompt with the old GTK file selection dialog.
5887 If nil or if the file selection dialog is not available, the new GTK file
5888 chooser is used instead. To turn off all file dialogs set the
5889 variable `use-file-dialog'. */);
5890 x_gtk_use_old_file_dialog = 0;
5892 DEFVAR_BOOL ("x-gtk-show-hidden-files", &x_gtk_show_hidden_files,
5893 doc: /* *If non-nil, the GTK file chooser will by default show hidden files.
5894 Note that this is just the default, there is a toggle button on the file
5895 chooser to show or not show hidden files on a case by case basis. */);
5896 x_gtk_show_hidden_files = 0;
5898 DEFVAR_BOOL ("x-gtk-file-dialog-help-text", &x_gtk_file_dialog_help_text,
5899 doc: /* *If non-nil, the GTK file chooser will show additional help text.
5900 If more space for files in the file chooser dialog is wanted, set this to nil
5901 to turn the additional text off. */);
5902 x_gtk_file_dialog_help_text = 1;
5904 DEFVAR_BOOL ("x-gtk-whole-detached-tool-bar", &x_gtk_whole_detached_tool_bar,
5905 doc: /* *If non-nil, a detached tool bar is shown in full.
5906 The default is to just show an arrow and pressing on that arrow shows
5907 the tool bar buttons. */);
5908 x_gtk_whole_detached_tool_bar = 0;
5910 Fprovide (intern ("x"), Qnil);
5912 #ifdef USE_X_TOOLKIT
5913 Fprovide (intern ("x-toolkit"), Qnil);
5914 #ifdef USE_MOTIF
5915 Fprovide (intern ("motif"), Qnil);
5917 DEFVAR_LISP ("motif-version-string", &Vmotif_version_string,
5918 doc: /* Version info for LessTif/Motif. */);
5919 Vmotif_version_string = build_string (XmVERSION_STRING);
5920 #endif /* USE_MOTIF */
5921 #endif /* USE_X_TOOLKIT */
5923 #ifdef USE_GTK
5924 /* Provide x-toolkit also for GTK. Internally GTK does not use Xt so it
5925 is not an X toolkit in that sense (USE_X_TOOLKIT is not defined).
5926 But for a user it is a toolkit for X, and indeed, configure
5927 accepts --with-x-toolkit=gtk. */
5928 Fprovide (intern ("x-toolkit"), Qnil);
5929 Fprovide (intern ("gtk"), Qnil);
5931 DEFVAR_LISP ("gtk-version-string", &Vgtk_version_string,
5932 doc: /* Version info for GTK+. */);
5934 char gtk_version[40];
5935 g_snprintf (gtk_version, sizeof (gtk_version), "%u.%u.%u",
5936 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
5937 Vgtk_version_string = build_string (gtk_version);
5939 #endif /* USE_GTK */
5941 /* X window properties. */
5942 defsubr (&Sx_change_window_property);
5943 defsubr (&Sx_delete_window_property);
5944 defsubr (&Sx_window_property);
5946 defsubr (&Sxw_display_color_p);
5947 defsubr (&Sx_display_grayscale_p);
5948 defsubr (&Sxw_color_defined_p);
5949 defsubr (&Sxw_color_values);
5950 defsubr (&Sx_server_max_request_size);
5951 defsubr (&Sx_server_vendor);
5952 defsubr (&Sx_server_version);
5953 defsubr (&Sx_display_pixel_width);
5954 defsubr (&Sx_display_pixel_height);
5955 defsubr (&Sx_display_mm_width);
5956 defsubr (&Sx_display_mm_height);
5957 defsubr (&Sx_display_screens);
5958 defsubr (&Sx_display_planes);
5959 defsubr (&Sx_display_color_cells);
5960 defsubr (&Sx_display_visual_class);
5961 defsubr (&Sx_display_backing_store);
5962 defsubr (&Sx_display_save_under);
5963 defsubr (&Sx_wm_set_size_hint);
5964 defsubr (&Sx_create_frame);
5965 defsubr (&Sx_open_connection);
5966 defsubr (&Sx_close_connection);
5967 defsubr (&Sx_display_list);
5968 defsubr (&Sx_synchronize);
5969 defsubr (&Sx_focus_frame);
5970 defsubr (&Sx_backspace_delete_keys_p);
5972 /* Setting callback functions for fontset handler. */
5973 check_window_system_func = check_x;
5975 defsubr (&Sx_show_tip);
5976 defsubr (&Sx_hide_tip);
5977 tip_timer = Qnil;
5978 staticpro (&tip_timer);
5979 tip_frame = Qnil;
5980 staticpro (&tip_frame);
5982 last_show_tip_args = Qnil;
5983 staticpro (&last_show_tip_args);
5985 defsubr (&Sx_uses_old_gtk_dialog);
5986 #if defined (USE_MOTIF) || defined (USE_GTK)
5987 defsubr (&Sx_file_dialog);
5988 #endif
5990 #if defined (USE_GTK) && defined (HAVE_FREETYPE)
5991 defsubr (&Sx_select_font);
5992 x_last_font_name = NULL;
5993 #endif
5996 #endif /* HAVE_X_WINDOWS */
5998 /* arch-tag: 55040d02-5485-4d58-8b22-95a7a05f3288
5999 (do not change this comment) */