1 /* X Communication module for terminals which understand the X protocol.
2 Copyright (C) 1989, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
3 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 /* New display code by Gerd Moellmann <gerd@gnu.org>. */
22 /* Xt features made by Fred Pierresteguy. */
26 /* On 4.3 these lose if they come after xterm.h. */
27 /* Putting these at the beginning seems to be standard for other .c files. */
36 #include "blockinput.h"
38 /* Need syssignal.h for various externs and definitions that may be required
39 by some configurations for calls to signal later in this source file. */
40 #include "syssignal.h"
42 /* This may include sys/types.h, and that somehow loses
43 if this is not done before the other system files. */
45 #include <X11/cursorfont.h>
47 /* Load sys/types.h if not already loaded.
48 In some systems loading it twice is suicidal. */
50 #include <sys/types.h>
54 #include <sys/ioctl.h>
55 #endif /* ! defined (BSD_SYSTEM) */
59 #ifndef INCLUDED_FCNTL
66 /* Caused redefinition of DBL_DIG on Netbsd; seems not to be needed. */
67 /* #include <sys/param.h> */
70 #include "character.h"
73 #include "dispextern.h"
75 #include "termhooks.h"
78 #include "emacs-icon.h"
83 #include "intervals.h"
91 #include <X11/Shell.h>
94 #ifdef HAVE_SYS_TIME_H
106 extern int xlwmenu_window_p
P_ ((Widget w
, Window window
));
107 extern void xlwmenu_redisplay
P_ ((Widget
));
110 #if defined (USE_X_TOOLKIT) || defined (USE_GTK)
112 extern void free_frame_menubar
P_ ((struct frame
*));
116 #if !defined(NO_EDITRES)
118 extern void _XEditResCheckMessages ();
119 #endif /* not NO_EDITRES */
121 /* Include toolkit specific headers for the scroll bar widget. */
123 #ifdef USE_TOOLKIT_SCROLL_BARS
124 #if defined USE_MOTIF
125 #include <Xm/Xm.h> /* for LESSTIF_VERSION */
126 #include <Xm/ScrollBar.h>
127 #else /* !USE_MOTIF i.e. use Xaw */
130 #include <X11/Xaw3d/Simple.h>
131 #include <X11/Xaw3d/Scrollbar.h>
132 #include <X11/Xaw3d/ThreeD.h>
133 #else /* !HAVE_XAW3D */
134 #include <X11/Xaw/Simple.h>
135 #include <X11/Xaw/Scrollbar.h>
136 #endif /* !HAVE_XAW3D */
138 #define XtNpickTop "pickTop"
139 #endif /* !XtNpickTop */
140 #endif /* !USE_MOTIF */
141 #endif /* USE_TOOLKIT_SCROLL_BARS */
143 #endif /* USE_X_TOOLKIT */
147 #ifndef XtNinitialState
148 #define XtNinitialState "initialState"
152 /* Default to using XIM if available. */
156 int use_xim
= 0; /* configure --without-xim */
161 /* Non-nil means Emacs uses toolkit scroll bars. */
163 Lisp_Object Vx_toolkit_scroll_bars
;
165 /* Non-zero means that a HELP_EVENT has been generated since Emacs
168 static int any_help_event_p
;
170 /* Last window where we saw the mouse. Used by mouse-autoselect-window. */
171 static Lisp_Object last_window
;
173 /* Non-zero means make use of UNDERLINE_POSITION font properties. */
175 int x_use_underline_position_properties
;
177 /* Non-zero means to draw the underline at the same place as the descent line. */
179 int x_underline_at_descent_line
;
181 /* This is a chain of structures for all the X displays currently in
184 struct x_display_info
*x_display_list
;
186 /* This is a list of cons cells, each of the form (NAME
187 . FONT-LIST-CACHE), one for each element of x_display_list and in
188 the same order. NAME is the name of the frame. FONT-LIST-CACHE
189 records previous values returned by x-list-fonts. */
191 Lisp_Object x_display_name_list
;
193 /* Frame being updated by update_frame. This is declared in term.c.
194 This is set by update_begin and looked at by all the XT functions.
195 It is zero while not inside an update. In that case, the XT
196 functions assume that `selected_frame' is the frame to apply to. */
198 extern struct frame
*updating_frame
;
200 /* This is a frame waiting to be auto-raised, within XTread_socket. */
202 struct frame
*pending_autoraise_frame
;
205 /* The application context for Xt use. */
206 XtAppContext Xt_app_con
;
207 static String Xt_default_resources
[] = {0};
208 #endif /* USE_X_TOOLKIT */
210 /* Non-zero means user is interacting with a toolkit scroll bar. */
212 static int toolkit_scroll_bar_interaction
;
214 /* Non-zero means to not move point as a result of clicking on a
215 frame to focus it (when focus-follows-mouse is nil). */
217 int x_mouse_click_focus_ignore_position
;
219 /* Non-zero timeout value means ignore next mouse click if it arrives
220 before that timeout elapses (i.e. as part of the same sequence of
221 events resulting from clicking on a frame to select it). */
223 static unsigned long ignore_next_mouse_click_timeout
;
227 Formerly, we used PointerMotionHintMask (in standard_event_mask)
228 so that we would have to call XQueryPointer after each MotionNotify
229 event to ask for another such event. However, this made mouse tracking
230 slow, and there was a bug that made it eventually stop.
232 Simply asking for MotionNotify all the time seems to work better.
234 In order to avoid asking for motion events and then throwing most
235 of them away or busy-polling the server for mouse positions, we ask
236 the server for pointer motion hints. This means that we get only
237 one event per group of mouse movements. "Groups" are delimited by
238 other kinds of events (focus changes and button clicks, for
239 example), or by XQueryPointer calls; when one of these happens, we
240 get another MotionNotify event the next time the mouse moves. This
241 is at least as efficient as getting motion events when mouse
242 tracking is on, and I suspect only negligibly worse when tracking
245 /* Where the mouse was last time we reported a mouse event. */
247 static XRectangle last_mouse_glyph
;
248 static FRAME_PTR last_mouse_glyph_frame
;
249 static Lisp_Object last_mouse_press_frame
;
251 /* The scroll bar in which the last X motion event occurred.
253 If the last X motion event occurred in a scroll bar, we set this so
254 XTmouse_position can know whether to report a scroll bar motion or
257 If the last X motion event didn't occur in a scroll bar, we set
258 this to Qnil, to tell XTmouse_position to return an ordinary motion
261 static Lisp_Object last_mouse_scroll_bar
;
263 /* This is a hack. We would really prefer that XTmouse_position would
264 return the time associated with the position it returns, but there
265 doesn't seem to be any way to wrest the time-stamp from the server
266 along with the position query. So, we just keep track of the time
267 of the last movement we received, and return that in hopes that
268 it's somewhat accurate. */
270 static Time last_mouse_movement_time
;
272 /* Time for last user interaction as returned in X events. */
274 static Time last_user_time
;
276 /* Incremented by XTread_socket whenever it really tries to read
280 static int volatile input_signal_count
;
282 static int input_signal_count
;
285 /* Used locally within XTread_socket. */
287 static int x_noop_count
;
289 /* Initial values of argv and argc. */
291 extern char **initial_argv
;
292 extern int initial_argc
;
294 extern Lisp_Object Vcommand_line_args
, Vsystem_name
;
296 /* Tells if a window manager is present or not. */
298 extern Lisp_Object Vx_no_window_manager
;
300 extern Lisp_Object Qeql
;
304 /* A mask of extra modifier bits to put into every keyboard char. */
306 extern EMACS_INT extra_keyboard_modifiers
;
308 /* The keysyms to use for the various modifiers. */
310 Lisp_Object Vx_alt_keysym
, Vx_hyper_keysym
, Vx_meta_keysym
, Vx_super_keysym
;
311 Lisp_Object Vx_keysym_table
;
312 static Lisp_Object Qalt
, Qhyper
, Qmeta
, Qsuper
, Qmodifier_value
;
314 static Lisp_Object Qvendor_specific_keysyms
;
315 static Lisp_Object Qlatin_1
;
318 /* The name of the Emacs icon file. */
319 static Lisp_Object xg_default_icon_file
;
321 /* Used in gtkutil.c. */
322 Lisp_Object Qx_gtk_map_stock
;
325 /* Used in x_flush. */
327 extern Lisp_Object Vinhibit_redisplay
;
329 extern XrmDatabase x_load_resources
P_ ((Display
*, char *, char *, char *));
330 extern int x_bitmap_mask
P_ ((FRAME_PTR
, int));
332 static int x_alloc_nearest_color_1
P_ ((Display
*, Colormap
, XColor
*));
333 static void x_set_window_size_1
P_ ((struct frame
*, int, int, int));
334 static const XColor
*x_color_cells
P_ ((Display
*, int *));
335 static void x_update_window_end
P_ ((struct window
*, int, int));
337 static int x_io_error_quitter
P_ ((Display
*));
338 static struct terminal
*x_create_terminal
P_ ((struct x_display_info
*));
339 void x_delete_terminal
P_ ((struct terminal
*));
340 static void x_update_end
P_ ((struct frame
*));
341 static void XTframe_up_to_date
P_ ((struct frame
*));
342 static void XTset_terminal_modes
P_ ((struct terminal
*));
343 static void XTreset_terminal_modes
P_ ((struct terminal
*));
344 static void x_clear_frame
P_ ((struct frame
*));
345 static void frame_highlight
P_ ((struct frame
*));
346 static void frame_unhighlight
P_ ((struct frame
*));
347 static void x_new_focus_frame
P_ ((struct x_display_info
*, struct frame
*));
348 static void x_focus_changed
P_ ((int, int, struct x_display_info
*,
349 struct frame
*, struct input_event
*));
350 static void x_detect_focus_change
P_ ((struct x_display_info
*,
351 XEvent
*, struct input_event
*));
352 static void XTframe_rehighlight
P_ ((struct frame
*));
353 static void x_frame_rehighlight
P_ ((struct x_display_info
*));
354 static void x_draw_hollow_cursor
P_ ((struct window
*, struct glyph_row
*));
355 static void x_draw_bar_cursor
P_ ((struct window
*, struct glyph_row
*, int,
356 enum text_cursor_kinds
));
358 static void x_clip_to_row
P_ ((struct window
*, struct glyph_row
*, int, GC
));
359 static void x_flush
P_ ((struct frame
*f
));
360 static void x_update_begin
P_ ((struct frame
*));
361 static void x_update_window_begin
P_ ((struct window
*));
362 static void x_after_update_window_line
P_ ((struct glyph_row
*));
363 static struct scroll_bar
*x_window_to_scroll_bar
P_ ((Display
*, Window
));
364 static void x_scroll_bar_report_motion
P_ ((struct frame
**, Lisp_Object
*,
365 enum scroll_bar_part
*,
366 Lisp_Object
*, Lisp_Object
*,
368 static void x_handle_net_wm_state
P_ ((struct frame
*, XPropertyEvent
*));
369 static void x_check_fullscreen
P_ ((struct frame
*));
370 static void x_check_expected_move
P_ ((struct frame
*, int, int));
371 static void x_sync_with_move
P_ ((struct frame
*, int, int, int));
372 static int handle_one_xevent
P_ ((struct x_display_info
*, XEvent
*,
373 int *, struct input_event
*));
374 /* Don't declare this NO_RETURN because we want no
375 interference with debugging failing X calls. */
376 static SIGTYPE x_connection_closed
P_ ((Display
*, char *));
379 /* Flush display of frame F, or of all frames if F is null. */
385 /* Don't call XFlush when it is not safe to redisplay; the X
386 connection may be broken. */
387 if (!NILP (Vinhibit_redisplay
))
393 Lisp_Object rest
, frame
;
394 FOR_EACH_FRAME (rest
, frame
)
395 if (FRAME_X_P (XFRAME (frame
)))
396 x_flush (XFRAME (frame
));
398 else if (FRAME_X_P (f
))
399 XFlush (FRAME_X_DISPLAY (f
));
404 /* Remove calls to XFlush by defining XFlush to an empty replacement.
405 Calls to XFlush should be unnecessary because the X output buffer
406 is flushed automatically as needed by calls to XPending,
407 XNextEvent, or XWindowEvent according to the XFlush man page.
408 XTread_socket calls XPending. Removing XFlush improves
411 #define XFlush(DISPLAY) (void) 0
414 /***********************************************************************
416 ***********************************************************************/
420 /* This is a function useful for recording debugging information about
421 the sequence of occurrences in this file. */
429 struct record event_record
[100];
431 int event_record_index
;
433 record_event (locus
, type
)
437 if (event_record_index
== sizeof (event_record
) / sizeof (struct record
))
438 event_record_index
= 0;
440 event_record
[event_record_index
].locus
= locus
;
441 event_record
[event_record_index
].type
= type
;
442 event_record_index
++;
449 /* Return the struct x_display_info corresponding to DPY. */
451 struct x_display_info
*
452 x_display_info_for_display (dpy
)
455 struct x_display_info
*dpyinfo
;
457 for (dpyinfo
= x_display_list
; dpyinfo
; dpyinfo
= dpyinfo
->next
)
458 if (dpyinfo
->display
== dpy
)
464 #define OPAQUE 0xffffffff
465 #define OPACITY "_NET_WM_WINDOW_OPACITY"
468 x_set_frame_alpha (f
)
471 struct x_display_info
*dpyinfo
= FRAME_X_DISPLAY_INFO (f
);
472 Display
*dpy
= FRAME_X_DISPLAY (f
);
473 Window win
= FRAME_OUTER_WINDOW (f
);
475 double alpha_min
= 1.0;
478 if (FRAME_X_DISPLAY_INFO (f
)->root_window
!= FRAME_X_OUTPUT (f
)->parent_desc
)
479 /* Since the WM decoration lies under the FRAME_OUTER_WINDOW,
480 we must treat the former instead of the latter. */
481 win
= FRAME_X_OUTPUT(f
)->parent_desc
;
483 if (dpyinfo
->x_highlight_frame
== f
)
488 if (FLOATP (Vframe_alpha_lower_limit
))
489 alpha_min
= XFLOAT_DATA (Vframe_alpha_lower_limit
);
490 else if (INTEGERP (Vframe_alpha_lower_limit
))
491 alpha_min
= (XINT (Vframe_alpha_lower_limit
)) / 100.0;
495 else if (alpha
> 1.0)
497 else if (0.0 <= alpha
&& alpha
< alpha_min
&& alpha_min
<= 1.0)
500 opac
= alpha
* OPAQUE
;
502 /* return unless necessary */
507 unsigned long n
, left
;
509 x_catch_errors (dpy
);
510 rc
= XGetWindowProperty(dpy
, win
, XInternAtom(dpy
, OPACITY
, False
),
511 0L, 1L, False
, XA_CARDINAL
,
512 &actual
, &format
, &n
, &left
,
515 if (rc
== Success
&& actual
!= None
)
516 if (*(unsigned long *)data
== opac
)
518 XFree ((void *) data
);
523 XFree ((void *) data
);
527 x_catch_errors (dpy
);
528 XChangeProperty (dpy
, win
, XInternAtom (dpy
, OPACITY
, False
),
529 XA_CARDINAL
, 32, PropModeReplace
,
530 (unsigned char *) &opac
, 1L);
535 x_display_pixel_height (dpyinfo
)
536 struct x_display_info
*dpyinfo
;
538 return HeightOfScreen (dpyinfo
->screen
);
542 x_display_pixel_width (dpyinfo
)
543 struct x_display_info
*dpyinfo
;
545 return WidthOfScreen (dpyinfo
->screen
);
549 /***********************************************************************
550 Starting and ending an update
551 ***********************************************************************/
553 /* Start an update of frame F. This function is installed as a hook
554 for update_begin, i.e. it is called when update_begin is called.
555 This function is called prior to calls to x_update_window_begin for
556 each window being updated. Currently, there is nothing to do here
557 because all interesting stuff is done on a window basis. */
567 /* Start update of window W. Set the global variable updated_window
568 to the window being updated and set output_cursor to the cursor
572 x_update_window_begin (w
)
575 struct frame
*f
= XFRAME (WINDOW_FRAME (w
));
576 struct x_display_info
*display_info
= FRAME_X_DISPLAY_INFO (f
);
579 set_output_cursor (&w
->cursor
);
583 if (f
== display_info
->mouse_face_mouse_frame
)
585 /* Don't do highlighting for mouse motion during the update. */
586 display_info
->mouse_face_defer
= 1;
588 /* If F needs to be redrawn, simply forget about any prior mouse
590 if (FRAME_GARBAGED_P (f
))
591 display_info
->mouse_face_window
= Qnil
;
598 /* Draw a vertical window border from (x,y0) to (x,y1) */
601 x_draw_vertical_window_border (w
, x
, y0
, y1
)
605 struct frame
*f
= XFRAME (WINDOW_FRAME (w
));
608 face
= FACE_FROM_ID (f
, VERTICAL_BORDER_FACE_ID
);
610 XSetForeground (FRAME_X_DISPLAY (f
), f
->output_data
.x
->normal_gc
,
613 XDrawLine (FRAME_X_DISPLAY (f
), FRAME_X_WINDOW (f
),
614 f
->output_data
.x
->normal_gc
, x
, y0
, x
, y1
);
617 /* End update of window W (which is equal to updated_window).
619 Draw vertical borders between horizontally adjacent windows, and
620 display W's cursor if CURSOR_ON_P is non-zero.
622 MOUSE_FACE_OVERWRITTEN_P non-zero means that some row containing
623 glyphs in mouse-face were overwritten. In that case we have to
624 make sure that the mouse-highlight is properly redrawn.
626 W may be a menu bar pseudo-window in case we don't have X toolkit
627 support. Such windows don't have a cursor, so don't display it
631 x_update_window_end (w
, cursor_on_p
, mouse_face_overwritten_p
)
633 int cursor_on_p
, mouse_face_overwritten_p
;
635 struct x_display_info
*dpyinfo
= FRAME_X_DISPLAY_INFO (XFRAME (w
->frame
));
637 if (!w
->pseudo_window_p
)
642 display_and_set_cursor (w
, 1, output_cursor
.hpos
,
644 output_cursor
.x
, output_cursor
.y
);
646 if (draw_window_fringes (w
, 1))
647 x_draw_vertical_border (w
);
652 /* If a row with mouse-face was overwritten, arrange for
653 XTframe_up_to_date to redisplay the mouse highlight. */
654 if (mouse_face_overwritten_p
)
656 dpyinfo
->mouse_face_beg_row
= dpyinfo
->mouse_face_beg_col
= -1;
657 dpyinfo
->mouse_face_end_row
= dpyinfo
->mouse_face_end_col
= -1;
658 dpyinfo
->mouse_face_window
= Qnil
;
661 updated_window
= NULL
;
665 /* End update of frame F. This function is installed as a hook in
672 /* Mouse highlight may be displayed again. */
673 FRAME_X_DISPLAY_INFO (f
)->mouse_face_defer
= 0;
677 XFlush (FRAME_X_DISPLAY (f
));
683 /* This function is called from various places in xdisp.c whenever a
684 complete update has been performed. The global variable
685 updated_window is not available here. */
688 XTframe_up_to_date (f
)
693 struct x_display_info
*dpyinfo
= FRAME_X_DISPLAY_INFO (f
);
695 if (dpyinfo
->mouse_face_deferred_gc
696 || f
== dpyinfo
->mouse_face_mouse_frame
)
699 if (dpyinfo
->mouse_face_mouse_frame
)
700 note_mouse_highlight (dpyinfo
->mouse_face_mouse_frame
,
701 dpyinfo
->mouse_face_mouse_x
,
702 dpyinfo
->mouse_face_mouse_y
);
703 dpyinfo
->mouse_face_deferred_gc
= 0;
710 /* Draw truncation mark bitmaps, continuation mark bitmaps, overlay
711 arrow bitmaps, or clear the fringes if no bitmaps are required
712 before DESIRED_ROW is made current. The window being updated is
713 found in updated_window. This function It is called from
714 update_window_line only if it is known that there are differences
715 between bitmaps to be drawn between current row and DESIRED_ROW. */
718 x_after_update_window_line (desired_row
)
719 struct glyph_row
*desired_row
;
721 struct window
*w
= updated_window
;
727 if (!desired_row
->mode_line_p
&& !w
->pseudo_window_p
)
728 desired_row
->redraw_fringe_bitmaps_p
= 1;
730 /* When a window has disappeared, make sure that no rest of
731 full-width rows stays visible in the internal border. Could
732 check here if updated_window is the leftmost/rightmost window,
733 but I guess it's not worth doing since vertically split windows
734 are almost never used, internal border is rarely set, and the
735 overhead is very small. */
736 if (windows_or_buffers_changed
737 && desired_row
->full_width_p
738 && (f
= XFRAME (w
->frame
),
739 width
= FRAME_INTERNAL_BORDER_WIDTH (f
),
741 && (height
= desired_row
->visible_height
,
744 int y
= WINDOW_TO_FRAME_PIXEL_Y (w
, max (0, desired_row
->y
));
746 /* Internal border is drawn below the tool bar. */
747 if (WINDOWP (f
->tool_bar_window
)
748 && w
== XWINDOW (f
->tool_bar_window
))
752 x_clear_area (FRAME_X_DISPLAY (f
), FRAME_X_WINDOW (f
),
753 0, y
, width
, height
, False
);
754 x_clear_area (FRAME_X_DISPLAY (f
), FRAME_X_WINDOW (f
),
755 FRAME_PIXEL_WIDTH (f
) - width
,
756 y
, width
, height
, False
);
762 x_draw_fringe_bitmap (w
, row
, p
)
764 struct glyph_row
*row
;
765 struct draw_fringe_bitmap_params
*p
;
767 struct frame
*f
= XFRAME (WINDOW_FRAME (w
));
768 Display
*display
= FRAME_X_DISPLAY (f
);
769 Window window
= FRAME_X_WINDOW (f
);
770 GC gc
= f
->output_data
.x
->normal_gc
;
771 struct face
*face
= p
->face
;
774 /* Must clip because of partially visible lines. */
775 rowY
= WINDOW_TO_FRAME_PIXEL_Y (w
, row
->y
);
778 /* Adjust position of "bottom aligned" bitmap on partially
781 int oldVH
= row
->visible_height
;
782 row
->visible_height
= p
->h
;
783 row
->y
-= rowY
- p
->y
;
784 x_clip_to_row (w
, row
, -1, gc
);
786 row
->visible_height
= oldVH
;
789 x_clip_to_row (w
, row
, -1, gc
);
793 int bx
= p
->bx
, by
= p
->by
, nx
= p
->nx
, ny
= p
->ny
;
795 /* In case the same realized face is used for fringes and
796 for something displayed in the text (e.g. face `region' on
797 mono-displays, the fill style may have been changed to
798 FillSolid in x_draw_glyph_string_background. */
800 XSetFillStyle (display
, face
->gc
, FillOpaqueStippled
);
802 XSetForeground (display
, face
->gc
, face
->background
);
804 #ifdef USE_TOOLKIT_SCROLL_BARS
805 /* If the fringe is adjacent to the left (right) scroll bar of a
806 leftmost (rightmost, respectively) window, then extend its
807 background to the gap between the fringe and the bar. */
808 if ((WINDOW_LEFTMOST_P (w
)
809 && WINDOW_HAS_VERTICAL_SCROLL_BAR_ON_LEFT (w
))
810 || (WINDOW_RIGHTMOST_P (w
)
811 && WINDOW_HAS_VERTICAL_SCROLL_BAR_ON_RIGHT (w
)))
813 int sb_width
= WINDOW_CONFIG_SCROLL_BAR_WIDTH (w
);
817 int left
= WINDOW_SCROLL_BAR_AREA_X (w
);
818 int width
= (WINDOW_CONFIG_SCROLL_BAR_COLS (w
)
819 * FRAME_COLUMN_WIDTH (f
));
823 /* Bitmap fills the fringe. */
824 if (left
+ width
== p
->x
)
825 bx
= left
+ sb_width
;
826 else if (p
->x
+ p
->wd
== left
)
830 int header_line_height
= WINDOW_HEADER_LINE_HEIGHT (w
);
832 nx
= width
- sb_width
;
833 by
= WINDOW_TO_FRAME_PIXEL_Y (w
, max (header_line_height
,
835 ny
= row
->visible_height
;
840 if (left
+ width
== bx
)
842 bx
= left
+ sb_width
;
843 nx
+= width
- sb_width
;
845 else if (bx
+ nx
== left
)
846 nx
+= width
- sb_width
;
851 if (bx
>= 0 && nx
> 0)
852 XFillRectangle (display
, window
, face
->gc
, bx
, by
, nx
, ny
);
855 XSetForeground (display
, face
->gc
, face
->foreground
);
861 Pixmap pixmap
, clipmask
= (Pixmap
) 0;
862 int depth
= DefaultDepthOfScreen (FRAME_X_SCREEN (f
));
866 bits
= (unsigned char *)(p
->bits
+ p
->dh
);
868 bits
= (unsigned char *)p
->bits
+ p
->dh
;
870 /* Draw the bitmap. I believe these small pixmaps can be cached
872 pixmap
= XCreatePixmapFromBitmapData (display
, window
, bits
, p
->wd
, p
->h
,
874 ? (p
->overlay_p
? face
->background
875 : f
->output_data
.x
->cursor_pixel
)
877 face
->background
, depth
);
881 clipmask
= XCreatePixmapFromBitmapData (display
,
882 FRAME_X_DISPLAY_INFO (f
)->root_window
,
885 gcv
.clip_mask
= clipmask
;
886 gcv
.clip_x_origin
= p
->x
;
887 gcv
.clip_y_origin
= p
->y
;
888 XChangeGC (display
, gc
, GCClipMask
| GCClipXOrigin
| GCClipYOrigin
, &gcv
);
891 XCopyArea (display
, pixmap
, window
, gc
, 0, 0,
892 p
->wd
, p
->h
, p
->x
, p
->y
);
893 XFreePixmap (display
, pixmap
);
897 gcv
.clip_mask
= (Pixmap
) 0;
898 XChangeGC (display
, gc
, GCClipMask
, &gcv
);
899 XFreePixmap (display
, clipmask
);
903 XSetClipMask (display
, gc
, None
);
908 /* This is called when starting Emacs and when restarting after
909 suspend. When starting Emacs, no X window is mapped. And nothing
910 must be done to Emacs's own window if it is suspended (though that
914 XTset_terminal_modes (struct terminal
*terminal
)
918 /* This is called when exiting or suspending Emacs. Exiting will make
919 the X-windows go away, and suspending requires no action. */
922 XTreset_terminal_modes (struct terminal
*terminal
)
927 /***********************************************************************
929 ***********************************************************************/
933 static void x_set_glyph_string_clipping
P_ ((struct glyph_string
*));
934 static void x_set_glyph_string_gc
P_ ((struct glyph_string
*));
935 static void x_draw_glyph_string_background
P_ ((struct glyph_string
*,
937 static void x_draw_glyph_string_foreground
P_ ((struct glyph_string
*));
938 static void x_draw_composite_glyph_string_foreground
P_ ((struct glyph_string
*));
939 static void x_draw_glyph_string_box
P_ ((struct glyph_string
*));
940 static void x_draw_glyph_string
P_ ((struct glyph_string
*));
941 static void x_compute_glyph_string_overhangs
P_ ((struct glyph_string
*));
942 static void x_set_cursor_gc
P_ ((struct glyph_string
*));
943 static void x_set_mode_line_face_gc
P_ ((struct glyph_string
*));
944 static void x_set_mouse_face_gc
P_ ((struct glyph_string
*));
945 static int x_alloc_lighter_color
P_ ((struct frame
*, Display
*, Colormap
,
946 unsigned long *, double, int));
947 static void x_setup_relief_color
P_ ((struct frame
*, struct relief
*,
948 double, int, unsigned long));
949 static void x_setup_relief_colors
P_ ((struct glyph_string
*));
950 static void x_draw_image_glyph_string
P_ ((struct glyph_string
*));
951 static void x_draw_image_relief
P_ ((struct glyph_string
*));
952 static void x_draw_image_foreground
P_ ((struct glyph_string
*));
953 static void x_draw_image_foreground_1
P_ ((struct glyph_string
*, Pixmap
));
954 static void x_clear_glyph_string_rect
P_ ((struct glyph_string
*, int,
956 static void x_draw_relief_rect
P_ ((struct frame
*, int, int, int, int,
957 int, int, int, int, int, int,
959 static void x_draw_box_rect
P_ ((struct glyph_string
*, int, int, int, int,
960 int, int, int, XRectangle
*));
963 static void x_check_font
P_ ((struct frame
*, struct font
*));
967 /* Set S->gc to a suitable GC for drawing glyph string S in cursor
972 struct glyph_string
*s
;
974 if (s
->font
== FRAME_FONT (s
->f
)
975 && s
->face
->background
== FRAME_BACKGROUND_PIXEL (s
->f
)
976 && s
->face
->foreground
== FRAME_FOREGROUND_PIXEL (s
->f
)
978 s
->gc
= s
->f
->output_data
.x
->cursor_gc
;
981 /* Cursor on non-default face: must merge. */
985 xgcv
.background
= s
->f
->output_data
.x
->cursor_pixel
;
986 xgcv
.foreground
= s
->face
->background
;
988 /* If the glyph would be invisible, try a different foreground. */
989 if (xgcv
.foreground
== xgcv
.background
)
990 xgcv
.foreground
= s
->face
->foreground
;
991 if (xgcv
.foreground
== xgcv
.background
)
992 xgcv
.foreground
= s
->f
->output_data
.x
->cursor_foreground_pixel
;
993 if (xgcv
.foreground
== xgcv
.background
)
994 xgcv
.foreground
= s
->face
->foreground
;
996 /* Make sure the cursor is distinct from text in this face. */
997 if (xgcv
.background
== s
->face
->background
998 && xgcv
.foreground
== s
->face
->foreground
)
1000 xgcv
.background
= s
->face
->foreground
;
1001 xgcv
.foreground
= s
->face
->background
;
1004 IF_DEBUG (x_check_font (s
->f
, s
->font
));
1005 xgcv
.graphics_exposures
= False
;
1006 mask
= GCForeground
| GCBackground
| GCGraphicsExposures
;
1008 if (FRAME_X_DISPLAY_INFO (s
->f
)->scratch_cursor_gc
)
1009 XChangeGC (s
->display
, FRAME_X_DISPLAY_INFO (s
->f
)->scratch_cursor_gc
,
1012 FRAME_X_DISPLAY_INFO (s
->f
)->scratch_cursor_gc
1013 = XCreateGC (s
->display
, s
->window
, mask
, &xgcv
);
1015 s
->gc
= FRAME_X_DISPLAY_INFO (s
->f
)->scratch_cursor_gc
;
1020 /* Set up S->gc of glyph string S for drawing text in mouse face. */
1023 x_set_mouse_face_gc (s
)
1024 struct glyph_string
*s
;
1029 /* What face has to be used last for the mouse face? */
1030 face_id
= FRAME_X_DISPLAY_INFO (s
->f
)->mouse_face_face_id
;
1031 face
= FACE_FROM_ID (s
->f
, face_id
);
1033 face
= FACE_FROM_ID (s
->f
, MOUSE_FACE_ID
);
1035 if (s
->first_glyph
->type
== CHAR_GLYPH
)
1036 face_id
= FACE_FOR_CHAR (s
->f
, face
, s
->first_glyph
->u
.ch
, -1, Qnil
);
1038 face_id
= FACE_FOR_CHAR (s
->f
, face
, 0, -1, Qnil
);
1039 s
->face
= FACE_FROM_ID (s
->f
, face_id
);
1040 PREPARE_FACE_FOR_DISPLAY (s
->f
, s
->face
);
1042 if (s
->font
== s
->face
->font
)
1043 s
->gc
= s
->face
->gc
;
1046 /* Otherwise construct scratch_cursor_gc with values from FACE
1051 xgcv
.background
= s
->face
->background
;
1052 xgcv
.foreground
= s
->face
->foreground
;
1053 xgcv
.graphics_exposures
= False
;
1054 mask
= GCForeground
| GCBackground
| GCGraphicsExposures
;
1056 if (FRAME_X_DISPLAY_INFO (s
->f
)->scratch_cursor_gc
)
1057 XChangeGC (s
->display
, FRAME_X_DISPLAY_INFO (s
->f
)->scratch_cursor_gc
,
1060 FRAME_X_DISPLAY_INFO (s
->f
)->scratch_cursor_gc
1061 = XCreateGC (s
->display
, s
->window
, mask
, &xgcv
);
1063 s
->gc
= FRAME_X_DISPLAY_INFO (s
->f
)->scratch_cursor_gc
;
1066 xassert (s
->gc
!= 0);
1070 /* Set S->gc of glyph string S to a GC suitable for drawing a mode line.
1071 Faces to use in the mode line have already been computed when the
1072 matrix was built, so there isn't much to do, here. */
1075 x_set_mode_line_face_gc (s
)
1076 struct glyph_string
*s
;
1078 s
->gc
= s
->face
->gc
;
1082 /* Set S->gc of glyph string S for drawing that glyph string. Set
1083 S->stippled_p to a non-zero value if the face of S has a stipple
1087 x_set_glyph_string_gc (s
)
1088 struct glyph_string
*s
;
1090 PREPARE_FACE_FOR_DISPLAY (s
->f
, s
->face
);
1092 if (s
->hl
== DRAW_NORMAL_TEXT
)
1094 s
->gc
= s
->face
->gc
;
1095 s
->stippled_p
= s
->face
->stipple
!= 0;
1097 else if (s
->hl
== DRAW_INVERSE_VIDEO
)
1099 x_set_mode_line_face_gc (s
);
1100 s
->stippled_p
= s
->face
->stipple
!= 0;
1102 else if (s
->hl
== DRAW_CURSOR
)
1104 x_set_cursor_gc (s
);
1107 else if (s
->hl
== DRAW_MOUSE_FACE
)
1109 x_set_mouse_face_gc (s
);
1110 s
->stippled_p
= s
->face
->stipple
!= 0;
1112 else if (s
->hl
== DRAW_IMAGE_RAISED
1113 || s
->hl
== DRAW_IMAGE_SUNKEN
)
1115 s
->gc
= s
->face
->gc
;
1116 s
->stippled_p
= s
->face
->stipple
!= 0;
1120 s
->gc
= s
->face
->gc
;
1121 s
->stippled_p
= s
->face
->stipple
!= 0;
1124 /* GC must have been set. */
1125 xassert (s
->gc
!= 0);
1129 /* Set clipping for output of glyph string S. S may be part of a mode
1130 line or menu if we don't have X toolkit support. */
1133 x_set_glyph_string_clipping (s
)
1134 struct glyph_string
*s
;
1136 XRectangle
*r
= s
->clip
;
1137 int n
= get_glyph_string_clip_rects (s
, r
, 2);
1140 XSetClipRectangles (s
->display
, s
->gc
, 0, 0, r
, n
, Unsorted
);
1145 /* Set SRC's clipping for output of glyph string DST. This is called
1146 when we are drawing DST's left_overhang or right_overhang only in
1150 x_set_glyph_string_clipping_exactly (src
, dst
)
1151 struct glyph_string
*src
, *dst
;
1156 r
.width
= src
->width
;
1158 r
.height
= src
->height
;
1161 XSetClipRectangles (dst
->display
, dst
->gc
, 0, 0, &r
, 1, Unsorted
);
1166 Compute left and right overhang of glyph string S. */
1169 x_compute_glyph_string_overhangs (s
)
1170 struct glyph_string
*s
;
1173 && (s
->first_glyph
->type
== CHAR_GLYPH
1174 || s
->first_glyph
->type
== COMPOSITE_GLYPH
))
1176 struct font_metrics metrics
;
1178 if (s
->first_glyph
->type
== CHAR_GLYPH
)
1180 unsigned *code
= alloca (sizeof (unsigned) * s
->nchars
);
1181 struct font
*font
= s
->font
;
1184 for (i
= 0; i
< s
->nchars
; i
++)
1185 code
[i
] = (s
->char2b
[i
].byte1
<< 8) | s
->char2b
[i
].byte2
;
1186 font
->driver
->text_extents (font
, code
, s
->nchars
, &metrics
);
1190 Lisp_Object gstring
= composition_gstring_from_id (s
->cmp_id
);
1192 composition_gstring_width (gstring
, s
->cmp_from
, s
->cmp_to
, &metrics
);
1194 s
->right_overhang
= (metrics
.rbearing
> metrics
.width
1195 ? metrics
.rbearing
- metrics
.width
: 0);
1196 s
->left_overhang
= metrics
.lbearing
< 0 ? - metrics
.lbearing
: 0;
1200 s
->right_overhang
= s
->cmp
->rbearing
- s
->cmp
->pixel_width
;
1201 s
->left_overhang
= - s
->cmp
->lbearing
;
1206 /* Fill rectangle X, Y, W, H with background color of glyph string S. */
1209 x_clear_glyph_string_rect (s
, x
, y
, w
, h
)
1210 struct glyph_string
*s
;
1214 XGetGCValues (s
->display
, s
->gc
, GCForeground
| GCBackground
, &xgcv
);
1215 XSetForeground (s
->display
, s
->gc
, xgcv
.background
);
1216 XFillRectangle (s
->display
, s
->window
, s
->gc
, x
, y
, w
, h
);
1217 XSetForeground (s
->display
, s
->gc
, xgcv
.foreground
);
1221 /* Draw the background of glyph_string S. If S->background_filled_p
1222 is non-zero don't draw it. FORCE_P non-zero means draw the
1223 background even if it wouldn't be drawn normally. This is used
1224 when a string preceding S draws into the background of S, or S
1225 contains the first component of a composition. */
1228 x_draw_glyph_string_background (s
, force_p
)
1229 struct glyph_string
*s
;
1232 /* Nothing to do if background has already been drawn or if it
1233 shouldn't be drawn in the first place. */
1234 if (!s
->background_filled_p
)
1236 int box_line_width
= max (s
->face
->box_line_width
, 0);
1240 /* Fill background with a stipple pattern. */
1241 XSetFillStyle (s
->display
, s
->gc
, FillOpaqueStippled
);
1242 XFillRectangle (s
->display
, s
->window
, s
->gc
, s
->x
,
1243 s
->y
+ box_line_width
,
1244 s
->background_width
,
1245 s
->height
- 2 * box_line_width
);
1246 XSetFillStyle (s
->display
, s
->gc
, FillSolid
);
1247 s
->background_filled_p
= 1;
1249 else if (FONT_HEIGHT (s
->font
) < s
->height
- 2 * box_line_width
1250 || s
->font_not_found_p
1251 || s
->extends_to_end_of_line_p
1254 x_clear_glyph_string_rect (s
, s
->x
, s
->y
+ box_line_width
,
1255 s
->background_width
,
1256 s
->height
- 2 * box_line_width
);
1257 s
->background_filled_p
= 1;
1263 /* Draw the foreground of glyph string S. */
1266 x_draw_glyph_string_foreground (s
)
1267 struct glyph_string
*s
;
1271 /* If first glyph of S has a left box line, start drawing the text
1272 of S to the right of that box line. */
1273 if (s
->face
->box
!= FACE_NO_BOX
1274 && s
->first_glyph
->left_box_line_p
)
1275 x
= s
->x
+ eabs (s
->face
->box_line_width
);
1279 /* Draw characters of S as rectangles if S's font could not be
1281 if (s
->font_not_found_p
)
1283 for (i
= 0; i
< s
->nchars
; ++i
)
1285 struct glyph
*g
= s
->first_glyph
+ i
;
1286 XDrawRectangle (s
->display
, s
->window
,
1287 s
->gc
, x
, s
->y
, g
->pixel_width
- 1,
1289 x
+= g
->pixel_width
;
1294 struct font
*font
= s
->font
;
1295 int boff
= font
->baseline_offset
;
1298 if (font
->vertical_centering
)
1299 boff
= VCENTER_BASELINE_OFFSET (font
, s
->f
) - boff
;
1301 y
= s
->ybase
- boff
;
1303 || (s
->background_filled_p
&& s
->hl
!= DRAW_CURSOR
))
1304 font
->driver
->draw (s
, 0, s
->nchars
, x
, y
, 0);
1306 font
->driver
->draw (s
, 0, s
->nchars
, x
, y
, 1);
1307 if (s
->face
->overstrike
)
1308 font
->driver
->draw (s
, 0, s
->nchars
, x
+ 1, y
, 0);
1312 /* Draw the foreground of composite glyph string S. */
1315 x_draw_composite_glyph_string_foreground (s
)
1316 struct glyph_string
*s
;
1319 struct font
*font
= s
->font
;
1321 /* If first glyph of S has a left box line, start drawing the text
1322 of S to the right of that box line. */
1323 if (s
->face
&& s
->face
->box
!= FACE_NO_BOX
1324 && s
->first_glyph
->left_box_line_p
)
1325 x
= s
->x
+ eabs (s
->face
->box_line_width
);
1329 /* S is a glyph string for a composition. S->cmp_from is the index
1330 of the first character drawn for glyphs of this composition.
1331 S->cmp_from == 0 means we are drawing the very first character of
1332 this composition. */
1334 /* Draw a rectangle for the composition if the font for the very
1335 first character of the composition could not be loaded. */
1336 if (s
->font_not_found_p
)
1338 if (s
->cmp_from
== 0)
1339 XDrawRectangle (s
->display
, s
->window
, s
->gc
, x
, s
->y
,
1340 s
->width
- 1, s
->height
- 1);
1342 else if (! s
->first_glyph
->u
.cmp
.automatic
)
1346 for (i
= 0, j
= s
->cmp_from
; i
< s
->nchars
; i
++, j
++)
1347 if (COMPOSITION_GLYPH (s
->cmp
, j
) != '\t')
1349 int xx
= x
+ s
->cmp
->offsets
[j
* 2];
1350 int yy
= y
- s
->cmp
->offsets
[j
* 2 + 1];
1352 font
->driver
->draw (s
, j
, j
+ 1, xx
, yy
, 0);
1353 if (s
->face
->overstrike
)
1354 font
->driver
->draw (s
, j
, j
+ 1, xx
+ 1, yy
, 0);
1359 Lisp_Object gstring
= composition_gstring_from_id (s
->cmp_id
);
1364 for (i
= j
= s
->cmp_from
; i
< s
->cmp_to
; i
++)
1366 glyph
= LGSTRING_GLYPH (gstring
, i
);
1367 if (NILP (LGLYPH_ADJUSTMENT (glyph
)))
1368 width
+= LGLYPH_WIDTH (glyph
);
1371 int xoff
, yoff
, wadjust
;
1375 font
->driver
->draw (s
, j
, i
, x
, y
, 0);
1378 xoff
= LGLYPH_XOFF (glyph
);
1379 yoff
= LGLYPH_YOFF (glyph
);
1380 wadjust
= LGLYPH_WADJUST (glyph
);
1381 font
->driver
->draw (s
, i
, i
+ 1, x
+ xoff
, y
+ yoff
, 0);
1388 font
->driver
->draw (s
, j
, i
, x
, y
, 0);
1393 #ifdef USE_X_TOOLKIT
1395 static struct frame
*x_frame_of_widget
P_ ((Widget
));
1396 static Boolean cvt_string_to_pixel
P_ ((Display
*, XrmValue
*, Cardinal
*,
1397 XrmValue
*, XrmValue
*, XtPointer
*));
1398 static void cvt_pixel_dtor
P_ ((XtAppContext
, XrmValue
*, XtPointer
,
1399 XrmValue
*, Cardinal
*));
1402 /* Return the frame on which widget WIDGET is used.. Abort if frame
1403 cannot be determined. */
1405 static struct frame
*
1406 x_frame_of_widget (widget
)
1409 struct x_display_info
*dpyinfo
;
1413 dpyinfo
= x_display_info_for_display (XtDisplay (widget
));
1415 /* Find the top-level shell of the widget. Note that this function
1416 can be called when the widget is not yet realized, so XtWindow
1417 (widget) == 0. That's the reason we can't simply use
1418 x_any_window_to_frame. */
1419 while (!XtIsTopLevelShell (widget
))
1420 widget
= XtParent (widget
);
1422 /* Look for a frame with that top-level widget. Allocate the color
1423 on that frame to get the right gamma correction value. */
1424 for (tail
= Vframe_list
; CONSP (tail
); tail
= XCDR (tail
))
1425 if (FRAMEP (XCAR (tail
))
1426 && (f
= XFRAME (XCAR (tail
)),
1428 && f
->output_data
.nothing
!= 1
1429 && FRAME_X_DISPLAY_INFO (f
) == dpyinfo
))
1430 && f
->output_data
.x
->widget
== widget
)
1437 /* Allocate the color COLOR->pixel on the screen and display of
1438 widget WIDGET in colormap CMAP. If an exact match cannot be
1439 allocated, try the nearest color available. Value is non-zero
1440 if successful. This is called from lwlib. */
1443 x_alloc_nearest_color_for_widget (widget
, cmap
, color
)
1448 struct frame
*f
= x_frame_of_widget (widget
);
1449 return x_alloc_nearest_color (f
, cmap
, color
);
1453 /* Allocate a color which is lighter or darker than *PIXEL by FACTOR
1454 or DELTA. Try a color with RGB values multiplied by FACTOR first.
1455 If this produces the same color as PIXEL, try a color where all RGB
1456 values have DELTA added. Return the allocated color in *PIXEL.
1457 DISPLAY is the X display, CMAP is the colormap to operate on.
1458 Value is non-zero if successful. */
1461 x_alloc_lighter_color_for_widget (widget
, display
, cmap
, pixel
, factor
, delta
)
1465 unsigned long *pixel
;
1469 struct frame
*f
= x_frame_of_widget (widget
);
1470 return x_alloc_lighter_color (f
, display
, cmap
, pixel
, factor
, delta
);
1474 /* Structure specifying which arguments should be passed by Xt to
1475 cvt_string_to_pixel. We want the widget's screen and colormap. */
1477 static XtConvertArgRec cvt_string_to_pixel_args
[] =
1479 {XtWidgetBaseOffset
, (XtPointer
) XtOffset (Widget
, core
.screen
),
1481 {XtWidgetBaseOffset
, (XtPointer
) XtOffset (Widget
, core
.colormap
),
1486 /* The address of this variable is returned by
1487 cvt_string_to_pixel. */
1489 static Pixel cvt_string_to_pixel_value
;
1492 /* Convert a color name to a pixel color.
1494 DPY is the display we are working on.
1496 ARGS is an array of *NARGS XrmValue structures holding additional
1497 information about the widget for which the conversion takes place.
1498 The contents of this array are determined by the specification
1499 in cvt_string_to_pixel_args.
1501 FROM is a pointer to an XrmValue which points to the color name to
1502 convert. TO is an XrmValue in which to return the pixel color.
1504 CLOSURE_RET is a pointer to user-data, in which we record if
1505 we allocated the color or not.
1507 Value is True if successful, False otherwise. */
1510 cvt_string_to_pixel (dpy
, args
, nargs
, from
, to
, closure_ret
)
1514 XrmValue
*from
, *to
;
1515 XtPointer
*closure_ret
;
1525 XtAppWarningMsg (XtDisplayToApplicationContext (dpy
),
1526 "wrongParameters", "cvt_string_to_pixel",
1528 "Screen and colormap args required", NULL
, NULL
);
1532 screen
= *(Screen
**) args
[0].addr
;
1533 cmap
= *(Colormap
*) args
[1].addr
;
1534 color_name
= (String
) from
->addr
;
1536 if (strcmp (color_name
, XtDefaultBackground
) == 0)
1538 *closure_ret
= (XtPointer
) False
;
1539 pixel
= WhitePixelOfScreen (screen
);
1541 else if (strcmp (color_name
, XtDefaultForeground
) == 0)
1543 *closure_ret
= (XtPointer
) False
;
1544 pixel
= BlackPixelOfScreen (screen
);
1546 else if (XParseColor (dpy
, cmap
, color_name
, &color
)
1547 && x_alloc_nearest_color_1 (dpy
, cmap
, &color
))
1549 pixel
= color
.pixel
;
1550 *closure_ret
= (XtPointer
) True
;
1555 Cardinal nparams
= 1;
1557 params
[0] = color_name
;
1558 XtAppWarningMsg (XtDisplayToApplicationContext (dpy
),
1559 "badValue", "cvt_string_to_pixel",
1560 "XtToolkitError", "Invalid color `%s'",
1565 if (to
->addr
!= NULL
)
1567 if (to
->size
< sizeof (Pixel
))
1569 to
->size
= sizeof (Pixel
);
1573 *(Pixel
*) to
->addr
= pixel
;
1577 cvt_string_to_pixel_value
= pixel
;
1578 to
->addr
= (XtPointer
) &cvt_string_to_pixel_value
;
1581 to
->size
= sizeof (Pixel
);
1586 /* Free a pixel color which was previously allocated via
1587 cvt_string_to_pixel. This is registered as the destructor
1588 for this type of resource via XtSetTypeConverter.
1590 APP is the application context in which we work.
1592 TO is a pointer to an XrmValue holding the color to free.
1593 CLOSURE is the value we stored in CLOSURE_RET for this color
1594 in cvt_string_to_pixel.
1596 ARGS and NARGS are like for cvt_string_to_pixel. */
1599 cvt_pixel_dtor (app
, to
, closure
, args
, nargs
)
1608 XtAppWarningMsg (app
, "wrongParameters", "cvt_pixel_dtor",
1610 "Screen and colormap arguments required",
1613 else if (closure
!= NULL
)
1615 /* We did allocate the pixel, so free it. */
1616 Screen
*screen
= *(Screen
**) args
[0].addr
;
1617 Colormap cmap
= *(Colormap
*) args
[1].addr
;
1618 x_free_dpy_colors (DisplayOfScreen (screen
), screen
, cmap
,
1619 (Pixel
*) to
->addr
, 1);
1624 #endif /* USE_X_TOOLKIT */
1627 /* Value is an array of XColor structures for the contents of the
1628 color map of display DPY. Set *NCELLS to the size of the array.
1629 Note that this probably shouldn't be called for large color maps,
1630 say a 24-bit TrueColor map. */
1632 static const XColor
*
1633 x_color_cells (dpy
, ncells
)
1637 struct x_display_info
*dpyinfo
= x_display_info_for_display (dpy
);
1639 if (dpyinfo
->color_cells
== NULL
)
1641 Screen
*screen
= dpyinfo
->screen
;
1644 dpyinfo
->ncolor_cells
1645 = XDisplayCells (dpy
, XScreenNumberOfScreen (screen
));
1646 dpyinfo
->color_cells
1647 = (XColor
*) xmalloc (dpyinfo
->ncolor_cells
1648 * sizeof *dpyinfo
->color_cells
);
1650 for (i
= 0; i
< dpyinfo
->ncolor_cells
; ++i
)
1651 dpyinfo
->color_cells
[i
].pixel
= i
;
1653 XQueryColors (dpy
, dpyinfo
->cmap
,
1654 dpyinfo
->color_cells
, dpyinfo
->ncolor_cells
);
1657 *ncells
= dpyinfo
->ncolor_cells
;
1658 return dpyinfo
->color_cells
;
1662 /* On frame F, translate pixel colors to RGB values for the NCOLORS
1663 colors in COLORS. Use cached information, if available. */
1666 x_query_colors (f
, colors
, ncolors
)
1671 struct x_display_info
*dpyinfo
= FRAME_X_DISPLAY_INFO (f
);
1673 if (dpyinfo
->color_cells
)
1676 for (i
= 0; i
< ncolors
; ++i
)
1678 unsigned long pixel
= colors
[i
].pixel
;
1679 xassert (pixel
< dpyinfo
->ncolor_cells
);
1680 xassert (dpyinfo
->color_cells
[pixel
].pixel
== pixel
);
1681 colors
[i
] = dpyinfo
->color_cells
[pixel
];
1685 XQueryColors (FRAME_X_DISPLAY (f
), FRAME_X_COLORMAP (f
), colors
, ncolors
);
1689 /* On frame F, translate pixel color to RGB values for the color in
1690 COLOR. Use cached information, if available. */
1693 x_query_color (f
, color
)
1697 x_query_colors (f
, color
, 1);
1701 /* Allocate the color COLOR->pixel on DISPLAY, colormap CMAP. If an
1702 exact match can't be allocated, try the nearest color available.
1703 Value is non-zero if successful. Set *COLOR to the color
1707 x_alloc_nearest_color_1 (dpy
, cmap
, color
)
1714 rc
= XAllocColor (dpy
, cmap
, color
);
1717 /* If we got to this point, the colormap is full, so we're going
1718 to try to get the next closest color. The algorithm used is
1719 a least-squares matching, which is what X uses for closest
1720 color matching with StaticColor visuals. */
1722 unsigned long nearest_delta
= ~0;
1724 const XColor
*cells
= x_color_cells (dpy
, &ncells
);
1726 for (nearest
= i
= 0; i
< ncells
; ++i
)
1728 long dred
= (color
->red
>> 8) - (cells
[i
].red
>> 8);
1729 long dgreen
= (color
->green
>> 8) - (cells
[i
].green
>> 8);
1730 long dblue
= (color
->blue
>> 8) - (cells
[i
].blue
>> 8);
1731 unsigned long delta
= dred
* dred
+ dgreen
* dgreen
+ dblue
* dblue
;
1733 if (delta
< nearest_delta
)
1736 nearest_delta
= delta
;
1740 color
->red
= cells
[nearest
].red
;
1741 color
->green
= cells
[nearest
].green
;
1742 color
->blue
= cells
[nearest
].blue
;
1743 rc
= XAllocColor (dpy
, cmap
, color
);
1747 /* If allocation succeeded, and the allocated pixel color is not
1748 equal to a cached pixel color recorded earlier, there was a
1749 change in the colormap, so clear the color cache. */
1750 struct x_display_info
*dpyinfo
= x_display_info_for_display (dpy
);
1751 XColor
*cached_color
;
1753 if (dpyinfo
->color_cells
1754 && (cached_color
= &dpyinfo
->color_cells
[color
->pixel
],
1755 (cached_color
->red
!= color
->red
1756 || cached_color
->blue
!= color
->blue
1757 || cached_color
->green
!= color
->green
)))
1759 xfree (dpyinfo
->color_cells
);
1760 dpyinfo
->color_cells
= NULL
;
1761 dpyinfo
->ncolor_cells
= 0;
1765 #ifdef DEBUG_X_COLORS
1767 register_color (color
->pixel
);
1768 #endif /* DEBUG_X_COLORS */
1774 /* Allocate the color COLOR->pixel on frame F, colormap CMAP. If an
1775 exact match can't be allocated, try the nearest color available.
1776 Value is non-zero if successful. Set *COLOR to the color
1780 x_alloc_nearest_color (f
, cmap
, color
)
1785 gamma_correct (f
, color
);
1786 return x_alloc_nearest_color_1 (FRAME_X_DISPLAY (f
), cmap
, color
);
1790 /* Allocate color PIXEL on frame F. PIXEL must already be allocated.
1791 It's necessary to do this instead of just using PIXEL directly to
1792 get color reference counts right. */
1795 x_copy_color (f
, pixel
)
1797 unsigned long pixel
;
1801 color
.pixel
= pixel
;
1803 x_query_color (f
, &color
);
1804 XAllocColor (FRAME_X_DISPLAY (f
), FRAME_X_COLORMAP (f
), &color
);
1806 #ifdef DEBUG_X_COLORS
1807 register_color (pixel
);
1813 /* Allocate color PIXEL on display DPY. PIXEL must already be allocated.
1814 It's necessary to do this instead of just using PIXEL directly to
1815 get color reference counts right. */
1818 x_copy_dpy_color (dpy
, cmap
, pixel
)
1821 unsigned long pixel
;
1825 color
.pixel
= pixel
;
1827 XQueryColor (dpy
, cmap
, &color
);
1828 XAllocColor (dpy
, cmap
, &color
);
1830 #ifdef DEBUG_X_COLORS
1831 register_color (pixel
);
1837 /* Brightness beyond which a color won't have its highlight brightness
1840 Nominally, highlight colors for `3d' faces are calculated by
1841 brightening an object's color by a constant scale factor, but this
1842 doesn't yield good results for dark colors, so for colors who's
1843 brightness is less than this value (on a scale of 0-65535) have an
1844 use an additional additive factor.
1846 The value here is set so that the default menu-bar/mode-line color
1847 (grey75) will not have its highlights changed at all. */
1848 #define HIGHLIGHT_COLOR_DARK_BOOST_LIMIT 48000
1851 /* Allocate a color which is lighter or darker than *PIXEL by FACTOR
1852 or DELTA. Try a color with RGB values multiplied by FACTOR first.
1853 If this produces the same color as PIXEL, try a color where all RGB
1854 values have DELTA added. Return the allocated color in *PIXEL.
1855 DISPLAY is the X display, CMAP is the colormap to operate on.
1856 Value is non-zero if successful. */
1859 x_alloc_lighter_color (f
, display
, cmap
, pixel
, factor
, delta
)
1863 unsigned long *pixel
;
1871 /* Get RGB color values. */
1872 color
.pixel
= *pixel
;
1873 x_query_color (f
, &color
);
1875 /* Change RGB values by specified FACTOR. Avoid overflow! */
1876 xassert (factor
>= 0);
1877 new.red
= min (0xffff, factor
* color
.red
);
1878 new.green
= min (0xffff, factor
* color
.green
);
1879 new.blue
= min (0xffff, factor
* color
.blue
);
1881 /* Calculate brightness of COLOR. */
1882 bright
= (2 * color
.red
+ 3 * color
.green
+ color
.blue
) / 6;
1884 /* We only boost colors that are darker than
1885 HIGHLIGHT_COLOR_DARK_BOOST_LIMIT. */
1886 if (bright
< HIGHLIGHT_COLOR_DARK_BOOST_LIMIT
)
1887 /* Make an additive adjustment to NEW, because it's dark enough so
1888 that scaling by FACTOR alone isn't enough. */
1890 /* How far below the limit this color is (0 - 1, 1 being darker). */
1891 double dimness
= 1 - (double)bright
/ HIGHLIGHT_COLOR_DARK_BOOST_LIMIT
;
1892 /* The additive adjustment. */
1893 int min_delta
= delta
* dimness
* factor
/ 2;
1897 new.red
= max (0, new.red
- min_delta
);
1898 new.green
= max (0, new.green
- min_delta
);
1899 new.blue
= max (0, new.blue
- min_delta
);
1903 new.red
= min (0xffff, min_delta
+ new.red
);
1904 new.green
= min (0xffff, min_delta
+ new.green
);
1905 new.blue
= min (0xffff, min_delta
+ new.blue
);
1909 /* Try to allocate the color. */
1910 success_p
= x_alloc_nearest_color (f
, cmap
, &new);
1913 if (new.pixel
== *pixel
)
1915 /* If we end up with the same color as before, try adding
1916 delta to the RGB values. */
1917 x_free_colors (f
, &new.pixel
, 1);
1919 new.red
= min (0xffff, delta
+ color
.red
);
1920 new.green
= min (0xffff, delta
+ color
.green
);
1921 new.blue
= min (0xffff, delta
+ color
.blue
);
1922 success_p
= x_alloc_nearest_color (f
, cmap
, &new);
1933 /* Set up the foreground color for drawing relief lines of glyph
1934 string S. RELIEF is a pointer to a struct relief containing the GC
1935 with which lines will be drawn. Use a color that is FACTOR or
1936 DELTA lighter or darker than the relief's background which is found
1937 in S->f->output_data.x->relief_background. If such a color cannot
1938 be allocated, use DEFAULT_PIXEL, instead. */
1941 x_setup_relief_color (f
, relief
, factor
, delta
, default_pixel
)
1943 struct relief
*relief
;
1946 unsigned long default_pixel
;
1949 struct x_output
*di
= f
->output_data
.x
;
1950 unsigned long mask
= GCForeground
| GCLineWidth
| GCGraphicsExposures
;
1951 unsigned long pixel
;
1952 unsigned long background
= di
->relief_background
;
1953 Colormap cmap
= FRAME_X_COLORMAP (f
);
1954 struct x_display_info
*dpyinfo
= FRAME_X_DISPLAY_INFO (f
);
1955 Display
*dpy
= FRAME_X_DISPLAY (f
);
1957 xgcv
.graphics_exposures
= False
;
1958 xgcv
.line_width
= 1;
1960 /* Free previously allocated color. The color cell will be reused
1961 when it has been freed as many times as it was allocated, so this
1962 doesn't affect faces using the same colors. */
1964 && relief
->allocated_p
)
1966 x_free_colors (f
, &relief
->pixel
, 1);
1967 relief
->allocated_p
= 0;
1970 /* Allocate new color. */
1971 xgcv
.foreground
= default_pixel
;
1973 if (dpyinfo
->n_planes
!= 1
1974 && x_alloc_lighter_color (f
, dpy
, cmap
, &pixel
, factor
, delta
))
1976 relief
->allocated_p
= 1;
1977 xgcv
.foreground
= relief
->pixel
= pixel
;
1980 if (relief
->gc
== 0)
1982 xgcv
.stipple
= dpyinfo
->gray
;
1984 relief
->gc
= XCreateGC (dpy
, FRAME_X_WINDOW (f
), mask
, &xgcv
);
1987 XChangeGC (dpy
, relief
->gc
, mask
, &xgcv
);
1991 /* Set up colors for the relief lines around glyph string S. */
1994 x_setup_relief_colors (s
)
1995 struct glyph_string
*s
;
1997 struct x_output
*di
= s
->f
->output_data
.x
;
1998 unsigned long color
;
2000 if (s
->face
->use_box_color_for_shadows_p
)
2001 color
= s
->face
->box_color
;
2002 else if (s
->first_glyph
->type
== IMAGE_GLYPH
2004 && !IMAGE_BACKGROUND_TRANSPARENT (s
->img
, s
->f
, 0))
2005 color
= IMAGE_BACKGROUND (s
->img
, s
->f
, 0);
2010 /* Get the background color of the face. */
2011 XGetGCValues (s
->display
, s
->gc
, GCBackground
, &xgcv
);
2012 color
= xgcv
.background
;
2015 if (di
->white_relief
.gc
== 0
2016 || color
!= di
->relief_background
)
2018 di
->relief_background
= color
;
2019 x_setup_relief_color (s
->f
, &di
->white_relief
, 1.2, 0x8000,
2020 WHITE_PIX_DEFAULT (s
->f
));
2021 x_setup_relief_color (s
->f
, &di
->black_relief
, 0.6, 0x4000,
2022 BLACK_PIX_DEFAULT (s
->f
));
2027 /* Draw a relief on frame F inside the rectangle given by LEFT_X,
2028 TOP_Y, RIGHT_X, and BOTTOM_Y. WIDTH is the thickness of the relief
2029 to draw, it must be >= 0. RAISED_P non-zero means draw a raised
2030 relief. LEFT_P non-zero means draw a relief on the left side of
2031 the rectangle. RIGHT_P non-zero means draw a relief on the right
2032 side of the rectangle. CLIP_RECT is the clipping rectangle to use
2036 x_draw_relief_rect (f
, left_x
, top_y
, right_x
, bottom_y
, width
,
2037 raised_p
, top_p
, bot_p
, left_p
, right_p
, clip_rect
)
2039 int left_x
, top_y
, right_x
, bottom_y
, width
;
2040 int top_p
, bot_p
, left_p
, right_p
, raised_p
;
2041 XRectangle
*clip_rect
;
2043 Display
*dpy
= FRAME_X_DISPLAY (f
);
2044 Window window
= FRAME_X_WINDOW (f
);
2049 gc
= f
->output_data
.x
->white_relief
.gc
;
2051 gc
= f
->output_data
.x
->black_relief
.gc
;
2052 XSetClipRectangles (dpy
, gc
, 0, 0, clip_rect
, 1, Unsorted
);
2056 for (i
= 0; i
< width
; ++i
)
2057 XDrawLine (dpy
, window
, gc
,
2058 left_x
+ i
* left_p
, top_y
+ i
,
2059 right_x
+ 1 - i
* right_p
, top_y
+ i
);
2063 for (i
= 0; i
< width
; ++i
)
2064 XDrawLine (dpy
, window
, gc
,
2065 left_x
+ i
, top_y
+ i
, left_x
+ i
, bottom_y
- i
+ 1);
2067 XSetClipMask (dpy
, gc
, None
);
2069 gc
= f
->output_data
.x
->black_relief
.gc
;
2071 gc
= f
->output_data
.x
->white_relief
.gc
;
2072 XSetClipRectangles (dpy
, gc
, 0, 0, clip_rect
, 1, Unsorted
);
2076 for (i
= 0; i
< width
; ++i
)
2077 XDrawLine (dpy
, window
, gc
,
2078 left_x
+ i
* left_p
, bottom_y
- i
,
2079 right_x
+ 1 - i
* right_p
, bottom_y
- i
);
2083 for (i
= 0; i
< width
; ++i
)
2084 XDrawLine (dpy
, window
, gc
,
2085 right_x
- i
, top_y
+ i
+ 1, right_x
- i
, bottom_y
- i
);
2087 XSetClipMask (dpy
, gc
, None
);
2091 /* Draw a box on frame F inside the rectangle given by LEFT_X, TOP_Y,
2092 RIGHT_X, and BOTTOM_Y. WIDTH is the thickness of the lines to
2093 draw, it must be >= 0. LEFT_P non-zero means draw a line on the
2094 left side of the rectangle. RIGHT_P non-zero means draw a line
2095 on the right side of the rectangle. CLIP_RECT is the clipping
2096 rectangle to use when drawing. */
2099 x_draw_box_rect (s
, left_x
, top_y
, right_x
, bottom_y
, width
,
2100 left_p
, right_p
, clip_rect
)
2101 struct glyph_string
*s
;
2102 int left_x
, top_y
, right_x
, bottom_y
, width
, left_p
, right_p
;
2103 XRectangle
*clip_rect
;
2107 XGetGCValues (s
->display
, s
->gc
, GCForeground
, &xgcv
);
2108 XSetForeground (s
->display
, s
->gc
, s
->face
->box_color
);
2109 XSetClipRectangles (s
->display
, s
->gc
, 0, 0, clip_rect
, 1, Unsorted
);
2112 XFillRectangle (s
->display
, s
->window
, s
->gc
,
2113 left_x
, top_y
, right_x
- left_x
+ 1, width
);
2117 XFillRectangle (s
->display
, s
->window
, s
->gc
,
2118 left_x
, top_y
, width
, bottom_y
- top_y
+ 1);
2121 XFillRectangle (s
->display
, s
->window
, s
->gc
,
2122 left_x
, bottom_y
- width
+ 1, right_x
- left_x
+ 1, width
);
2126 XFillRectangle (s
->display
, s
->window
, s
->gc
,
2127 right_x
- width
+ 1, top_y
, width
, bottom_y
- top_y
+ 1);
2129 XSetForeground (s
->display
, s
->gc
, xgcv
.foreground
);
2130 XSetClipMask (s
->display
, s
->gc
, None
);
2134 /* Draw a box around glyph string S. */
2137 x_draw_glyph_string_box (s
)
2138 struct glyph_string
*s
;
2140 int width
, left_x
, right_x
, top_y
, bottom_y
, last_x
, raised_p
;
2141 int left_p
, right_p
;
2142 struct glyph
*last_glyph
;
2143 XRectangle clip_rect
;
2145 last_x
= ((s
->row
->full_width_p
&& !s
->w
->pseudo_window_p
)
2146 ? WINDOW_RIGHT_EDGE_X (s
->w
)
2147 : window_box_right (s
->w
, s
->area
));
2149 /* The glyph that may have a right box line. */
2150 last_glyph
= (s
->cmp
|| s
->img
2152 : s
->first_glyph
+ s
->nchars
- 1);
2154 width
= eabs (s
->face
->box_line_width
);
2155 raised_p
= s
->face
->box
== FACE_RAISED_BOX
;
2157 right_x
= (s
->row
->full_width_p
&& s
->extends_to_end_of_line_p
2159 : min (last_x
, s
->x
+ s
->background_width
) - 1);
2161 bottom_y
= top_y
+ s
->height
- 1;
2163 left_p
= (s
->first_glyph
->left_box_line_p
2164 || (s
->hl
== DRAW_MOUSE_FACE
2166 || s
->prev
->hl
!= s
->hl
)));
2167 right_p
= (last_glyph
->right_box_line_p
2168 || (s
->hl
== DRAW_MOUSE_FACE
2170 || s
->next
->hl
!= s
->hl
)));
2172 get_glyph_string_clip_rect (s
, &clip_rect
);
2174 if (s
->face
->box
== FACE_SIMPLE_BOX
)
2175 x_draw_box_rect (s
, left_x
, top_y
, right_x
, bottom_y
, width
,
2176 left_p
, right_p
, &clip_rect
);
2179 x_setup_relief_colors (s
);
2180 x_draw_relief_rect (s
->f
, left_x
, top_y
, right_x
, bottom_y
,
2181 width
, raised_p
, 1, 1, left_p
, right_p
, &clip_rect
);
2186 /* Draw foreground of image glyph string S. */
2189 x_draw_image_foreground (s
)
2190 struct glyph_string
*s
;
2193 int y
= s
->ybase
- image_ascent (s
->img
, s
->face
, &s
->slice
);
2195 /* If first glyph of S has a left box line, start drawing it to the
2196 right of that line. */
2197 if (s
->face
->box
!= FACE_NO_BOX
2198 && s
->first_glyph
->left_box_line_p
2200 x
+= eabs (s
->face
->box_line_width
);
2202 /* If there is a margin around the image, adjust x- and y-position
2204 if (s
->slice
.x
== 0)
2205 x
+= s
->img
->hmargin
;
2206 if (s
->slice
.y
== 0)
2207 y
+= s
->img
->vmargin
;
2213 /* We can't set both a clip mask and use XSetClipRectangles
2214 because the latter also sets a clip mask. We also can't
2215 trust on the shape extension to be available
2216 (XShapeCombineRegion). So, compute the rectangle to draw
2218 unsigned long mask
= (GCClipMask
| GCClipXOrigin
| GCClipYOrigin
2221 XRectangle clip_rect
, image_rect
, r
;
2223 xgcv
.clip_mask
= s
->img
->mask
;
2224 xgcv
.clip_x_origin
= x
;
2225 xgcv
.clip_y_origin
= y
;
2226 xgcv
.function
= GXcopy
;
2227 XChangeGC (s
->display
, s
->gc
, mask
, &xgcv
);
2229 get_glyph_string_clip_rect (s
, &clip_rect
);
2232 image_rect
.width
= s
->slice
.width
;
2233 image_rect
.height
= s
->slice
.height
;
2234 if (x_intersect_rectangles (&clip_rect
, &image_rect
, &r
))
2235 XCopyArea (s
->display
, s
->img
->pixmap
, s
->window
, s
->gc
,
2236 s
->slice
.x
+ r
.x
- x
, s
->slice
.y
+ r
.y
- y
,
2237 r
.width
, r
.height
, r
.x
, r
.y
);
2241 XRectangle clip_rect
, image_rect
, r
;
2243 get_glyph_string_clip_rect (s
, &clip_rect
);
2246 image_rect
.width
= s
->slice
.width
;
2247 image_rect
.height
= s
->slice
.height
;
2248 if (x_intersect_rectangles (&clip_rect
, &image_rect
, &r
))
2249 XCopyArea (s
->display
, s
->img
->pixmap
, s
->window
, s
->gc
,
2250 s
->slice
.x
+ r
.x
- x
, s
->slice
.y
+ r
.y
- y
,
2251 r
.width
, r
.height
, r
.x
, r
.y
);
2253 /* When the image has a mask, we can expect that at
2254 least part of a mouse highlight or a block cursor will
2255 be visible. If the image doesn't have a mask, make
2256 a block cursor visible by drawing a rectangle around
2257 the image. I believe it's looking better if we do
2258 nothing here for mouse-face. */
2259 if (s
->hl
== DRAW_CURSOR
)
2261 int r
= s
->img
->relief
;
2263 XDrawRectangle (s
->display
, s
->window
, s
->gc
,
2265 s
->slice
.width
+ r
*2 - 1,
2266 s
->slice
.height
+ r
*2 - 1);
2271 /* Draw a rectangle if image could not be loaded. */
2272 XDrawRectangle (s
->display
, s
->window
, s
->gc
, x
, y
,
2273 s
->slice
.width
- 1, s
->slice
.height
- 1);
2277 /* Draw a relief around the image glyph string S. */
2280 x_draw_image_relief (s
)
2281 struct glyph_string
*s
;
2283 int x0
, y0
, x1
, y1
, thick
, raised_p
;
2286 int y
= s
->ybase
- image_ascent (s
->img
, s
->face
, &s
->slice
);
2288 /* If first glyph of S has a left box line, start drawing it to the
2289 right of that line. */
2290 if (s
->face
->box
!= FACE_NO_BOX
2291 && s
->first_glyph
->left_box_line_p
2293 x
+= eabs (s
->face
->box_line_width
);
2295 /* If there is a margin around the image, adjust x- and y-position
2297 if (s
->slice
.x
== 0)
2298 x
+= s
->img
->hmargin
;
2299 if (s
->slice
.y
== 0)
2300 y
+= s
->img
->vmargin
;
2302 if (s
->hl
== DRAW_IMAGE_SUNKEN
2303 || s
->hl
== DRAW_IMAGE_RAISED
)
2305 thick
= tool_bar_button_relief
>= 0 ? tool_bar_button_relief
: DEFAULT_TOOL_BAR_BUTTON_RELIEF
;
2306 raised_p
= s
->hl
== DRAW_IMAGE_RAISED
;
2310 thick
= eabs (s
->img
->relief
);
2311 raised_p
= s
->img
->relief
> 0;
2316 x1
= x
+ s
->slice
.width
+ thick
- 1;
2317 y1
= y
+ s
->slice
.height
+ thick
- 1;
2319 x_setup_relief_colors (s
);
2320 get_glyph_string_clip_rect (s
, &r
);
2321 x_draw_relief_rect (s
->f
, x0
, y0
, x1
, y1
, thick
, raised_p
,
2323 s
->slice
.y
+ s
->slice
.height
== s
->img
->height
,
2325 s
->slice
.x
+ s
->slice
.width
== s
->img
->width
,
2330 /* Draw the foreground of image glyph string S to PIXMAP. */
2333 x_draw_image_foreground_1 (s
, pixmap
)
2334 struct glyph_string
*s
;
2338 int y
= s
->ybase
- s
->y
- image_ascent (s
->img
, s
->face
, &s
->slice
);
2340 /* If first glyph of S has a left box line, start drawing it to the
2341 right of that line. */
2342 if (s
->face
->box
!= FACE_NO_BOX
2343 && s
->first_glyph
->left_box_line_p
2345 x
+= eabs (s
->face
->box_line_width
);
2347 /* If there is a margin around the image, adjust x- and y-position
2349 if (s
->slice
.x
== 0)
2350 x
+= s
->img
->hmargin
;
2351 if (s
->slice
.y
== 0)
2352 y
+= s
->img
->vmargin
;
2358 /* We can't set both a clip mask and use XSetClipRectangles
2359 because the latter also sets a clip mask. We also can't
2360 trust on the shape extension to be available
2361 (XShapeCombineRegion). So, compute the rectangle to draw
2363 unsigned long mask
= (GCClipMask
| GCClipXOrigin
| GCClipYOrigin
2367 xgcv
.clip_mask
= s
->img
->mask
;
2368 xgcv
.clip_x_origin
= x
- s
->slice
.x
;
2369 xgcv
.clip_y_origin
= y
- s
->slice
.y
;
2370 xgcv
.function
= GXcopy
;
2371 XChangeGC (s
->display
, s
->gc
, mask
, &xgcv
);
2373 XCopyArea (s
->display
, s
->img
->pixmap
, pixmap
, s
->gc
,
2374 s
->slice
.x
, s
->slice
.y
,
2375 s
->slice
.width
, s
->slice
.height
, x
, y
);
2376 XSetClipMask (s
->display
, s
->gc
, None
);
2380 XCopyArea (s
->display
, s
->img
->pixmap
, pixmap
, s
->gc
,
2381 s
->slice
.x
, s
->slice
.y
,
2382 s
->slice
.width
, s
->slice
.height
, x
, y
);
2384 /* When the image has a mask, we can expect that at
2385 least part of a mouse highlight or a block cursor will
2386 be visible. If the image doesn't have a mask, make
2387 a block cursor visible by drawing a rectangle around
2388 the image. I believe it's looking better if we do
2389 nothing here for mouse-face. */
2390 if (s
->hl
== DRAW_CURSOR
)
2392 int r
= s
->img
->relief
;
2394 XDrawRectangle (s
->display
, s
->window
, s
->gc
, x
- r
, y
- r
,
2395 s
->slice
.width
+ r
*2 - 1,
2396 s
->slice
.height
+ r
*2 - 1);
2401 /* Draw a rectangle if image could not be loaded. */
2402 XDrawRectangle (s
->display
, pixmap
, s
->gc
, x
, y
,
2403 s
->slice
.width
- 1, s
->slice
.height
- 1);
2407 /* Draw part of the background of glyph string S. X, Y, W, and H
2408 give the rectangle to draw. */
2411 x_draw_glyph_string_bg_rect (s
, x
, y
, w
, h
)
2412 struct glyph_string
*s
;
2417 /* Fill background with a stipple pattern. */
2418 XSetFillStyle (s
->display
, s
->gc
, FillOpaqueStippled
);
2419 XFillRectangle (s
->display
, s
->window
, s
->gc
, x
, y
, w
, h
);
2420 XSetFillStyle (s
->display
, s
->gc
, FillSolid
);
2423 x_clear_glyph_string_rect (s
, x
, y
, w
, h
);
2427 /* Draw image glyph string S.
2430 s->x +-------------------------
2433 | +-------------------------
2436 | | +-------------------
2442 x_draw_image_glyph_string (s
)
2443 struct glyph_string
*s
;
2445 int box_line_hwidth
= eabs (s
->face
->box_line_width
);
2446 int box_line_vwidth
= max (s
->face
->box_line_width
, 0);
2448 Pixmap pixmap
= None
;
2451 if (s
->slice
.y
== 0)
2452 height
-= box_line_vwidth
;
2453 if (s
->slice
.y
+ s
->slice
.height
>= s
->img
->height
)
2454 height
-= box_line_vwidth
;
2456 /* Fill background with face under the image. Do it only if row is
2457 taller than image or if image has a clip mask to reduce
2459 s
->stippled_p
= s
->face
->stipple
!= 0;
2460 if (height
> s
->slice
.height
2464 || s
->img
->pixmap
== 0
2465 || s
->width
!= s
->background_width
)
2469 /* Create a pixmap as large as the glyph string. Fill it
2470 with the background color. Copy the image to it, using
2471 its mask. Copy the temporary pixmap to the display. */
2472 Screen
*screen
= FRAME_X_SCREEN (s
->f
);
2473 int depth
= DefaultDepthOfScreen (screen
);
2475 /* Create a pixmap as large as the glyph string. */
2476 pixmap
= XCreatePixmap (s
->display
, s
->window
,
2477 s
->background_width
,
2480 /* Don't clip in the following because we're working on the
2482 XSetClipMask (s
->display
, s
->gc
, None
);
2484 /* Fill the pixmap with the background color/stipple. */
2487 /* Fill background with a stipple pattern. */
2488 XSetFillStyle (s
->display
, s
->gc
, FillOpaqueStippled
);
2489 XSetTSOrigin (s
->display
, s
->gc
, - s
->x
, - s
->y
);
2490 XFillRectangle (s
->display
, pixmap
, s
->gc
,
2491 0, 0, s
->background_width
, s
->height
);
2492 XSetFillStyle (s
->display
, s
->gc
, FillSolid
);
2493 XSetTSOrigin (s
->display
, s
->gc
, 0, 0);
2498 XGetGCValues (s
->display
, s
->gc
, GCForeground
| GCBackground
,
2500 XSetForeground (s
->display
, s
->gc
, xgcv
.background
);
2501 XFillRectangle (s
->display
, pixmap
, s
->gc
,
2502 0, 0, s
->background_width
, s
->height
);
2503 XSetForeground (s
->display
, s
->gc
, xgcv
.foreground
);
2511 if (s
->first_glyph
->left_box_line_p
2513 x
+= box_line_hwidth
;
2515 if (s
->slice
.y
== 0)
2516 y
+= box_line_vwidth
;
2518 x_draw_glyph_string_bg_rect (s
, x
, y
, s
->background_width
, height
);
2521 s
->background_filled_p
= 1;
2524 /* Draw the foreground. */
2527 x_draw_image_foreground_1 (s
, pixmap
);
2528 x_set_glyph_string_clipping (s
);
2529 XCopyArea (s
->display
, pixmap
, s
->window
, s
->gc
,
2530 0, 0, s
->background_width
, s
->height
, s
->x
, s
->y
);
2531 XFreePixmap (s
->display
, pixmap
);
2534 x_draw_image_foreground (s
);
2536 /* If we must draw a relief around the image, do it. */
2538 || s
->hl
== DRAW_IMAGE_RAISED
2539 || s
->hl
== DRAW_IMAGE_SUNKEN
)
2540 x_draw_image_relief (s
);
2544 /* Draw stretch glyph string S. */
2547 x_draw_stretch_glyph_string (s
)
2548 struct glyph_string
*s
;
2550 xassert (s
->first_glyph
->type
== STRETCH_GLYPH
);
2552 if (s
->hl
== DRAW_CURSOR
2553 && !x_stretch_cursor_p
)
2555 /* If `x-stretch-block-cursor' is nil, don't draw a block cursor
2556 as wide as the stretch glyph. */
2557 int width
, background_width
= s
->background_width
;
2558 int x
= s
->x
, left_x
= window_box_left_offset (s
->w
, TEXT_AREA
);
2562 background_width
-= left_x
- x
;
2565 width
= min (FRAME_COLUMN_WIDTH (s
->f
), background_width
);
2568 x_draw_glyph_string_bg_rect (s
, x
, s
->y
, width
, s
->height
);
2570 /* Clear rest using the GC of the original non-cursor face. */
2571 if (width
< background_width
)
2574 int w
= background_width
- width
, h
= s
->height
;
2579 if (s
->row
->mouse_face_p
2580 && cursor_in_mouse_face_p (s
->w
))
2582 x_set_mouse_face_gc (s
);
2588 get_glyph_string_clip_rect (s
, &r
);
2589 XSetClipRectangles (s
->display
, gc
, 0, 0, &r
, 1, Unsorted
);
2591 if (s
->face
->stipple
)
2593 /* Fill background with a stipple pattern. */
2594 XSetFillStyle (s
->display
, gc
, FillOpaqueStippled
);
2595 XFillRectangle (s
->display
, s
->window
, gc
, x
, y
, w
, h
);
2596 XSetFillStyle (s
->display
, gc
, FillSolid
);
2601 XGetGCValues (s
->display
, gc
, GCForeground
| GCBackground
, &xgcv
);
2602 XSetForeground (s
->display
, gc
, xgcv
.background
);
2603 XFillRectangle (s
->display
, s
->window
, gc
, x
, y
, w
, h
);
2604 XSetForeground (s
->display
, gc
, xgcv
.foreground
);
2608 else if (!s
->background_filled_p
)
2610 int background_width
= s
->background_width
;
2611 int x
= s
->x
, left_x
= window_box_left_offset (s
->w
, TEXT_AREA
);
2613 /* Don't draw into left margin, fringe or scrollbar area
2614 except for header line and mode line. */
2615 if (x
< left_x
&& !s
->row
->mode_line_p
)
2617 background_width
-= left_x
- x
;
2620 if (background_width
> 0)
2621 x_draw_glyph_string_bg_rect (s
, x
, s
->y
, background_width
, s
->height
);
2624 s
->background_filled_p
= 1;
2628 /* Draw glyph string S. */
2631 x_draw_glyph_string (s
)
2632 struct glyph_string
*s
;
2634 int relief_drawn_p
= 0;
2636 /* If S draws into the background of its successors, draw the
2637 background of the successors first so that S can draw into it.
2638 This makes S->next use XDrawString instead of XDrawImageString. */
2639 if (s
->next
&& s
->right_overhang
&& !s
->for_overlaps
)
2642 struct glyph_string
*next
;
2644 for (width
= 0, next
= s
->next
;
2645 next
&& width
< s
->right_overhang
;
2646 width
+= next
->width
, next
= next
->next
)
2647 if (next
->first_glyph
->type
!= IMAGE_GLYPH
)
2649 x_set_glyph_string_gc (next
);
2650 x_set_glyph_string_clipping (next
);
2651 if (next
->first_glyph
->type
== STRETCH_GLYPH
)
2652 x_draw_stretch_glyph_string (next
);
2654 x_draw_glyph_string_background (next
, 1);
2655 next
->num_clips
= 0;
2659 /* Set up S->gc, set clipping and draw S. */
2660 x_set_glyph_string_gc (s
);
2662 /* Draw relief (if any) in advance for char/composition so that the
2663 glyph string can be drawn over it. */
2664 if (!s
->for_overlaps
2665 && s
->face
->box
!= FACE_NO_BOX
2666 && (s
->first_glyph
->type
== CHAR_GLYPH
2667 || s
->first_glyph
->type
== COMPOSITE_GLYPH
))
2670 x_set_glyph_string_clipping (s
);
2671 x_draw_glyph_string_background (s
, 1);
2672 x_draw_glyph_string_box (s
);
2673 x_set_glyph_string_clipping (s
);
2676 else if (!s
->clip_head
/* draw_glyphs didn't specify a clip mask. */
2678 && ((s
->prev
&& s
->prev
->hl
!= s
->hl
&& s
->left_overhang
)
2679 || (s
->next
&& s
->next
->hl
!= s
->hl
&& s
->right_overhang
)))
2680 /* We must clip just this glyph. left_overhang part has already
2681 drawn when s->prev was drawn, and right_overhang part will be
2682 drawn later when s->next is drawn. */
2683 x_set_glyph_string_clipping_exactly (s
, s
);
2685 x_set_glyph_string_clipping (s
);
2687 switch (s
->first_glyph
->type
)
2690 x_draw_image_glyph_string (s
);
2694 x_draw_stretch_glyph_string (s
);
2698 if (s
->for_overlaps
)
2699 s
->background_filled_p
= 1;
2701 x_draw_glyph_string_background (s
, 0);
2702 x_draw_glyph_string_foreground (s
);
2705 case COMPOSITE_GLYPH
:
2706 if (s
->for_overlaps
|| (s
->cmp_from
> 0
2707 && ! s
->first_glyph
->u
.cmp
.automatic
))
2708 s
->background_filled_p
= 1;
2710 x_draw_glyph_string_background (s
, 1);
2711 x_draw_composite_glyph_string_foreground (s
);
2718 if (!s
->for_overlaps
)
2720 /* Draw underline. */
2721 if (s
->face
->underline_p
)
2723 unsigned long thickness
, position
;
2726 if (s
->prev
&& s
->prev
->face
->underline_p
)
2728 /* We use the same underline style as the previous one. */
2729 thickness
= s
->prev
->underline_thickness
;
2730 position
= s
->prev
->underline_position
;
2734 /* Get the underline thickness. Default is 1 pixel. */
2735 if (s
->font
&& s
->font
->underline_thickness
> 0)
2736 thickness
= s
->font
->underline_thickness
;
2739 if (x_underline_at_descent_line
)
2740 position
= (s
->height
- thickness
) - (s
->ybase
- s
->y
);
2743 /* Get the underline position. This is the recommended
2744 vertical offset in pixels from the baseline to the top of
2745 the underline. This is a signed value according to the
2746 specs, and its default is
2748 ROUND ((maximum descent) / 2), with
2749 ROUND(x) = floor (x + 0.5) */
2751 if (x_use_underline_position_properties
2752 && s
->font
&& s
->font
->underline_position
>= 0)
2753 position
= s
->font
->underline_position
;
2755 position
= (s
->font
->descent
+ 1) / 2;
2757 position
= underline_minimum_offset
;
2759 position
= max (position
, underline_minimum_offset
);
2761 /* Check the sanity of thickness and position. We should
2762 avoid drawing underline out of the current line area. */
2763 if (s
->y
+ s
->height
<= s
->ybase
+ position
)
2764 position
= (s
->height
- 1) - (s
->ybase
- s
->y
);
2765 if (s
->y
+ s
->height
< s
->ybase
+ position
+ thickness
)
2766 thickness
= (s
->y
+ s
->height
) - (s
->ybase
+ position
);
2767 s
->underline_thickness
= thickness
;
2768 s
->underline_position
= position
;
2769 y
= s
->ybase
+ position
;
2770 if (s
->face
->underline_defaulted_p
)
2771 XFillRectangle (s
->display
, s
->window
, s
->gc
,
2772 s
->x
, y
, s
->width
, thickness
);
2776 XGetGCValues (s
->display
, s
->gc
, GCForeground
, &xgcv
);
2777 XSetForeground (s
->display
, s
->gc
, s
->face
->underline_color
);
2778 XFillRectangle (s
->display
, s
->window
, s
->gc
,
2779 s
->x
, y
, s
->width
, thickness
);
2780 XSetForeground (s
->display
, s
->gc
, xgcv
.foreground
);
2784 /* Draw overline. */
2785 if (s
->face
->overline_p
)
2787 unsigned long dy
= 0, h
= 1;
2789 if (s
->face
->overline_color_defaulted_p
)
2790 XFillRectangle (s
->display
, s
->window
, s
->gc
, s
->x
, s
->y
+ dy
,
2795 XGetGCValues (s
->display
, s
->gc
, GCForeground
, &xgcv
);
2796 XSetForeground (s
->display
, s
->gc
, s
->face
->overline_color
);
2797 XFillRectangle (s
->display
, s
->window
, s
->gc
, s
->x
, s
->y
+ dy
,
2799 XSetForeground (s
->display
, s
->gc
, xgcv
.foreground
);
2803 /* Draw strike-through. */
2804 if (s
->face
->strike_through_p
)
2806 unsigned long h
= 1;
2807 unsigned long dy
= (s
->height
- h
) / 2;
2809 if (s
->face
->strike_through_color_defaulted_p
)
2810 XFillRectangle (s
->display
, s
->window
, s
->gc
, s
->x
, s
->y
+ dy
,
2815 XGetGCValues (s
->display
, s
->gc
, GCForeground
, &xgcv
);
2816 XSetForeground (s
->display
, s
->gc
, s
->face
->strike_through_color
);
2817 XFillRectangle (s
->display
, s
->window
, s
->gc
, s
->x
, s
->y
+ dy
,
2819 XSetForeground (s
->display
, s
->gc
, xgcv
.foreground
);
2823 /* Draw relief if not yet drawn. */
2824 if (!relief_drawn_p
&& s
->face
->box
!= FACE_NO_BOX
)
2825 x_draw_glyph_string_box (s
);
2829 struct glyph_string
*prev
;
2831 for (prev
= s
->prev
; prev
; prev
= prev
->prev
)
2832 if (prev
->hl
!= s
->hl
2833 && prev
->x
+ prev
->width
+ prev
->right_overhang
> s
->x
)
2835 /* As prev was drawn while clipped to its own area, we
2836 must draw the right_overhang part using s->hl now. */
2837 enum draw_glyphs_face save
= prev
->hl
;
2840 x_set_glyph_string_gc (prev
);
2841 x_set_glyph_string_clipping_exactly (s
, prev
);
2842 if (prev
->first_glyph
->type
== CHAR_GLYPH
)
2843 x_draw_glyph_string_foreground (prev
);
2845 x_draw_composite_glyph_string_foreground (prev
);
2846 XSetClipMask (prev
->display
, prev
->gc
, None
);
2848 prev
->num_clips
= 0;
2854 struct glyph_string
*next
;
2856 for (next
= s
->next
; next
; next
= next
->next
)
2857 if (next
->hl
!= s
->hl
2858 && next
->x
- next
->left_overhang
< s
->x
+ s
->width
)
2860 /* As next will be drawn while clipped to its own area,
2861 we must draw the left_overhang part using s->hl now. */
2862 enum draw_glyphs_face save
= next
->hl
;
2865 x_set_glyph_string_gc (next
);
2866 x_set_glyph_string_clipping_exactly (s
, next
);
2867 if (next
->first_glyph
->type
== CHAR_GLYPH
)
2868 x_draw_glyph_string_foreground (next
);
2870 x_draw_composite_glyph_string_foreground (next
);
2871 XSetClipMask (next
->display
, next
->gc
, None
);
2873 next
->num_clips
= 0;
2878 /* Reset clipping. */
2879 XSetClipMask (s
->display
, s
->gc
, None
);
2883 /* Shift display to make room for inserted glyphs. */
2886 x_shift_glyphs_for_insert (f
, x
, y
, width
, height
, shift_by
)
2888 int x
, y
, width
, height
, shift_by
;
2890 XCopyArea (FRAME_X_DISPLAY (f
), FRAME_X_WINDOW (f
), FRAME_X_WINDOW (f
),
2891 f
->output_data
.x
->normal_gc
,
2892 x
, y
, width
, height
,
2896 /* Delete N glyphs at the nominal cursor position. Not implemented
2900 x_delete_glyphs (f
, n
)
2908 /* Like XClearArea, but check that WIDTH and HEIGHT are reasonable.
2909 If they are <= 0, this is probably an error. */
2912 x_clear_area (dpy
, window
, x
, y
, width
, height
, exposures
)
2919 xassert (width
> 0 && height
> 0);
2920 XClearArea (dpy
, window
, x
, y
, width
, height
, exposures
);
2924 /* Clear an entire frame. */
2927 x_clear_frame (struct frame
*f
)
2929 /* Clearing the frame will erase any cursor, so mark them all as no
2931 mark_window_cursors_off (XWINDOW (FRAME_ROOT_WINDOW (f
)));
2932 output_cursor
.hpos
= output_cursor
.vpos
= 0;
2933 output_cursor
.x
= -1;
2935 /* We don't set the output cursor here because there will always
2936 follow an explicit cursor_to. */
2938 XClearWindow (FRAME_X_DISPLAY (f
), FRAME_X_WINDOW (f
));
2940 /* We have to clear the scroll bars, too. If we have changed
2941 colors or something like that, then they should be notified. */
2942 x_scroll_bar_clear (f
);
2944 XFlush (FRAME_X_DISPLAY (f
));
2951 /* Invert the middle quarter of the frame for .15 sec. */
2953 /* We use the select system call to do the waiting, so we have to make
2954 sure it's available. If it isn't, we just won't do visual bells. */
2956 #if defined (HAVE_TIMEVAL) && defined (HAVE_SELECT)
2959 /* Subtract the `struct timeval' values X and Y, storing the result in
2960 *RESULT. Return 1 if the difference is negative, otherwise 0. */
2963 timeval_subtract (result
, x
, y
)
2964 struct timeval
*result
, x
, y
;
2966 /* Perform the carry for the later subtraction by updating y. This
2967 is safer because on some systems the tv_sec member is unsigned. */
2968 if (x
.tv_usec
< y
.tv_usec
)
2970 int nsec
= (y
.tv_usec
- x
.tv_usec
) / 1000000 + 1;
2971 y
.tv_usec
-= 1000000 * nsec
;
2975 if (x
.tv_usec
- y
.tv_usec
> 1000000)
2977 int nsec
= (y
.tv_usec
- x
.tv_usec
) / 1000000;
2978 y
.tv_usec
+= 1000000 * nsec
;
2982 /* Compute the time remaining to wait. tv_usec is certainly
2984 result
->tv_sec
= x
.tv_sec
- y
.tv_sec
;
2985 result
->tv_usec
= x
.tv_usec
- y
.tv_usec
;
2987 /* Return indication of whether the result should be considered
2989 return x
.tv_sec
< y
.tv_sec
;
3001 /* Create a GC that will use the GXxor function to flip foreground
3002 pixels into background pixels. */
3006 values
.function
= GXxor
;
3007 values
.foreground
= (FRAME_FOREGROUND_PIXEL (f
)
3008 ^ FRAME_BACKGROUND_PIXEL (f
));
3010 gc
= XCreateGC (FRAME_X_DISPLAY (f
), FRAME_X_WINDOW (f
),
3011 GCFunction
| GCForeground
, &values
);
3015 /* Get the height not including a menu bar widget. */
3016 int height
= FRAME_TEXT_LINES_TO_PIXEL_HEIGHT (f
, FRAME_LINES (f
));
3017 /* Height of each line to flash. */
3018 int flash_height
= FRAME_LINE_HEIGHT (f
);
3019 /* These will be the left and right margins of the rectangles. */
3020 int flash_left
= FRAME_INTERNAL_BORDER_WIDTH (f
);
3021 int flash_right
= FRAME_PIXEL_WIDTH (f
) - FRAME_INTERNAL_BORDER_WIDTH (f
);
3025 /* Don't flash the area between a scroll bar and the frame
3026 edge it is next to. */
3027 switch (FRAME_VERTICAL_SCROLL_BAR_TYPE (f
))
3029 case vertical_scroll_bar_left
:
3030 flash_left
+= VERTICAL_SCROLL_BAR_WIDTH_TRIM
;
3033 case vertical_scroll_bar_right
:
3034 flash_right
-= VERTICAL_SCROLL_BAR_WIDTH_TRIM
;
3041 width
= flash_right
- flash_left
;
3043 /* If window is tall, flash top and bottom line. */
3044 if (height
> 3 * FRAME_LINE_HEIGHT (f
))
3046 XFillRectangle (FRAME_X_DISPLAY (f
), FRAME_X_WINDOW (f
), gc
,
3048 (FRAME_INTERNAL_BORDER_WIDTH (f
)
3049 + FRAME_TOOL_BAR_LINES (f
) * FRAME_LINE_HEIGHT (f
)),
3050 width
, flash_height
);
3051 XFillRectangle (FRAME_X_DISPLAY (f
), FRAME_X_WINDOW (f
), gc
,
3053 (height
- flash_height
3054 - FRAME_INTERNAL_BORDER_WIDTH (f
)),
3055 width
, flash_height
);
3058 /* If it is short, flash it all. */
3059 XFillRectangle (FRAME_X_DISPLAY (f
), FRAME_X_WINDOW (f
), gc
,
3060 flash_left
, FRAME_INTERNAL_BORDER_WIDTH (f
),
3061 width
, height
- 2 * FRAME_INTERNAL_BORDER_WIDTH (f
));
3066 struct timeval wakeup
;
3068 EMACS_GET_TIME (wakeup
);
3070 /* Compute time to wait until, propagating carry from usecs. */
3071 wakeup
.tv_usec
+= 150000;
3072 wakeup
.tv_sec
+= (wakeup
.tv_usec
/ 1000000);
3073 wakeup
.tv_usec
%= 1000000;
3075 /* Keep waiting until past the time wakeup or any input gets
3077 while (! detect_input_pending ())
3079 struct timeval current
;
3080 struct timeval timeout
;
3082 EMACS_GET_TIME (current
);
3084 /* Break if result would be negative. */
3085 if (timeval_subtract (¤t
, wakeup
, current
))
3088 /* How long `select' should wait. */
3090 timeout
.tv_usec
= 10000;
3092 /* Try to wait that long--but we might wake up sooner. */
3093 select (0, NULL
, NULL
, NULL
, &timeout
);
3097 /* If window is tall, flash top and bottom line. */
3098 if (height
> 3 * FRAME_LINE_HEIGHT (f
))
3100 XFillRectangle (FRAME_X_DISPLAY (f
), FRAME_X_WINDOW (f
), gc
,
3102 (FRAME_INTERNAL_BORDER_WIDTH (f
)
3103 + FRAME_TOOL_BAR_LINES (f
) * FRAME_LINE_HEIGHT (f
)),
3104 width
, flash_height
);
3105 XFillRectangle (FRAME_X_DISPLAY (f
), FRAME_X_WINDOW (f
), gc
,
3107 (height
- flash_height
3108 - FRAME_INTERNAL_BORDER_WIDTH (f
)),
3109 width
, flash_height
);
3112 /* If it is short, flash it all. */
3113 XFillRectangle (FRAME_X_DISPLAY (f
), FRAME_X_WINDOW (f
), gc
,
3114 flash_left
, FRAME_INTERNAL_BORDER_WIDTH (f
),
3115 width
, height
- 2 * FRAME_INTERNAL_BORDER_WIDTH (f
));
3117 XFreeGC (FRAME_X_DISPLAY (f
), gc
);
3125 #endif /* defined (HAVE_TIMEVAL) && defined (HAVE_SELECT) */
3129 XTtoggle_invisible_pointer (f
, invisible
)
3136 if (FRAME_X_DISPLAY_INFO (f
)->invisible_cursor
!= 0)
3137 XDefineCursor (FRAME_X_DISPLAY (f
), FRAME_X_WINDOW (f
),
3138 FRAME_X_DISPLAY_INFO (f
)->invisible_cursor
);
3141 XDefineCursor (FRAME_X_DISPLAY (f
), FRAME_X_WINDOW (f
),
3142 f
->output_data
.x
->current_cursor
);
3143 f
->pointer_invisible
= invisible
;
3148 /* Make audible bell. */
3153 struct frame
*f
= SELECTED_FRAME ();
3155 if (FRAME_X_DISPLAY (f
))
3157 #if defined (HAVE_TIMEVAL) && defined (HAVE_SELECT)
3164 XBell (FRAME_X_DISPLAY (f
), 0);
3165 XFlush (FRAME_X_DISPLAY (f
));
3172 /* Specify how many text lines, from the top of the window,
3173 should be affected by insert-lines and delete-lines operations.
3174 This, and those operations, are used only within an update
3175 that is bounded by calls to x_update_begin and x_update_end. */
3178 XTset_terminal_window (n
)
3181 /* This function intentionally left blank. */
3186 /***********************************************************************
3188 ***********************************************************************/
3190 /* Perform an insert-lines or delete-lines operation, inserting N
3191 lines or deleting -N lines at vertical position VPOS. */
3194 x_ins_del_lines (f
, vpos
, n
)
3202 /* Scroll part of the display as described by RUN. */
3205 x_scroll_run (w
, run
)
3209 struct frame
*f
= XFRAME (w
->frame
);
3210 int x
, y
, width
, height
, from_y
, to_y
, bottom_y
;
3212 /* Get frame-relative bounding box of the text display area of W,
3213 without mode lines. Include in this box the left and right
3215 window_box (w
, -1, &x
, &y
, &width
, &height
);
3217 from_y
= WINDOW_TO_FRAME_PIXEL_Y (w
, run
->current_y
);
3218 to_y
= WINDOW_TO_FRAME_PIXEL_Y (w
, run
->desired_y
);
3219 bottom_y
= y
+ height
;
3223 /* Scrolling up. Make sure we don't copy part of the mode
3224 line at the bottom. */
3225 if (from_y
+ run
->height
> bottom_y
)
3226 height
= bottom_y
- from_y
;
3228 height
= run
->height
;
3232 /* Scolling down. Make sure we don't copy over the mode line.
3234 if (to_y
+ run
->height
> bottom_y
)
3235 height
= bottom_y
- to_y
;
3237 height
= run
->height
;
3242 /* Cursor off. Will be switched on again in x_update_window_end. */
3246 XCopyArea (FRAME_X_DISPLAY (f
),
3247 FRAME_X_WINDOW (f
), FRAME_X_WINDOW (f
),
3248 f
->output_data
.x
->normal_gc
,
3258 /***********************************************************************
3260 ***********************************************************************/
3267 /* We used to only do this if Vx_no_window_manager was non-nil, but
3268 the ICCCM (section 4.1.6) says that the window's border pixmap
3269 and border pixel are window attributes which are "private to the
3270 client", so we can always change it to whatever we want. */
3272 XSetWindowBorder (FRAME_X_DISPLAY (f
), FRAME_X_WINDOW (f
),
3273 f
->output_data
.x
->border_pixel
);
3275 x_update_cursor (f
, 1);
3276 x_set_frame_alpha (f
);
3280 frame_unhighlight (f
)
3283 /* We used to only do this if Vx_no_window_manager was non-nil, but
3284 the ICCCM (section 4.1.6) says that the window's border pixmap
3285 and border pixel are window attributes which are "private to the
3286 client", so we can always change it to whatever we want. */
3288 XSetWindowBorderPixmap (FRAME_X_DISPLAY (f
), FRAME_X_WINDOW (f
),
3289 f
->output_data
.x
->border_tile
);
3291 x_update_cursor (f
, 1);
3292 x_set_frame_alpha (f
);
3295 /* The focus has changed. Update the frames as necessary to reflect
3296 the new situation. Note that we can't change the selected frame
3297 here, because the Lisp code we are interrupting might become confused.
3298 Each event gets marked with the frame in which it occurred, so the
3299 Lisp code can tell when the switch took place by examining the events. */
3302 x_new_focus_frame (dpyinfo
, frame
)
3303 struct x_display_info
*dpyinfo
;
3304 struct frame
*frame
;
3306 struct frame
*old_focus
= dpyinfo
->x_focus_frame
;
3308 if (frame
!= dpyinfo
->x_focus_frame
)
3310 /* Set this before calling other routines, so that they see
3311 the correct value of x_focus_frame. */
3312 dpyinfo
->x_focus_frame
= frame
;
3314 if (old_focus
&& old_focus
->auto_lower
)
3315 x_lower_frame (old_focus
);
3317 if (dpyinfo
->x_focus_frame
&& dpyinfo
->x_focus_frame
->auto_raise
)
3318 pending_autoraise_frame
= dpyinfo
->x_focus_frame
;
3320 pending_autoraise_frame
= 0;
3323 x_frame_rehighlight (dpyinfo
);
3326 /* Handle FocusIn and FocusOut state changes for FRAME.
3327 If FRAME has focus and there exists more than one frame, puts
3328 a FOCUS_IN_EVENT into *BUFP. */
3331 x_focus_changed (type
, state
, dpyinfo
, frame
, bufp
)
3334 struct x_display_info
*dpyinfo
;
3335 struct frame
*frame
;
3336 struct input_event
*bufp
;
3338 if (type
== FocusIn
)
3340 if (dpyinfo
->x_focus_event_frame
!= frame
)
3342 x_new_focus_frame (dpyinfo
, frame
);
3343 dpyinfo
->x_focus_event_frame
= frame
;
3345 /* Don't stop displaying the initial startup message
3346 for a switch-frame event we don't need. */
3347 if (NILP (Vterminal_frame
)
3348 && CONSP (Vframe_list
)
3349 && !NILP (XCDR (Vframe_list
)))
3351 bufp
->kind
= FOCUS_IN_EVENT
;
3352 XSETFRAME (bufp
->frame_or_window
, frame
);
3356 frame
->output_data
.x
->focus_state
|= state
;
3359 if (FRAME_XIC (frame
))
3360 XSetICFocus (FRAME_XIC (frame
));
3363 else if (type
== FocusOut
)
3365 frame
->output_data
.x
->focus_state
&= ~state
;
3367 if (dpyinfo
->x_focus_event_frame
== frame
)
3369 dpyinfo
->x_focus_event_frame
= 0;
3370 x_new_focus_frame (dpyinfo
, 0);
3374 if (FRAME_XIC (frame
))
3375 XUnsetICFocus (FRAME_XIC (frame
));
3377 if (frame
->pointer_invisible
)
3378 XTtoggle_invisible_pointer (frame
, 0);
3382 /* The focus may have changed. Figure out if it is a real focus change,
3383 by checking both FocusIn/Out and Enter/LeaveNotify events.
3385 Returns FOCUS_IN_EVENT event in *BUFP. */
3388 x_detect_focus_change (dpyinfo
, event
, bufp
)
3389 struct x_display_info
*dpyinfo
;
3391 struct input_event
*bufp
;
3393 struct frame
*frame
;
3395 frame
= x_any_window_to_frame (dpyinfo
, event
->xany
.window
);
3399 switch (event
->type
)
3404 struct frame
*focus_frame
= dpyinfo
->x_focus_event_frame
;
3406 = focus_frame
? focus_frame
->output_data
.x
->focus_state
: 0;
3408 if (event
->xcrossing
.detail
!= NotifyInferior
3409 && event
->xcrossing
.focus
3410 && ! (focus_state
& FOCUS_EXPLICIT
))
3411 x_focus_changed ((event
->type
== EnterNotify
? FocusIn
: FocusOut
),
3413 dpyinfo
, frame
, bufp
);
3419 x_focus_changed (event
->type
,
3420 (event
->xfocus
.detail
== NotifyPointer
?
3421 FOCUS_IMPLICIT
: FOCUS_EXPLICIT
),
3422 dpyinfo
, frame
, bufp
);
3426 if (event
->xclient
.message_type
== dpyinfo
->Xatom_XEMBED
)
3428 enum xembed_message msg
= event
->xclient
.data
.l
[1];
3429 x_focus_changed ((msg
== XEMBED_FOCUS_IN
? FocusIn
: FocusOut
),
3430 FOCUS_EXPLICIT
, dpyinfo
, frame
, bufp
);
3437 /* Handle an event saying the mouse has moved out of an Emacs frame. */
3440 x_mouse_leave (dpyinfo
)
3441 struct x_display_info
*dpyinfo
;
3443 x_new_focus_frame (dpyinfo
, dpyinfo
->x_focus_event_frame
);
3446 /* The focus has changed, or we have redirected a frame's focus to
3447 another frame (this happens when a frame uses a surrogate
3448 mini-buffer frame). Shift the highlight as appropriate.
3450 The FRAME argument doesn't necessarily have anything to do with which
3451 frame is being highlighted or un-highlighted; we only use it to find
3452 the appropriate X display info. */
3455 XTframe_rehighlight (frame
)
3456 struct frame
*frame
;
3458 x_frame_rehighlight (FRAME_X_DISPLAY_INFO (frame
));
3462 x_frame_rehighlight (dpyinfo
)
3463 struct x_display_info
*dpyinfo
;
3465 struct frame
*old_highlight
= dpyinfo
->x_highlight_frame
;
3467 if (dpyinfo
->x_focus_frame
)
3469 dpyinfo
->x_highlight_frame
3470 = ((FRAMEP (FRAME_FOCUS_FRAME (dpyinfo
->x_focus_frame
)))
3471 ? XFRAME (FRAME_FOCUS_FRAME (dpyinfo
->x_focus_frame
))
3472 : dpyinfo
->x_focus_frame
);
3473 if (! FRAME_LIVE_P (dpyinfo
->x_highlight_frame
))
3475 FRAME_FOCUS_FRAME (dpyinfo
->x_focus_frame
) = Qnil
;
3476 dpyinfo
->x_highlight_frame
= dpyinfo
->x_focus_frame
;
3480 dpyinfo
->x_highlight_frame
= 0;
3482 if (dpyinfo
->x_highlight_frame
!= old_highlight
)
3485 frame_unhighlight (old_highlight
);
3486 if (dpyinfo
->x_highlight_frame
)
3487 frame_highlight (dpyinfo
->x_highlight_frame
);
3493 /* Keyboard processing - modifier keys, vendor-specific keysyms, etc. */
3495 /* Initialize mode_switch_bit and modifier_meaning. */
3497 x_find_modifier_meanings (dpyinfo
)
3498 struct x_display_info
*dpyinfo
;
3500 int min_code
, max_code
;
3503 XModifierKeymap
*mods
;
3505 dpyinfo
->meta_mod_mask
= 0;
3506 dpyinfo
->shift_lock_mask
= 0;
3507 dpyinfo
->alt_mod_mask
= 0;
3508 dpyinfo
->super_mod_mask
= 0;
3509 dpyinfo
->hyper_mod_mask
= 0;
3511 XDisplayKeycodes (dpyinfo
->display
, &min_code
, &max_code
);
3513 syms
= XGetKeyboardMapping (dpyinfo
->display
,
3514 min_code
, max_code
- min_code
+ 1,
3516 mods
= XGetModifierMapping (dpyinfo
->display
);
3518 /* Scan the modifier table to see which modifier bits the Meta and
3519 Alt keysyms are on. */
3521 int row
, col
; /* The row and column in the modifier table. */
3522 int found_alt_or_meta
;
3524 for (row
= 3; row
< 8; row
++)
3526 found_alt_or_meta
= 0;
3527 for (col
= 0; col
< mods
->max_keypermod
; col
++)
3529 KeyCode code
= mods
->modifiermap
[(row
* mods
->max_keypermod
) + col
];
3531 /* Zeroes are used for filler. Skip them. */
3535 /* Are any of this keycode's keysyms a meta key? */
3539 for (code_col
= 0; code_col
< syms_per_code
; code_col
++)
3541 int sym
= syms
[((code
- min_code
) * syms_per_code
) + code_col
];
3547 found_alt_or_meta
= 1;
3548 dpyinfo
->meta_mod_mask
|= (1 << row
);
3553 found_alt_or_meta
= 1;
3554 dpyinfo
->alt_mod_mask
|= (1 << row
);
3559 if (!found_alt_or_meta
)
3560 dpyinfo
->hyper_mod_mask
|= (1 << row
);
3561 code_col
= syms_per_code
;
3562 col
= mods
->max_keypermod
;
3567 if (!found_alt_or_meta
)
3568 dpyinfo
->super_mod_mask
|= (1 << row
);
3569 code_col
= syms_per_code
;
3570 col
= mods
->max_keypermod
;
3574 /* Ignore this if it's not on the lock modifier. */
3575 if (!found_alt_or_meta
&& ((1 << row
) == LockMask
))
3576 dpyinfo
->shift_lock_mask
= LockMask
;
3577 code_col
= syms_per_code
;
3578 col
= mods
->max_keypermod
;
3587 /* If we couldn't find any meta keys, accept any alt keys as meta keys. */
3588 if (! dpyinfo
->meta_mod_mask
)
3590 dpyinfo
->meta_mod_mask
= dpyinfo
->alt_mod_mask
;
3591 dpyinfo
->alt_mod_mask
= 0;
3594 /* If some keys are both alt and meta,
3595 make them just meta, not alt. */
3596 if (dpyinfo
->alt_mod_mask
& dpyinfo
->meta_mod_mask
)
3598 dpyinfo
->alt_mod_mask
&= ~dpyinfo
->meta_mod_mask
;
3601 XFree ((char *) syms
);
3602 XFreeModifiermap (mods
);
3605 /* Convert between the modifier bits X uses and the modifier bits
3609 x_x_to_emacs_modifiers (dpyinfo
, state
)
3610 struct x_display_info
*dpyinfo
;
3613 EMACS_UINT mod_meta
= meta_modifier
;
3614 EMACS_UINT mod_alt
= alt_modifier
;
3615 EMACS_UINT mod_hyper
= hyper_modifier
;
3616 EMACS_UINT mod_super
= super_modifier
;
3619 tem
= Fget (Vx_alt_keysym
, Qmodifier_value
);
3620 if (! EQ (tem
, Qnil
)) mod_alt
= XUINT (tem
);
3621 tem
= Fget (Vx_meta_keysym
, Qmodifier_value
);
3622 if (! EQ (tem
, Qnil
)) mod_meta
= XUINT (tem
);
3623 tem
= Fget (Vx_hyper_keysym
, Qmodifier_value
);
3624 if (! EQ (tem
, Qnil
)) mod_hyper
= XUINT (tem
);
3625 tem
= Fget (Vx_super_keysym
, Qmodifier_value
);
3626 if (! EQ (tem
, Qnil
)) mod_super
= XUINT (tem
);
3629 return ( ((state
& (ShiftMask
| dpyinfo
->shift_lock_mask
)) ? shift_modifier
: 0)
3630 | ((state
& ControlMask
) ? ctrl_modifier
: 0)
3631 | ((state
& dpyinfo
->meta_mod_mask
) ? mod_meta
: 0)
3632 | ((state
& dpyinfo
->alt_mod_mask
) ? mod_alt
: 0)
3633 | ((state
& dpyinfo
->super_mod_mask
) ? mod_super
: 0)
3634 | ((state
& dpyinfo
->hyper_mod_mask
) ? mod_hyper
: 0));
3638 x_emacs_to_x_modifiers (dpyinfo
, state
)
3639 struct x_display_info
*dpyinfo
;
3642 EMACS_UINT mod_meta
= meta_modifier
;
3643 EMACS_UINT mod_alt
= alt_modifier
;
3644 EMACS_UINT mod_hyper
= hyper_modifier
;
3645 EMACS_UINT mod_super
= super_modifier
;
3649 tem
= Fget (Vx_alt_keysym
, Qmodifier_value
);
3650 if (! EQ (tem
, Qnil
)) mod_alt
= XUINT (tem
);
3651 tem
= Fget (Vx_meta_keysym
, Qmodifier_value
);
3652 if (! EQ (tem
, Qnil
)) mod_meta
= XUINT (tem
);
3653 tem
= Fget (Vx_hyper_keysym
, Qmodifier_value
);
3654 if (! EQ (tem
, Qnil
)) mod_hyper
= XUINT (tem
);
3655 tem
= Fget (Vx_super_keysym
, Qmodifier_value
);
3656 if (! EQ (tem
, Qnil
)) mod_super
= XUINT (tem
);
3659 return ( ((state
& mod_alt
) ? dpyinfo
->alt_mod_mask
: 0)
3660 | ((state
& mod_super
) ? dpyinfo
->super_mod_mask
: 0)
3661 | ((state
& mod_hyper
) ? dpyinfo
->hyper_mod_mask
: 0)
3662 | ((state
& shift_modifier
) ? ShiftMask
: 0)
3663 | ((state
& ctrl_modifier
) ? ControlMask
: 0)
3664 | ((state
& mod_meta
) ? dpyinfo
->meta_mod_mask
: 0));
3667 /* Convert a keysym to its name. */
3670 x_get_keysym_name (keysym
)
3676 value
= XKeysymToString (keysym
);
3684 /* Mouse clicks and mouse movement. Rah. */
3686 /* Prepare a mouse-event in *RESULT for placement in the input queue.
3688 If the event is a button press, then note that we have grabbed
3692 construct_mouse_click (result
, event
, f
)
3693 struct input_event
*result
;
3694 XButtonEvent
*event
;
3697 /* Make the event type NO_EVENT; we'll change that when we decide
3699 result
->kind
= MOUSE_CLICK_EVENT
;
3700 result
->code
= event
->button
- Button1
;
3701 result
->timestamp
= event
->time
;
3702 result
->modifiers
= (x_x_to_emacs_modifiers (FRAME_X_DISPLAY_INFO (f
),
3704 | (event
->type
== ButtonRelease
3708 XSETINT (result
->x
, event
->x
);
3709 XSETINT (result
->y
, event
->y
);
3710 XSETFRAME (result
->frame_or_window
, f
);
3716 /* Function to report a mouse movement to the mainstream Emacs code.
3717 The input handler calls this.
3719 We have received a mouse movement event, which is given in *event.
3720 If the mouse is over a different glyph than it was last time, tell
3721 the mainstream emacs code by setting mouse_moved. If not, ask for
3722 another motion event, so we can check again the next time it moves. */
3724 static XMotionEvent last_mouse_motion_event
;
3725 static Lisp_Object last_mouse_motion_frame
;
3728 note_mouse_movement (frame
, event
)
3730 XMotionEvent
*event
;
3732 last_mouse_movement_time
= event
->time
;
3733 last_mouse_motion_event
= *event
;
3734 XSETFRAME (last_mouse_motion_frame
, frame
);
3736 if (!FRAME_X_OUTPUT (frame
))
3739 if (event
->window
!= FRAME_X_WINDOW (frame
))
3741 frame
->mouse_moved
= 1;
3742 last_mouse_scroll_bar
= Qnil
;
3743 note_mouse_highlight (frame
, -1, -1);
3744 last_mouse_glyph_frame
= 0;
3749 /* Has the mouse moved off the glyph it was on at the last sighting? */
3750 if (frame
!= last_mouse_glyph_frame
3751 || event
->x
< last_mouse_glyph
.x
3752 || event
->x
>= last_mouse_glyph
.x
+ last_mouse_glyph
.width
3753 || event
->y
< last_mouse_glyph
.y
3754 || event
->y
>= last_mouse_glyph
.y
+ last_mouse_glyph
.height
)
3756 frame
->mouse_moved
= 1;
3757 last_mouse_scroll_bar
= Qnil
;
3758 note_mouse_highlight (frame
, event
->x
, event
->y
);
3759 /* Remember which glyph we're now on. */
3760 remember_mouse_glyph (frame
, event
->x
, event
->y
, &last_mouse_glyph
);
3761 last_mouse_glyph_frame
= frame
;
3769 /************************************************************************
3771 ************************************************************************/
3774 redo_mouse_highlight ()
3776 if (!NILP (last_mouse_motion_frame
)
3777 && FRAME_LIVE_P (XFRAME (last_mouse_motion_frame
)))
3778 note_mouse_highlight (XFRAME (last_mouse_motion_frame
),
3779 last_mouse_motion_event
.x
,
3780 last_mouse_motion_event
.y
);
3785 /* Return the current position of the mouse.
3786 *FP should be a frame which indicates which display to ask about.
3788 If the mouse movement started in a scroll bar, set *FP, *BAR_WINDOW,
3789 and *PART to the frame, window, and scroll bar part that the mouse
3790 is over. Set *X and *Y to the portion and whole of the mouse's
3791 position on the scroll bar.
3793 If the mouse movement started elsewhere, set *FP to the frame the
3794 mouse is on, *BAR_WINDOW to nil, and *X and *Y to the character cell
3797 Set *TIME to the server time-stamp for the time at which the mouse
3798 was at this position.
3800 Don't store anything if we don't have a valid set of values to report.
3802 This clears the mouse_moved flag, so we can wait for the next mouse
3806 XTmouse_position (fp
, insist
, bar_window
, part
, x
, y
, time
)
3809 Lisp_Object
*bar_window
;
3810 enum scroll_bar_part
*part
;
3812 unsigned long *time
;
3818 if (! NILP (last_mouse_scroll_bar
) && insist
== 0)
3819 x_scroll_bar_report_motion (fp
, bar_window
, part
, x
, y
, time
);
3825 Window dummy_window
;
3828 Lisp_Object frame
, tail
;
3830 /* Clear the mouse-moved flag for every frame on this display. */
3831 FOR_EACH_FRAME (tail
, frame
)
3832 if (FRAME_X_P (XFRAME (frame
))
3833 && FRAME_X_DISPLAY (XFRAME (frame
)) == FRAME_X_DISPLAY (*fp
))
3834 XFRAME (frame
)->mouse_moved
= 0;
3836 last_mouse_scroll_bar
= Qnil
;
3838 /* Figure out which root window we're on. */
3839 XQueryPointer (FRAME_X_DISPLAY (*fp
),
3840 DefaultRootWindow (FRAME_X_DISPLAY (*fp
)),
3842 /* The root window which contains the pointer. */
3845 /* Trash which we can't trust if the pointer is on
3846 a different screen. */
3849 /* The position on that root window. */
3852 /* More trash we can't trust. */
3855 /* Modifier keys and pointer buttons, about which
3857 (unsigned int *) &dummy
);
3859 /* Now we have a position on the root; find the innermost window
3860 containing the pointer. */
3864 int parent_x
= 0, parent_y
= 0;
3868 /* XTranslateCoordinates can get errors if the window
3869 structure is changing at the same time this function
3870 is running. So at least we must not crash from them. */
3872 x_catch_errors (FRAME_X_DISPLAY (*fp
));
3874 if (FRAME_X_DISPLAY_INFO (*fp
)->grabbed
&& last_mouse_frame
3875 && FRAME_LIVE_P (last_mouse_frame
))
3877 /* If mouse was grabbed on a frame, give coords for that frame
3878 even if the mouse is now outside it. */
3879 XTranslateCoordinates (FRAME_X_DISPLAY (*fp
),
3881 /* From-window, to-window. */
3882 root
, FRAME_X_WINDOW (last_mouse_frame
),
3884 /* From-position, to-position. */
3885 root_x
, root_y
, &win_x
, &win_y
,
3889 f1
= last_mouse_frame
;
3895 XTranslateCoordinates (FRAME_X_DISPLAY (*fp
),
3897 /* From-window, to-window. */
3900 /* From-position, to-position. */
3901 root_x
, root_y
, &win_x
, &win_y
,
3906 if (child
== None
|| child
== win
)
3909 /* We don't wan't to know the innermost window. We
3910 want the edit window. For non-Gtk+ the innermost
3911 window is the edit window. For Gtk+ it might not
3912 be. It might be the tool bar for example. */
3913 if (x_window_to_frame (FRAME_X_DISPLAY_INFO (*fp
), win
))
3921 /* Now we know that:
3922 win is the innermost window containing the pointer
3923 (XTC says it has no child containing the pointer),
3924 win_x and win_y are the pointer's position in it
3925 (XTC did this the last time through), and
3926 parent_x and parent_y are the pointer's position in win's parent.
3927 (They are what win_x and win_y were when win was child.
3928 If win is the root window, it has no parent, and
3929 parent_{x,y} are invalid, but that's okay, because we'll
3930 never use them in that case.) */
3933 /* We don't wan't to know the innermost window. We
3934 want the edit window. */
3935 f1
= x_window_to_frame (FRAME_X_DISPLAY_INFO (*fp
), win
);
3937 /* Is win one of our frames? */
3938 f1
= x_any_window_to_frame (FRAME_X_DISPLAY_INFO (*fp
), win
);
3941 #ifdef USE_X_TOOLKIT
3942 /* If we end up with the menu bar window, say it's not
3945 && f1
->output_data
.x
->menubar_widget
3946 && win
== XtWindow (f1
->output_data
.x
->menubar_widget
))
3948 #endif /* USE_X_TOOLKIT */
3951 if (x_had_errors_p (FRAME_X_DISPLAY (*fp
)))
3954 x_uncatch_errors ();
3956 /* If not, is it one of our scroll bars? */
3959 struct scroll_bar
*bar
;
3961 bar
= x_window_to_scroll_bar (FRAME_X_DISPLAY (*fp
), win
);
3965 f1
= XFRAME (WINDOW_FRAME (XWINDOW (bar
->window
)));
3971 if (f1
== 0 && insist
> 0)
3972 f1
= SELECTED_FRAME ();
3976 /* Ok, we found a frame. Store all the values.
3977 last_mouse_glyph is a rectangle used to reduce the
3978 generation of mouse events. To not miss any motion
3979 events, we must divide the frame into rectangles of the
3980 size of the smallest character that could be displayed
3981 on it, i.e. into the same rectangles that matrices on
3982 the frame are divided into. */
3984 remember_mouse_glyph (f1
, win_x
, win_y
, &last_mouse_glyph
);
3985 last_mouse_glyph_frame
= f1
;
3990 XSETINT (*x
, win_x
);
3991 XSETINT (*y
, win_y
);
3992 *time
= last_mouse_movement_time
;
4002 /***********************************************************************
4004 ***********************************************************************/
4006 /* Scroll bar support. */
4008 /* Given an X window ID and a DISPLAY, find the struct scroll_bar which
4010 This can be called in GC, so we have to make sure to strip off mark
4013 static struct scroll_bar
*
4014 x_window_to_scroll_bar (display
, window_id
)
4020 #if defined (USE_GTK) && defined (USE_TOOLKIT_SCROLL_BARS)
4021 window_id
= (Window
) xg_get_scroll_id_for_window (display
, window_id
);
4022 #endif /* USE_GTK && USE_TOOLKIT_SCROLL_BARS */
4024 for (tail
= Vframe_list
; CONSP (tail
); tail
= XCDR (tail
))
4026 Lisp_Object frame
, bar
, condemned
;
4028 frame
= XCAR (tail
);
4029 /* All elements of Vframe_list should be frames. */
4030 if (! FRAMEP (frame
))
4033 if (! FRAME_X_P (XFRAME (frame
)))
4036 /* Scan this frame's scroll bar list for a scroll bar with the
4038 condemned
= FRAME_CONDEMNED_SCROLL_BARS (XFRAME (frame
));
4039 for (bar
= FRAME_SCROLL_BARS (XFRAME (frame
));
4040 /* This trick allows us to search both the ordinary and
4041 condemned scroll bar lists with one loop. */
4042 ! NILP (bar
) || (bar
= condemned
,
4045 bar
= XSCROLL_BAR (bar
)->next
)
4046 if (XSCROLL_BAR (bar
)->x_window
== window_id
&&
4047 FRAME_X_DISPLAY (XFRAME (frame
)) == display
)
4048 return XSCROLL_BAR (bar
);
4055 #if defined USE_LUCID
4057 /* Return the Lucid menu bar WINDOW is part of. Return null
4058 if WINDOW is not part of a menu bar. */
4061 x_window_to_menu_bar (window
)
4066 for (tail
= Vframe_list
; CONSP (tail
); tail
= XCDR (tail
))
4068 if (FRAME_X_P (XFRAME (XCAR (tail
))))
4070 Lisp_Object frame
= XCAR (tail
);
4071 Widget menu_bar
= XFRAME (frame
)->output_data
.x
->menubar_widget
;
4073 if (menu_bar
&& xlwmenu_window_p (menu_bar
, window
))
4081 #endif /* USE_LUCID */
4084 /************************************************************************
4086 ************************************************************************/
4088 #ifdef USE_TOOLKIT_SCROLL_BARS
4090 static void x_scroll_bar_to_input_event
P_ ((XEvent
*, struct input_event
*));
4091 static void x_send_scroll_bar_event
P_ ((Lisp_Object
, int, int, int));
4092 static void x_create_toolkit_scroll_bar
P_ ((struct frame
*,
4093 struct scroll_bar
*));
4094 static void x_set_toolkit_scroll_bar_thumb
P_ ((struct scroll_bar
*,
4098 /* Lisp window being scrolled. Set when starting to interact with
4099 a toolkit scroll bar, reset to nil when ending the interaction. */
4101 static Lisp_Object window_being_scrolled
;
4103 /* Last scroll bar part sent in xm_scroll_callback. */
4105 static int last_scroll_bar_part
;
4107 /* Whether this is an Xaw with arrow-scrollbars. This should imply
4108 that movements of 1/20 of the screen size are mapped to up/down. */
4111 /* Id of action hook installed for scroll bars. */
4113 static XtActionHookId action_hook_id
;
4115 static Boolean xaw3d_arrow_scroll
;
4117 /* Whether the drag scrolling maintains the mouse at the top of the
4118 thumb. If not, resizing the thumb needs to be done more carefully
4119 to avoid jerkyness. */
4121 static Boolean xaw3d_pick_top
;
4123 /* Action hook installed via XtAppAddActionHook when toolkit scroll
4124 bars are used.. The hook is responsible for detecting when
4125 the user ends an interaction with the scroll bar, and generates
4126 a `end-scroll' SCROLL_BAR_CLICK_EVENT' event if so. */
4129 xt_action_hook (widget
, client_data
, action_name
, event
, params
,
4132 XtPointer client_data
;
4136 Cardinal
*num_params
;
4142 scroll_bar_p
= XmIsScrollBar (widget
);
4143 end_action
= "Release";
4144 #else /* !USE_MOTIF i.e. use Xaw */
4145 scroll_bar_p
= XtIsSubclass (widget
, scrollbarWidgetClass
);
4146 end_action
= "EndScroll";
4147 #endif /* USE_MOTIF */
4150 && strcmp (action_name
, end_action
) == 0
4151 && WINDOWP (window_being_scrolled
))
4155 x_send_scroll_bar_event (window_being_scrolled
,
4156 scroll_bar_end_scroll
, 0, 0);
4157 w
= XWINDOW (window_being_scrolled
);
4159 if (!NILP (XSCROLL_BAR (w
->vertical_scroll_bar
)->dragging
))
4161 XSCROLL_BAR (w
->vertical_scroll_bar
)->dragging
= Qnil
;
4162 /* The thumb size is incorrect while dragging: fix it. */
4163 set_vertical_scroll_bar (w
);
4165 window_being_scrolled
= Qnil
;
4166 last_scroll_bar_part
= -1;
4168 /* Xt timeouts no longer needed. */
4169 toolkit_scroll_bar_interaction
= 0;
4172 #endif /* not USE_GTK */
4174 /* A vector of windows used for communication between
4175 x_send_scroll_bar_event and x_scroll_bar_to_input_event. */
4177 static struct window
**scroll_bar_windows
;
4178 static int scroll_bar_windows_size
;
4181 /* Send a client message with message type Xatom_Scrollbar for a
4182 scroll action to the frame of WINDOW. PART is a value identifying
4183 the part of the scroll bar that was clicked on. PORTION is the
4184 amount to scroll of a whole of WHOLE. */
4187 x_send_scroll_bar_event (window
, part
, portion
, whole
)
4189 int part
, portion
, whole
;
4192 XClientMessageEvent
*ev
= (XClientMessageEvent
*) &event
;
4193 struct window
*w
= XWINDOW (window
);
4194 struct frame
*f
= XFRAME (w
->frame
);
4199 /* Construct a ClientMessage event to send to the frame. */
4200 ev
->type
= ClientMessage
;
4201 ev
->message_type
= FRAME_X_DISPLAY_INFO (f
)->Xatom_Scrollbar
;
4202 ev
->display
= FRAME_X_DISPLAY (f
);
4203 ev
->window
= FRAME_X_WINDOW (f
);
4206 /* We can only transfer 32 bits in the XClientMessageEvent, which is
4207 not enough to store a pointer or Lisp_Object on a 64 bit system.
4208 So, store the window in scroll_bar_windows and pass the index
4209 into that array in the event. */
4210 for (i
= 0; i
< scroll_bar_windows_size
; ++i
)
4211 if (scroll_bar_windows
[i
] == NULL
)
4214 if (i
== scroll_bar_windows_size
)
4216 int new_size
= max (10, 2 * scroll_bar_windows_size
);
4217 size_t nbytes
= new_size
* sizeof *scroll_bar_windows
;
4218 size_t old_nbytes
= scroll_bar_windows_size
* sizeof *scroll_bar_windows
;
4220 scroll_bar_windows
= (struct window
**) xrealloc (scroll_bar_windows
,
4222 bzero (&scroll_bar_windows
[i
], nbytes
- old_nbytes
);
4223 scroll_bar_windows_size
= new_size
;
4226 scroll_bar_windows
[i
] = w
;
4227 ev
->data
.l
[0] = (long) i
;
4228 ev
->data
.l
[1] = (long) part
;
4229 ev
->data
.l
[2] = (long) 0;
4230 ev
->data
.l
[3] = (long) portion
;
4231 ev
->data
.l
[4] = (long) whole
;
4233 /* Make Xt timeouts work while the scroll bar is active. */
4234 toolkit_scroll_bar_interaction
= 1;
4235 #ifdef USE_X_TOOLKIT
4236 x_activate_timeout_atimer ();
4239 /* Setting the event mask to zero means that the message will
4240 be sent to the client that created the window, and if that
4241 window no longer exists, no event will be sent. */
4242 XSendEvent (FRAME_X_DISPLAY (f
), FRAME_X_WINDOW (f
), False
, 0, &event
);
4247 /* Transform a scroll bar ClientMessage EVENT to an Emacs input event
4251 x_scroll_bar_to_input_event (event
, ievent
)
4253 struct input_event
*ievent
;
4255 XClientMessageEvent
*ev
= (XClientMessageEvent
*) event
;
4260 w
= scroll_bar_windows
[ev
->data
.l
[0]];
4261 scroll_bar_windows
[ev
->data
.l
[0]] = NULL
;
4263 XSETWINDOW (window
, w
);
4264 f
= XFRAME (w
->frame
);
4266 ievent
->kind
= SCROLL_BAR_CLICK_EVENT
;
4267 ievent
->frame_or_window
= window
;
4270 ievent
->timestamp
= CurrentTime
;
4272 ievent
->timestamp
= XtLastTimestampProcessed (FRAME_X_DISPLAY (f
));
4274 ievent
->part
= ev
->data
.l
[1];
4275 ievent
->code
= ev
->data
.l
[2];
4276 ievent
->x
= make_number ((int) ev
->data
.l
[3]);
4277 ievent
->y
= make_number ((int) ev
->data
.l
[4]);
4278 ievent
->modifiers
= 0;
4284 /* Minimum and maximum values used for Motif scroll bars. */
4286 #define XM_SB_MAX 10000000
4289 /* Scroll bar callback for Motif scroll bars. WIDGET is the scroll
4290 bar widget. CLIENT_DATA is a pointer to the scroll_bar structure.
4291 CALL_DATA is a pointer to a XmScrollBarCallbackStruct. */
4294 xm_scroll_callback (widget
, client_data
, call_data
)
4296 XtPointer client_data
, call_data
;
4298 struct scroll_bar
*bar
= (struct scroll_bar
*) client_data
;
4299 XmScrollBarCallbackStruct
*cs
= (XmScrollBarCallbackStruct
*) call_data
;
4300 int part
= -1, whole
= 0, portion
= 0;
4304 case XmCR_DECREMENT
:
4305 bar
->dragging
= Qnil
;
4306 part
= scroll_bar_up_arrow
;
4309 case XmCR_INCREMENT
:
4310 bar
->dragging
= Qnil
;
4311 part
= scroll_bar_down_arrow
;
4314 case XmCR_PAGE_DECREMENT
:
4315 bar
->dragging
= Qnil
;
4316 part
= scroll_bar_above_handle
;
4319 case XmCR_PAGE_INCREMENT
:
4320 bar
->dragging
= Qnil
;
4321 part
= scroll_bar_below_handle
;
4325 bar
->dragging
= Qnil
;
4326 part
= scroll_bar_to_top
;
4329 case XmCR_TO_BOTTOM
:
4330 bar
->dragging
= Qnil
;
4331 part
= scroll_bar_to_bottom
;
4338 /* Get the slider size. */
4340 XtVaGetValues (widget
, XmNsliderSize
, &slider_size
, NULL
);
4343 whole
= XM_SB_MAX
- slider_size
;
4344 portion
= min (cs
->value
, whole
);
4345 part
= scroll_bar_handle
;
4346 bar
->dragging
= make_number (cs
->value
);
4350 case XmCR_VALUE_CHANGED
:
4356 window_being_scrolled
= bar
->window
;
4357 last_scroll_bar_part
= part
;
4358 x_send_scroll_bar_event (bar
->window
, part
, portion
, whole
);
4362 #elif defined USE_GTK
4364 /* Scroll bar callback for GTK scroll bars. WIDGET is the scroll
4365 bar widget. DATA is a pointer to the scroll_bar structure. */
4368 xg_scroll_callback (widget
, data
)
4372 struct scroll_bar
*bar
= (struct scroll_bar
*) data
;
4378 int part
= -1, whole
= 0, portion
= 0;
4379 GtkAdjustment
*adj
= GTK_ADJUSTMENT (gtk_range_get_adjustment (widget
));
4381 position
= gtk_adjustment_get_value (adj
);
4383 p
= g_object_get_data (G_OBJECT (widget
), XG_LAST_SB_DATA
);
4386 p
= (gdouble
*) xmalloc (sizeof (gdouble
));
4388 g_object_set_data (G_OBJECT (widget
), XG_LAST_SB_DATA
, p
);
4394 if (xg_ignore_gtk_scrollbar
) return;
4396 diff
= (int) (position
- previous
);
4398 if (diff
== (int) adj
->step_increment
)
4400 part
= scroll_bar_down_arrow
;
4401 bar
->dragging
= Qnil
;
4403 else if (-diff
== (int) adj
->step_increment
)
4405 part
= scroll_bar_up_arrow
;
4406 bar
->dragging
= Qnil
;
4408 else if (diff
== (int) adj
->page_increment
)
4410 part
= scroll_bar_below_handle
;
4411 bar
->dragging
= Qnil
;
4413 else if (-diff
== (int) adj
->page_increment
)
4415 part
= scroll_bar_above_handle
;
4416 bar
->dragging
= Qnil
;
4420 part
= scroll_bar_handle
;
4421 whole
= adj
->upper
- adj
->page_size
;
4422 portion
= min ((int)position
, whole
);
4423 bar
->dragging
= make_number ((int)portion
);
4428 window_being_scrolled
= bar
->window
;
4429 last_scroll_bar_part
= part
;
4430 x_send_scroll_bar_event (bar
->window
, part
, portion
, whole
);
4434 #else /* not USE_GTK and not USE_MOTIF */
4436 /* Xaw scroll bar callback. Invoked when the thumb is dragged.
4437 WIDGET is the scroll bar widget. CLIENT_DATA is a pointer to the
4438 scroll bar struct. CALL_DATA is a pointer to a float saying where
4442 xaw_jump_callback (widget
, client_data
, call_data
)
4444 XtPointer client_data
, call_data
;
4446 struct scroll_bar
*bar
= (struct scroll_bar
*) client_data
;
4447 float top
= *(float *) call_data
;
4449 int whole
, portion
, height
;
4452 /* Get the size of the thumb, a value between 0 and 1. */
4454 XtVaGetValues (widget
, XtNshown
, &shown
, XtNheight
, &height
, NULL
);
4458 portion
= shown
< 1 ? top
* whole
: 0;
4460 if (shown
< 1 && (eabs (top
+ shown
- 1) < 1.0/height
))
4461 /* Some derivatives of Xaw refuse to shrink the thumb when you reach
4462 the bottom, so we force the scrolling whenever we see that we're
4463 too close to the bottom (in x_set_toolkit_scroll_bar_thumb
4464 we try to ensure that we always stay two pixels away from the
4466 part
= scroll_bar_down_arrow
;
4468 part
= scroll_bar_handle
;
4470 window_being_scrolled
= bar
->window
;
4471 bar
->dragging
= make_number (portion
);
4472 last_scroll_bar_part
= part
;
4473 x_send_scroll_bar_event (bar
->window
, part
, portion
, whole
);
4477 /* Xaw scroll bar callback. Invoked for incremental scrolling.,
4478 i.e. line or page up or down. WIDGET is the Xaw scroll bar
4479 widget. CLIENT_DATA is a pointer to the scroll_bar structure for
4480 the scroll bar. CALL_DATA is an integer specifying the action that
4481 has taken place. Its magnitude is in the range 0..height of the
4482 scroll bar. Negative values mean scroll towards buffer start.
4483 Values < height of scroll bar mean line-wise movement. */
4486 xaw_scroll_callback (widget
, client_data
, call_data
)
4488 XtPointer client_data
, call_data
;
4490 struct scroll_bar
*bar
= (struct scroll_bar
*) client_data
;
4491 /* The position really is stored cast to a pointer. */
4492 int position
= (long) call_data
;
4496 /* Get the height of the scroll bar. */
4498 XtVaGetValues (widget
, XtNheight
, &height
, NULL
);
4501 if (eabs (position
) >= height
)
4502 part
= (position
< 0) ? scroll_bar_above_handle
: scroll_bar_below_handle
;
4504 /* If Xaw3d was compiled with ARROW_SCROLLBAR,
4505 it maps line-movement to call_data = max(5, height/20). */
4506 else if (xaw3d_arrow_scroll
&& eabs (position
) <= max (5, height
/ 20))
4507 part
= (position
< 0) ? scroll_bar_up_arrow
: scroll_bar_down_arrow
;
4509 part
= scroll_bar_move_ratio
;
4511 window_being_scrolled
= bar
->window
;
4512 bar
->dragging
= Qnil
;
4513 last_scroll_bar_part
= part
;
4514 x_send_scroll_bar_event (bar
->window
, part
, position
, height
);
4517 #endif /* not USE_GTK and not USE_MOTIF */
4519 #define SCROLL_BAR_NAME "verticalScrollBar"
4521 /* Create the widget for scroll bar BAR on frame F. Record the widget
4522 and X window of the scroll bar in BAR. */
4526 x_create_toolkit_scroll_bar (f
, bar
)
4528 struct scroll_bar
*bar
;
4530 char *scroll_bar_name
= SCROLL_BAR_NAME
;
4533 xg_create_scroll_bar (f
, bar
, G_CALLBACK (xg_scroll_callback
),
4538 #else /* not USE_GTK */
4541 x_create_toolkit_scroll_bar (f
, bar
)
4543 struct scroll_bar
*bar
;
4549 char *scroll_bar_name
= SCROLL_BAR_NAME
;
4550 unsigned long pixel
;
4555 /* Set resources. Create the widget. */
4556 XtSetArg (av
[ac
], XtNmappedWhenManaged
, False
); ++ac
;
4557 XtSetArg (av
[ac
], XmNminimum
, 0); ++ac
;
4558 XtSetArg (av
[ac
], XmNmaximum
, XM_SB_MAX
); ++ac
;
4559 XtSetArg (av
[ac
], XmNorientation
, XmVERTICAL
); ++ac
;
4560 XtSetArg (av
[ac
], XmNprocessingDirection
, XmMAX_ON_BOTTOM
), ++ac
;
4561 XtSetArg (av
[ac
], XmNincrement
, 1); ++ac
;
4562 XtSetArg (av
[ac
], XmNpageIncrement
, 1); ++ac
;
4564 pixel
= f
->output_data
.x
->scroll_bar_foreground_pixel
;
4567 XtSetArg (av
[ac
], XmNforeground
, pixel
);
4571 pixel
= f
->output_data
.x
->scroll_bar_background_pixel
;
4574 XtSetArg (av
[ac
], XmNbackground
, pixel
);
4578 widget
= XmCreateScrollBar (f
->output_data
.x
->edit_widget
,
4579 scroll_bar_name
, av
, ac
);
4581 /* Add one callback for everything that can happen. */
4582 XtAddCallback (widget
, XmNdecrementCallback
, xm_scroll_callback
,
4584 XtAddCallback (widget
, XmNdragCallback
, xm_scroll_callback
,
4586 XtAddCallback (widget
, XmNincrementCallback
, xm_scroll_callback
,
4588 XtAddCallback (widget
, XmNpageDecrementCallback
, xm_scroll_callback
,
4590 XtAddCallback (widget
, XmNpageIncrementCallback
, xm_scroll_callback
,
4592 XtAddCallback (widget
, XmNtoBottomCallback
, xm_scroll_callback
,
4594 XtAddCallback (widget
, XmNtoTopCallback
, xm_scroll_callback
,
4597 /* Realize the widget. Only after that is the X window created. */
4598 XtRealizeWidget (widget
);
4600 /* Set the cursor to an arrow. I didn't find a resource to do that.
4601 And I'm wondering why it hasn't an arrow cursor by default. */
4602 XDefineCursor (XtDisplay (widget
), XtWindow (widget
),
4603 f
->output_data
.x
->nontext_cursor
);
4605 #else /* !USE_MOTIF i.e. use Xaw */
4607 /* Set resources. Create the widget. The background of the
4608 Xaw3d scroll bar widget is a little bit light for my taste.
4609 We don't alter it here to let users change it according
4610 to their taste with `emacs*verticalScrollBar.background: xxx'. */
4611 XtSetArg (av
[ac
], XtNmappedWhenManaged
, False
); ++ac
;
4612 XtSetArg (av
[ac
], XtNorientation
, XtorientVertical
); ++ac
;
4613 /* For smoother scrolling with Xaw3d -sm */
4614 /* XtSetArg (av[ac], XtNpickTop, True); ++ac; */
4616 pixel
= f
->output_data
.x
->scroll_bar_foreground_pixel
;
4619 XtSetArg (av
[ac
], XtNforeground
, pixel
);
4623 pixel
= f
->output_data
.x
->scroll_bar_background_pixel
;
4626 XtSetArg (av
[ac
], XtNbackground
, pixel
);
4630 /* Top/bottom shadow colors. */
4632 /* Allocate them, if necessary. */
4633 if (f
->output_data
.x
->scroll_bar_top_shadow_pixel
== -1)
4635 pixel
= f
->output_data
.x
->scroll_bar_background_pixel
;
4636 if (!x_alloc_lighter_color (f
, FRAME_X_DISPLAY (f
), FRAME_X_COLORMAP (f
),
4637 &pixel
, 1.2, 0x8000))
4639 f
->output_data
.x
->scroll_bar_top_shadow_pixel
= pixel
;
4641 if (f
->output_data
.x
->scroll_bar_bottom_shadow_pixel
== -1)
4643 pixel
= f
->output_data
.x
->scroll_bar_background_pixel
;
4644 if (!x_alloc_lighter_color (f
, FRAME_X_DISPLAY (f
), FRAME_X_COLORMAP (f
),
4645 &pixel
, 0.6, 0x4000))
4647 f
->output_data
.x
->scroll_bar_bottom_shadow_pixel
= pixel
;
4650 #ifdef XtNbeNiceToColormap
4651 /* Tell the toolkit about them. */
4652 if (f
->output_data
.x
->scroll_bar_top_shadow_pixel
== -1
4653 || f
->output_data
.x
->scroll_bar_bottom_shadow_pixel
== -1)
4654 /* We tried to allocate a color for the top/bottom shadow, and
4655 failed, so tell Xaw3d to use dithering instead. */
4657 XtSetArg (av
[ac
], XtNbeNiceToColormap
, True
);
4661 /* Tell what colors Xaw3d should use for the top/bottom shadow, to
4662 be more consistent with other emacs 3d colors, and since Xaw3d is
4663 not good at dealing with allocation failure. */
4665 /* This tells Xaw3d to use real colors instead of dithering for
4667 XtSetArg (av
[ac
], XtNbeNiceToColormap
, False
);
4670 /* Specify the colors. */
4671 pixel
= f
->output_data
.x
->scroll_bar_top_shadow_pixel
;
4674 XtSetArg (av
[ac
], XtNtopShadowPixel
, pixel
);
4677 pixel
= f
->output_data
.x
->scroll_bar_bottom_shadow_pixel
;
4680 XtSetArg (av
[ac
], XtNbottomShadowPixel
, pixel
);
4686 widget
= XtCreateWidget (scroll_bar_name
, scrollbarWidgetClass
,
4687 f
->output_data
.x
->edit_widget
, av
, ac
);
4691 char *val
= initial
;
4692 XtVaGetValues (widget
, XtNscrollVCursor
, (XtPointer
) &val
,
4693 #ifdef XtNarrowScrollbars
4694 XtNarrowScrollbars
, (XtPointer
) &xaw3d_arrow_scroll
,
4696 XtNpickTop
, (XtPointer
) &xaw3d_pick_top
, NULL
);
4697 if (xaw3d_arrow_scroll
|| val
== initial
)
4698 { /* ARROW_SCROLL */
4699 xaw3d_arrow_scroll
= True
;
4700 /* Isn't that just a personal preference ? --Stef */
4701 XtVaSetValues (widget
, XtNcursorName
, "top_left_arrow", NULL
);
4705 /* Define callbacks. */
4706 XtAddCallback (widget
, XtNjumpProc
, xaw_jump_callback
, (XtPointer
) bar
);
4707 XtAddCallback (widget
, XtNscrollProc
, xaw_scroll_callback
,
4710 /* Realize the widget. Only after that is the X window created. */
4711 XtRealizeWidget (widget
);
4713 #endif /* !USE_MOTIF */
4715 /* Install an action hook that lets us detect when the user
4716 finishes interacting with a scroll bar. */
4717 if (action_hook_id
== 0)
4718 action_hook_id
= XtAppAddActionHook (Xt_app_con
, xt_action_hook
, 0);
4720 /* Remember X window and widget in the scroll bar vector. */
4721 SET_SCROLL_BAR_X_WIDGET (bar
, widget
);
4722 xwindow
= XtWindow (widget
);
4723 bar
->x_window
= xwindow
;
4727 #endif /* not USE_GTK */
4730 /* Set the thumb size and position of scroll bar BAR. We are currently
4731 displaying PORTION out of a whole WHOLE, and our position POSITION. */
4735 x_set_toolkit_scroll_bar_thumb (bar
, portion
, position
, whole
)
4736 struct scroll_bar
*bar
;
4737 int portion
, position
, whole
;
4739 xg_set_toolkit_scroll_bar_thumb (bar
, portion
, position
, whole
);
4742 #else /* not USE_GTK */
4744 x_set_toolkit_scroll_bar_thumb (bar
, portion
, position
, whole
)
4745 struct scroll_bar
*bar
;
4746 int portion
, position
, whole
;
4748 struct frame
*f
= XFRAME (WINDOW_FRAME (XWINDOW (bar
->window
)));
4749 Widget widget
= SCROLL_BAR_X_WIDGET (FRAME_X_DISPLAY (f
), bar
);
4756 /* We use an estimate of 30 chars per line rather than the real
4757 `portion' value. This has the disadvantage that the thumb size
4758 is not very representative, but it makes our life a lot easier.
4759 Otherwise, we have to constantly adjust the thumb size, which
4760 we can't always do quickly enough: while dragging, the size of
4761 the thumb might prevent the user from dragging the thumb all the
4762 way to the end. but Motif and some versions of Xaw3d don't allow
4763 updating the thumb size while dragging. Also, even if we can update
4764 its size, the update will often happen too late.
4765 If you don't believe it, check out revision 1.650 of xterm.c to see
4766 what hoops we were going through and the still poor behavior we got. */
4767 portion
= WINDOW_TOTAL_LINES (XWINDOW (bar
->window
)) * 30;
4768 /* When the thumb is at the bottom, position == whole.
4769 So we need to increase `whole' to make space for the thumb. */
4776 top
= (float) position
/ whole
;
4777 shown
= (float) portion
/ whole
;
4780 if (NILP (bar
->dragging
))
4784 /* Slider size. Must be in the range [1 .. MAX - MIN] where MAX
4785 is the scroll bar's maximum and MIN is the scroll bar's minimum
4787 size
= shown
* XM_SB_MAX
;
4788 size
= min (size
, XM_SB_MAX
);
4789 size
= max (size
, 1);
4791 /* Position. Must be in the range [MIN .. MAX - SLIDER_SIZE]. */
4792 value
= top
* XM_SB_MAX
;
4793 value
= min (value
, XM_SB_MAX
- size
);
4795 XmScrollBarSetValues (widget
, value
, size
, 0, 0, False
);
4797 #else /* !USE_MOTIF i.e. use Xaw */
4803 top
= (float) position
/ whole
;
4804 shown
= (float) portion
/ whole
;
4808 float old_top
, old_shown
;
4810 XtVaGetValues (widget
,
4811 XtNtopOfThumb
, &old_top
,
4812 XtNshown
, &old_shown
,
4816 /* Massage the top+shown values. */
4817 if (NILP (bar
->dragging
) || last_scroll_bar_part
== scroll_bar_down_arrow
)
4818 top
= max (0, min (1, top
));
4821 /* Keep two pixels available for moving the thumb down. */
4822 shown
= max (0, min (1 - top
- (2.0 / height
), shown
));
4824 /* If the call to XawScrollbarSetThumb below doesn't seem to work,
4825 check that your system's configuration file contains a define
4826 for `NARROWPROTO'. See s/freebsd.h for an example. */
4827 if (top
!= old_top
|| shown
!= old_shown
)
4829 if (NILP (bar
->dragging
))
4830 XawScrollbarSetThumb (widget
, top
, shown
);
4833 /* Try to make the scrolling a tad smoother. */
4834 if (!xaw3d_pick_top
)
4835 shown
= min (shown
, old_shown
);
4837 XawScrollbarSetThumb (widget
, top
, shown
);
4841 #endif /* !USE_MOTIF */
4845 #endif /* not USE_GTK */
4847 #endif /* USE_TOOLKIT_SCROLL_BARS */
4851 /************************************************************************
4852 Scroll bars, general
4853 ************************************************************************/
4855 /* Create a scroll bar and return the scroll bar vector for it. W is
4856 the Emacs window on which to create the scroll bar. TOP, LEFT,
4857 WIDTH and HEIGHT are the pixel coordinates and dimensions of the
4860 static struct scroll_bar
*
4861 x_scroll_bar_create (w
, top
, left
, width
, height
)
4863 int top
, left
, width
, height
;
4865 struct frame
*f
= XFRAME (w
->frame
);
4866 struct scroll_bar
*bar
4867 = ALLOCATE_PSEUDOVECTOR (struct scroll_bar
, x_window
, PVEC_OTHER
);
4871 #ifdef USE_TOOLKIT_SCROLL_BARS
4872 x_create_toolkit_scroll_bar (f
, bar
);
4873 #else /* not USE_TOOLKIT_SCROLL_BARS */
4875 XSetWindowAttributes a
;
4879 a
.background_pixel
= f
->output_data
.x
->scroll_bar_background_pixel
;
4880 if (a
.background_pixel
== -1)
4881 a
.background_pixel
= FRAME_BACKGROUND_PIXEL (f
);
4883 a
.event_mask
= (ButtonPressMask
| ButtonReleaseMask
4884 | ButtonMotionMask
| PointerMotionHintMask
4886 a
.cursor
= FRAME_X_DISPLAY_INFO (f
)->vertical_scroll_bar_cursor
;
4888 mask
= (CWBackPixel
| CWEventMask
| CWCursor
);
4890 /* Clear the area of W that will serve as a scroll bar. This is
4891 for the case that a window has been split horizontally. In
4892 this case, no clear_frame is generated to reduce flickering. */
4893 if (width
> 0 && height
> 0)
4894 x_clear_area (FRAME_X_DISPLAY (f
), FRAME_X_WINDOW (f
),
4896 window_box_height (w
), False
);
4898 window
= XCreateWindow (FRAME_X_DISPLAY (f
), FRAME_X_WINDOW (f
),
4899 /* Position and size of scroll bar. */
4900 left
+ VERTICAL_SCROLL_BAR_WIDTH_TRIM
,
4902 width
- VERTICAL_SCROLL_BAR_WIDTH_TRIM
* 2,
4904 /* Border width, depth, class, and visual. */
4911 bar
->x_window
= window
;
4913 #endif /* not USE_TOOLKIT_SCROLL_BARS */
4915 XSETWINDOW (bar
->window
, w
);
4919 bar
->height
= height
;
4922 bar
->dragging
= Qnil
;
4923 bar
->fringe_extended_p
= 0;
4925 /* Add bar to its frame's list of scroll bars. */
4926 bar
->next
= FRAME_SCROLL_BARS (f
);
4928 XSETVECTOR (FRAME_SCROLL_BARS (f
), bar
);
4929 if (!NILP (bar
->next
))
4930 XSETVECTOR (XSCROLL_BAR (bar
->next
)->prev
, bar
);
4932 /* Map the window/widget. */
4933 #ifdef USE_TOOLKIT_SCROLL_BARS
4936 xg_update_scrollbar_pos (f
,
4939 left
+ VERTICAL_SCROLL_BAR_WIDTH_TRIM
,
4940 width
- VERTICAL_SCROLL_BAR_WIDTH_TRIM
* 2,
4942 xg_show_scroll_bar (bar
->x_window
);
4943 #else /* not USE_GTK */
4944 Widget scroll_bar
= SCROLL_BAR_X_WIDGET (FRAME_X_DISPLAY (f
), bar
);
4945 XtConfigureWidget (scroll_bar
,
4946 left
+ VERTICAL_SCROLL_BAR_WIDTH_TRIM
,
4948 width
- VERTICAL_SCROLL_BAR_WIDTH_TRIM
* 2,
4949 max (height
, 1), 0);
4950 XtMapWidget (scroll_bar
);
4951 #endif /* not USE_GTK */
4953 #else /* not USE_TOOLKIT_SCROLL_BARS */
4954 XMapRaised (FRAME_X_DISPLAY (f
), bar
->x_window
);
4955 #endif /* not USE_TOOLKIT_SCROLL_BARS */
4962 #ifndef USE_TOOLKIT_SCROLL_BARS
4964 /* Draw BAR's handle in the proper position.
4966 If the handle is already drawn from START to END, don't bother
4967 redrawing it, unless REBUILD is non-zero; in that case, always
4968 redraw it. (REBUILD is handy for drawing the handle after expose
4971 Normally, we want to constrain the start and end of the handle to
4972 fit inside its rectangle, but if the user is dragging the scroll
4973 bar handle, we want to let them drag it down all the way, so that
4974 the bar's top is as far down as it goes; otherwise, there's no way
4975 to move to the very end of the buffer. */
4978 x_scroll_bar_set_handle (bar
, start
, end
, rebuild
)
4979 struct scroll_bar
*bar
;
4983 int dragging
= ! NILP (bar
->dragging
);
4984 Window w
= bar
->x_window
;
4985 FRAME_PTR f
= XFRAME (WINDOW_FRAME (XWINDOW (bar
->window
)));
4986 GC gc
= f
->output_data
.x
->normal_gc
;
4988 /* If the display is already accurate, do nothing. */
4990 && start
== bar
->start
4997 int inside_width
= VERTICAL_SCROLL_BAR_INSIDE_WIDTH (f
, bar
->width
);
4998 int inside_height
= VERTICAL_SCROLL_BAR_INSIDE_HEIGHT (f
, bar
->height
);
4999 int top_range
= VERTICAL_SCROLL_BAR_TOP_RANGE (f
, bar
->height
);
5001 /* Make sure the values are reasonable, and try to preserve
5002 the distance between start and end. */
5004 int length
= end
- start
;
5008 else if (start
> top_range
)
5010 end
= start
+ length
;
5014 else if (end
> top_range
&& ! dragging
)
5018 /* Store the adjusted setting in the scroll bar. */
5022 /* Clip the end position, just for display. */
5023 if (end
> top_range
)
5026 /* Draw bottom positions VERTICAL_SCROLL_BAR_MIN_HANDLE pixels
5027 below top positions, to make sure the handle is always at least
5028 that many pixels tall. */
5029 end
+= VERTICAL_SCROLL_BAR_MIN_HANDLE
;
5031 /* Draw the empty space above the handle. Note that we can't clear
5032 zero-height areas; that means "clear to end of window." */
5034 x_clear_area (FRAME_X_DISPLAY (f
), w
,
5035 /* x, y, width, height, and exposures. */
5036 VERTICAL_SCROLL_BAR_LEFT_BORDER
,
5037 VERTICAL_SCROLL_BAR_TOP_BORDER
,
5038 inside_width
, start
,
5041 /* Change to proper foreground color if one is specified. */
5042 if (f
->output_data
.x
->scroll_bar_foreground_pixel
!= -1)
5043 XSetForeground (FRAME_X_DISPLAY (f
), gc
,
5044 f
->output_data
.x
->scroll_bar_foreground_pixel
);
5046 /* Draw the handle itself. */
5047 XFillRectangle (FRAME_X_DISPLAY (f
), w
, gc
,
5048 /* x, y, width, height */
5049 VERTICAL_SCROLL_BAR_LEFT_BORDER
,
5050 VERTICAL_SCROLL_BAR_TOP_BORDER
+ start
,
5051 inside_width
, end
- start
);
5053 /* Restore the foreground color of the GC if we changed it above. */
5054 if (f
->output_data
.x
->scroll_bar_foreground_pixel
!= -1)
5055 XSetForeground (FRAME_X_DISPLAY (f
), gc
,
5056 FRAME_FOREGROUND_PIXEL (f
));
5058 /* Draw the empty space below the handle. Note that we can't
5059 clear zero-height areas; that means "clear to end of window." */
5060 if (end
< inside_height
)
5061 x_clear_area (FRAME_X_DISPLAY (f
), w
,
5062 /* x, y, width, height, and exposures. */
5063 VERTICAL_SCROLL_BAR_LEFT_BORDER
,
5064 VERTICAL_SCROLL_BAR_TOP_BORDER
+ end
,
5065 inside_width
, inside_height
- end
,
5073 #endif /* !USE_TOOLKIT_SCROLL_BARS */
5075 /* Destroy scroll bar BAR, and set its Emacs window's scroll bar to
5079 x_scroll_bar_remove (bar
)
5080 struct scroll_bar
*bar
;
5082 struct frame
*f
= XFRAME (WINDOW_FRAME (XWINDOW (bar
->window
)));
5085 #ifdef USE_TOOLKIT_SCROLL_BARS
5087 xg_remove_scroll_bar (f
, bar
->x_window
);
5088 #else /* not USE_GTK */
5089 XtDestroyWidget (SCROLL_BAR_X_WIDGET (FRAME_X_DISPLAY (f
), bar
));
5090 #endif /* not USE_GTK */
5092 XDestroyWindow (FRAME_X_DISPLAY (f
), bar
->x_window
);
5095 /* Disassociate this scroll bar from its window. */
5096 XWINDOW (bar
->window
)->vertical_scroll_bar
= Qnil
;
5102 /* Set the handle of the vertical scroll bar for WINDOW to indicate
5103 that we are displaying PORTION characters out of a total of WHOLE
5104 characters, starting at POSITION. If WINDOW has no scroll bar,
5108 XTset_vertical_scroll_bar (w
, portion
, whole
, position
)
5110 int portion
, whole
, position
;
5112 struct frame
*f
= XFRAME (w
->frame
);
5113 struct scroll_bar
*bar
;
5114 int top
, height
, left
, sb_left
, width
, sb_width
;
5115 int window_y
, window_height
;
5116 #ifdef USE_TOOLKIT_SCROLL_BARS
5117 int fringe_extended_p
;
5120 /* Get window dimensions. */
5121 window_box (w
, -1, 0, &window_y
, 0, &window_height
);
5123 width
= WINDOW_CONFIG_SCROLL_BAR_COLS (w
) * FRAME_COLUMN_WIDTH (f
);
5124 height
= window_height
;
5126 /* Compute the left edge of the scroll bar area. */
5127 left
= WINDOW_SCROLL_BAR_AREA_X (w
);
5129 /* Compute the width of the scroll bar which might be less than
5130 the width of the area reserved for the scroll bar. */
5131 if (WINDOW_CONFIG_SCROLL_BAR_WIDTH (w
) > 0)
5132 sb_width
= WINDOW_CONFIG_SCROLL_BAR_WIDTH (w
);
5136 /* Compute the left edge of the scroll bar. */
5137 #ifdef USE_TOOLKIT_SCROLL_BARS
5138 if (WINDOW_HAS_VERTICAL_SCROLL_BAR_ON_RIGHT (w
))
5139 sb_left
= left
+ (WINDOW_RIGHTMOST_P (w
) ? width
- sb_width
: 0);
5141 sb_left
= left
+ (WINDOW_LEFTMOST_P (w
) ? 0 : width
- sb_width
);
5143 if (WINDOW_HAS_VERTICAL_SCROLL_BAR_ON_RIGHT (w
))
5144 sb_left
= left
+ width
- sb_width
;
5149 #ifdef USE_TOOLKIT_SCROLL_BARS
5150 if (WINDOW_HAS_VERTICAL_SCROLL_BAR_ON_LEFT (w
))
5151 fringe_extended_p
= (WINDOW_LEFTMOST_P (w
)
5152 && WINDOW_LEFT_FRINGE_WIDTH (w
)
5153 && (WINDOW_HAS_FRINGES_OUTSIDE_MARGINS (w
)
5154 || WINDOW_LEFT_MARGIN_COLS (w
) == 0));
5156 fringe_extended_p
= (WINDOW_RIGHTMOST_P (w
)
5157 && WINDOW_RIGHT_FRINGE_WIDTH (w
)
5158 && (WINDOW_HAS_FRINGES_OUTSIDE_MARGINS (w
)
5159 || WINDOW_RIGHT_MARGIN_COLS (w
) == 0));
5162 /* Does the scroll bar exist yet? */
5163 if (NILP (w
->vertical_scroll_bar
))
5165 if (width
> 0 && height
> 0)
5168 #ifdef USE_TOOLKIT_SCROLL_BARS
5169 if (fringe_extended_p
)
5170 x_clear_area (FRAME_X_DISPLAY (f
), FRAME_X_WINDOW (f
),
5171 sb_left
, top
, sb_width
, height
, False
);
5174 x_clear_area (FRAME_X_DISPLAY (f
), FRAME_X_WINDOW (f
),
5175 left
, top
, width
, height
, False
);
5179 bar
= x_scroll_bar_create (w
, top
, sb_left
, sb_width
, height
);
5183 /* It may just need to be moved and resized. */
5184 unsigned int mask
= 0;
5186 bar
= XSCROLL_BAR (w
->vertical_scroll_bar
);
5190 if (sb_left
!= bar
->left
)
5192 if (top
!= bar
->top
)
5194 if (sb_width
!= bar
->width
)
5196 if (height
!= bar
->height
)
5199 #ifdef USE_TOOLKIT_SCROLL_BARS
5201 /* Move/size the scroll bar widget. */
5202 if (mask
|| bar
->fringe_extended_p
!= fringe_extended_p
)
5204 /* Since toolkit scroll bars are smaller than the space reserved
5205 for them on the frame, we have to clear "under" them. */
5206 if (width
> 0 && height
> 0)
5208 if (fringe_extended_p
)
5209 x_clear_area (FRAME_X_DISPLAY (f
), FRAME_X_WINDOW (f
),
5210 sb_left
, top
, sb_width
, height
, False
);
5212 x_clear_area (FRAME_X_DISPLAY (f
), FRAME_X_WINDOW (f
),
5213 left
, top
, width
, height
, False
);
5216 xg_update_scrollbar_pos (f
,
5219 sb_left
+ VERTICAL_SCROLL_BAR_WIDTH_TRIM
,
5220 sb_width
- VERTICAL_SCROLL_BAR_WIDTH_TRIM
*2,
5222 #else /* not USE_GTK */
5223 XtConfigureWidget (SCROLL_BAR_X_WIDGET (FRAME_X_DISPLAY (f
), bar
),
5224 sb_left
+ VERTICAL_SCROLL_BAR_WIDTH_TRIM
,
5226 sb_width
- VERTICAL_SCROLL_BAR_WIDTH_TRIM
* 2,
5227 max (height
, 1), 0);
5228 #endif /* not USE_GTK */
5230 #else /* not USE_TOOLKIT_SCROLL_BARS */
5232 /* Clear areas not covered by the scroll bar because of
5233 VERTICAL_SCROLL_BAR_WIDTH_TRIM. */
5234 if (VERTICAL_SCROLL_BAR_WIDTH_TRIM
)
5236 x_clear_area (FRAME_X_DISPLAY (f
), FRAME_X_WINDOW (f
),
5237 left
, top
, VERTICAL_SCROLL_BAR_WIDTH_TRIM
,
5239 x_clear_area (FRAME_X_DISPLAY (f
), FRAME_X_WINDOW (f
),
5240 left
+ width
- VERTICAL_SCROLL_BAR_WIDTH_TRIM
,
5241 top
, VERTICAL_SCROLL_BAR_WIDTH_TRIM
,
5245 /* Clear areas not covered by the scroll bar because it's not as
5246 wide as the area reserved for it. This makes sure a
5247 previous mode line display is cleared after C-x 2 C-x 1, for
5250 int area_width
= WINDOW_CONFIG_SCROLL_BAR_COLS (w
) * FRAME_COLUMN_WIDTH (f
);
5251 int rest
= area_width
- sb_width
;
5252 if (rest
> 0 && height
> 0)
5254 if (WINDOW_HAS_VERTICAL_SCROLL_BAR_ON_LEFT (w
))
5255 x_clear_area (FRAME_X_DISPLAY (f
), FRAME_X_WINDOW (f
),
5256 left
+ area_width
- rest
, top
,
5257 rest
, height
, False
);
5259 x_clear_area (FRAME_X_DISPLAY (f
), FRAME_X_WINDOW (f
),
5260 left
, top
, rest
, height
, False
);
5264 /* Move/size the scroll bar window. */
5269 wc
.x
= sb_left
+ VERTICAL_SCROLL_BAR_WIDTH_TRIM
;
5271 wc
.width
= sb_width
- VERTICAL_SCROLL_BAR_WIDTH_TRIM
* 2;
5273 XConfigureWindow (FRAME_X_DISPLAY (f
), bar
->x_window
,
5277 #endif /* not USE_TOOLKIT_SCROLL_BARS */
5279 /* Remember new settings. */
5280 bar
->left
= sb_left
;
5282 bar
->width
= sb_width
;
5283 bar
->height
= height
;
5288 #ifdef USE_TOOLKIT_SCROLL_BARS
5289 bar
->fringe_extended_p
= fringe_extended_p
;
5291 x_set_toolkit_scroll_bar_thumb (bar
, portion
, position
, whole
);
5292 #else /* not USE_TOOLKIT_SCROLL_BARS */
5293 /* Set the scroll bar's current state, unless we're currently being
5295 if (NILP (bar
->dragging
))
5297 int top_range
= VERTICAL_SCROLL_BAR_TOP_RANGE (f
, height
);
5300 x_scroll_bar_set_handle (bar
, 0, top_range
, 0);
5303 int start
= ((double) position
* top_range
) / whole
;
5304 int end
= ((double) (position
+ portion
) * top_range
) / whole
;
5305 x_scroll_bar_set_handle (bar
, start
, end
, 0);
5308 #endif /* not USE_TOOLKIT_SCROLL_BARS */
5310 XSETVECTOR (w
->vertical_scroll_bar
, bar
);
5314 /* The following three hooks are used when we're doing a thorough
5315 redisplay of the frame. We don't explicitly know which scroll bars
5316 are going to be deleted, because keeping track of when windows go
5317 away is a real pain - "Can you say set-window-configuration, boys
5318 and girls?" Instead, we just assert at the beginning of redisplay
5319 that *all* scroll bars are to be removed, and then save a scroll bar
5320 from the fiery pit when we actually redisplay its window. */
5322 /* Arrange for all scroll bars on FRAME to be removed at the next call
5323 to `*judge_scroll_bars_hook'. A scroll bar may be spared if
5324 `*redeem_scroll_bar_hook' is applied to its window before the judgment. */
5327 XTcondemn_scroll_bars (frame
)
5330 /* Transfer all the scroll bars to FRAME_CONDEMNED_SCROLL_BARS. */
5331 while (! NILP (FRAME_SCROLL_BARS (frame
)))
5334 bar
= FRAME_SCROLL_BARS (frame
);
5335 FRAME_SCROLL_BARS (frame
) = XSCROLL_BAR (bar
)->next
;
5336 XSCROLL_BAR (bar
)->next
= FRAME_CONDEMNED_SCROLL_BARS (frame
);
5337 XSCROLL_BAR (bar
)->prev
= Qnil
;
5338 if (! NILP (FRAME_CONDEMNED_SCROLL_BARS (frame
)))
5339 XSCROLL_BAR (FRAME_CONDEMNED_SCROLL_BARS (frame
))->prev
= bar
;
5340 FRAME_CONDEMNED_SCROLL_BARS (frame
) = bar
;
5345 /* Un-mark WINDOW's scroll bar for deletion in this judgment cycle.
5346 Note that WINDOW isn't necessarily condemned at all. */
5349 XTredeem_scroll_bar (window
)
5350 struct window
*window
;
5352 struct scroll_bar
*bar
;
5355 /* We can't redeem this window's scroll bar if it doesn't have one. */
5356 if (NILP (window
->vertical_scroll_bar
))
5359 bar
= XSCROLL_BAR (window
->vertical_scroll_bar
);
5361 /* Unlink it from the condemned list. */
5362 f
= XFRAME (WINDOW_FRAME (window
));
5363 if (NILP (bar
->prev
))
5365 /* If the prev pointer is nil, it must be the first in one of
5367 if (EQ (FRAME_SCROLL_BARS (f
), window
->vertical_scroll_bar
))
5368 /* It's not condemned. Everything's fine. */
5370 else if (EQ (FRAME_CONDEMNED_SCROLL_BARS (f
),
5371 window
->vertical_scroll_bar
))
5372 FRAME_CONDEMNED_SCROLL_BARS (f
) = bar
->next
;
5374 /* If its prev pointer is nil, it must be at the front of
5375 one or the other! */
5379 XSCROLL_BAR (bar
->prev
)->next
= bar
->next
;
5381 if (! NILP (bar
->next
))
5382 XSCROLL_BAR (bar
->next
)->prev
= bar
->prev
;
5384 bar
->next
= FRAME_SCROLL_BARS (f
);
5386 XSETVECTOR (FRAME_SCROLL_BARS (f
), bar
);
5387 if (! NILP (bar
->next
))
5388 XSETVECTOR (XSCROLL_BAR (bar
->next
)->prev
, bar
);
5391 /* Remove all scroll bars on FRAME that haven't been saved since the
5392 last call to `*condemn_scroll_bars_hook'. */
5395 XTjudge_scroll_bars (f
)
5398 Lisp_Object bar
, next
;
5400 bar
= FRAME_CONDEMNED_SCROLL_BARS (f
);
5402 /* Clear out the condemned list now so we won't try to process any
5403 more events on the hapless scroll bars. */
5404 FRAME_CONDEMNED_SCROLL_BARS (f
) = Qnil
;
5406 for (; ! NILP (bar
); bar
= next
)
5408 struct scroll_bar
*b
= XSCROLL_BAR (bar
);
5410 x_scroll_bar_remove (b
);
5413 b
->next
= b
->prev
= Qnil
;
5416 /* Now there should be no references to the condemned scroll bars,
5417 and they should get garbage-collected. */
5421 #ifndef USE_TOOLKIT_SCROLL_BARS
5422 /* Handle an Expose or GraphicsExpose event on a scroll bar. This
5423 is a no-op when using toolkit scroll bars.
5425 This may be called from a signal handler, so we have to ignore GC
5429 x_scroll_bar_expose (bar
, event
)
5430 struct scroll_bar
*bar
;
5433 Window w
= bar
->x_window
;
5434 FRAME_PTR f
= XFRAME (WINDOW_FRAME (XWINDOW (bar
->window
)));
5435 GC gc
= f
->output_data
.x
->normal_gc
;
5436 int width_trim
= VERTICAL_SCROLL_BAR_WIDTH_TRIM
;
5440 x_scroll_bar_set_handle (bar
, bar
->start
, bar
->end
, 1);
5442 /* Switch to scroll bar foreground color. */
5443 if (f
->output_data
.x
->scroll_bar_foreground_pixel
!= -1)
5444 XSetForeground (FRAME_X_DISPLAY (f
), gc
,
5445 f
->output_data
.x
->scroll_bar_foreground_pixel
);
5447 /* Draw a one-pixel border just inside the edges of the scroll bar. */
5448 XDrawRectangle (FRAME_X_DISPLAY (f
), w
, gc
,
5450 /* x, y, width, height */
5452 bar
->width
- 1 - width_trim
- width_trim
,
5455 /* Restore the foreground color of the GC if we changed it above. */
5456 if (f
->output_data
.x
->scroll_bar_foreground_pixel
!= -1)
5457 XSetForeground (FRAME_X_DISPLAY (f
), gc
,
5458 FRAME_FOREGROUND_PIXEL (f
));
5463 #endif /* not USE_TOOLKIT_SCROLL_BARS */
5465 /* Handle a mouse click on the scroll bar BAR. If *EMACS_EVENT's kind
5466 is set to something other than NO_EVENT, it is enqueued.
5468 This may be called from a signal handler, so we have to ignore GC
5473 x_scroll_bar_handle_click (bar
, event
, emacs_event
)
5474 struct scroll_bar
*bar
;
5476 struct input_event
*emacs_event
;
5478 if (! WINDOWP (bar
->window
))
5481 emacs_event
->kind
= SCROLL_BAR_CLICK_EVENT
;
5482 emacs_event
->code
= event
->xbutton
.button
- Button1
;
5483 emacs_event
->modifiers
5484 = (x_x_to_emacs_modifiers (FRAME_X_DISPLAY_INFO
5485 (XFRAME (WINDOW_FRAME (XWINDOW (bar
->window
)))),
5486 event
->xbutton
.state
)
5487 | (event
->type
== ButtonRelease
5490 emacs_event
->frame_or_window
= bar
->window
;
5491 emacs_event
->arg
= Qnil
;
5492 emacs_event
->timestamp
= event
->xbutton
.time
;
5495 = VERTICAL_SCROLL_BAR_TOP_RANGE (f
, bar
->height
);
5496 int y
= event
->xbutton
.y
- VERTICAL_SCROLL_BAR_TOP_BORDER
;
5499 if (y
> top_range
) y
= top_range
;
5502 emacs_event
->part
= scroll_bar_above_handle
;
5503 else if (y
< bar
->end
+ VERTICAL_SCROLL_BAR_MIN_HANDLE
)
5504 emacs_event
->part
= scroll_bar_handle
;
5506 emacs_event
->part
= scroll_bar_below_handle
;
5508 #ifndef USE_TOOLKIT_SCROLL_BARS
5509 /* If the user has released the handle, set it to its final position. */
5510 if (event
->type
== ButtonRelease
5511 && ! NILP (bar
->dragging
))
5513 int new_start
= y
- XINT (bar
->dragging
);
5514 int new_end
= new_start
+ bar
->end
- bar
->start
;
5516 x_scroll_bar_set_handle (bar
, new_start
, new_end
, 0);
5517 bar
->dragging
= Qnil
;
5521 XSETINT (emacs_event
->x
, y
);
5522 XSETINT (emacs_event
->y
, top_range
);
5526 #ifndef USE_TOOLKIT_SCROLL_BARS
5528 /* Handle some mouse motion while someone is dragging the scroll bar.
5530 This may be called from a signal handler, so we have to ignore GC
5534 x_scroll_bar_note_movement (bar
, event
)
5535 struct scroll_bar
*bar
;
5538 FRAME_PTR f
= XFRAME (XWINDOW (bar
->window
)->frame
);
5540 last_mouse_movement_time
= event
->xmotion
.time
;
5543 XSETVECTOR (last_mouse_scroll_bar
, bar
);
5545 /* If we're dragging the bar, display it. */
5546 if (! NILP (bar
->dragging
))
5548 /* Where should the handle be now? */
5549 int new_start
= event
->xmotion
.y
- XINT (bar
->dragging
);
5551 if (new_start
!= bar
->start
)
5553 int new_end
= new_start
+ bar
->end
- bar
->start
;
5555 x_scroll_bar_set_handle (bar
, new_start
, new_end
, 0);
5560 #endif /* !USE_TOOLKIT_SCROLL_BARS */
5562 /* Return information to the user about the current position of the mouse
5563 on the scroll bar. */
5566 x_scroll_bar_report_motion (fp
, bar_window
, part
, x
, y
, time
)
5568 Lisp_Object
*bar_window
;
5569 enum scroll_bar_part
*part
;
5571 unsigned long *time
;
5573 struct scroll_bar
*bar
= XSCROLL_BAR (last_mouse_scroll_bar
);
5574 Window w
= bar
->x_window
;
5575 FRAME_PTR f
= XFRAME (WINDOW_FRAME (XWINDOW (bar
->window
)));
5577 Window dummy_window
;
5579 unsigned int dummy_mask
;
5583 /* Get the mouse's position relative to the scroll bar window, and
5585 if (! XQueryPointer (FRAME_X_DISPLAY (f
), w
,
5587 /* Root, child, root x and root y. */
5588 &dummy_window
, &dummy_window
,
5589 &dummy_coord
, &dummy_coord
,
5591 /* Position relative to scroll bar. */
5594 /* Mouse buttons and modifier keys. */
5600 = VERTICAL_SCROLL_BAR_TOP_RANGE (f
, bar
->height
);
5602 win_y
-= VERTICAL_SCROLL_BAR_TOP_BORDER
;
5604 if (! NILP (bar
->dragging
))
5605 win_y
-= XINT (bar
->dragging
);
5609 if (win_y
> top_range
)
5613 *bar_window
= bar
->window
;
5615 if (! NILP (bar
->dragging
))
5616 *part
= scroll_bar_handle
;
5617 else if (win_y
< bar
->start
)
5618 *part
= scroll_bar_above_handle
;
5619 else if (win_y
< bar
->end
+ VERTICAL_SCROLL_BAR_MIN_HANDLE
)
5620 *part
= scroll_bar_handle
;
5622 *part
= scroll_bar_below_handle
;
5624 XSETINT (*x
, win_y
);
5625 XSETINT (*y
, top_range
);
5628 last_mouse_scroll_bar
= Qnil
;
5631 *time
= last_mouse_movement_time
;
5637 /* The screen has been cleared so we may have changed foreground or
5638 background colors, and the scroll bars may need to be redrawn.
5639 Clear out the scroll bars, and ask for expose events, so we can
5643 x_scroll_bar_clear (f
)
5646 #ifndef USE_TOOLKIT_SCROLL_BARS
5649 /* We can have scroll bars even if this is 0,
5650 if we just turned off scroll bar mode.
5651 But in that case we should not clear them. */
5652 if (FRAME_HAS_VERTICAL_SCROLL_BARS (f
))
5653 for (bar
= FRAME_SCROLL_BARS (f
); VECTORP (bar
);
5654 bar
= XSCROLL_BAR (bar
)->next
)
5655 XClearArea (FRAME_X_DISPLAY (f
),
5656 XSCROLL_BAR (bar
)->x_window
,
5658 #endif /* not USE_TOOLKIT_SCROLL_BARS */
5662 /* The main X event-reading loop - XTread_socket. */
5664 /* This holds the state XLookupString needs to implement dead keys
5665 and other tricks known as "compose processing". _X Window System_
5666 says that a portable program can't use this, but Stephen Gildea assures
5667 me that letting the compiler initialize it to zeros will work okay.
5669 This must be defined outside of XTread_socket, for the same reasons
5670 given for enter_timestamp, above. */
5672 static XComposeStatus compose_status
;
5674 /* Record the last 100 characters stored
5675 to help debug the loss-of-chars-during-GC problem. */
5677 static int temp_index
;
5678 static short temp_buffer
[100];
5680 #define STORE_KEYSYM_FOR_DEBUG(keysym) \
5681 if (temp_index == sizeof temp_buffer / sizeof (short)) \
5683 temp_buffer[temp_index++] = (keysym)
5685 /* Set this to nonzero to fake an "X I/O error"
5686 on a particular display. */
5688 struct x_display_info
*XTread_socket_fake_io_error
;
5690 /* When we find no input here, we occasionally do a no-op command
5691 to verify that the X server is still running and we can still talk with it.
5692 We try all the open displays, one by one.
5693 This variable is used for cycling thru the displays. */
5695 static struct x_display_info
*next_noop_dpyinfo
;
5697 #define SET_SAVED_MENU_EVENT(size) \
5700 if (f->output_data.x->saved_menu_event == 0) \
5701 f->output_data.x->saved_menu_event \
5702 = (XEvent *) xmalloc (sizeof (XEvent)); \
5703 bcopy (&event, f->output_data.x->saved_menu_event, size); \
5704 inev.ie.kind = MENU_BAR_ACTIVATE_EVENT; \
5705 XSETFRAME (inev.ie.frame_or_window, f); \
5709 #define SET_SAVED_BUTTON_EVENT SET_SAVED_MENU_EVENT (sizeof (XButtonEvent))
5710 #define SET_SAVED_KEY_EVENT SET_SAVED_MENU_EVENT (sizeof (XKeyEvent))
5720 /* Filter events for the current X input method.
5721 DPYINFO is the display this event is for.
5722 EVENT is the X event to filter.
5724 Returns non-zero if the event was filtered, caller shall not process
5726 Returns zero if event is wasn't filtered. */
5730 x_filter_event (dpyinfo
, event
)
5731 struct x_display_info
*dpyinfo
;
5734 /* XFilterEvent returns non-zero if the input method has
5735 consumed the event. We pass the frame's X window to
5736 XFilterEvent because that's the one for which the IC
5739 struct frame
*f1
= x_any_window_to_frame (dpyinfo
,
5740 event
->xclient
.window
);
5742 return XFilterEvent (event
, f1
? FRAME_X_WINDOW (f1
) : None
);
5747 static int current_count
;
5748 static int current_finish
;
5749 static struct input_event
*current_hold_quit
;
5751 /* This is the filter function invoked by the GTK event loop.
5752 It is invoked before the XEvent is translated to a GdkEvent,
5753 so we have a chance to act on the event before GTK. */
5754 static GdkFilterReturn
5755 event_handler_gdk (gxev
, ev
, data
)
5760 XEvent
*xev
= (XEvent
*) gxev
;
5762 if (current_count
>= 0)
5764 struct x_display_info
*dpyinfo
;
5766 dpyinfo
= x_display_info_for_display (xev
->xany
.display
);
5769 /* Filter events for the current X input method.
5770 GTK calls XFilterEvent but not for key press and release,
5771 so we do it here. */
5772 if (xev
->type
== KeyPress
|| xev
->type
== KeyRelease
)
5773 if (dpyinfo
&& x_filter_event (dpyinfo
, xev
))
5774 return GDK_FILTER_REMOVE
;
5778 current_finish
= X_EVENT_NORMAL
;
5782 handle_one_xevent (dpyinfo
, xev
, ¤t_finish
,
5787 current_finish
= x_dispatch_event (xev
, xev
->xany
.display
);
5789 if (current_finish
== X_EVENT_GOTO_OUT
|| current_finish
== X_EVENT_DROP
)
5790 return GDK_FILTER_REMOVE
;
5792 return GDK_FILTER_CONTINUE
;
5794 #endif /* USE_GTK */
5797 /* Handles the XEvent EVENT on display DPYINFO.
5799 *FINISH is X_EVENT_GOTO_OUT if caller should stop reading events.
5800 *FINISH is zero if caller should continue reading events.
5801 *FINISH is X_EVENT_DROP if event should not be passed to the toolkit.
5803 We return the number of characters stored into the buffer. */
5806 handle_one_xevent (dpyinfo
, eventp
, finish
, hold_quit
)
5807 struct x_display_info
*dpyinfo
;
5810 struct input_event
*hold_quit
;
5813 struct input_event ie
;
5814 struct selection_input_event sie
;
5819 struct frame
*f
= NULL
;
5820 struct coding_system coding
;
5821 XEvent event
= *eventp
;
5823 *finish
= X_EVENT_NORMAL
;
5825 EVENT_INIT (inev
.ie
);
5826 inev
.ie
.kind
= NO_EVENT
;
5833 if (event
.xclient
.message_type
5834 == dpyinfo
->Xatom_wm_protocols
5835 && event
.xclient
.format
== 32)
5837 if (event
.xclient
.data
.l
[0]
5838 == dpyinfo
->Xatom_wm_take_focus
)
5840 /* Use x_any_window_to_frame because this
5841 could be the shell widget window
5842 if the frame has no title bar. */
5843 f
= x_any_window_to_frame (dpyinfo
, event
.xclient
.window
);
5845 /* Not quite sure this is needed -pd */
5846 if (f
&& FRAME_XIC (f
))
5847 XSetICFocus (FRAME_XIC (f
));
5849 #if 0 /* Emacs sets WM hints whose `input' field is `true'. This
5850 instructs the WM to set the input focus automatically for
5851 Emacs with a call to XSetInputFocus. Setting WM_TAKE_FOCUS
5852 tells the WM to send us a ClientMessage WM_TAKE_FOCUS after
5853 it has set the focus. So, XSetInputFocus below is not
5856 The call to XSetInputFocus below has also caused trouble. In
5857 cases where the XSetInputFocus done by the WM and the one
5858 below are temporally close (on a fast machine), the call
5859 below can generate additional FocusIn events which confuse
5862 /* Since we set WM_TAKE_FOCUS, we must call
5863 XSetInputFocus explicitly. But not if f is null,
5864 since that might be an event for a deleted frame. */
5867 Display
*d
= event
.xclient
.display
;
5868 /* Catch and ignore errors, in case window has been
5869 iconified by a window manager such as GWM. */
5871 XSetInputFocus (d
, event
.xclient
.window
,
5872 /* The ICCCM says this is
5873 the only valid choice. */
5875 event
.xclient
.data
.l
[1]);
5876 /* This is needed to detect the error
5877 if there is an error. */
5879 x_uncatch_errors ();
5881 /* Not certain about handling scroll bars here */
5886 if (event
.xclient
.data
.l
[0]
5887 == dpyinfo
->Xatom_wm_save_yourself
)
5889 /* Save state modify the WM_COMMAND property to
5890 something which can reinstate us. This notifies
5891 the session manager, who's looking for such a
5892 PropertyNotify. Can restart processing when
5893 a keyboard or mouse event arrives. */
5894 /* If we have a session manager, don't set this.
5895 KDE will then start two Emacsen, one for the
5896 session manager and one for this. */
5898 if (! x_session_have_connection ())
5901 f
= x_top_window_to_frame (dpyinfo
,
5902 event
.xclient
.window
);
5903 /* This is just so we only give real data once
5904 for a single Emacs process. */
5905 if (f
== SELECTED_FRAME ())
5906 XSetCommand (FRAME_X_DISPLAY (f
),
5907 event
.xclient
.window
,
5908 initial_argv
, initial_argc
);
5910 XSetCommand (FRAME_X_DISPLAY (f
),
5911 event
.xclient
.window
,
5917 if (event
.xclient
.data
.l
[0]
5918 == dpyinfo
->Xatom_wm_delete_window
)
5920 f
= x_any_window_to_frame (dpyinfo
,
5921 event
.xclient
.window
);
5923 goto OTHER
; /* May be a dialog that is to be removed */
5925 inev
.ie
.kind
= DELETE_WINDOW_EVENT
;
5926 XSETFRAME (inev
.ie
.frame_or_window
, f
);
5933 if (event
.xclient
.message_type
5934 == dpyinfo
->Xatom_wm_configure_denied
)
5939 if (event
.xclient
.message_type
5940 == dpyinfo
->Xatom_wm_window_moved
)
5943 f
= x_window_to_frame (dpyinfo
, event
.xclient
.window
);
5945 new_x
= event
.xclient
.data
.s
[0];
5946 new_y
= event
.xclient
.data
.s
[1];
5950 f
->left_pos
= new_x
;
5957 if (event
.xclient
.message_type
5958 == dpyinfo
->Xatom_editres
)
5960 f
= x_any_window_to_frame (dpyinfo
, event
.xclient
.window
);
5962 _XEditResCheckMessages (f
->output_data
.x
->widget
, NULL
,
5966 #endif /* HACK_EDITRES */
5968 if ((event
.xclient
.message_type
5969 == dpyinfo
->Xatom_DONE
)
5970 || (event
.xclient
.message_type
5971 == dpyinfo
->Xatom_PAGE
))
5973 /* Ghostview job completed. Kill it. We could
5974 reply with "Next" if we received "Page", but we
5975 currently never do because we are interested in
5976 images, only, which should have 1 page. */
5977 Pixmap pixmap
= (Pixmap
) event
.xclient
.data
.l
[1];
5978 f
= x_window_to_frame (dpyinfo
, event
.xclient
.window
);
5981 x_kill_gs_process (pixmap
, f
);
5982 expose_frame (f
, 0, 0, 0, 0);
5986 #ifdef USE_TOOLKIT_SCROLL_BARS
5987 /* Scroll bar callbacks send a ClientMessage from which
5988 we construct an input_event. */
5989 if (event
.xclient
.message_type
5990 == dpyinfo
->Xatom_Scrollbar
)
5992 x_scroll_bar_to_input_event (&event
, &inev
.ie
);
5993 *finish
= X_EVENT_GOTO_OUT
;
5996 #endif /* USE_TOOLKIT_SCROLL_BARS */
5998 /* XEmbed messages from the embedder (if any). */
5999 if (event
.xclient
.message_type
6000 == dpyinfo
->Xatom_XEMBED
)
6002 enum xembed_message msg
= event
.xclient
.data
.l
[1];
6003 if (msg
== XEMBED_FOCUS_IN
|| msg
== XEMBED_FOCUS_OUT
)
6004 x_detect_focus_change (dpyinfo
, &event
, &inev
.ie
);
6006 *finish
= X_EVENT_GOTO_OUT
;
6010 f
= x_any_window_to_frame (dpyinfo
, event
.xclient
.window
);
6013 if (x_handle_dnd_message (f
, &event
.xclient
, dpyinfo
, &inev
.ie
))
6014 *finish
= X_EVENT_DROP
;
6018 case SelectionNotify
:
6019 last_user_time
= event
.xselection
.time
;
6020 #ifdef USE_X_TOOLKIT
6021 if (! x_window_to_frame (dpyinfo
, event
.xselection
.requestor
))
6023 #endif /* not USE_X_TOOLKIT */
6024 x_handle_selection_notify (&event
.xselection
);
6027 case SelectionClear
: /* Someone has grabbed ownership. */
6028 last_user_time
= event
.xselectionclear
.time
;
6029 #ifdef USE_X_TOOLKIT
6030 if (! x_window_to_frame (dpyinfo
, event
.xselectionclear
.window
))
6032 #endif /* USE_X_TOOLKIT */
6034 XSelectionClearEvent
*eventp
= (XSelectionClearEvent
*) &event
;
6036 inev
.ie
.kind
= SELECTION_CLEAR_EVENT
;
6037 SELECTION_EVENT_DISPLAY (&inev
.sie
) = eventp
->display
;
6038 SELECTION_EVENT_SELECTION (&inev
.sie
) = eventp
->selection
;
6039 SELECTION_EVENT_TIME (&inev
.sie
) = eventp
->time
;
6040 inev
.ie
.frame_or_window
= Qnil
;
6044 case SelectionRequest
: /* Someone wants our selection. */
6045 last_user_time
= event
.xselectionrequest
.time
;
6046 #ifdef USE_X_TOOLKIT
6047 if (!x_window_to_frame (dpyinfo
, event
.xselectionrequest
.owner
))
6049 #endif /* USE_X_TOOLKIT */
6051 XSelectionRequestEvent
*eventp
6052 = (XSelectionRequestEvent
*) &event
;
6054 inev
.ie
.kind
= SELECTION_REQUEST_EVENT
;
6055 SELECTION_EVENT_DISPLAY (&inev
.sie
) = eventp
->display
;
6056 SELECTION_EVENT_REQUESTOR (&inev
.sie
) = eventp
->requestor
;
6057 SELECTION_EVENT_SELECTION (&inev
.sie
) = eventp
->selection
;
6058 SELECTION_EVENT_TARGET (&inev
.sie
) = eventp
->target
;
6059 SELECTION_EVENT_PROPERTY (&inev
.sie
) = eventp
->property
;
6060 SELECTION_EVENT_TIME (&inev
.sie
) = eventp
->time
;
6061 inev
.ie
.frame_or_window
= Qnil
;
6065 case PropertyNotify
:
6066 last_user_time
= event
.xproperty
.time
;
6067 f
= x_top_window_to_frame (dpyinfo
, event
.xproperty
.window
);
6068 if (f
&& event
.xproperty
.atom
== dpyinfo
->Xatom_net_wm_state
)
6069 x_handle_net_wm_state (f
, &event
.xproperty
);
6071 x_handle_property_notify (&event
.xproperty
);
6074 case ReparentNotify
:
6075 f
= x_top_window_to_frame (dpyinfo
, event
.xreparent
.window
);
6079 f
->output_data
.x
->parent_desc
= event
.xreparent
.parent
;
6080 x_real_positions (f
, &x
, &y
);
6084 /* Perhaps reparented due to a WM restart. Reset this. */
6085 FRAME_X_DISPLAY_INFO (f
)->wm_type
= X_WMTYPE_UNKNOWN
;
6086 FRAME_X_DISPLAY_INFO (f
)->net_supported_window
= 0;
6091 f
= x_window_to_frame (dpyinfo
, event
.xexpose
.window
);
6095 /* This seems to be needed for GTK 2.6. */
6096 x_clear_area (event
.xexpose
.display
,
6097 event
.xexpose
.window
,
6098 event
.xexpose
.x
, event
.xexpose
.y
,
6099 event
.xexpose
.width
, event
.xexpose
.height
,
6102 if (f
->async_visible
== 0)
6104 f
->async_visible
= 1;
6105 f
->async_iconified
= 0;
6106 f
->output_data
.x
->has_been_visible
= 1;
6107 SET_FRAME_GARBAGED (f
);
6111 event
.xexpose
.x
, event
.xexpose
.y
,
6112 event
.xexpose
.width
, event
.xexpose
.height
);
6116 #ifndef USE_TOOLKIT_SCROLL_BARS
6117 struct scroll_bar
*bar
;
6119 #if defined USE_LUCID
6120 /* Submenus of the Lucid menu bar aren't widgets
6121 themselves, so there's no way to dispatch events
6122 to them. Recognize this case separately. */
6125 = x_window_to_menu_bar (event
.xexpose
.window
);
6127 xlwmenu_redisplay (widget
);
6129 #endif /* USE_LUCID */
6131 #ifdef USE_TOOLKIT_SCROLL_BARS
6132 /* Dispatch event to the widget. */
6134 #else /* not USE_TOOLKIT_SCROLL_BARS */
6135 bar
= x_window_to_scroll_bar (event
.xexpose
.display
,
6136 event
.xexpose
.window
);
6139 x_scroll_bar_expose (bar
, &event
);
6140 #ifdef USE_X_TOOLKIT
6143 #endif /* USE_X_TOOLKIT */
6144 #endif /* not USE_TOOLKIT_SCROLL_BARS */
6148 case GraphicsExpose
: /* This occurs when an XCopyArea's
6149 source area was obscured or not
6151 f
= x_window_to_frame (dpyinfo
, event
.xgraphicsexpose
.drawable
);
6155 event
.xgraphicsexpose
.x
, event
.xgraphicsexpose
.y
,
6156 event
.xgraphicsexpose
.width
,
6157 event
.xgraphicsexpose
.height
);
6159 #ifdef USE_X_TOOLKIT
6162 #endif /* USE_X_TOOLKIT */
6165 case NoExpose
: /* This occurs when an XCopyArea's
6166 source area was completely
6171 /* Redo the mouse-highlight after the tooltip has gone. */
6172 if (event
.xmap
.window
== tip_window
)
6175 redo_mouse_highlight ();
6178 f
= x_top_window_to_frame (dpyinfo
, event
.xunmap
.window
);
6179 if (f
) /* F may no longer exist if
6180 the frame was deleted. */
6182 /* While a frame is unmapped, display generation is
6183 disabled; you don't want to spend time updating a
6184 display that won't ever be seen. */
6185 f
->async_visible
= 0;
6186 /* We can't distinguish, from the event, whether the window
6187 has become iconified or invisible. So assume, if it
6188 was previously visible, than now it is iconified.
6189 But x_make_frame_invisible clears both
6190 the visible flag and the iconified flag;
6191 and that way, we know the window is not iconified now. */
6192 if (FRAME_VISIBLE_P (f
) || FRAME_ICONIFIED_P (f
))
6194 f
->async_iconified
= 1;
6196 inev
.ie
.kind
= ICONIFY_EVENT
;
6197 XSETFRAME (inev
.ie
.frame_or_window
, f
);
6203 if (event
.xmap
.window
== tip_window
)
6204 /* The tooltip has been drawn already. Avoid
6205 the SET_FRAME_GARBAGED below. */
6208 /* We use x_top_window_to_frame because map events can
6209 come for sub-windows and they don't mean that the
6210 frame is visible. */
6211 f
= x_top_window_to_frame (dpyinfo
, event
.xmap
.window
);
6214 /* wait_reading_process_output will notice this and update
6215 the frame's display structures.
6216 If we where iconified, we should not set garbaged,
6217 because that stops redrawing on Expose events. This looks
6218 bad if we are called from a recursive event loop
6219 (x_dispatch_event), for example when a dialog is up. */
6220 if (! f
->async_iconified
)
6221 SET_FRAME_GARBAGED (f
);
6223 /* Check if fullscreen was specified before we where mapped the
6224 first time, i.e. from the command line. */
6225 if (!f
->output_data
.x
->has_been_visible
)
6226 x_check_fullscreen (f
);
6228 f
->async_visible
= 1;
6229 f
->async_iconified
= 0;
6230 f
->output_data
.x
->has_been_visible
= 1;
6234 inev
.ie
.kind
= DEICONIFY_EVENT
;
6235 XSETFRAME (inev
.ie
.frame_or_window
, f
);
6237 else if (! NILP (Vframe_list
)
6238 && ! NILP (XCDR (Vframe_list
)))
6239 /* Force a redisplay sooner or later
6240 to update the frame titles
6241 in case this is the second frame. */
6242 record_asynch_buffer_change ();
6245 xg_frame_resized (f
, -1, -1);
6252 last_user_time
= event
.xkey
.time
;
6253 ignore_next_mouse_click_timeout
= 0;
6255 #if defined (USE_X_TOOLKIT) || defined (USE_GTK)
6256 /* Dispatch KeyPress events when in menu. */
6257 if (popup_activated ())
6261 f
= x_any_window_to_frame (dpyinfo
, event
.xkey
.window
);
6263 /* If mouse-highlight is an integer, input clears out
6264 mouse highlighting. */
6265 if (!dpyinfo
->mouse_face_hidden
&& INTEGERP (Vmouse_highlight
)
6267 || !EQ (f
->tool_bar_window
, dpyinfo
->mouse_face_window
)))
6269 clear_mouse_face (dpyinfo
);
6270 dpyinfo
->mouse_face_hidden
= 1;
6273 #if defined USE_MOTIF && defined USE_TOOLKIT_SCROLL_BARS
6276 /* Scroll bars consume key events, but we want
6277 the keys to go to the scroll bar's frame. */
6278 Widget widget
= XtWindowToWidget (dpyinfo
->display
,
6280 if (widget
&& XmIsScrollBar (widget
))
6282 widget
= XtParent (widget
);
6283 f
= x_any_window_to_frame (dpyinfo
, XtWindow (widget
));
6286 #endif /* USE_MOTIF and USE_TOOLKIT_SCROLL_BARS */
6290 KeySym keysym
, orig_keysym
;
6291 /* al%imercury@uunet.uu.net says that making this 81
6292 instead of 80 fixed a bug whereby meta chars made
6295 It seems that some version of XmbLookupString has
6296 a bug of not returning XBufferOverflow in
6297 status_return even if the input is too long to
6298 fit in 81 bytes. So, we must prepare sufficient
6299 bytes for copy_buffer. 513 bytes (256 chars for
6300 two-byte character set) seems to be a fairly good
6301 approximation. -- 2000.8.10 handa@etl.go.jp */
6302 unsigned char copy_buffer
[513];
6303 unsigned char *copy_bufptr
= copy_buffer
;
6304 int copy_bufsiz
= sizeof (copy_buffer
);
6306 Lisp_Object coding_system
= Qlatin_1
;
6310 /* Don't pass keys to GTK. A Tab will shift focus to the
6311 tool bar in GTK 2.4. Keys will still go to menus and
6312 dialogs because in that case popup_activated is TRUE
6314 *finish
= X_EVENT_DROP
;
6318 |= x_emacs_to_x_modifiers (FRAME_X_DISPLAY_INFO (f
),
6319 extra_keyboard_modifiers
);
6320 modifiers
= event
.xkey
.state
;
6322 /* This will have to go some day... */
6324 /* make_lispy_event turns chars into control chars.
6325 Don't do it here because XLookupString is too eager. */
6326 event
.xkey
.state
&= ~ControlMask
;
6327 event
.xkey
.state
&= ~(dpyinfo
->meta_mod_mask
6328 | dpyinfo
->super_mod_mask
6329 | dpyinfo
->hyper_mod_mask
6330 | dpyinfo
->alt_mod_mask
);
6332 /* In case Meta is ComposeCharacter,
6333 clear its status. According to Markus Ehrnsperger
6334 Markus.Ehrnsperger@lehrstuhl-bross.physik.uni-muenchen.de
6335 this enables ComposeCharacter to work whether or
6336 not it is combined with Meta. */
6337 if (modifiers
& dpyinfo
->meta_mod_mask
)
6338 bzero (&compose_status
, sizeof (compose_status
));
6343 Status status_return
;
6345 coding_system
= Vlocale_coding_system
;
6346 nbytes
= XmbLookupString (FRAME_XIC (f
),
6347 &event
.xkey
, copy_bufptr
,
6348 copy_bufsiz
, &keysym
,
6350 if (status_return
== XBufferOverflow
)
6352 copy_bufsiz
= nbytes
+ 1;
6353 copy_bufptr
= (unsigned char *) alloca (copy_bufsiz
);
6354 nbytes
= XmbLookupString (FRAME_XIC (f
),
6355 &event
.xkey
, copy_bufptr
,
6356 copy_bufsiz
, &keysym
,
6359 /* Xutf8LookupString is a new but already deprecated interface. -stef */
6360 if (status_return
== XLookupNone
)
6362 else if (status_return
== XLookupChars
)
6367 else if (status_return
!= XLookupKeySym
6368 && status_return
!= XLookupBoth
)
6372 nbytes
= XLookupString (&event
.xkey
, copy_bufptr
,
6373 copy_bufsiz
, &keysym
,
6376 nbytes
= XLookupString (&event
.xkey
, copy_bufptr
,
6377 copy_bufsiz
, &keysym
,
6381 /* If not using XIM/XIC, and a compose sequence is in progress,
6382 we break here. Otherwise, chars_matched is always 0. */
6383 if (compose_status
.chars_matched
> 0 && nbytes
== 0)
6386 bzero (&compose_status
, sizeof (compose_status
));
6387 orig_keysym
= keysym
;
6389 /* Common for all keysym input events. */
6390 XSETFRAME (inev
.ie
.frame_or_window
, f
);
6392 = x_x_to_emacs_modifiers (FRAME_X_DISPLAY_INFO (f
), modifiers
);
6393 inev
.ie
.timestamp
= event
.xkey
.time
;
6395 /* First deal with keysyms which have defined
6396 translations to characters. */
6397 if (keysym
>= 32 && keysym
< 128)
6398 /* Avoid explicitly decoding each ASCII character. */
6400 inev
.ie
.kind
= ASCII_KEYSTROKE_EVENT
;
6401 inev
.ie
.code
= keysym
;
6405 /* Keysyms directly mapped to Unicode characters. */
6406 if (keysym
>= 0x01000000 && keysym
<= 0x0110FFFF)
6408 if (keysym
< 0x01000080)
6409 inev
.ie
.kind
= ASCII_KEYSTROKE_EVENT
;
6411 inev
.ie
.kind
= MULTIBYTE_CHAR_KEYSTROKE_EVENT
;
6412 inev
.ie
.code
= keysym
& 0xFFFFFF;
6416 /* Now non-ASCII. */
6417 if (HASH_TABLE_P (Vx_keysym_table
)
6418 && (NATNUMP (c
= Fgethash (make_number (keysym
),
6422 inev
.ie
.kind
= (SINGLE_BYTE_CHAR_P (XFASTINT (c
))
6423 ? ASCII_KEYSTROKE_EVENT
6424 : MULTIBYTE_CHAR_KEYSTROKE_EVENT
);
6425 inev
.ie
.code
= XFASTINT (c
);
6429 /* Random non-modifier sorts of keysyms. */
6430 if (((keysym
>= XK_BackSpace
&& keysym
<= XK_Escape
)
6431 || keysym
== XK_Delete
6432 #ifdef XK_ISO_Left_Tab
6433 || (keysym
>= XK_ISO_Left_Tab
6434 && keysym
<= XK_ISO_Enter
)
6436 || IsCursorKey (keysym
) /* 0xff50 <= x < 0xff60 */
6437 || IsMiscFunctionKey (keysym
) /* 0xff60 <= x < VARIES */
6439 /* This recognizes the "extended function
6440 keys". It seems there's no cleaner way.
6441 Test IsModifierKey to avoid handling
6442 mode_switch incorrectly. */
6443 || ((unsigned) (keysym
) >= XK_Select
6444 && (unsigned)(keysym
) < XK_KP_Space
)
6446 #ifdef XK_dead_circumflex
6447 || orig_keysym
== XK_dead_circumflex
6449 #ifdef XK_dead_grave
6450 || orig_keysym
== XK_dead_grave
6452 #ifdef XK_dead_tilde
6453 || orig_keysym
== XK_dead_tilde
6455 #ifdef XK_dead_diaeresis
6456 || orig_keysym
== XK_dead_diaeresis
6458 #ifdef XK_dead_macron
6459 || orig_keysym
== XK_dead_macron
6461 #ifdef XK_dead_degree
6462 || orig_keysym
== XK_dead_degree
6464 #ifdef XK_dead_acute
6465 || orig_keysym
== XK_dead_acute
6467 #ifdef XK_dead_cedilla
6468 || orig_keysym
== XK_dead_cedilla
6470 #ifdef XK_dead_breve
6471 || orig_keysym
== XK_dead_breve
6473 #ifdef XK_dead_ogonek
6474 || orig_keysym
== XK_dead_ogonek
6476 #ifdef XK_dead_caron
6477 || orig_keysym
== XK_dead_caron
6479 #ifdef XK_dead_doubleacute
6480 || orig_keysym
== XK_dead_doubleacute
6482 #ifdef XK_dead_abovedot
6483 || orig_keysym
== XK_dead_abovedot
6485 || IsKeypadKey (keysym
) /* 0xff80 <= x < 0xffbe */
6486 || IsFunctionKey (keysym
) /* 0xffbe <= x < 0xffe1 */
6487 /* Any "vendor-specific" key is ok. */
6488 || (orig_keysym
& (1 << 28))
6489 || (keysym
!= NoSymbol
&& nbytes
== 0))
6490 && ! (IsModifierKey (orig_keysym
)
6491 /* The symbols from XK_ISO_Lock
6492 to XK_ISO_Last_Group_Lock
6493 don't have real modifiers but
6494 should be treated similarly to
6495 Mode_switch by Emacs. */
6496 #if defined XK_ISO_Lock && defined XK_ISO_Last_Group_Lock
6497 || ((unsigned)(orig_keysym
)
6499 && (unsigned)(orig_keysym
)
6500 <= XK_ISO_Last_Group_Lock
)
6504 STORE_KEYSYM_FOR_DEBUG (keysym
);
6505 /* make_lispy_event will convert this to a symbolic
6507 inev
.ie
.kind
= NON_ASCII_KEYSTROKE_EVENT
;
6508 inev
.ie
.code
= keysym
;
6512 { /* Raw bytes, not keysym. */
6517 for (i
= 0, nchars
= 0; i
< nbytes
; i
++)
6519 if (ASCII_BYTE_P (copy_bufptr
[i
]))
6521 STORE_KEYSYM_FOR_DEBUG (copy_bufptr
[i
]);
6524 if (nchars
< nbytes
)
6526 /* Decode the input data. */
6530 /* The input should be decoded with `coding_system'
6531 which depends on which X*LookupString function
6532 we used just above and the locale. */
6533 setup_coding_system (coding_system
, &coding
);
6534 coding
.src_multibyte
= 0;
6535 coding
.dst_multibyte
= 1;
6536 /* The input is converted to events, thus we can't
6537 handle composition. Anyway, there's no XIM that
6538 gives us composition information. */
6539 coding
.common_flags
&= ~CODING_ANNOTATION_MASK
;
6541 require
= MAX_MULTIBYTE_LENGTH
* nbytes
;
6542 coding
.destination
= alloca (require
);
6543 coding
.dst_bytes
= require
;
6544 coding
.mode
|= CODING_MODE_LAST_BLOCK
;
6545 decode_coding_c_string (&coding
, copy_bufptr
, nbytes
, Qnil
);
6546 nbytes
= coding
.produced
;
6547 nchars
= coding
.produced_char
;
6548 copy_bufptr
= coding
.destination
;
6551 /* Convert the input data to a sequence of
6552 character events. */
6553 for (i
= 0; i
< nbytes
; i
+= len
)
6555 if (nchars
== nbytes
)
6556 c
= copy_bufptr
[i
], len
= 1;
6558 c
= STRING_CHAR_AND_LENGTH (copy_bufptr
+ i
,
6560 inev
.ie
.kind
= (SINGLE_BYTE_CHAR_P (c
)
6561 ? ASCII_KEYSTROKE_EVENT
6562 : MULTIBYTE_CHAR_KEYSTROKE_EVENT
);
6564 kbd_buffer_store_event_hold (&inev
.ie
, hold_quit
);
6569 inev
.ie
.kind
= NO_EVENT
; /* Already stored above. */
6571 if (keysym
== NoSymbol
)
6577 /* Don't dispatch this event since XtDispatchEvent calls
6578 XFilterEvent, and two calls in a row may freeze the
6586 last_user_time
= event
.xkey
.time
;
6588 /* Don't dispatch this event since XtDispatchEvent calls
6589 XFilterEvent, and two calls in a row may freeze the
6597 last_user_time
= event
.xcrossing
.time
;
6598 x_detect_focus_change (dpyinfo
, &event
, &inev
.ie
);
6600 f
= x_any_window_to_frame (dpyinfo
, event
.xcrossing
.window
);
6602 if (f
&& x_mouse_click_focus_ignore_position
)
6603 ignore_next_mouse_click_timeout
= event
.xmotion
.time
+ 200;
6605 /* EnterNotify counts as mouse movement,
6606 so update things that depend on mouse position. */
6607 if (f
&& !f
->output_data
.x
->hourglass_p
)
6608 note_mouse_movement (f
, &event
.xmotion
);
6610 /* We may get an EnterNotify on the buttons in the toolbar. In that
6611 case we moved out of any highlighted area and need to note this. */
6612 if (!f
&& last_mouse_glyph_frame
)
6613 note_mouse_movement (last_mouse_glyph_frame
, &event
.xmotion
);
6618 x_detect_focus_change (dpyinfo
, &event
, &inev
.ie
);
6622 last_user_time
= event
.xcrossing
.time
;
6623 x_detect_focus_change (dpyinfo
, &event
, &inev
.ie
);
6625 f
= x_top_window_to_frame (dpyinfo
, event
.xcrossing
.window
);
6628 if (f
== dpyinfo
->mouse_face_mouse_frame
)
6630 /* If we move outside the frame, then we're
6631 certainly no longer on any text in the frame. */
6632 clear_mouse_face (dpyinfo
);
6633 dpyinfo
->mouse_face_mouse_frame
= 0;
6636 /* Generate a nil HELP_EVENT to cancel a help-echo.
6637 Do it only if there's something to cancel.
6638 Otherwise, the startup message is cleared when
6639 the mouse leaves the frame. */
6640 if (any_help_event_p
)
6644 /* See comment in EnterNotify above */
6645 else if (last_mouse_glyph_frame
)
6646 note_mouse_movement (last_mouse_glyph_frame
, &event
.xmotion
);
6651 x_detect_focus_change (dpyinfo
, &event
, &inev
.ie
);
6656 last_user_time
= event
.xmotion
.time
;
6657 previous_help_echo_string
= help_echo_string
;
6658 help_echo_string
= Qnil
;
6660 if (dpyinfo
->grabbed
&& last_mouse_frame
6661 && FRAME_LIVE_P (last_mouse_frame
))
6662 f
= last_mouse_frame
;
6664 f
= x_window_to_frame (dpyinfo
, event
.xmotion
.window
);
6666 if (dpyinfo
->mouse_face_hidden
)
6668 dpyinfo
->mouse_face_hidden
= 0;
6669 clear_mouse_face (dpyinfo
);
6675 /* Generate SELECT_WINDOW_EVENTs when needed.
6676 Don't let popup menus influence things (bug#1261). */
6677 if (!NILP (Vmouse_autoselect_window
) && !popup_activated ())
6681 window
= window_from_coordinates (f
,
6682 event
.xmotion
.x
, event
.xmotion
.y
,
6685 /* Window will be selected only when it is not selected now and
6686 last mouse movement event was not in it. Minibuffer window
6687 will be selected only when it is active. */
6688 if (WINDOWP (window
)
6689 && !EQ (window
, last_window
)
6690 && !EQ (window
, selected_window
)
6691 /* For click-to-focus window managers
6692 create event iff we don't leave the
6694 && (focus_follows_mouse
6695 || (EQ (XWINDOW (window
)->frame
,
6696 XWINDOW (selected_window
)->frame
))))
6698 inev
.ie
.kind
= SELECT_WINDOW_EVENT
;
6699 inev
.ie
.frame_or_window
= window
;
6704 if (!note_mouse_movement (f
, &event
.xmotion
))
6705 help_echo_string
= previous_help_echo_string
;
6709 #ifndef USE_TOOLKIT_SCROLL_BARS
6710 struct scroll_bar
*bar
6711 = x_window_to_scroll_bar (event
.xmotion
.display
,
6712 event
.xmotion
.window
);
6715 x_scroll_bar_note_movement (bar
, &event
);
6716 #endif /* USE_TOOLKIT_SCROLL_BARS */
6718 /* If we move outside the frame, then we're
6719 certainly no longer on any text in the frame. */
6720 clear_mouse_face (dpyinfo
);
6723 /* If the contents of the global variable help_echo_string
6724 has changed, generate a HELP_EVENT. */
6725 if (!NILP (help_echo_string
)
6726 || !NILP (previous_help_echo_string
))
6731 case ConfigureNotify
:
6732 f
= x_top_window_to_frame (dpyinfo
, event
.xconfigure
.window
);
6735 && (f
= x_any_window_to_frame (dpyinfo
, event
.xconfigure
.window
))
6736 && event
.xconfigure
.window
== FRAME_X_WINDOW (f
))
6738 xg_frame_resized (f
, event
.xconfigure
.width
,
6739 event
.xconfigure
.height
);
6745 #ifndef USE_X_TOOLKIT
6747 int rows
= FRAME_PIXEL_HEIGHT_TO_TEXT_LINES (f
, event
.xconfigure
.height
);
6748 int columns
= FRAME_PIXEL_WIDTH_TO_TEXT_COLS (f
, event
.xconfigure
.width
);
6750 /* In the toolkit version, change_frame_size
6751 is called by the code that handles resizing
6752 of the EmacsFrame widget. */
6754 /* Even if the number of character rows and columns has
6755 not changed, the font size may have changed, so we need
6756 to check the pixel dimensions as well. */
6757 if (columns
!= FRAME_COLS (f
)
6758 || rows
!= FRAME_LINES (f
)
6759 || event
.xconfigure
.width
!= FRAME_PIXEL_WIDTH (f
)
6760 || event
.xconfigure
.height
!= FRAME_PIXEL_HEIGHT (f
))
6762 change_frame_size (f
, rows
, columns
, 0, 1, 0);
6763 SET_FRAME_GARBAGED (f
);
6764 cancel_mouse_face (f
);
6767 FRAME_PIXEL_WIDTH (f
) = event
.xconfigure
.width
;
6768 FRAME_PIXEL_HEIGHT (f
) = event
.xconfigure
.height
;
6769 #endif /* not USE_GTK */
6773 /* GTK creates windows but doesn't map them.
6774 Only get real positions and check fullscreen when mapped. */
6775 if (FRAME_GTK_OUTER_WIDGET (f
)
6776 && GTK_WIDGET_MAPPED (FRAME_GTK_OUTER_WIDGET (f
)))
6779 x_real_positions (f
, &f
->left_pos
, &f
->top_pos
);
6783 if (FRAME_XIC (f
) && (FRAME_XIC_STYLE (f
) & XIMStatusArea
))
6784 xic_set_statusarea (f
);
6788 if (f
->output_data
.x
->parent_desc
!= FRAME_X_DISPLAY_INFO (f
)->root_window
)
6790 /* Since the WM decorations come below top_pos now,
6791 we must put them below top_pos in the future. */
6792 f
->win_gravity
= NorthWestGravity
;
6793 x_wm_set_size_hint (f
, (long) 0, 0);
6802 /* If we decide we want to generate an event to be seen
6803 by the rest of Emacs, we put it here. */
6806 bzero (&compose_status
, sizeof (compose_status
));
6807 last_mouse_glyph_frame
= 0;
6808 last_user_time
= event
.xbutton
.time
;
6810 if (dpyinfo
->grabbed
6812 && FRAME_LIVE_P (last_mouse_frame
))
6813 f
= last_mouse_frame
;
6815 f
= x_window_to_frame (dpyinfo
, event
.xbutton
.window
);
6819 /* Is this in the tool-bar? */
6820 if (WINDOWP (f
->tool_bar_window
)
6821 && WINDOW_TOTAL_LINES (XWINDOW (f
->tool_bar_window
)))
6824 int x
= event
.xbutton
.x
;
6825 int y
= event
.xbutton
.y
;
6827 window
= window_from_coordinates (f
, x
, y
, 0, 0, 0, 1);
6828 tool_bar_p
= EQ (window
, f
->tool_bar_window
);
6830 if (tool_bar_p
&& event
.xbutton
.button
< 4)
6832 handle_tool_bar_click (f
, x
, y
,
6833 event
.xbutton
.type
== ButtonPress
,
6834 x_x_to_emacs_modifiers (dpyinfo
,
6835 event
.xbutton
.state
));
6840 #if defined (USE_X_TOOLKIT) || defined (USE_GTK)
6841 if (! popup_activated ())
6844 if (ignore_next_mouse_click_timeout
)
6846 if (event
.type
== ButtonPress
6847 && (int)(event
.xbutton
.time
- ignore_next_mouse_click_timeout
) > 0)
6849 ignore_next_mouse_click_timeout
= 0;
6850 construct_mouse_click (&inev
.ie
, &event
.xbutton
, f
);
6852 if (event
.type
== ButtonRelease
)
6853 ignore_next_mouse_click_timeout
= 0;
6856 construct_mouse_click (&inev
.ie
, &event
.xbutton
, f
);
6858 if (FRAME_X_EMBEDDED_P (f
))
6859 xembed_send_message (f
, event
.xbutton
.time
,
6860 XEMBED_REQUEST_FOCUS
, 0, 0, 0);
6864 struct scroll_bar
*bar
6865 = x_window_to_scroll_bar (event
.xbutton
.display
,
6866 event
.xbutton
.window
);
6868 #ifdef USE_TOOLKIT_SCROLL_BARS
6869 /* Make the "Ctrl-Mouse-2 splits window" work for toolkit
6871 if (bar
&& event
.xbutton
.state
& ControlMask
)
6873 x_scroll_bar_handle_click (bar
, &event
, &inev
.ie
);
6874 *finish
= X_EVENT_DROP
;
6876 #else /* not USE_TOOLKIT_SCROLL_BARS */
6878 x_scroll_bar_handle_click (bar
, &event
, &inev
.ie
);
6879 #endif /* not USE_TOOLKIT_SCROLL_BARS */
6882 if (event
.type
== ButtonPress
)
6884 dpyinfo
->grabbed
|= (1 << event
.xbutton
.button
);
6885 last_mouse_frame
= f
;
6888 last_tool_bar_item
= -1;
6891 dpyinfo
->grabbed
&= ~(1 << event
.xbutton
.button
);
6893 /* Ignore any mouse motion that happened before this event;
6894 any subsequent mouse-movement Emacs events should reflect
6895 only motion after the ButtonPress/Release. */
6899 #if defined (USE_X_TOOLKIT) || defined (USE_GTK)
6900 f
= x_menubar_window_to_frame (dpyinfo
, event
.xbutton
.window
);
6901 /* For a down-event in the menu bar,
6902 don't pass it to Xt right now.
6903 Instead, save it away
6904 and we will pass it to Xt from kbd_buffer_get_event.
6905 That way, we can run some Lisp code first. */
6908 ! popup_activated ()
6909 /* Gtk+ menus only react to the first three buttons. */
6910 && event
.xbutton
.button
< 3
6913 f
&& event
.type
== ButtonPress
6914 /* Verify the event is really within the menu bar
6915 and not just sent to it due to grabbing. */
6916 && event
.xbutton
.x
>= 0
6917 && event
.xbutton
.x
< FRAME_PIXEL_WIDTH (f
)
6918 && event
.xbutton
.y
>= 0
6919 && event
.xbutton
.y
< f
->output_data
.x
->menubar_height
6920 && event
.xbutton
.same_screen
)
6922 SET_SAVED_BUTTON_EVENT
;
6923 XSETFRAME (last_mouse_press_frame
, f
);
6925 *finish
= X_EVENT_DROP
;
6928 else if (event
.type
== ButtonPress
)
6930 last_mouse_press_frame
= Qnil
;
6934 #ifdef USE_MOTIF /* This should do not harm for Lucid,
6935 but I am trying to be cautious. */
6936 else if (event
.type
== ButtonRelease
)
6938 if (!NILP (last_mouse_press_frame
))
6940 f
= XFRAME (last_mouse_press_frame
);
6941 if (f
->output_data
.x
)
6942 SET_SAVED_BUTTON_EVENT
;
6947 #endif /* USE_MOTIF */
6950 #endif /* USE_X_TOOLKIT || USE_GTK */
6954 case CirculateNotify
:
6957 case CirculateRequest
:
6960 case VisibilityNotify
:
6964 /* Someone has changed the keyboard mapping - update the
6966 switch (event
.xmapping
.request
)
6968 case MappingModifier
:
6969 x_find_modifier_meanings (dpyinfo
);
6970 /* This is meant to fall through. */
6971 case MappingKeyboard
:
6972 XRefreshKeyboardMapping (&event
.xmapping
);
6978 #ifdef USE_X_TOOLKIT
6980 if (*finish
!= X_EVENT_DROP
)
6981 XtDispatchEvent (&event
);
6983 #endif /* USE_X_TOOLKIT */
6988 if (inev
.ie
.kind
!= NO_EVENT
)
6990 kbd_buffer_store_event_hold (&inev
.ie
, hold_quit
);
6995 && !(hold_quit
&& hold_quit
->kind
!= NO_EVENT
))
7000 XSETFRAME (frame
, f
);
7006 any_help_event_p
= 1;
7007 gen_help_event (help_echo_string
, frame
, help_echo_window
,
7008 help_echo_object
, help_echo_pos
);
7012 help_echo_string
= Qnil
;
7013 gen_help_event (Qnil
, frame
, Qnil
, Qnil
, 0);
7023 /* Handles the XEvent EVENT on display DISPLAY.
7024 This is used for event loops outside the normal event handling,
7025 i.e. looping while a popup menu or a dialog is posted.
7027 Returns the value handle_one_xevent sets in the finish argument. */
7029 x_dispatch_event (event
, display
)
7033 struct x_display_info
*dpyinfo
;
7034 int finish
= X_EVENT_NORMAL
;
7036 dpyinfo
= x_display_info_for_display (display
);
7039 handle_one_xevent (dpyinfo
, event
, &finish
, 0);
7045 /* Read events coming from the X server.
7046 This routine is called by the SIGIO handler.
7047 We return as soon as there are no more events to be read.
7049 We return the number of characters stored into the buffer,
7050 thus pretending to be `read' (except the characters we store
7051 in the keyboard buffer can be multibyte, so are not necessarily
7054 EXPECTED is nonzero if the caller knows input is available. */
7057 XTread_socket (terminal
, expected
, hold_quit
)
7058 struct terminal
*terminal
;
7060 struct input_event
*hold_quit
;
7064 int event_found
= 0;
7066 if (interrupt_input_blocked
)
7068 interrupt_input_pending
= 1;
7070 pending_signals
= 1;
7075 interrupt_input_pending
= 0;
7077 pending_signals
= pending_atimers
;
7081 /* So people can tell when we have read the available input. */
7082 input_signal_count
++;
7087 /* Only check session manager input for the primary display. */
7088 if (terminal
->id
== 1 && x_session_have_connection ())
7090 struct input_event inev
;
7092 /* We don't need to EVENT_INIT (inev) here, as
7093 x_session_check_input copies an entire input_event. */
7094 if (x_session_check_input (&inev
))
7096 kbd_buffer_store_event_hold (&inev
, hold_quit
);
7103 /* For debugging, this gives a way to fake an I/O error. */
7104 if (terminal
->display_info
.x
== XTread_socket_fake_io_error
)
7106 XTread_socket_fake_io_error
= 0;
7107 x_io_error_quitter (terminal
->display_info
.x
->display
);
7111 while (XPending (terminal
->display_info
.x
->display
))
7115 XNextEvent (terminal
->display_info
.x
->display
, &event
);
7118 /* Filter events for the current X input method. */
7119 if (x_filter_event (terminal
->display_info
.x
, &event
))
7124 count
+= handle_one_xevent (terminal
->display_info
.x
,
7125 &event
, &finish
, hold_quit
);
7127 if (finish
== X_EVENT_GOTO_OUT
)
7133 /* For GTK we must use the GTK event loop. But XEvents gets passed
7134 to our filter function above, and then to the big event switch.
7135 We use a bunch of globals to communicate with our filter function,
7136 that is kind of ugly, but it works.
7138 There is no way to do one display at the time, GTK just does events
7139 from all displays. */
7141 while (gtk_events_pending ())
7143 current_count
= count
;
7144 current_hold_quit
= hold_quit
;
7146 gtk_main_iteration ();
7148 count
= current_count
;
7150 current_hold_quit
= 0;
7152 if (current_finish
== X_EVENT_GOTO_OUT
)
7155 #endif /* USE_GTK */
7159 /* On some systems, an X bug causes Emacs to get no more events
7160 when the window is destroyed. Detect that. (1994.) */
7163 /* Emacs and the X Server eats up CPU time if XNoOp is done every time.
7164 One XNOOP in 100 loops will make Emacs terminate.
7165 B. Bretthauer, 1994 */
7167 if (x_noop_count
>= 100)
7171 if (next_noop_dpyinfo
== 0)
7172 next_noop_dpyinfo
= x_display_list
;
7174 XNoOp (next_noop_dpyinfo
->display
);
7176 /* Each time we get here, cycle through the displays now open. */
7177 next_noop_dpyinfo
= next_noop_dpyinfo
->next
;
7181 /* If the focus was just given to an auto-raising frame,
7183 /* ??? This ought to be able to handle more than one such frame. */
7184 if (pending_autoraise_frame
)
7186 x_raise_frame (pending_autoraise_frame
);
7187 pending_autoraise_frame
= 0;
7199 /***********************************************************************
7201 ***********************************************************************/
7203 /* Set clipping for output in glyph row ROW. W is the window in which
7204 we operate. GC is the graphics context to set clipping in.
7206 ROW may be a text row or, e.g., a mode line. Text rows must be
7207 clipped to the interior of the window dedicated to text display,
7208 mode lines must be clipped to the whole window. */
7211 x_clip_to_row (w
, row
, area
, gc
)
7213 struct glyph_row
*row
;
7217 struct frame
*f
= XFRAME (WINDOW_FRAME (w
));
7218 XRectangle clip_rect
;
7219 int window_x
, window_y
, window_width
;
7221 window_box (w
, area
, &window_x
, &window_y
, &window_width
, 0);
7223 clip_rect
.x
= window_x
;
7224 clip_rect
.y
= WINDOW_TO_FRAME_PIXEL_Y (w
, max (0, row
->y
));
7225 clip_rect
.y
= max (clip_rect
.y
, window_y
);
7226 clip_rect
.width
= window_width
;
7227 clip_rect
.height
= row
->visible_height
;
7229 XSetClipRectangles (FRAME_X_DISPLAY (f
), gc
, 0, 0, &clip_rect
, 1, Unsorted
);
7233 /* Draw a hollow box cursor on window W in glyph row ROW. */
7236 x_draw_hollow_cursor (w
, row
)
7238 struct glyph_row
*row
;
7240 struct frame
*f
= XFRAME (WINDOW_FRAME (w
));
7241 struct x_display_info
*dpyinfo
= FRAME_X_DISPLAY_INFO (f
);
7242 Display
*dpy
= FRAME_X_DISPLAY (f
);
7245 struct glyph
*cursor_glyph
;
7248 /* Get the glyph the cursor is on. If we can't tell because
7249 the current matrix is invalid or such, give up. */
7250 cursor_glyph
= get_phys_cursor_glyph (w
);
7251 if (cursor_glyph
== NULL
)
7254 /* Compute frame-relative coordinates for phys cursor. */
7255 get_phys_cursor_geometry (w
, row
, cursor_glyph
, &x
, &y
, &h
);
7256 wd
= w
->phys_cursor_width
;
7258 /* The foreground of cursor_gc is typically the same as the normal
7259 background color, which can cause the cursor box to be invisible. */
7260 xgcv
.foreground
= f
->output_data
.x
->cursor_pixel
;
7261 if (dpyinfo
->scratch_cursor_gc
)
7262 XChangeGC (dpy
, dpyinfo
->scratch_cursor_gc
, GCForeground
, &xgcv
);
7264 dpyinfo
->scratch_cursor_gc
= XCreateGC (dpy
, FRAME_X_WINDOW (f
),
7265 GCForeground
, &xgcv
);
7266 gc
= dpyinfo
->scratch_cursor_gc
;
7268 /* Set clipping, draw the rectangle, and reset clipping again. */
7269 x_clip_to_row (w
, row
, TEXT_AREA
, gc
);
7270 XDrawRectangle (dpy
, FRAME_X_WINDOW (f
), gc
, x
, y
, wd
, h
- 1);
7271 XSetClipMask (dpy
, gc
, None
);
7275 /* Draw a bar cursor on window W in glyph row ROW.
7277 Implementation note: One would like to draw a bar cursor with an
7278 angle equal to the one given by the font property XA_ITALIC_ANGLE.
7279 Unfortunately, I didn't find a font yet that has this property set.
7283 x_draw_bar_cursor (w
, row
, width
, kind
)
7285 struct glyph_row
*row
;
7287 enum text_cursor_kinds kind
;
7289 struct frame
*f
= XFRAME (w
->frame
);
7290 struct glyph
*cursor_glyph
;
7292 /* If cursor is out of bounds, don't draw garbage. This can happen
7293 in mini-buffer windows when switching between echo area glyphs
7295 cursor_glyph
= get_phys_cursor_glyph (w
);
7296 if (cursor_glyph
== NULL
)
7299 /* If on an image, draw like a normal cursor. That's usually better
7300 visible than drawing a bar, esp. if the image is large so that
7301 the bar might not be in the window. */
7302 if (cursor_glyph
->type
== IMAGE_GLYPH
)
7304 struct glyph_row
*row
;
7305 row
= MATRIX_ROW (w
->current_matrix
, w
->phys_cursor
.vpos
);
7306 draw_phys_cursor_glyph (w
, row
, DRAW_CURSOR
);
7310 Display
*dpy
= FRAME_X_DISPLAY (f
);
7311 Window window
= FRAME_X_WINDOW (f
);
7312 GC gc
= FRAME_X_DISPLAY_INFO (f
)->scratch_cursor_gc
;
7313 unsigned long mask
= GCForeground
| GCBackground
| GCGraphicsExposures
;
7314 struct face
*face
= FACE_FROM_ID (f
, cursor_glyph
->face_id
);
7317 /* If the glyph's background equals the color we normally draw
7318 the bars cursor in, the bar cursor in its normal color is
7319 invisible. Use the glyph's foreground color instead in this
7320 case, on the assumption that the glyph's colors are chosen so
7321 that the glyph is legible. */
7322 if (face
->background
== f
->output_data
.x
->cursor_pixel
)
7323 xgcv
.background
= xgcv
.foreground
= face
->foreground
;
7325 xgcv
.background
= xgcv
.foreground
= f
->output_data
.x
->cursor_pixel
;
7326 xgcv
.graphics_exposures
= 0;
7329 XChangeGC (dpy
, gc
, mask
, &xgcv
);
7332 gc
= XCreateGC (dpy
, window
, mask
, &xgcv
);
7333 FRAME_X_DISPLAY_INFO (f
)->scratch_cursor_gc
= gc
;
7336 x_clip_to_row (w
, row
, TEXT_AREA
, gc
);
7338 if (kind
== BAR_CURSOR
)
7341 width
= FRAME_CURSOR_WIDTH (f
);
7342 width
= min (cursor_glyph
->pixel_width
, width
);
7344 w
->phys_cursor_width
= width
;
7346 XFillRectangle (dpy
, window
, gc
,
7347 WINDOW_TEXT_TO_FRAME_PIXEL_X (w
, w
->phys_cursor
.x
),
7348 WINDOW_TO_FRAME_PIXEL_Y (w
, w
->phys_cursor
.y
),
7349 width
, row
->height
);
7353 int dummy_x
, dummy_y
, dummy_h
;
7356 width
= row
->height
;
7358 width
= min (row
->height
, width
);
7360 get_phys_cursor_geometry (w
, row
, cursor_glyph
, &dummy_x
,
7361 &dummy_y
, &dummy_h
);
7363 XFillRectangle (dpy
, window
, gc
,
7364 WINDOW_TEXT_TO_FRAME_PIXEL_X (w
, w
->phys_cursor
.x
),
7365 WINDOW_TO_FRAME_PIXEL_Y (w
, w
->phys_cursor
.y
+
7366 row
->height
- width
),
7367 w
->phys_cursor_width
, width
);
7370 XSetClipMask (dpy
, gc
, None
);
7375 /* RIF: Define cursor CURSOR on frame F. */
7378 x_define_frame_cursor (f
, cursor
)
7382 if (!f
->pointer_invisible
7383 && f
->output_data
.x
->current_cursor
!= cursor
)
7384 XDefineCursor (FRAME_X_DISPLAY (f
), FRAME_X_WINDOW (f
), cursor
);
7385 f
->output_data
.x
->current_cursor
= cursor
;
7389 /* RIF: Clear area on frame F. */
7392 x_clear_frame_area (f
, x
, y
, width
, height
)
7394 int x
, y
, width
, height
;
7396 x_clear_area (FRAME_X_DISPLAY (f
), FRAME_X_WINDOW (f
),
7397 x
, y
, width
, height
, False
);
7401 /* RIF: Draw cursor on window W. */
7404 x_draw_window_cursor (w
, glyph_row
, x
, y
, cursor_type
, cursor_width
, on_p
, active_p
)
7406 struct glyph_row
*glyph_row
;
7408 int cursor_type
, cursor_width
;
7411 struct frame
*f
= XFRAME (WINDOW_FRAME (w
));
7415 w
->phys_cursor_type
= cursor_type
;
7416 w
->phys_cursor_on_p
= 1;
7418 if (glyph_row
->exact_window_width_line_p
7419 && w
->phys_cursor
.hpos
>= glyph_row
->used
[TEXT_AREA
])
7421 glyph_row
->cursor_in_fringe_p
= 1;
7422 draw_fringe_bitmap (w
, glyph_row
, 0);
7425 switch (cursor_type
)
7427 case HOLLOW_BOX_CURSOR
:
7428 x_draw_hollow_cursor (w
, glyph_row
);
7431 case FILLED_BOX_CURSOR
:
7432 draw_phys_cursor_glyph (w
, glyph_row
, DRAW_CURSOR
);
7436 x_draw_bar_cursor (w
, glyph_row
, cursor_width
, BAR_CURSOR
);
7440 x_draw_bar_cursor (w
, glyph_row
, cursor_width
, HBAR_CURSOR
);
7444 w
->phys_cursor_width
= 0;
7452 if (w
== XWINDOW (f
->selected_window
))
7453 if (FRAME_XIC (f
) && (FRAME_XIC_STYLE (f
) & XIMPreeditPosition
))
7454 xic_set_preeditarea (w
, x
, y
);
7459 XFlush (FRAME_X_DISPLAY (f
));
7466 /* Make the x-window of frame F use the gnu icon bitmap. */
7469 x_bitmap_icon (f
, file
)
7475 if (FRAME_X_WINDOW (f
) == 0)
7478 /* Free up our existing icon bitmap and mask if any. */
7479 if (f
->output_data
.x
->icon_bitmap
> 0)
7480 x_destroy_bitmap (f
, f
->output_data
.x
->icon_bitmap
);
7481 f
->output_data
.x
->icon_bitmap
= 0;
7486 /* Use gtk_window_set_icon_from_file () if available,
7487 It's not restricted to bitmaps */
7488 if (xg_set_icon (f
, file
))
7490 #endif /* USE_GTK */
7491 bitmap_id
= x_create_bitmap_from_file (f
, file
);
7492 x_create_bitmap_mask (f
, bitmap_id
);
7496 /* Create the GNU bitmap and mask if necessary. */
7497 if (FRAME_X_DISPLAY_INFO (f
)->icon_bitmap_id
< 0)
7503 if (xg_set_icon (f
, xg_default_icon_file
)
7504 || xg_set_icon_from_xpm_data (f
, gnu_xpm_bits
))
7507 #elif defined (HAVE_XPM) && defined (HAVE_X_WINDOWS)
7509 rc
= x_create_bitmap_from_xpm_data (f
, gnu_xpm_bits
);
7511 FRAME_X_DISPLAY_INFO (f
)->icon_bitmap_id
= rc
;
7515 /* If all else fails, use the (black and white) xbm image. */
7518 rc
= x_create_bitmap_from_data (f
, gnu_xbm_bits
,
7519 gnu_xbm_width
, gnu_xbm_height
);
7523 FRAME_X_DISPLAY_INFO (f
)->icon_bitmap_id
= rc
;
7524 x_create_bitmap_mask (f
, FRAME_X_DISPLAY_INFO (f
)->icon_bitmap_id
);
7528 /* The first time we create the GNU bitmap and mask,
7529 this increments the ref-count one extra time.
7530 As a result, the GNU bitmap and mask are never freed.
7531 That way, we don't have to worry about allocating it again. */
7532 x_reference_bitmap (f
, FRAME_X_DISPLAY_INFO (f
)->icon_bitmap_id
);
7534 bitmap_id
= FRAME_X_DISPLAY_INFO (f
)->icon_bitmap_id
;
7537 x_wm_set_icon_pixmap (f
, bitmap_id
);
7538 f
->output_data
.x
->icon_bitmap
= bitmap_id
;
7544 /* Make the x-window of frame F use a rectangle with text.
7545 Use ICON_NAME as the text. */
7548 x_text_icon (f
, icon_name
)
7552 if (FRAME_X_WINDOW (f
) == 0)
7557 text
.value
= (unsigned char *) icon_name
;
7558 text
.encoding
= XA_STRING
;
7560 text
.nitems
= strlen (icon_name
);
7561 XSetWMIconName (FRAME_X_DISPLAY (f
), FRAME_OUTER_WINDOW (f
), &text
);
7564 if (f
->output_data
.x
->icon_bitmap
> 0)
7565 x_destroy_bitmap (f
, f
->output_data
.x
->icon_bitmap
);
7566 f
->output_data
.x
->icon_bitmap
= 0;
7567 x_wm_set_icon_pixmap (f
, 0);
7572 #define X_ERROR_MESSAGE_SIZE 200
7574 /* If non-nil, this should be a string.
7575 It means catch X errors and store the error message in this string.
7577 The reason we use a stack is that x_catch_error/x_uncatch_error can
7578 be called from a signal handler.
7581 struct x_error_message_stack
{
7582 char string
[X_ERROR_MESSAGE_SIZE
];
7584 struct x_error_message_stack
*prev
;
7586 static struct x_error_message_stack
*x_error_message
;
7588 /* An X error handler which stores the error message in
7589 *x_error_message. This is called from x_error_handler if
7590 x_catch_errors is in effect. */
7593 x_error_catcher (display
, error
)
7597 XGetErrorText (display
, error
->error_code
,
7598 x_error_message
->string
,
7599 X_ERROR_MESSAGE_SIZE
);
7602 /* Begin trapping X errors for display DPY. Actually we trap X errors
7603 for all displays, but DPY should be the display you are actually
7606 After calling this function, X protocol errors no longer cause
7607 Emacs to exit; instead, they are recorded in the string
7608 stored in *x_error_message.
7610 Calling x_check_errors signals an Emacs error if an X error has
7611 occurred since the last call to x_catch_errors or x_check_errors.
7613 Calling x_uncatch_errors resumes the normal error handling. */
7615 void x_check_errors ();
7618 x_catch_errors (dpy
)
7621 struct x_error_message_stack
*data
= xmalloc (sizeof (*data
));
7623 /* Make sure any errors from previous requests have been dealt with. */
7627 data
->string
[0] = 0;
7628 data
->prev
= x_error_message
;
7629 x_error_message
= data
;
7632 /* Undo the last x_catch_errors call.
7633 DPY should be the display that was passed to x_catch_errors. */
7638 struct x_error_message_stack
*tmp
;
7642 /* The display may have been closed before this function is called.
7643 Check if it is still open before calling XSync. */
7644 if (x_display_info_for_display (x_error_message
->dpy
) != 0)
7645 XSync (x_error_message
->dpy
, False
);
7647 tmp
= x_error_message
;
7648 x_error_message
= x_error_message
->prev
;
7653 /* If any X protocol errors have arrived since the last call to
7654 x_catch_errors or x_check_errors, signal an Emacs error using
7655 sprintf (a buffer, FORMAT, the x error message text) as the text. */
7658 x_check_errors (dpy
, format
)
7662 /* Make sure to catch any errors incurred so far. */
7665 if (x_error_message
->string
[0])
7667 char string
[X_ERROR_MESSAGE_SIZE
];
7668 bcopy (x_error_message
->string
, string
, X_ERROR_MESSAGE_SIZE
);
7669 x_uncatch_errors ();
7670 error (format
, string
);
7674 /* Nonzero if we had any X protocol errors
7675 since we did x_catch_errors on DPY. */
7678 x_had_errors_p (dpy
)
7681 /* Make sure to catch any errors incurred so far. */
7684 return x_error_message
->string
[0] != 0;
7687 /* Forget about any errors we have had, since we did x_catch_errors on DPY. */
7690 x_clear_errors (dpy
)
7693 x_error_message
->string
[0] = 0;
7696 #if 0 /* See comment in unwind_to_catch why calling this is a bad
7697 * idea. --lorentey */
7698 /* Close off all unclosed x_catch_errors calls. */
7701 x_fully_uncatch_errors ()
7703 while (x_error_message
)
7704 x_uncatch_errors ();
7708 /* Nonzero if x_catch_errors has been done and not yet canceled. */
7711 x_catching_errors ()
7713 return x_error_message
!= 0;
7717 static unsigned int x_wire_count
;
7720 fprintf (stderr
, "Lib call: %d\n", ++x_wire_count
);
7725 /* Handle SIGPIPE, which can happen when the connection to a server
7726 simply goes away. SIGPIPE is handled by x_connection_signal.
7727 Don't need to do anything, because the write which caused the
7728 SIGPIPE will fail, causing Xlib to invoke the X IO error handler,
7729 which will do the appropriate cleanup for us. */
7732 x_connection_signal (signalnum
) /* If we don't have an argument, */
7733 int signalnum
; /* some compilers complain in signal calls. */
7736 /* USG systems forget handlers when they are used;
7737 must reestablish each time */
7738 signal (signalnum
, x_connection_signal
);
7743 /************************************************************************
7745 ************************************************************************/
7747 /* Error message passed to x_connection_closed. */
7749 static char *error_msg
;
7751 /* Function installed as fatal_error_signal_hook in
7752 x_connection_closed. Print the X error message, and exit normally,
7753 instead of dumping core when XtCloseDisplay fails. */
7756 x_fatal_error_signal ()
7758 fprintf (stderr
, "%s\n", error_msg
);
7762 /* Handle the loss of connection to display DPY. ERROR_MESSAGE is
7763 the text of an error message that lead to the connection loss. */
7766 x_connection_closed (dpy
, error_message
)
7768 char *error_message
;
7770 struct x_display_info
*dpyinfo
= x_display_info_for_display (dpy
);
7771 Lisp_Object frame
, tail
;
7772 int index
= SPECPDL_INDEX ();
7774 error_msg
= (char *) alloca (strlen (error_message
) + 1);
7775 strcpy (error_msg
, error_message
);
7776 handling_signal
= 0;
7778 /* Prevent being called recursively because of an error condition
7779 below. Otherwise, we might end up with printing ``can't find per
7780 display information'' in the recursive call instead of printing
7781 the original message here. */
7782 x_catch_errors (dpy
);
7784 /* Inhibit redisplay while frames are being deleted. */
7785 specbind (Qinhibit_redisplay
, Qt
);
7789 /* Protect display from being closed when we delete the last
7791 dpyinfo
->reference_count
++;
7792 dpyinfo
->terminal
->reference_count
++;
7795 /* First delete frames whose mini-buffers are on frames
7796 that are on the dead display. */
7797 FOR_EACH_FRAME (tail
, frame
)
7799 Lisp_Object minibuf_frame
;
7801 = WINDOW_FRAME (XWINDOW (FRAME_MINIBUF_WINDOW (XFRAME (frame
))));
7802 if (FRAME_X_P (XFRAME (frame
))
7803 && FRAME_X_P (XFRAME (minibuf_frame
))
7804 && ! EQ (frame
, minibuf_frame
)
7805 && FRAME_X_DISPLAY_INFO (XFRAME (minibuf_frame
)) == dpyinfo
)
7806 delete_frame (frame
, Qnoelisp
);
7809 /* Now delete all remaining frames on the dead display.
7810 We are now sure none of these is used as the mini-buffer
7811 for another frame that we need to delete. */
7812 FOR_EACH_FRAME (tail
, frame
)
7813 if (FRAME_X_P (XFRAME (frame
))
7814 && FRAME_X_DISPLAY_INFO (XFRAME (frame
)) == dpyinfo
)
7816 /* Set this to t so that delete_frame won't get confused
7817 trying to find a replacement. */
7818 FRAME_KBOARD (XFRAME (frame
))->Vdefault_minibuffer_frame
= Qt
;
7819 delete_frame (frame
, Qnoelisp
);
7822 /* We have to close the display to inform Xt that it doesn't
7823 exist anymore. If we don't, Xt will continue to wait for
7824 events from the display. As a consequence, a sequence of
7826 M-x make-frame-on-display RET :1 RET
7827 ...kill the new frame, so that we get an IO error...
7828 M-x make-frame-on-display RET :1 RET
7830 will indefinitely wait in Xt for events for display `:1', opened
7831 in the first call to make-frame-on-display.
7833 Closing the display is reported to lead to a bus error on
7834 OpenWindows in certain situations. I suspect that is a bug
7835 in OpenWindows. I don't know how to circumvent it here. */
7839 #ifdef USE_X_TOOLKIT
7840 /* If DPYINFO is null, this means we didn't open the display
7841 in the first place, so don't try to close it. */
7843 extern void (*fatal_error_signal_hook
) P_ ((void));
7844 fatal_error_signal_hook
= x_fatal_error_signal
;
7845 XtCloseDisplay (dpy
);
7846 fatal_error_signal_hook
= NULL
;
7851 /* Due to bugs in some Gtk+ versions, just exit here if this
7852 is the last display/terminal. */
7853 if (terminal_list
->next_terminal
== NULL
)
7855 fprintf (stderr
, "%s\n", error_msg
);
7856 shut_down_emacs (0, 0, Qnil
);
7859 xg_display_close (dpyinfo
->display
);
7862 /* Indicate that this display is dead. */
7863 dpyinfo
->display
= 0;
7865 dpyinfo
->reference_count
--;
7866 dpyinfo
->terminal
->reference_count
--;
7867 if (dpyinfo
->reference_count
!= 0)
7868 /* We have just closed all frames on this display. */
7873 XSETTERMINAL (tmp
, dpyinfo
->terminal
);
7874 Fdelete_terminal (tmp
, Qnoelisp
);
7878 x_uncatch_errors ();
7880 if (terminal_list
== 0)
7882 fprintf (stderr
, "%s\n", error_msg
);
7883 shut_down_emacs (0, 0, Qnil
);
7887 /* Ordinary stack unwind doesn't deal with these. */
7889 sigunblock (sigmask (SIGIO
));
7891 sigunblock (sigmask (SIGALRM
));
7892 TOTALLY_UNBLOCK_INPUT
;
7894 unbind_to (index
, Qnil
);
7895 clear_waiting_for_input ();
7896 /* Here, we absolutely have to use a non-local exit (e.g. signal, throw,
7897 longjmp), because returning from this function would get us back into
7898 Xlib's code which will directly call `exit'. */
7899 error ("%s", error_msg
);
7902 /* We specifically use it before defining it, so that gcc doesn't inline it,
7903 otherwise gdb doesn't know how to properly put a breakpoint on it. */
7904 static void x_error_quitter
P_ ((Display
*, XErrorEvent
*));
7906 /* This is the first-level handler for X protocol errors.
7907 It calls x_error_quitter or x_error_catcher. */
7910 x_error_handler (display
, error
)
7914 if (x_error_message
)
7915 x_error_catcher (display
, error
);
7917 x_error_quitter (display
, error
);
7921 /* This is the usual handler for X protocol errors.
7922 It kills all frames on the display that we got the error for.
7923 If that was the only one, it prints an error message and kills Emacs. */
7925 /* .gdbinit puts a breakpoint here, so make sure it is not inlined. */
7927 #if __GNUC__ >= 3 /* On GCC 3.0 we might get a warning. */
7928 #define NO_INLINE __attribute__((noinline))
7933 /* Some versions of GNU/Linux define noinline in their headers. */
7939 /* On older GCC versions, just putting x_error_quitter
7940 after x_error_handler prevents inlining into the former. */
7942 static void NO_INLINE
7943 x_error_quitter (display
, error
)
7947 char buf
[256], buf1
[356];
7949 /* Ignore BadName errors. They can happen because of fonts
7950 or colors that are not defined. */
7952 if (error
->error_code
== BadName
)
7955 /* Note that there is no real way portable across R3/R4 to get the
7956 original error handler. */
7958 XGetErrorText (display
, error
->error_code
, buf
, sizeof (buf
));
7959 sprintf (buf1
, "X protocol error: %s on protocol request %d",
7960 buf
, error
->request_code
);
7961 x_connection_closed (display
, buf1
);
7965 /* This is the handler for X IO errors, always.
7966 It kills all frames on the display that we lost touch with.
7967 If that was the only one, it prints an error message and kills Emacs. */
7970 x_io_error_quitter (display
)
7975 sprintf (buf
, "Connection lost to X server `%s'", DisplayString (display
));
7976 x_connection_closed (display
, buf
);
7980 /* Changing the font of the frame. */
7982 /* Give frame F the font FONT-OBJECT as its default font. The return
7983 value is FONT-OBJECT. FONTSET is an ID of the fontset for the
7984 frame. If it is negative, generate a new fontset from
7988 x_new_font (f
, font_object
, fontset
)
7990 Lisp_Object font_object
;
7993 struct font
*font
= XFONT_OBJECT (font_object
);
7996 fontset
= fontset_from_font (font_object
);
7997 FRAME_FONTSET (f
) = fontset
;
7998 if (FRAME_FONT (f
) == font
)
7999 /* This font is already set in frame F. There's nothing more to
8003 FRAME_FONT (f
) = font
;
8004 FRAME_BASELINE_OFFSET (f
) = font
->baseline_offset
;
8005 FRAME_COLUMN_WIDTH (f
) = font
->average_width
;
8006 FRAME_SPACE_WIDTH (f
) = font
->space_width
;
8007 FRAME_LINE_HEIGHT (f
) = FONT_HEIGHT (font
);
8009 compute_fringe_widths (f
, 1);
8011 /* Compute the scroll bar width in character columns. */
8012 if (FRAME_CONFIG_SCROLL_BAR_WIDTH (f
) > 0)
8014 int wid
= FRAME_COLUMN_WIDTH (f
);
8015 FRAME_CONFIG_SCROLL_BAR_COLS (f
)
8016 = (FRAME_CONFIG_SCROLL_BAR_WIDTH (f
) + wid
-1) / wid
;
8020 int wid
= FRAME_COLUMN_WIDTH (f
);
8021 FRAME_CONFIG_SCROLL_BAR_COLS (f
) = (14 + wid
- 1) / wid
;
8024 if (FRAME_X_WINDOW (f
) != 0)
8026 /* Don't change the size of a tip frame; there's no point in
8027 doing it because it's done in Fx_show_tip, and it leads to
8028 problems because the tip frame has no widget. */
8029 if (NILP (tip_frame
) || XFRAME (tip_frame
) != f
)
8031 /* When the frame is maximized/fullscreen or running under for
8032 example Xmonad, x_set_window_size will be a no-op.
8033 In that case, the right thing to do is extend rows/cols to
8034 the current frame size. We do that first if x_set_window_size
8035 turns out to not be a no-op (there is no way to know).
8036 The size will be adjusted again if the frame gets a
8037 ConfigureNotify event as a result of x_set_window_size. */
8038 int rows
= FRAME_PIXEL_HEIGHT_TO_TEXT_LINES (f
,
8039 FRAME_PIXEL_HEIGHT (f
));
8040 int cols
= FRAME_PIXEL_WIDTH_TO_TEXT_COLS (f
, FRAME_PIXEL_WIDTH (f
));
8041 change_frame_size (f
, rows
, cols
, 0, 1, 0);
8042 x_set_window_size (f
, 0, FRAME_COLS (f
), FRAME_LINES (f
));
8048 && (FRAME_XIC_STYLE (f
) & (XIMPreeditPosition
| XIMStatusArea
)))
8051 xic_set_xfontset (f
, SDATA (fontset_ascii (fontset
)));
8060 /***********************************************************************
8062 ***********************************************************************/
8068 /* XIM destroy callback function, which is called whenever the
8069 connection to input method XIM dies. CLIENT_DATA contains a
8070 pointer to the x_display_info structure corresponding to XIM. */
8073 xim_destroy_callback (xim
, client_data
, call_data
)
8075 XPointer client_data
;
8078 struct x_display_info
*dpyinfo
= (struct x_display_info
*) client_data
;
8079 Lisp_Object frame
, tail
;
8083 /* No need to call XDestroyIC.. */
8084 FOR_EACH_FRAME (tail
, frame
)
8086 struct frame
*f
= XFRAME (frame
);
8087 if (FRAME_X_P (f
) && FRAME_X_DISPLAY_INFO (f
) == dpyinfo
)
8089 FRAME_XIC (f
) = NULL
;
8090 xic_free_xfontset (f
);
8094 /* No need to call XCloseIM. */
8095 dpyinfo
->xim
= NULL
;
8096 XFree (dpyinfo
->xim_styles
);
8100 #endif /* HAVE_X11R6 */
8103 /* This isn't prototyped in OSF 5.0 or 5.1a. */
8104 extern char *XSetIMValues
P_ ((XIM
, ...));
8107 /* Open the connection to the XIM server on display DPYINFO.
8108 RESOURCE_NAME is the resource name Emacs uses. */
8111 xim_open_dpy (dpyinfo
, resource_name
)
8112 struct x_display_info
*dpyinfo
;
8113 char *resource_name
;
8121 XCloseIM (dpyinfo
->xim
);
8122 xim
= XOpenIM (dpyinfo
->display
, dpyinfo
->xrdb
, resource_name
,
8129 XIMCallback destroy
;
8132 /* Get supported styles and XIM values. */
8133 XGetIMValues (xim
, XNQueryInputStyle
, &dpyinfo
->xim_styles
, NULL
);
8136 destroy
.callback
= xim_destroy_callback
;
8137 destroy
.client_data
= (XPointer
)dpyinfo
;
8138 XSetIMValues (xim
, XNDestroyCallback
, &destroy
, NULL
);
8144 #endif /* HAVE_XIM */
8145 dpyinfo
->xim
= NULL
;
8149 #ifdef HAVE_X11R6_XIM
8151 /* XIM instantiate callback function, which is called whenever an XIM
8152 server is available. DISPLAY is the display of the XIM.
8153 CLIENT_DATA contains a pointer to an xim_inst_t structure created
8154 when the callback was registered. */
8157 xim_instantiate_callback (display
, client_data
, call_data
)
8159 XPointer client_data
;
8162 struct xim_inst_t
*xim_inst
= (struct xim_inst_t
*) client_data
;
8163 struct x_display_info
*dpyinfo
= xim_inst
->dpyinfo
;
8165 /* We don't support multiple XIM connections. */
8169 xim_open_dpy (dpyinfo
, xim_inst
->resource_name
);
8171 /* Create XIC for the existing frames on the same display, as long
8172 as they have no XIC. */
8173 if (dpyinfo
->xim
&& dpyinfo
->reference_count
> 0)
8175 Lisp_Object tail
, frame
;
8178 FOR_EACH_FRAME (tail
, frame
)
8180 struct frame
*f
= XFRAME (frame
);
8183 && FRAME_X_DISPLAY_INFO (f
) == xim_inst
->dpyinfo
)
8184 if (FRAME_XIC (f
) == NULL
)
8186 create_frame_xic (f
);
8187 if (FRAME_XIC_STYLE (f
) & XIMStatusArea
)
8188 xic_set_statusarea (f
);
8189 if (FRAME_XIC_STYLE (f
) & XIMPreeditPosition
)
8191 struct window
*w
= XWINDOW (f
->selected_window
);
8192 xic_set_preeditarea (w
, w
->cursor
.x
, w
->cursor
.y
);
8201 #endif /* HAVE_X11R6_XIM */
8204 /* Open a connection to the XIM server on display DPYINFO.
8205 RESOURCE_NAME is the resource name for Emacs. On X11R5, open the
8206 connection only at the first time. On X11R6, open the connection
8207 in the XIM instantiate callback function. */
8210 xim_initialize (dpyinfo
, resource_name
)
8211 struct x_display_info
*dpyinfo
;
8212 char *resource_name
;
8214 dpyinfo
->xim
= NULL
;
8218 #ifdef HAVE_X11R6_XIM
8219 struct xim_inst_t
*xim_inst
;
8222 xim_inst
= (struct xim_inst_t
*) xmalloc (sizeof (struct xim_inst_t
));
8223 dpyinfo
->xim_callback_data
= xim_inst
;
8224 xim_inst
->dpyinfo
= dpyinfo
;
8225 len
= strlen (resource_name
);
8226 xim_inst
->resource_name
= (char *) xmalloc (len
+ 1);
8227 bcopy (resource_name
, xim_inst
->resource_name
, len
+ 1);
8228 XRegisterIMInstantiateCallback (dpyinfo
->display
, dpyinfo
->xrdb
,
8229 resource_name
, EMACS_CLASS
,
8230 xim_instantiate_callback
,
8231 /* This is XPointer in XFree86
8232 but (XPointer *) on Tru64, at
8233 least, hence the configure test. */
8234 (XRegisterIMInstantiateCallback_arg6
) xim_inst
);
8235 #else /* not HAVE_X11R6_XIM */
8236 xim_open_dpy (dpyinfo
, resource_name
);
8237 #endif /* not HAVE_X11R6_XIM */
8239 #endif /* HAVE_XIM */
8243 /* Close the connection to the XIM server on display DPYINFO. */
8246 xim_close_dpy (dpyinfo
)
8247 struct x_display_info
*dpyinfo
;
8252 #ifdef HAVE_X11R6_XIM
8253 if (dpyinfo
->display
)
8254 XUnregisterIMInstantiateCallback (dpyinfo
->display
, dpyinfo
->xrdb
,
8256 xim_instantiate_callback
, NULL
);
8257 xfree (dpyinfo
->xim_callback_data
->resource_name
);
8258 xfree (dpyinfo
->xim_callback_data
);
8259 #endif /* HAVE_X11R6_XIM */
8260 if (dpyinfo
->display
)
8261 XCloseIM (dpyinfo
->xim
);
8262 dpyinfo
->xim
= NULL
;
8263 XFree (dpyinfo
->xim_styles
);
8265 #endif /* HAVE_XIM */
8268 #endif /* not HAVE_X11R6_XIM */
8272 /* Calculate the absolute position in frame F
8273 from its current recorded position values and gravity. */
8276 x_calc_absolute_position (f
)
8279 int flags
= f
->size_hint_flags
;
8281 /* We have nothing to do if the current position
8282 is already for the top-left corner. */
8283 if (! ((flags
& XNegative
) || (flags
& YNegative
)))
8286 /* Treat negative positions as relative to the leftmost bottommost
8287 position that fits on the screen. */
8288 if (flags
& XNegative
)
8289 f
->left_pos
= x_display_pixel_width (FRAME_X_DISPLAY_INFO (f
))
8290 - FRAME_PIXEL_WIDTH (f
) + f
->left_pos
;
8293 int height
= FRAME_PIXEL_HEIGHT (f
);
8295 #if defined USE_X_TOOLKIT && defined USE_MOTIF
8296 /* Something is fishy here. When using Motif, starting Emacs with
8297 `-g -0-0', the frame appears too low by a few pixels.
8299 This seems to be so because initially, while Emacs is starting,
8300 the column widget's height and the frame's pixel height are
8301 different. The column widget's height is the right one. In
8302 later invocations, when Emacs is up, the frame's pixel height
8305 It's not obvious where the initial small difference comes from.
8306 2000-12-01, gerd. */
8308 XtVaGetValues (f
->output_data
.x
->column_widget
, XtNheight
, &height
, NULL
);
8311 if (flags
& YNegative
)
8312 f
->top_pos
= x_display_pixel_height (FRAME_X_DISPLAY_INFO (f
))
8313 - height
+ f
->top_pos
;
8316 /* The left_pos and top_pos
8317 are now relative to the top and left screen edges,
8318 so the flags should correspond. */
8319 f
->size_hint_flags
&= ~ (XNegative
| YNegative
);
8322 /* CHANGE_GRAVITY is 1 when calling from Fset_frame_position,
8323 to really change the position, and 0 when calling from
8324 x_make_frame_visible (in that case, XOFF and YOFF are the current
8325 position values). It is -1 when calling from x_set_frame_parameters,
8326 which means, do adjust for borders but don't change the gravity. */
8329 x_set_offset (f
, xoff
, yoff
, change_gravity
)
8331 register int xoff
, yoff
;
8334 int modified_top
, modified_left
;
8336 if (change_gravity
> 0)
8338 FRAME_X_OUTPUT (f
)->left_before_move
= f
->left_pos
;
8339 FRAME_X_OUTPUT (f
)->top_before_move
= f
->top_pos
;
8343 f
->size_hint_flags
&= ~ (XNegative
| YNegative
);
8345 f
->size_hint_flags
|= XNegative
;
8347 f
->size_hint_flags
|= YNegative
;
8348 f
->win_gravity
= NorthWestGravity
;
8350 x_calc_absolute_position (f
);
8353 x_wm_set_size_hint (f
, (long) 0, 0);
8355 modified_left
= f
->left_pos
;
8356 modified_top
= f
->top_pos
;
8358 if (change_gravity
!= 0 && FRAME_X_DISPLAY_INFO (f
)->wm_type
== X_WMTYPE_A
)
8360 /* Some WMs (twm, wmaker at least) has an offset that is smaller
8361 than the WM decorations. So we use the calculated offset instead
8362 of the WM decoration sizes here (x/y_pixels_outer_diff). */
8363 modified_left
+= FRAME_X_OUTPUT (f
)->move_offset_left
;
8364 modified_top
+= FRAME_X_OUTPUT (f
)->move_offset_top
;
8367 XMoveWindow (FRAME_X_DISPLAY (f
), FRAME_OUTER_WINDOW (f
),
8368 modified_left
, modified_top
);
8370 x_sync_with_move (f
, f
->left_pos
, f
->top_pos
,
8371 FRAME_X_DISPLAY_INFO (f
)->wm_type
== X_WMTYPE_UNKNOWN
8374 /* change_gravity is non-zero when this function is called from Lisp to
8375 programmatically move a frame. In that case, we call
8376 x_check_expected_move to discover if we have a "Type A" or "Type B"
8377 window manager, and, for a "Type A" window manager, adjust the position
8380 We call x_check_expected_move if a programmatic move occurred, and
8381 either the window manager type (A/B) is unknown or it is Type A but we
8382 need to compute the top/left offset adjustment for this frame. */
8384 if (change_gravity
!= 0 &&
8385 (FRAME_X_DISPLAY_INFO (f
)->wm_type
== X_WMTYPE_UNKNOWN
8386 || (FRAME_X_DISPLAY_INFO (f
)->wm_type
== X_WMTYPE_A
8387 && (FRAME_X_OUTPUT (f
)->move_offset_left
== 0
8388 && FRAME_X_OUTPUT (f
)->move_offset_top
== 0))))
8389 x_check_expected_move (f
, modified_left
, modified_top
);
8394 /* Return non-zero if _NET_SUPPORTING_WM_CHECK window exists and _NET_SUPPORTED
8395 on the root window for frame F contains ATOMNAME.
8396 This is how a WM check shall be done according to the Window Manager
8397 Specification/Extended Window Manager Hints at
8398 http://freedesktop.org/wiki/Specifications/wm-spec. */
8401 wm_supports (f
, atomname
)
8403 const char *atomname
;
8406 unsigned long actual_size
, bytes_remaining
;
8407 int i
, rc
, actual_format
;
8409 Window wmcheck_window
;
8410 struct x_display_info
*dpyinfo
= FRAME_X_DISPLAY_INFO (f
);
8411 Window target_window
= dpyinfo
->root_window
;
8412 long max_len
= 65536;
8413 Display
*dpy
= FRAME_X_DISPLAY (f
);
8414 unsigned char *tmp_data
= NULL
;
8415 Atom target_type
= XA_WINDOW
;
8420 prop_atom
= XInternAtom (dpy
, "_NET_SUPPORTING_WM_CHECK", False
);
8422 x_catch_errors (dpy
);
8423 rc
= XGetWindowProperty (dpy
, target_window
,
8424 prop_atom
, 0, max_len
, False
, target_type
,
8425 &actual_type
, &actual_format
, &actual_size
,
8426 &bytes_remaining
, &tmp_data
);
8428 if (rc
!= Success
|| actual_type
!= XA_WINDOW
|| x_had_errors_p (dpy
))
8430 if (tmp_data
) XFree (tmp_data
);
8431 x_uncatch_errors ();
8436 wmcheck_window
= *(Window
*) tmp_data
;
8439 /* Check if window exists. */
8440 XSelectInput (dpy
, wmcheck_window
, StructureNotifyMask
);
8442 if (x_had_errors_p (dpy
))
8444 x_uncatch_errors ();
8449 if (dpyinfo
->net_supported_window
!= wmcheck_window
)
8451 /* Window changed, reload atoms */
8452 if (dpyinfo
->net_supported_atoms
!= NULL
)
8453 XFree (dpyinfo
->net_supported_atoms
);
8454 dpyinfo
->net_supported_atoms
= NULL
;
8455 dpyinfo
->nr_net_supported_atoms
= 0;
8456 dpyinfo
->net_supported_window
= 0;
8458 target_type
= XA_ATOM
;
8459 prop_atom
= XInternAtom (dpy
, "_NET_SUPPORTED", False
);
8461 rc
= XGetWindowProperty (dpy
, target_window
,
8462 prop_atom
, 0, max_len
, False
, target_type
,
8463 &actual_type
, &actual_format
, &actual_size
,
8464 &bytes_remaining
, &tmp_data
);
8466 if (rc
!= Success
|| actual_type
!= XA_ATOM
|| x_had_errors_p (dpy
))
8468 if (tmp_data
) XFree (tmp_data
);
8469 x_uncatch_errors ();
8474 dpyinfo
->net_supported_atoms
= (Atom
*)tmp_data
;
8475 dpyinfo
->nr_net_supported_atoms
= actual_size
;
8476 dpyinfo
->net_supported_window
= wmcheck_window
;
8480 want_atom
= XInternAtom (dpy
, atomname
, False
);
8482 for (i
= 0; rc
== 0 && i
< dpyinfo
->nr_net_supported_atoms
; ++i
)
8483 rc
= dpyinfo
->net_supported_atoms
[i
] == want_atom
;
8485 x_uncatch_errors ();
8492 set_wm_state (frame
, add
, what
, what2
)
8498 const char *atom
= "_NET_WM_STATE";
8499 Fx_send_client_event (frame
, make_number (0), frame
,
8500 make_unibyte_string (atom
, strlen (atom
)),
8502 /* 1 = add, 0 = remove */
8504 (make_number (add
? 1 : 0),
8506 (make_unibyte_string (what
, strlen (what
)),
8508 ? Fcons (make_unibyte_string (what2
, strlen (what2
)),
8514 x_set_sticky (f
, new_value
, old_value
)
8516 Lisp_Object new_value
, old_value
;
8520 XSETFRAME (frame
, f
);
8521 set_wm_state (frame
, NILP (new_value
) ? 0 : 1,
8522 "_NET_WM_STATE_STICKY", NULL
);
8525 /* Do fullscreen as specified in extended window manager hints */
8528 do_ewmh_fullscreen (f
)
8531 int have_net_atom
= wm_supports (f
, "_NET_WM_STATE");
8533 /* Some window managers don't say they support _NET_WM_STATE, but they do say
8534 they support _NET_WM_STATE_FULLSCREEN. Try that also. */
8536 have_net_atom
= wm_supports (f
, "_NET_WM_STATE_FULLSCREEN");
8541 const char *fs
= "_NET_WM_STATE_FULLSCREEN";
8542 const char *fw
= "_NET_WM_STATE_MAXIMIZED_HORZ";
8543 const char *fh
= "_NET_WM_STATE_MAXIMIZED_VERT";
8545 XSETFRAME (frame
, f
);
8547 set_wm_state (frame
, 0, fs
, NULL
);
8548 set_wm_state (frame
, 0, fh
, NULL
);
8549 set_wm_state (frame
, 0, fw
, NULL
);
8551 /* If there are _NET_ atoms we assume we have extended window manager
8553 switch (f
->want_fullscreen
)
8555 case FULLSCREEN_BOTH
:
8556 set_wm_state (frame
, 1, fs
, NULL
);
8558 case FULLSCREEN_WIDTH
:
8559 set_wm_state (frame
, 1, fw
, NULL
);
8561 case FULLSCREEN_HEIGHT
:
8562 set_wm_state (frame
, 1, fh
, NULL
);
8564 case FULLSCREEN_MAXIMIZED
:
8565 set_wm_state (frame
, 1, fw
, fh
);
8569 f
->want_fullscreen
= FULLSCREEN_NONE
;
8573 return have_net_atom
;
8577 XTfullscreen_hook (f
)
8580 if (f
->async_visible
)
8583 x_check_fullscreen (f
);
8591 x_handle_net_wm_state (f
, event
)
8593 XPropertyEvent
*event
;
8596 unsigned long actual_size
, bytes_remaining
;
8597 int i
, rc
, actual_format
, value
= FULLSCREEN_NONE
;
8598 struct x_display_info
*dpyinfo
= FRAME_X_DISPLAY_INFO (f
);
8599 long max_len
= 65536;
8600 Display
*dpy
= FRAME_X_DISPLAY (f
);
8601 unsigned char *tmp_data
= NULL
;
8602 Atom target_type
= XA_ATOM
;
8607 x_catch_errors (dpy
);
8608 rc
= XGetWindowProperty (dpy
, event
->window
,
8609 event
->atom
, 0, max_len
, False
, target_type
,
8610 &actual_type
, &actual_format
, &actual_size
,
8611 &bytes_remaining
, &tmp_data
);
8613 if (rc
!= Success
|| actual_type
!= target_type
|| x_had_errors_p (dpy
))
8615 if (tmp_data
) XFree (tmp_data
);
8616 x_uncatch_errors ();
8621 x_uncatch_errors ();
8623 for (i
= 0; i
< actual_size
; ++i
)
8625 Atom a
= ((Atom
*)tmp_data
)[i
];
8626 if (a
== dpyinfo
->Xatom_net_wm_state_maximized_horz
)
8628 if (value
== FULLSCREEN_HEIGHT
)
8629 value
= FULLSCREEN_MAXIMIZED
;
8631 value
= FULLSCREEN_WIDTH
;
8633 else if (a
== dpyinfo
->Xatom_net_wm_state_maximized_vert
)
8635 if (value
== FULLSCREEN_WIDTH
)
8636 value
= FULLSCREEN_MAXIMIZED
;
8638 value
= FULLSCREEN_HEIGHT
;
8640 else if (a
== dpyinfo
->Xatom_net_wm_state_fullscreen_atom
)
8641 value
= FULLSCREEN_BOTH
;
8642 else if (a
== dpyinfo
->Xatom_net_wm_state_sticky
)
8649 case FULLSCREEN_WIDTH
:
8652 case FULLSCREEN_HEIGHT
:
8655 case FULLSCREEN_BOTH
:
8658 case FULLSCREEN_MAXIMIZED
:
8663 store_frame_param (f
, Qfullscreen
, lval
);
8664 store_frame_param (f
, Qsticky
, sticky
? Qt
: Qnil
);
8666 if (tmp_data
) XFree (tmp_data
);
8670 /* Check if we need to resize the frame due to a fullscreen request.
8671 If so needed, resize the frame. */
8673 x_check_fullscreen (f
)
8676 if (do_ewmh_fullscreen (f
))
8679 if (f
->output_data
.x
->parent_desc
!= FRAME_X_DISPLAY_INFO (f
)->root_window
)
8680 return; /* Only fullscreen without WM or with EWM hints (above). */
8682 if (f
->want_fullscreen
!= FULLSCREEN_NONE
)
8684 int width
= FRAME_COLS (f
), height
= FRAME_LINES (f
);
8685 struct x_display_info
*dpyinfo
= FRAME_X_DISPLAY_INFO (f
);
8687 switch (f
->want_fullscreen
)
8689 /* No difference between these two when there is no WM */
8690 case FULLSCREEN_BOTH
:
8691 case FULLSCREEN_MAXIMIZED
:
8692 width
= x_display_pixel_width (dpyinfo
);
8693 height
= x_display_pixel_height (dpyinfo
);
8695 case FULLSCREEN_WIDTH
:
8696 width
= x_display_pixel_width (dpyinfo
);
8698 case FULLSCREEN_HEIGHT
:
8699 height
= x_display_pixel_height (dpyinfo
);
8702 if (FRAME_COLS (f
) != width
|| FRAME_LINES (f
) != height
)
8704 change_frame_size (f
, height
, width
, 0, 1, 0);
8705 SET_FRAME_GARBAGED (f
);
8706 cancel_mouse_face (f
);
8711 /* This function is called by x_set_offset to determine whether the window
8712 manager interfered with the positioning of the frame. Type A window
8713 managers position the surrounding window manager decorations a small
8714 amount above and left of the user-supplied position. Type B window
8715 managers position the surrounding window manager decorations at the
8716 user-specified position. If we detect a Type A window manager, we
8717 compensate by moving the window right and down by the proper amount. */
8720 x_check_expected_move (f
, expected_left
, expected_top
)
8725 int current_left
= 0, current_top
= 0;
8727 /* x_real_positions returns the left and top offsets of the outermost
8728 window manager window around the frame. */
8730 x_real_positions (f
, ¤t_left
, ¤t_top
);
8732 if (current_left
!= expected_left
|| current_top
!= expected_top
)
8734 /* It's a "Type A" window manager. */
8739 FRAME_X_DISPLAY_INFO (f
)->wm_type
= X_WMTYPE_A
;
8740 FRAME_X_OUTPUT (f
)->move_offset_left
= expected_left
- current_left
;
8741 FRAME_X_OUTPUT (f
)->move_offset_top
= expected_top
- current_top
;
8743 /* Now fix the mispositioned frame's location. */
8745 adjusted_left
= expected_left
+ FRAME_X_OUTPUT (f
)->move_offset_left
;
8746 adjusted_top
= expected_top
+ FRAME_X_OUTPUT (f
)->move_offset_top
;
8748 XMoveWindow (FRAME_X_DISPLAY (f
), FRAME_OUTER_WINDOW (f
),
8749 adjusted_left
, adjusted_top
);
8751 x_sync_with_move (f
, expected_left
, expected_top
, 0);
8754 /* It's a "Type B" window manager. We don't have to adjust the
8755 frame's position. */
8757 FRAME_X_DISPLAY_INFO (f
)->wm_type
= X_WMTYPE_B
;
8761 /* Wait for XGetGeometry to return up-to-date position information for a
8762 recently-moved frame. Call this immediately after calling XMoveWindow.
8763 If FUZZY is non-zero, then LEFT and TOP are just estimates of where the
8764 frame has been moved to, so we use a fuzzy position comparison instead
8765 of an exact comparison. */
8768 x_sync_with_move (f
, left
, top
, fuzzy
)
8770 int left
, top
, fuzzy
;
8774 while (count
++ < 50)
8776 int current_left
= 0, current_top
= 0;
8778 /* In theory, this call to XSync only needs to happen once, but in
8779 practice, it doesn't seem to work, hence the need for the surrounding
8782 XSync (FRAME_X_DISPLAY (f
), False
);
8783 x_real_positions (f
, ¤t_left
, ¤t_top
);
8787 /* The left fuzz-factor is 10 pixels. The top fuzz-factor is 40
8790 if (eabs (current_left
- left
) <= 10
8791 && eabs (current_top
- top
) <= 40)
8794 else if (current_left
== left
&& current_top
== top
)
8798 /* As a last resort, just wait 0.5 seconds and hope that XGetGeometry
8799 will then return up-to-date position info. */
8801 wait_reading_process_output (0, 500000, 0, 0, Qnil
, NULL
, 0);
8805 /* Change the size of frame F's X window to COLS/ROWS in the case F
8806 doesn't have a widget. If CHANGE_GRAVITY is 1, we change to
8807 top-left-corner window gravity for this size change and subsequent
8808 size changes. Otherwise we leave the window gravity unchanged. */
8811 x_set_window_size_1 (f
, change_gravity
, cols
, rows
)
8816 int pixelwidth
, pixelheight
;
8818 check_frame_size (f
, &rows
, &cols
);
8819 f
->scroll_bar_actual_width
8820 = (!FRAME_HAS_VERTICAL_SCROLL_BARS (f
)
8822 : FRAME_CONFIG_SCROLL_BAR_WIDTH (f
) > 0
8823 ? FRAME_CONFIG_SCROLL_BAR_WIDTH (f
)
8824 : (FRAME_CONFIG_SCROLL_BAR_COLS (f
) * FRAME_COLUMN_WIDTH (f
)));
8826 compute_fringe_widths (f
, 0);
8828 pixelwidth
= FRAME_TEXT_COLS_TO_PIXEL_WIDTH (f
, cols
);
8829 pixelheight
= FRAME_TEXT_LINES_TO_PIXEL_HEIGHT (f
, rows
);
8831 f
->win_gravity
= NorthWestGravity
;
8832 x_wm_set_size_hint (f
, (long) 0, 0);
8834 XSync (FRAME_X_DISPLAY (f
), False
);
8835 XResizeWindow (FRAME_X_DISPLAY (f
), FRAME_X_WINDOW (f
),
8836 pixelwidth
, pixelheight
);
8838 /* Now, strictly speaking, we can't be sure that this is accurate,
8839 but the window manager will get around to dealing with the size
8840 change request eventually, and we'll hear how it went when the
8841 ConfigureNotify event gets here.
8843 We could just not bother storing any of this information here,
8844 and let the ConfigureNotify event set everything up, but that
8845 might be kind of confusing to the Lisp code, since size changes
8846 wouldn't be reported in the frame parameters until some random
8847 point in the future when the ConfigureNotify event arrives.
8849 We pass 1 for DELAY since we can't run Lisp code inside of
8851 change_frame_size (f
, rows
, cols
, 0, 1, 0);
8852 FRAME_PIXEL_WIDTH (f
) = pixelwidth
;
8853 FRAME_PIXEL_HEIGHT (f
) = pixelheight
;
8855 /* We've set {FRAME,PIXEL}_{WIDTH,HEIGHT} to the values we hope to
8856 receive in the ConfigureNotify event; if we get what we asked
8857 for, then the event won't cause the screen to become garbaged, so
8858 we have to make sure to do it here. */
8859 SET_FRAME_GARBAGED (f
);
8861 XFlush (FRAME_X_DISPLAY (f
));
8865 /* Call this to change the size of frame F's x-window.
8866 If CHANGE_GRAVITY is 1, we change to top-left-corner window gravity
8867 for this size change and subsequent size changes.
8868 Otherwise we leave the window gravity unchanged. */
8871 x_set_window_size (f
, change_gravity
, cols
, rows
)
8879 if (FRAME_GTK_WIDGET (f
))
8880 xg_frame_set_char_size (f
, cols
, rows
);
8882 x_set_window_size_1 (f
, change_gravity
, cols
, rows
);
8885 if (f
->output_data
.x
->widget
!= NULL
)
8887 /* The x and y position of the widget is clobbered by the
8888 call to XtSetValues within EmacsFrameSetCharSize.
8889 This is a real kludge, but I don't understand Xt so I can't
8890 figure out a correct fix. Can anyone else tell me? -- rms. */
8891 int xpos
= f
->output_data
.x
->widget
->core
.x
;
8892 int ypos
= f
->output_data
.x
->widget
->core
.y
;
8893 EmacsFrameSetCharSize (f
->output_data
.x
->edit_widget
, cols
, rows
);
8894 f
->output_data
.x
->widget
->core
.x
= xpos
;
8895 f
->output_data
.x
->widget
->core
.y
= ypos
;
8898 x_set_window_size_1 (f
, change_gravity
, cols
, rows
);
8900 #else /* not USE_X_TOOLKIT */
8902 x_set_window_size_1 (f
, change_gravity
, cols
, rows
);
8904 #endif /* not USE_X_TOOLKIT */
8906 /* If cursor was outside the new size, mark it as off. */
8907 mark_window_cursors_off (XWINDOW (f
->root_window
));
8909 /* Clear out any recollection of where the mouse highlighting was,
8910 since it might be in a place that's outside the new frame size.
8911 Actually checking whether it is outside is a pain in the neck,
8912 so don't try--just let the highlighting be done afresh with new size. */
8913 cancel_mouse_face (f
);
8918 /* Mouse warping. */
8921 x_set_mouse_position (f
, x
, y
)
8927 pix_x
= FRAME_COL_TO_PIXEL_X (f
, x
) + FRAME_COLUMN_WIDTH (f
) / 2;
8928 pix_y
= FRAME_LINE_TO_PIXEL_Y (f
, y
) + FRAME_LINE_HEIGHT (f
) / 2;
8930 if (pix_x
< 0) pix_x
= 0;
8931 if (pix_x
> FRAME_PIXEL_WIDTH (f
)) pix_x
= FRAME_PIXEL_WIDTH (f
);
8933 if (pix_y
< 0) pix_y
= 0;
8934 if (pix_y
> FRAME_PIXEL_HEIGHT (f
)) pix_y
= FRAME_PIXEL_HEIGHT (f
);
8938 XWarpPointer (FRAME_X_DISPLAY (f
), None
, FRAME_X_WINDOW (f
),
8939 0, 0, 0, 0, pix_x
, pix_y
);
8943 /* Move the mouse to position pixel PIX_X, PIX_Y relative to frame F. */
8946 x_set_mouse_pixel_position (f
, pix_x
, pix_y
)
8952 XWarpPointer (FRAME_X_DISPLAY (f
), None
, FRAME_X_WINDOW (f
),
8953 0, 0, 0, 0, pix_x
, pix_y
);
8957 /* focus shifting, raising and lowering. */
8960 x_focus_on_frame (f
)
8964 /* I don't think that the ICCCM allows programs to do things like this
8965 without the interaction of the window manager. Whatever you end up
8966 doing with this code, do it to x_unfocus_frame too. */
8967 XSetInputFocus (FRAME_X_DISPLAY (f
), FRAME_X_WINDOW (f
),
8968 RevertToPointerRoot
, CurrentTime
);
8977 /* Look at the remarks in x_focus_on_frame. */
8978 if (FRAME_X_DISPLAY_INFO (f
)->x_focus_frame
== f
)
8979 XSetInputFocus (FRAME_X_DISPLAY (f
), PointerRoot
,
8980 RevertToPointerRoot
, CurrentTime
);
8984 /* Raise frame F. */
8991 if (f
->async_visible
)
8992 XRaiseWindow (FRAME_X_DISPLAY (f
), FRAME_OUTER_WINDOW (f
));
8994 XFlush (FRAME_X_DISPLAY (f
));
8998 /* Lower frame F. */
9004 if (f
->async_visible
)
9007 XLowerWindow (FRAME_X_DISPLAY (f
), FRAME_OUTER_WINDOW (f
));
9008 XFlush (FRAME_X_DISPLAY (f
));
9013 /* Activate frame with Extended Window Manager Hints */
9016 x_ewmh_activate_frame (f
)
9019 /* See Window Manager Specification/Extended Window Manager Hints at
9020 http://freedesktop.org/wiki/Specifications/wm-spec */
9022 const char *atom
= "_NET_ACTIVE_WINDOW";
9023 if (f
->async_visible
&& wm_supports (f
, atom
))
9026 XSETFRAME (frame
, f
);
9027 Fx_send_client_event (frame
, make_number (0), frame
,
9028 make_unibyte_string (atom
, strlen (atom
)),
9030 Fcons (make_number (1),
9031 Fcons (make_number (last_user_time
),
9037 XTframe_raise_lower (f
, raise_flag
)
9047 /* XEmbed implementation. */
9050 xembed_set_info (f
, flags
)
9052 enum xembed_info flags
;
9055 unsigned long data
[2];
9057 atom
= XInternAtom (FRAME_X_DISPLAY (f
), "_XEMBED_INFO", False
);
9059 data
[0] = XEMBED_VERSION
;
9062 XChangeProperty (FRAME_X_DISPLAY (f
), FRAME_OUTER_WINDOW (f
), atom
, atom
,
9063 32, PropModeReplace
, (unsigned char *) data
, 2);
9067 xembed_send_message (f
, time
, message
, detail
, data1
, data2
)
9070 enum xembed_message message
;
9077 event
.xclient
.type
= ClientMessage
;
9078 event
.xclient
.window
= FRAME_X_OUTPUT (f
)->parent_desc
;
9079 event
.xclient
.message_type
= FRAME_X_DISPLAY_INFO (f
)->Xatom_XEMBED
;
9080 event
.xclient
.format
= 32;
9081 event
.xclient
.data
.l
[0] = time
;
9082 event
.xclient
.data
.l
[1] = message
;
9083 event
.xclient
.data
.l
[2] = detail
;
9084 event
.xclient
.data
.l
[3] = data1
;
9085 event
.xclient
.data
.l
[4] = data2
;
9087 XSendEvent (FRAME_X_DISPLAY (f
), FRAME_X_OUTPUT (f
)->parent_desc
,
9088 False
, NoEventMask
, &event
);
9089 XSync (FRAME_X_DISPLAY (f
), False
);
9092 /* Change of visibility. */
9094 /* This tries to wait until the frame is really visible.
9095 However, if the window manager asks the user where to position
9096 the frame, this will return before the user finishes doing that.
9097 The frame will not actually be visible at that time,
9098 but it will become visible later when the window manager
9099 finishes with it. */
9102 x_make_frame_visible (f
)
9106 int original_top
, original_left
;
9107 int retry_count
= 2;
9113 type
= x_icon_type (f
);
9115 x_bitmap_icon (f
, type
);
9117 if (! FRAME_VISIBLE_P (f
))
9119 /* We test FRAME_GARBAGED_P here to make sure we don't
9120 call x_set_offset a second time
9121 if we get to x_make_frame_visible a second time
9122 before the window gets really visible. */
9123 if (! FRAME_ICONIFIED_P (f
)
9124 && ! FRAME_X_EMBEDDED_P (f
)
9125 && ! f
->output_data
.x
->asked_for_visible
)
9126 x_set_offset (f
, f
->left_pos
, f
->top_pos
, 0);
9128 f
->output_data
.x
->asked_for_visible
= 1;
9130 if (! EQ (Vx_no_window_manager
, Qt
))
9131 x_wm_set_window_state (f
, NormalState
);
9132 #ifdef USE_X_TOOLKIT
9133 if (FRAME_X_EMBEDDED_P (f
))
9134 xembed_set_info (f
, XEMBED_MAPPED
);
9137 /* This was XtPopup, but that did nothing for an iconified frame. */
9138 XtMapWidget (f
->output_data
.x
->widget
);
9140 #else /* not USE_X_TOOLKIT */
9142 gtk_widget_show_all (FRAME_GTK_OUTER_WIDGET (f
));
9143 gtk_window_deiconify (GTK_WINDOW (FRAME_GTK_OUTER_WIDGET (f
)));
9145 if (FRAME_X_EMBEDDED_P (f
))
9146 xembed_set_info (f
, XEMBED_MAPPED
);
9148 XMapRaised (FRAME_X_DISPLAY (f
), FRAME_X_WINDOW (f
));
9149 #endif /* not USE_GTK */
9150 #endif /* not USE_X_TOOLKIT */
9153 XFlush (FRAME_X_DISPLAY (f
));
9155 /* Synchronize to ensure Emacs knows the frame is visible
9156 before we do anything else. We do this loop with input not blocked
9157 so that incoming events are handled. */
9161 /* This must be before UNBLOCK_INPUT
9162 since events that arrive in response to the actions above
9163 will set it when they are handled. */
9164 int previously_visible
= f
->output_data
.x
->has_been_visible
;
9166 original_left
= f
->left_pos
;
9167 original_top
= f
->top_pos
;
9169 /* This must come after we set COUNT. */
9172 /* We unblock here so that arriving X events are processed. */
9174 /* Now move the window back to where it was "supposed to be".
9175 But don't do it if the gravity is negative.
9176 When the gravity is negative, this uses a position
9177 that is 3 pixels too low. Perhaps that's really the border width.
9179 Don't do this if the window has never been visible before,
9180 because the window manager may choose the position
9181 and we don't want to override it. */
9183 if (! FRAME_VISIBLE_P (f
)
9184 && ! FRAME_ICONIFIED_P (f
)
9185 && ! FRAME_X_EMBEDDED_P (f
)
9186 && f
->win_gravity
== NorthWestGravity
9187 && previously_visible
)
9191 unsigned int width
, height
, border
, depth
;
9195 /* On some window managers (such as FVWM) moving an existing
9196 window, even to the same place, causes the window manager
9197 to introduce an offset. This can cause the window to move
9198 to an unexpected location. Check the geometry (a little
9199 slow here) and then verify that the window is in the right
9200 place. If the window is not in the right place, move it
9201 there, and take the potential window manager hit. */
9202 XGetGeometry (FRAME_X_DISPLAY (f
), FRAME_OUTER_WINDOW (f
),
9203 &rootw
, &x
, &y
, &width
, &height
, &border
, &depth
);
9205 if (original_left
!= x
|| original_top
!= y
)
9206 XMoveWindow (FRAME_X_DISPLAY (f
), FRAME_OUTER_WINDOW (f
),
9207 original_left
, original_top
);
9212 XSETFRAME (frame
, f
);
9214 /* Wait until the frame is visible. Process X events until a
9215 MapNotify event has been seen, or until we think we won't get a
9216 MapNotify at all.. */
9217 for (count
= input_signal_count
+ 10;
9218 input_signal_count
< count
&& !FRAME_VISIBLE_P (f
);)
9220 /* Force processing of queued events. */
9223 /* Machines that do polling rather than SIGIO have been
9224 observed to go into a busy-wait here. So we'll fake an
9225 alarm signal to let the handler know that there's something
9226 to be read. We used to raise a real alarm, but it seems
9227 that the handler isn't always enabled here. This is
9229 if (input_polling_used ())
9231 /* It could be confusing if a real alarm arrives while
9232 processing the fake one. Turn it off and let the
9233 handler reset it. */
9234 extern void poll_for_input_1
P_ ((void));
9235 int old_poll_suppress_count
= poll_suppress_count
;
9236 poll_suppress_count
= 1;
9237 poll_for_input_1 ();
9238 poll_suppress_count
= old_poll_suppress_count
;
9241 /* See if a MapNotify event has been processed. */
9242 FRAME_SAMPLE_VISIBILITY (f
);
9247 (let ((f (selected-frame)))
9251 the frame is not raised with various window managers on
9252 FreeBSD, GNU/Linux and Solaris. It turns out that, for some
9253 unknown reason, the call to XtMapWidget is completely ignored.
9254 Mapping the widget a second time works. */
9256 if (!FRAME_VISIBLE_P (f
) && --retry_count
> 0)
9261 /* Change from mapped state to withdrawn state. */
9263 /* Make the frame visible (mapped and not iconified). */
9266 x_make_frame_invisible (f
)
9271 /* Use the frame's outermost window, not the one we normally draw on. */
9272 window
= FRAME_OUTER_WINDOW (f
);
9274 /* Don't keep the highlight on an invisible frame. */
9275 if (FRAME_X_DISPLAY_INFO (f
)->x_highlight_frame
== f
)
9276 FRAME_X_DISPLAY_INFO (f
)->x_highlight_frame
= 0;
9280 /* Before unmapping the window, update the WM_SIZE_HINTS property to claim
9281 that the current position of the window is user-specified, rather than
9282 program-specified, so that when the window is mapped again, it will be
9283 placed at the same location, without forcing the user to position it
9284 by hand again (they have already done that once for this window.) */
9285 x_wm_set_size_hint (f
, (long) 0, 1);
9288 if (FRAME_GTK_OUTER_WIDGET (f
))
9289 gtk_widget_hide (FRAME_GTK_OUTER_WIDGET (f
));
9292 if (FRAME_X_EMBEDDED_P (f
))
9293 xembed_set_info (f
, 0);
9298 if (! XWithdrawWindow (FRAME_X_DISPLAY (f
), window
,
9299 DefaultScreen (FRAME_X_DISPLAY (f
))))
9301 UNBLOCK_INPUT_RESIGNAL
;
9302 error ("Can't notify window manager of window withdrawal");
9306 /* We can't distinguish this from iconification
9307 just by the event that we get from the server.
9308 So we can't win using the usual strategy of letting
9309 FRAME_SAMPLE_VISIBILITY set this. So do it by hand,
9310 and synchronize with the server to make sure we agree. */
9312 FRAME_ICONIFIED_P (f
) = 0;
9313 f
->async_visible
= 0;
9314 f
->async_iconified
= 0;
9321 /* Change window state from mapped to iconified. */
9330 /* Don't keep the highlight on an invisible frame. */
9331 if (FRAME_X_DISPLAY_INFO (f
)->x_highlight_frame
== f
)
9332 FRAME_X_DISPLAY_INFO (f
)->x_highlight_frame
= 0;
9334 if (f
->async_iconified
)
9339 FRAME_SAMPLE_VISIBILITY (f
);
9341 type
= x_icon_type (f
);
9343 x_bitmap_icon (f
, type
);
9346 if (FRAME_GTK_OUTER_WIDGET (f
))
9348 if (! FRAME_VISIBLE_P (f
))
9349 gtk_widget_show_all (FRAME_GTK_OUTER_WIDGET (f
));
9351 gtk_window_iconify (GTK_WINDOW (FRAME_GTK_OUTER_WIDGET (f
)));
9354 f
->async_iconified
= 1;
9355 f
->async_visible
= 0;
9361 #ifdef USE_X_TOOLKIT
9363 if (! FRAME_VISIBLE_P (f
))
9365 if (! EQ (Vx_no_window_manager
, Qt
))
9366 x_wm_set_window_state (f
, IconicState
);
9367 /* This was XtPopup, but that did nothing for an iconified frame. */
9368 XtMapWidget (f
->output_data
.x
->widget
);
9369 /* The server won't give us any event to indicate
9370 that an invisible frame was changed to an icon,
9371 so we have to record it here. */
9374 f
->async_iconified
= 1;
9375 f
->async_visible
= 0;
9380 result
= XIconifyWindow (FRAME_X_DISPLAY (f
),
9381 XtWindow (f
->output_data
.x
->widget
),
9382 DefaultScreen (FRAME_X_DISPLAY (f
)));
9386 error ("Can't notify window manager of iconification");
9388 f
->async_iconified
= 1;
9389 f
->async_visible
= 0;
9393 XFlush (FRAME_X_DISPLAY (f
));
9395 #else /* not USE_X_TOOLKIT */
9397 /* Make sure the X server knows where the window should be positioned,
9398 in case the user deiconifies with the window manager. */
9399 if (! FRAME_VISIBLE_P (f
)
9400 && ! FRAME_ICONIFIED_P (f
)
9401 && ! FRAME_X_EMBEDDED_P (f
))
9402 x_set_offset (f
, f
->left_pos
, f
->top_pos
, 0);
9404 /* Since we don't know which revision of X we're running, we'll use both
9405 the X11R3 and X11R4 techniques. I don't know if this is a good idea. */
9407 /* X11R4: send a ClientMessage to the window manager using the
9408 WM_CHANGE_STATE type. */
9412 message
.xclient
.window
= FRAME_X_WINDOW (f
);
9413 message
.xclient
.type
= ClientMessage
;
9414 message
.xclient
.message_type
= FRAME_X_DISPLAY_INFO (f
)->Xatom_wm_change_state
;
9415 message
.xclient
.format
= 32;
9416 message
.xclient
.data
.l
[0] = IconicState
;
9418 if (! XSendEvent (FRAME_X_DISPLAY (f
),
9419 DefaultRootWindow (FRAME_X_DISPLAY (f
)),
9421 SubstructureRedirectMask
| SubstructureNotifyMask
,
9424 UNBLOCK_INPUT_RESIGNAL
;
9425 error ("Can't notify window manager of iconification");
9429 /* X11R3: set the initial_state field of the window manager hints to
9431 x_wm_set_window_state (f
, IconicState
);
9433 if (!FRAME_VISIBLE_P (f
))
9435 /* If the frame was withdrawn, before, we must map it. */
9436 XMapRaised (FRAME_X_DISPLAY (f
), FRAME_X_WINDOW (f
));
9439 f
->async_iconified
= 1;
9440 f
->async_visible
= 0;
9442 XFlush (FRAME_X_DISPLAY (f
));
9444 #endif /* not USE_X_TOOLKIT */
9448 /* Free X resources of frame F. */
9451 x_free_frame_resources (f
)
9454 struct x_display_info
*dpyinfo
= FRAME_X_DISPLAY_INFO (f
);
9456 struct scroll_bar
*b
;
9460 /* If a display connection is dead, don't try sending more
9461 commands to the X server. */
9462 if (dpyinfo
->display
)
9464 /* We must free faces before destroying windows because some
9465 font-driver (e.g. xft) access a window while finishing a
9467 if (FRAME_FACE_CACHE (f
))
9468 free_frame_faces (f
);
9470 if (f
->output_data
.x
->icon_desc
)
9471 XDestroyWindow (FRAME_X_DISPLAY (f
), f
->output_data
.x
->icon_desc
);
9473 #ifdef USE_X_TOOLKIT
9474 /* Explicitly destroy the scroll bars of the frame. Without
9475 this, we get "BadDrawable" errors from the toolkit later on,
9476 presumably from expose events generated for the disappearing
9477 toolkit scroll bars. */
9478 for (bar
= FRAME_SCROLL_BARS (f
); !NILP (bar
); bar
= b
->next
)
9480 b
= XSCROLL_BAR (bar
);
9481 x_scroll_bar_remove (b
);
9490 #ifdef USE_X_TOOLKIT
9491 if (f
->output_data
.x
->widget
)
9493 XtDestroyWidget (f
->output_data
.x
->widget
);
9494 f
->output_data
.x
->widget
= NULL
;
9496 /* Tooltips don't have widgets, only a simple X window, even if
9497 we are using a toolkit. */
9498 else if (FRAME_X_WINDOW (f
))
9499 XDestroyWindow (FRAME_X_DISPLAY (f
), FRAME_X_WINDOW (f
));
9501 free_frame_menubar (f
);
9502 #else /* !USE_X_TOOLKIT */
9505 /* In the GTK version, tooltips are normal X
9506 frames. We must check and free both types. */
9507 if (FRAME_GTK_OUTER_WIDGET (f
))
9509 gtk_widget_destroy (FRAME_GTK_OUTER_WIDGET (f
));
9510 FRAME_X_WINDOW (f
) = 0; /* Set to avoid XDestroyWindow below */
9511 FRAME_GTK_OUTER_WIDGET (f
) = 0;
9513 #endif /* USE_GTK */
9515 if (FRAME_X_WINDOW (f
))
9516 XDestroyWindow (FRAME_X_DISPLAY (f
), FRAME_X_WINDOW (f
));
9517 #endif /* !USE_X_TOOLKIT */
9519 unload_color (f
, FRAME_FOREGROUND_PIXEL (f
));
9520 unload_color (f
, FRAME_BACKGROUND_PIXEL (f
));
9521 unload_color (f
, f
->output_data
.x
->cursor_pixel
);
9522 unload_color (f
, f
->output_data
.x
->cursor_foreground_pixel
);
9523 unload_color (f
, f
->output_data
.x
->border_pixel
);
9524 unload_color (f
, f
->output_data
.x
->mouse_pixel
);
9526 if (f
->output_data
.x
->scroll_bar_background_pixel
!= -1)
9527 unload_color (f
, f
->output_data
.x
->scroll_bar_background_pixel
);
9528 if (f
->output_data
.x
->scroll_bar_foreground_pixel
!= -1)
9529 unload_color (f
, f
->output_data
.x
->scroll_bar_foreground_pixel
);
9530 #ifdef USE_TOOLKIT_SCROLL_BARS
9531 /* Scrollbar shadow colors. */
9532 if (f
->output_data
.x
->scroll_bar_top_shadow_pixel
!= -1)
9533 unload_color (f
, f
->output_data
.x
->scroll_bar_top_shadow_pixel
);
9534 if (f
->output_data
.x
->scroll_bar_bottom_shadow_pixel
!= -1)
9535 unload_color (f
, f
->output_data
.x
->scroll_bar_bottom_shadow_pixel
);
9536 #endif /* USE_TOOLKIT_SCROLL_BARS */
9537 if (f
->output_data
.x
->white_relief
.allocated_p
)
9538 unload_color (f
, f
->output_data
.x
->white_relief
.pixel
);
9539 if (f
->output_data
.x
->black_relief
.allocated_p
)
9540 unload_color (f
, f
->output_data
.x
->black_relief
.pixel
);
9543 XFlush (FRAME_X_DISPLAY (f
));
9546 xfree (f
->output_data
.x
->saved_menu_event
);
9547 xfree (f
->output_data
.x
);
9548 f
->output_data
.x
= NULL
;
9550 if (f
== dpyinfo
->x_focus_frame
)
9551 dpyinfo
->x_focus_frame
= 0;
9552 if (f
== dpyinfo
->x_focus_event_frame
)
9553 dpyinfo
->x_focus_event_frame
= 0;
9554 if (f
== dpyinfo
->x_highlight_frame
)
9555 dpyinfo
->x_highlight_frame
= 0;
9557 if (f
== dpyinfo
->mouse_face_mouse_frame
)
9559 dpyinfo
->mouse_face_beg_row
9560 = dpyinfo
->mouse_face_beg_col
= -1;
9561 dpyinfo
->mouse_face_end_row
9562 = dpyinfo
->mouse_face_end_col
= -1;
9563 dpyinfo
->mouse_face_window
= Qnil
;
9564 dpyinfo
->mouse_face_deferred_gc
= 0;
9565 dpyinfo
->mouse_face_mouse_frame
= 0;
9572 /* Destroy the X window of frame F. */
9575 x_destroy_window (f
)
9578 struct x_display_info
*dpyinfo
= FRAME_X_DISPLAY_INFO (f
);
9580 /* If a display connection is dead, don't try sending more
9581 commands to the X server. */
9582 if (dpyinfo
->display
!= 0)
9583 x_free_frame_resources (f
);
9585 dpyinfo
->reference_count
--;
9589 /* Setting window manager hints. */
9591 /* Set the normal size hints for the window manager, for frame F.
9592 FLAGS is the flags word to use--or 0 meaning preserve the flags
9593 that the window now has.
9594 If USER_POSITION is nonzero, we set the USPosition
9595 flag (this is useful when FLAGS is 0).
9596 The GTK version is in gtkutils.c */
9600 x_wm_set_size_hint (f
, flags
, user_position
)
9605 XSizeHints size_hints
;
9607 #ifdef USE_X_TOOLKIT
9610 Dimension widget_width
, widget_height
;
9613 Window window
= FRAME_OUTER_WINDOW (f
);
9615 /* Setting PMaxSize caused various problems. */
9616 size_hints
.flags
= PResizeInc
| PMinSize
/* | PMaxSize */;
9618 size_hints
.x
= f
->left_pos
;
9619 size_hints
.y
= f
->top_pos
;
9621 #ifdef USE_X_TOOLKIT
9622 XtSetArg (al
[ac
], XtNwidth
, &widget_width
); ac
++;
9623 XtSetArg (al
[ac
], XtNheight
, &widget_height
); ac
++;
9624 XtGetValues (f
->output_data
.x
->widget
, al
, ac
);
9625 size_hints
.height
= widget_height
;
9626 size_hints
.width
= widget_width
;
9627 #else /* not USE_X_TOOLKIT */
9628 size_hints
.height
= FRAME_PIXEL_HEIGHT (f
);
9629 size_hints
.width
= FRAME_PIXEL_WIDTH (f
);
9630 #endif /* not USE_X_TOOLKIT */
9632 size_hints
.width_inc
= FRAME_COLUMN_WIDTH (f
);
9633 size_hints
.height_inc
= FRAME_LINE_HEIGHT (f
);
9634 size_hints
.max_width
= x_display_pixel_width (FRAME_X_DISPLAY_INFO (f
))
9635 - FRAME_TEXT_COLS_TO_PIXEL_WIDTH (f
, 0);
9636 size_hints
.max_height
= x_display_pixel_height (FRAME_X_DISPLAY_INFO (f
))
9637 - FRAME_TEXT_LINES_TO_PIXEL_HEIGHT (f
, 0);
9639 /* Calculate the base and minimum sizes.
9641 (When we use the X toolkit, we don't do it here.
9642 Instead we copy the values that the widgets are using, below.) */
9643 #ifndef USE_X_TOOLKIT
9645 int base_width
, base_height
;
9646 int min_rows
= 0, min_cols
= 0;
9648 base_width
= FRAME_TEXT_COLS_TO_PIXEL_WIDTH (f
, 0);
9649 base_height
= FRAME_TEXT_LINES_TO_PIXEL_HEIGHT (f
, 0);
9651 check_frame_size (f
, &min_rows
, &min_cols
);
9653 /* The window manager uses the base width hints to calculate the
9654 current number of rows and columns in the frame while
9655 resizing; min_width and min_height aren't useful for this
9656 purpose, since they might not give the dimensions for a
9657 zero-row, zero-column frame.
9659 We use the base_width and base_height members if we have
9660 them; otherwise, we set the min_width and min_height members
9661 to the size for a zero x zero frame. */
9663 size_hints
.flags
|= PBaseSize
;
9664 size_hints
.base_width
= base_width
;
9665 size_hints
.base_height
= base_height
;
9666 size_hints
.min_width
= base_width
+ min_cols
* size_hints
.width_inc
;
9667 size_hints
.min_height
= base_height
+ min_rows
* size_hints
.height_inc
;
9670 /* If we don't need the old flags, we don't need the old hint at all. */
9673 size_hints
.flags
|= flags
;
9676 #endif /* not USE_X_TOOLKIT */
9679 XSizeHints hints
; /* Sometimes I hate X Windows... */
9680 long supplied_return
;
9683 value
= XGetWMNormalHints (FRAME_X_DISPLAY (f
), window
, &hints
,
9686 #ifdef USE_X_TOOLKIT
9687 size_hints
.base_height
= hints
.base_height
;
9688 size_hints
.base_width
= hints
.base_width
;
9689 size_hints
.min_height
= hints
.min_height
;
9690 size_hints
.min_width
= hints
.min_width
;
9694 size_hints
.flags
|= flags
;
9699 if (hints
.flags
& PSize
)
9700 size_hints
.flags
|= PSize
;
9701 if (hints
.flags
& PPosition
)
9702 size_hints
.flags
|= PPosition
;
9703 if (hints
.flags
& USPosition
)
9704 size_hints
.flags
|= USPosition
;
9705 if (hints
.flags
& USSize
)
9706 size_hints
.flags
|= USSize
;
9710 #ifndef USE_X_TOOLKIT
9715 size_hints
.win_gravity
= f
->win_gravity
;
9716 size_hints
.flags
|= PWinGravity
;
9720 size_hints
.flags
&= ~ PPosition
;
9721 size_hints
.flags
|= USPosition
;
9723 #endif /* PWinGravity */
9725 XSetWMNormalHints (FRAME_X_DISPLAY (f
), window
, &size_hints
);
9727 #endif /* not USE_GTK */
9729 /* Used for IconicState or NormalState */
9732 x_wm_set_window_state (f
, state
)
9736 #ifdef USE_X_TOOLKIT
9739 XtSetArg (al
[0], XtNinitialState
, state
);
9740 XtSetValues (f
->output_data
.x
->widget
, al
, 1);
9741 #else /* not USE_X_TOOLKIT */
9742 Window window
= FRAME_X_WINDOW (f
);
9744 f
->output_data
.x
->wm_hints
.flags
|= StateHint
;
9745 f
->output_data
.x
->wm_hints
.initial_state
= state
;
9747 XSetWMHints (FRAME_X_DISPLAY (f
), window
, &f
->output_data
.x
->wm_hints
);
9748 #endif /* not USE_X_TOOLKIT */
9752 x_wm_set_icon_pixmap (f
, pixmap_id
)
9756 Pixmap icon_pixmap
, icon_mask
;
9758 #ifndef USE_X_TOOLKIT
9759 Window window
= FRAME_OUTER_WINDOW (f
);
9764 icon_pixmap
= x_bitmap_pixmap (f
, pixmap_id
);
9765 f
->output_data
.x
->wm_hints
.icon_pixmap
= icon_pixmap
;
9766 icon_mask
= x_bitmap_mask (f
, pixmap_id
);
9767 f
->output_data
.x
->wm_hints
.icon_mask
= icon_mask
;
9771 /* It seems there is no way to turn off use of an icon
9779 xg_set_frame_icon (f
, icon_pixmap
, icon_mask
);
9783 #elif defined (USE_X_TOOLKIT) /* same as in x_wm_set_window_state. */
9787 XtSetArg (al
[0], XtNiconPixmap
, icon_pixmap
);
9788 XtSetValues (f
->output_data
.x
->widget
, al
, 1);
9789 XtSetArg (al
[0], XtNiconMask
, icon_mask
);
9790 XtSetValues (f
->output_data
.x
->widget
, al
, 1);
9793 #else /* not USE_X_TOOLKIT && not USE_GTK */
9795 f
->output_data
.x
->wm_hints
.flags
|= (IconPixmapHint
| IconMaskHint
);
9796 XSetWMHints (FRAME_X_DISPLAY (f
), window
, &f
->output_data
.x
->wm_hints
);
9798 #endif /* not USE_X_TOOLKIT && not USE_GTK */
9802 x_wm_set_icon_position (f
, icon_x
, icon_y
)
9806 Window window
= FRAME_OUTER_WINDOW (f
);
9808 f
->output_data
.x
->wm_hints
.flags
|= IconPositionHint
;
9809 f
->output_data
.x
->wm_hints
.icon_x
= icon_x
;
9810 f
->output_data
.x
->wm_hints
.icon_y
= icon_y
;
9812 XSetWMHints (FRAME_X_DISPLAY (f
), window
, &f
->output_data
.x
->wm_hints
);
9816 /***********************************************************************
9818 ***********************************************************************/
9822 /* Check that FONT is valid on frame F. It is if it can be found in F's
9826 x_check_font (f
, font
)
9832 xassert (font
!= NULL
&& ! NILP (font
->props
[FONT_TYPE_INDEX
]));
9833 if (font
->driver
->check
)
9834 xassert (font
->driver
->check (f
, font
) == 0);
9837 #endif /* GLYPH_DEBUG != 0 */
9840 /***********************************************************************
9842 ***********************************************************************/
9844 #ifdef USE_X_TOOLKIT
9845 static XrmOptionDescRec emacs_options
[] = {
9846 {"-geometry", ".geometry", XrmoptionSepArg
, NULL
},
9847 {"-iconic", ".iconic", XrmoptionNoArg
, (XtPointer
) "yes"},
9849 {"-internal-border-width", "*EmacsScreen.internalBorderWidth",
9850 XrmoptionSepArg
, NULL
},
9851 {"-ib", "*EmacsScreen.internalBorderWidth", XrmoptionSepArg
, NULL
},
9853 {"-T", "*EmacsShell.title", XrmoptionSepArg
, (XtPointer
) NULL
},
9854 {"-wn", "*EmacsShell.title", XrmoptionSepArg
, (XtPointer
) NULL
},
9855 {"-title", "*EmacsShell.title", XrmoptionSepArg
, (XtPointer
) NULL
},
9856 {"-iconname", "*EmacsShell.iconName", XrmoptionSepArg
, (XtPointer
) NULL
},
9857 {"-in", "*EmacsShell.iconName", XrmoptionSepArg
, (XtPointer
) NULL
},
9858 {"-mc", "*pointerColor", XrmoptionSepArg
, (XtPointer
) NULL
},
9859 {"-cr", "*cursorColor", XrmoptionSepArg
, (XtPointer
) NULL
}
9862 /* Whether atimer for Xt timeouts is activated or not. */
9864 static int x_timeout_atimer_activated_flag
;
9866 #endif /* USE_X_TOOLKIT */
9868 static int x_initialized
;
9871 static int x_session_initialized
;
9874 /* Test whether two display-name strings agree up to the dot that separates
9875 the screen number from the server number. */
9877 same_x_server (name1
, name2
)
9878 const char *name1
, *name2
;
9881 const unsigned char *system_name
= SDATA (Vsystem_name
);
9882 int system_name_length
= strlen (system_name
);
9883 int length_until_period
= 0;
9885 while (system_name
[length_until_period
] != 0
9886 && system_name
[length_until_period
] != '.')
9887 length_until_period
++;
9889 /* Treat `unix' like an empty host name. */
9890 if (! strncmp (name1
, "unix:", 5))
9892 if (! strncmp (name2
, "unix:", 5))
9894 /* Treat this host's name like an empty host name. */
9895 if (! strncmp (name1
, system_name
, system_name_length
)
9896 && name1
[system_name_length
] == ':')
9897 name1
+= system_name_length
;
9898 if (! strncmp (name2
, system_name
, system_name_length
)
9899 && name2
[system_name_length
] == ':')
9900 name2
+= system_name_length
;
9901 /* Treat this host's domainless name like an empty host name. */
9902 if (! strncmp (name1
, system_name
, length_until_period
)
9903 && name1
[length_until_period
] == ':')
9904 name1
+= length_until_period
;
9905 if (! strncmp (name2
, system_name
, length_until_period
)
9906 && name2
[length_until_period
] == ':')
9907 name2
+= length_until_period
;
9909 for (; *name1
!= '\0' && *name1
== *name2
; name1
++, name2
++)
9913 if (seen_colon
&& *name1
== '.')
9917 && (*name1
== '.' || *name1
== '\0')
9918 && (*name2
== '.' || *name2
== '\0'));
9921 /* Count number of set bits in mask and number of bits to shift to
9922 get to the first bit. With MASK 0x7e0, *BITS is set to 6, and *OFFSET
9925 get_bits_and_offset (mask
, bits
, offset
)
9949 /* Return 1 if display DISPLAY is available for use, 0 otherwise.
9950 But don't permanently open it, just test its availability. */
9953 x_display_ok (display
)
9954 const char *display
;
9959 dpy
= XOpenDisplay (display
);
9961 XCloseDisplay (dpy
);
9967 /* Open a connection to X display DISPLAY_NAME, and return
9968 the structure that describes the open display.
9969 If we cannot contact the display, return null. */
9971 struct x_display_info
*
9972 x_term_init (display_name
, xrm_option
, resource_name
)
9973 Lisp_Object display_name
;
9975 char *resource_name
;
9979 struct terminal
*terminal
;
9980 struct x_display_info
*dpyinfo
;
9991 if (! x_display_ok (SDATA (display_name
)))
9992 error ("Display %s can't be opened", SDATA (display_name
));
9998 char *argv
[NUM_ARGV
];
9999 char **argv2
= argv
;
10002 #ifndef HAVE_GTK_MULTIDISPLAY
10003 if (!EQ (Vinitial_window_system
, Qx
))
10004 error ("Sorry, you cannot connect to X servers with the GTK toolkit");
10007 if (x_initialized
++ > 1)
10009 #ifdef HAVE_GTK_MULTIDISPLAY
10010 /* Opening another display. If xg_display_open returns less
10011 than zero, we are probably on GTK 2.0, which can only handle
10012 one display. GTK 2.2 or later can handle more than one. */
10013 if (xg_display_open (SDATA (display_name
), &dpy
) < 0)
10015 error ("Sorry, this version of GTK can only handle one display");
10019 for (argc
= 0; argc
< NUM_ARGV
; ++argc
)
10023 argv
[argc
++] = initial_argv
[0];
10025 if (! NILP (display_name
))
10027 argv
[argc
++] = "--display";
10028 argv
[argc
++] = SDATA (display_name
);
10031 argv
[argc
++] = "--name";
10032 argv
[argc
++] = resource_name
;
10034 XSetLocaleModifiers ("");
10036 gtk_init (&argc
, &argv2
);
10038 /* gtk_init does set_locale. We must fix locale after calling it. */
10042 dpy
= GDK_DISPLAY ();
10044 /* NULL window -> events for all windows go to our function */
10045 gdk_window_add_filter (NULL
, event_handler_gdk
, NULL
);
10047 /* Load our own gtkrc if it exists. */
10049 char *file
= "~/.emacs.d/gtkrc";
10050 Lisp_Object s
, abs_file
;
10052 s
= make_string (file
, strlen (file
));
10053 abs_file
= Fexpand_file_name (s
, Qnil
);
10055 if (! NILP (abs_file
) && !NILP (Ffile_readable_p (abs_file
)))
10056 gtk_rc_parse (SDATA (abs_file
));
10059 XSetErrorHandler (x_error_handler
);
10060 XSetIOErrorHandler (x_io_error_quitter
);
10063 #else /* not USE_GTK */
10064 #ifdef USE_X_TOOLKIT
10065 /* weiner@footloose.sps.mot.com reports that this causes
10067 X protocol error: BadAtom (invalid Atom parameter)
10068 on protocol request 18skiloaf.
10069 So let's not use it until R6. */
10070 #ifdef HAVE_X11XTR6
10071 XtSetLanguageProc (NULL
, NULL
, NULL
);
10082 argv
[argc
++] = "-xrm";
10083 argv
[argc
++] = xrm_option
;
10085 turn_on_atimers (0);
10086 dpy
= XtOpenDisplay (Xt_app_con
, SDATA (display_name
),
10087 resource_name
, EMACS_CLASS
,
10088 emacs_options
, XtNumber (emacs_options
),
10090 turn_on_atimers (1);
10092 #ifdef HAVE_X11XTR6
10093 /* I think this is to compensate for XtSetLanguageProc. */
10098 #else /* not USE_X_TOOLKIT */
10099 XSetLocaleModifiers ("");
10100 dpy
= XOpenDisplay (SDATA (display_name
));
10101 #endif /* not USE_X_TOOLKIT */
10102 #endif /* not USE_GTK*/
10104 /* Detect failure. */
10111 /* We have definitely succeeded. Record the new connection. */
10113 dpyinfo
= (struct x_display_info
*) xmalloc (sizeof (struct x_display_info
));
10114 bzero (dpyinfo
, sizeof *dpyinfo
);
10116 terminal
= x_create_terminal (dpyinfo
);
10119 struct x_display_info
*share
;
10122 for (share
= x_display_list
, tail
= x_display_name_list
; share
;
10123 share
= share
->next
, tail
= XCDR (tail
))
10124 if (same_x_server (SDATA (XCAR (XCAR (tail
))),
10125 SDATA (display_name
)))
10128 terminal
->kboard
= share
->terminal
->kboard
;
10131 terminal
->kboard
= (KBOARD
*) xmalloc (sizeof (KBOARD
));
10132 init_kboard (terminal
->kboard
);
10133 terminal
->kboard
->Vwindow_system
= Qx
;
10134 if (!EQ (XSYMBOL (Qvendor_specific_keysyms
)->function
, Qunbound
))
10136 char *vendor
= ServerVendor (dpy
);
10137 /* Temporarily hide the partially initialized terminal */
10138 terminal_list
= terminal
->next_terminal
;
10140 terminal
->kboard
->Vsystem_key_alist
10141 = call1 (Qvendor_specific_keysyms
,
10142 vendor
? build_string (vendor
) : empty_unibyte_string
);
10144 terminal
->next_terminal
= terminal_list
;
10145 terminal_list
= terminal
;
10148 terminal
->kboard
->next_kboard
= all_kboards
;
10149 all_kboards
= terminal
->kboard
;
10150 /* Don't let the initial kboard remain current longer than necessary.
10151 That would cause problems if a file loaded on startup tries to
10152 prompt in the mini-buffer. */
10153 if (current_kboard
== initial_kboard
)
10154 current_kboard
= terminal
->kboard
;
10156 terminal
->kboard
->reference_count
++;
10159 /* Put this display on the chain. */
10160 dpyinfo
->next
= x_display_list
;
10161 x_display_list
= dpyinfo
;
10163 /* Put it on x_display_name_list as well, to keep them parallel. */
10164 x_display_name_list
= Fcons (Fcons (display_name
, Qnil
),
10165 x_display_name_list
);
10166 dpyinfo
->name_list_element
= XCAR (x_display_name_list
);
10168 dpyinfo
->display
= dpy
;
10170 /* Set the name of the terminal. */
10171 terminal
->name
= (char *) xmalloc (SBYTES (display_name
) + 1);
10172 strncpy (terminal
->name
, SDATA (display_name
), SBYTES (display_name
));
10173 terminal
->name
[SBYTES (display_name
)] = 0;
10176 XSetAfterFunction (x_current_display
, x_trace_wire
);
10180 = (char *) xmalloc (SBYTES (Vinvocation_name
)
10181 + SBYTES (Vsystem_name
)
10183 sprintf (dpyinfo
->x_id_name
, "%s@%s",
10184 SDATA (Vinvocation_name
), SDATA (Vsystem_name
));
10186 /* Figure out which modifier bits mean what. */
10187 x_find_modifier_meanings (dpyinfo
);
10189 /* Get the scroll bar cursor. */
10191 /* We must create a GTK cursor, it is required for GTK widgets. */
10192 dpyinfo
->xg_cursor
= xg_create_default_cursor (dpyinfo
->display
);
10193 #endif /* USE_GTK */
10195 dpyinfo
->vertical_scroll_bar_cursor
10196 = XCreateFontCursor (dpyinfo
->display
, XC_sb_v_double_arrow
);
10198 xrdb
= x_load_resources (dpyinfo
->display
, xrm_option
,
10199 resource_name
, EMACS_CLASS
);
10200 #ifdef HAVE_XRMSETDATABASE
10201 XrmSetDatabase (dpyinfo
->display
, xrdb
);
10203 dpyinfo
->display
->db
= xrdb
;
10205 /* Put the rdb where we can find it in a way that works on
10207 dpyinfo
->xrdb
= xrdb
;
10209 dpyinfo
->screen
= ScreenOfDisplay (dpyinfo
->display
,
10210 DefaultScreen (dpyinfo
->display
));
10211 select_visual (dpyinfo
);
10212 dpyinfo
->cmap
= DefaultColormapOfScreen (dpyinfo
->screen
);
10213 dpyinfo
->root_window
= RootWindowOfScreen (dpyinfo
->screen
);
10214 dpyinfo
->client_leader_window
= 0;
10215 dpyinfo
->grabbed
= 0;
10216 dpyinfo
->reference_count
= 0;
10217 dpyinfo
->icon_bitmap_id
= -1;
10218 dpyinfo
->n_fonts
= 0;
10219 dpyinfo
->bitmaps
= 0;
10220 dpyinfo
->bitmaps_size
= 0;
10221 dpyinfo
->bitmaps_last
= 0;
10222 dpyinfo
->scratch_cursor_gc
= 0;
10223 dpyinfo
->mouse_face_mouse_frame
= 0;
10224 dpyinfo
->mouse_face_deferred_gc
= 0;
10225 dpyinfo
->mouse_face_beg_row
= dpyinfo
->mouse_face_beg_col
= -1;
10226 dpyinfo
->mouse_face_end_row
= dpyinfo
->mouse_face_end_col
= -1;
10227 dpyinfo
->mouse_face_face_id
= DEFAULT_FACE_ID
;
10228 dpyinfo
->mouse_face_window
= Qnil
;
10229 dpyinfo
->mouse_face_overlay
= Qnil
;
10230 dpyinfo
->mouse_face_mouse_x
= dpyinfo
->mouse_face_mouse_y
= 0;
10231 dpyinfo
->mouse_face_defer
= 0;
10232 dpyinfo
->mouse_face_hidden
= 0;
10233 dpyinfo
->x_focus_frame
= 0;
10234 dpyinfo
->x_focus_event_frame
= 0;
10235 dpyinfo
->x_highlight_frame
= 0;
10236 dpyinfo
->wm_type
= X_WMTYPE_UNKNOWN
;
10238 /* See if we can construct pixel values from RGB values. */
10239 dpyinfo
->red_bits
= dpyinfo
->blue_bits
= dpyinfo
->green_bits
= 0;
10240 dpyinfo
->red_offset
= dpyinfo
->blue_offset
= dpyinfo
->green_offset
= 0;
10242 if (dpyinfo
->visual
->class == TrueColor
)
10244 get_bits_and_offset (dpyinfo
->visual
->red_mask
,
10245 &dpyinfo
->red_bits
, &dpyinfo
->red_offset
);
10246 get_bits_and_offset (dpyinfo
->visual
->blue_mask
,
10247 &dpyinfo
->blue_bits
, &dpyinfo
->blue_offset
);
10248 get_bits_and_offset (dpyinfo
->visual
->green_mask
,
10249 &dpyinfo
->green_bits
, &dpyinfo
->green_offset
);
10252 /* See if a private colormap is requested. */
10253 if (dpyinfo
->visual
== DefaultVisualOfScreen (dpyinfo
->screen
))
10255 if (dpyinfo
->visual
->class == PseudoColor
)
10258 value
= display_x_get_resource (dpyinfo
,
10259 build_string ("privateColormap"),
10260 build_string ("PrivateColormap"),
10262 if (STRINGP (value
)
10263 && (!strcmp (SDATA (value
), "true")
10264 || !strcmp (SDATA (value
), "on")))
10265 dpyinfo
->cmap
= XCopyColormapAndFree (dpyinfo
->display
, dpyinfo
->cmap
);
10269 dpyinfo
->cmap
= XCreateColormap (dpyinfo
->display
, dpyinfo
->root_window
,
10270 dpyinfo
->visual
, AllocNone
);
10273 int screen_number
= XScreenNumberOfScreen (dpyinfo
->screen
);
10274 double pixels
= DisplayHeight (dpyinfo
->display
, screen_number
);
10275 double mm
= DisplayHeightMM (dpyinfo
->display
, screen_number
);
10276 /* Mac OS X 10.3's Xserver sometimes reports 0.0mm. */
10277 dpyinfo
->resy
= (mm
< 1) ? 100 : pixels
* 25.4 / mm
;
10278 pixels
= DisplayWidth (dpyinfo
->display
, screen_number
);
10279 mm
= DisplayWidthMM (dpyinfo
->display
, screen_number
);
10280 /* Mac OS X 10.3's Xserver sometimes reports 0.0mm. */
10281 dpyinfo
->resx
= (mm
< 1) ? 100 : pixels
* 25.4 / mm
;
10284 dpyinfo
->Xatom_wm_protocols
10285 = XInternAtom (dpyinfo
->display
, "WM_PROTOCOLS", False
);
10286 dpyinfo
->Xatom_wm_take_focus
10287 = XInternAtom (dpyinfo
->display
, "WM_TAKE_FOCUS", False
);
10288 dpyinfo
->Xatom_wm_save_yourself
10289 = XInternAtom (dpyinfo
->display
, "WM_SAVE_YOURSELF", False
);
10290 dpyinfo
->Xatom_wm_delete_window
10291 = XInternAtom (dpyinfo
->display
, "WM_DELETE_WINDOW", False
);
10292 dpyinfo
->Xatom_wm_change_state
10293 = XInternAtom (dpyinfo
->display
, "WM_CHANGE_STATE", False
);
10294 dpyinfo
->Xatom_wm_configure_denied
10295 = XInternAtom (dpyinfo
->display
, "WM_CONFIGURE_DENIED", False
);
10296 dpyinfo
->Xatom_wm_window_moved
10297 = XInternAtom (dpyinfo
->display
, "WM_MOVED", False
);
10298 dpyinfo
->Xatom_wm_client_leader
10299 = XInternAtom (dpyinfo
->display
, "WM_CLIENT_LEADER", False
);
10300 dpyinfo
->Xatom_editres
10301 = XInternAtom (dpyinfo
->display
, "Editres", False
);
10302 dpyinfo
->Xatom_CLIPBOARD
10303 = XInternAtom (dpyinfo
->display
, "CLIPBOARD", False
);
10304 dpyinfo
->Xatom_TIMESTAMP
10305 = XInternAtom (dpyinfo
->display
, "TIMESTAMP", False
);
10306 dpyinfo
->Xatom_TEXT
10307 = XInternAtom (dpyinfo
->display
, "TEXT", False
);
10308 dpyinfo
->Xatom_COMPOUND_TEXT
10309 = XInternAtom (dpyinfo
->display
, "COMPOUND_TEXT", False
);
10310 dpyinfo
->Xatom_UTF8_STRING
10311 = XInternAtom (dpyinfo
->display
, "UTF8_STRING", False
);
10312 dpyinfo
->Xatom_DELETE
10313 = XInternAtom (dpyinfo
->display
, "DELETE", False
);
10314 dpyinfo
->Xatom_MULTIPLE
10315 = XInternAtom (dpyinfo
->display
, "MULTIPLE", False
);
10316 dpyinfo
->Xatom_INCR
10317 = XInternAtom (dpyinfo
->display
, "INCR", False
);
10318 dpyinfo
->Xatom_EMACS_TMP
10319 = XInternAtom (dpyinfo
->display
, "_EMACS_TMP_", False
);
10320 dpyinfo
->Xatom_TARGETS
10321 = XInternAtom (dpyinfo
->display
, "TARGETS", False
);
10322 dpyinfo
->Xatom_NULL
10323 = XInternAtom (dpyinfo
->display
, "NULL", False
);
10324 dpyinfo
->Xatom_ATOM_PAIR
10325 = XInternAtom (dpyinfo
->display
, "ATOM_PAIR", False
);
10326 /* For properties of font. */
10327 dpyinfo
->Xatom_PIXEL_SIZE
10328 = XInternAtom (dpyinfo
->display
, "PIXEL_SIZE", False
);
10329 dpyinfo
->Xatom_AVERAGE_WIDTH
10330 = XInternAtom (dpyinfo
->display
, "AVERAGE_WIDTH", False
);
10331 dpyinfo
->Xatom_MULE_BASELINE_OFFSET
10332 = XInternAtom (dpyinfo
->display
, "_MULE_BASELINE_OFFSET", False
);
10333 dpyinfo
->Xatom_MULE_RELATIVE_COMPOSE
10334 = XInternAtom (dpyinfo
->display
, "_MULE_RELATIVE_COMPOSE", False
);
10335 dpyinfo
->Xatom_MULE_DEFAULT_ASCENT
10336 = XInternAtom (dpyinfo
->display
, "_MULE_DEFAULT_ASCENT", False
);
10338 /* Ghostscript support. */
10339 dpyinfo
->Xatom_PAGE
= XInternAtom (dpyinfo
->display
, "PAGE", False
);
10340 dpyinfo
->Xatom_DONE
= XInternAtom (dpyinfo
->display
, "DONE", False
);
10342 dpyinfo
->Xatom_Scrollbar
= XInternAtom (dpyinfo
->display
, "SCROLLBAR",
10345 dpyinfo
->Xatom_XEMBED
= XInternAtom (dpyinfo
->display
, "_XEMBED",
10348 dpyinfo
->Xatom_net_wm_state
10349 = XInternAtom (dpyinfo
->display
, "_NET_WM_STATE", False
);
10350 dpyinfo
->Xatom_net_wm_state_fullscreen_atom
10351 = XInternAtom (dpyinfo
->display
, "_NET_WM_STATE_FULLSCREEN", False
);
10352 dpyinfo
->Xatom_net_wm_state_maximized_horz
10353 = XInternAtom (dpyinfo
->display
, "_NET_WM_STATE_MAXIMIZED_HORZ", False
);
10354 dpyinfo
->Xatom_net_wm_state_maximized_vert
10355 = XInternAtom (dpyinfo
->display
, "_NET_WM_STATE_MAXIMIZED_VERT", False
);
10356 dpyinfo
->Xatom_net_wm_state_sticky
10357 = XInternAtom (dpyinfo
->display
, "_NET_WM_STATE_STICKY", False
);
10359 dpyinfo
->cut_buffers_initialized
= 0;
10361 dpyinfo
->x_dnd_atoms_size
= 8;
10362 dpyinfo
->x_dnd_atoms_length
= 0;
10363 dpyinfo
->x_dnd_atoms
= xmalloc (sizeof (*dpyinfo
->x_dnd_atoms
)
10364 * dpyinfo
->x_dnd_atoms_size
);
10366 dpyinfo
->net_supported_atoms
= NULL
;
10367 dpyinfo
->nr_net_supported_atoms
= 0;
10368 dpyinfo
->net_supported_window
= 0;
10370 connection
= ConnectionNumber (dpyinfo
->display
);
10371 dpyinfo
->connection
= connection
;
10374 extern int gray_bitmap_width
, gray_bitmap_height
;
10375 extern char *gray_bitmap_bits
;
10377 = XCreatePixmapFromBitmapData (dpyinfo
->display
, dpyinfo
->root_window
,
10379 gray_bitmap_width
, gray_bitmap_height
,
10380 (unsigned long) 1, (unsigned long) 0, 1);
10384 xim_initialize (dpyinfo
, resource_name
);
10387 #ifdef subprocesses
10388 /* This is only needed for distinguishing keyboard and process input. */
10389 if (connection
!= 0)
10390 add_keyboard_wait_descriptor (connection
);
10394 fcntl (connection
, F_SETOWN
, getpid ());
10395 #endif /* ! defined (F_SETOWN) */
10398 if (interrupt_input
)
10399 init_sigio (connection
);
10400 #endif /* ! defined (SIGIO) */
10404 Display
*dpy
= dpyinfo
->display
;
10405 XrmValue d
, fr
, to
;
10408 d
.addr
= (XPointer
)&dpy
;
10409 d
.size
= sizeof (Display
*);
10410 fr
.addr
= XtDefaultFont
;
10411 fr
.size
= sizeof (XtDefaultFont
);
10412 to
.size
= sizeof (Font
*);
10413 to
.addr
= (XPointer
)&font
;
10414 x_catch_errors (dpy
);
10415 if (!XtCallConverter (dpy
, XtCvtStringToFont
, &d
, 1, &fr
, &to
, NULL
))
10417 if (x_had_errors_p (dpy
) || !XQueryFont (dpy
, font
))
10418 XrmPutLineResource (&xrdb
, "Emacs.dialog.*.font: 9x15");
10419 x_uncatch_errors ();
10423 /* See if we should run in synchronous mode. This is useful
10424 for debugging X code. */
10427 value
= display_x_get_resource (dpyinfo
,
10428 build_string ("synchronous"),
10429 build_string ("Synchronous"),
10431 if (STRINGP (value
)
10432 && (!strcmp (SDATA (value
), "true")
10433 || !strcmp (SDATA (value
), "on")))
10434 XSynchronize (dpyinfo
->display
, True
);
10439 value
= display_x_get_resource (dpyinfo
,
10440 build_string ("useXIM"),
10441 build_string ("UseXIM"),
10444 if (STRINGP (value
)
10445 && (!strcmp (SDATA (value
), "false")
10446 || !strcmp (SDATA (value
), "off")))
10449 if (STRINGP (value
)
10450 && (!strcmp (SDATA (value
), "true")
10451 || !strcmp (SDATA (value
), "on")))
10457 /* Only do this for the very first display in the Emacs session.
10458 Ignore X session management when Emacs was first started on a
10460 if (terminal
->id
== 1)
10461 x_session_initialize (dpyinfo
);
10469 /* Get rid of display DPYINFO, deleting all frames on it,
10470 and without sending any more commands to the X server. */
10473 x_delete_display (dpyinfo
)
10474 struct x_display_info
*dpyinfo
;
10477 struct terminal
*t
;
10479 /* Close all frames and delete the generic struct terminal for this
10481 for (t
= terminal_list
; t
; t
= t
->next_terminal
)
10482 if (t
->type
== output_x_window
&& t
->display_info
.x
== dpyinfo
)
10485 /* Close X session management when we close its display. */
10486 if (t
->id
== 1 && x_session_have_connection ())
10489 delete_terminal (t
);
10493 delete_keyboard_wait_descriptor (dpyinfo
->connection
);
10495 /* Discard this display from x_display_name_list and x_display_list.
10496 We can't use Fdelq because that can quit. */
10497 if (! NILP (x_display_name_list
)
10498 && EQ (XCAR (x_display_name_list
), dpyinfo
->name_list_element
))
10499 x_display_name_list
= XCDR (x_display_name_list
);
10504 tail
= x_display_name_list
;
10505 while (CONSP (tail
) && CONSP (XCDR (tail
)))
10507 if (EQ (XCAR (XCDR (tail
)), dpyinfo
->name_list_element
))
10509 XSETCDR (tail
, XCDR (XCDR (tail
)));
10512 tail
= XCDR (tail
);
10516 if (next_noop_dpyinfo
== dpyinfo
)
10517 next_noop_dpyinfo
= dpyinfo
->next
;
10519 if (x_display_list
== dpyinfo
)
10520 x_display_list
= dpyinfo
->next
;
10523 struct x_display_info
*tail
;
10525 for (tail
= x_display_list
; tail
; tail
= tail
->next
)
10526 if (tail
->next
== dpyinfo
)
10527 tail
->next
= tail
->next
->next
;
10530 xfree (dpyinfo
->x_id_name
);
10531 xfree (dpyinfo
->x_dnd_atoms
);
10532 xfree (dpyinfo
->color_cells
);
10536 #ifdef USE_X_TOOLKIT
10538 /* Atimer callback function for TIMER. Called every 0.1s to process
10539 Xt timeouts, if needed. We must avoid calling XtAppPending as
10540 much as possible because that function does an implicit XFlush
10541 that slows us down. */
10544 x_process_timeouts (timer
)
10545 struct atimer
*timer
;
10548 x_timeout_atimer_activated_flag
= 0;
10549 if (toolkit_scroll_bar_interaction
|| popup_activated ())
10551 while (XtAppPending (Xt_app_con
) & XtIMTimer
)
10552 XtAppProcessEvent (Xt_app_con
, XtIMTimer
);
10553 /* Reactivate the atimer for next time. */
10554 x_activate_timeout_atimer ();
10559 /* Install an asynchronous timer that processes Xt timeout events
10560 every 0.1s as long as either `toolkit_scroll_bar_interaction' or
10561 `popup_activated_flag' (in xmenu.c) is set. Make sure to call this
10562 function whenever these variables are set. This is necessary
10563 because some widget sets use timeouts internally, for example the
10564 LessTif menu bar, or the Xaw3d scroll bar. When Xt timeouts aren't
10565 processed, these widgets don't behave normally. */
10568 x_activate_timeout_atimer ()
10571 if (!x_timeout_atimer_activated_flag
)
10573 EMACS_TIME interval
;
10575 EMACS_SET_SECS_USECS (interval
, 0, 100000);
10576 start_atimer (ATIMER_RELATIVE
, interval
, x_process_timeouts
, 0);
10577 x_timeout_atimer_activated_flag
= 1;
10582 #endif /* USE_X_TOOLKIT */
10585 /* Set up use of X before we make the first connection. */
10587 extern frame_parm_handler x_frame_parm_handlers
[];
10589 static struct redisplay_interface x_redisplay_interface
=
10591 x_frame_parm_handlers
,
10595 x_clear_end_of_line
,
10597 x_after_update_window_line
,
10598 x_update_window_begin
,
10599 x_update_window_end
,
10605 0, /* flush_display_optional */
10607 x_clear_window_mouse_face
,
10608 x_get_glyph_overhangs
,
10609 x_fix_overlapping_area
,
10610 x_draw_fringe_bitmap
,
10611 0, /* define_fringe_bitmap */
10612 0, /* destroy_fringe_bitmap */
10613 x_compute_glyph_string_overhangs
,
10614 x_draw_glyph_string
,
10615 x_define_frame_cursor
,
10616 x_clear_frame_area
,
10617 x_draw_window_cursor
,
10618 x_draw_vertical_window_border
,
10619 x_shift_glyphs_for_insert
10623 /* This function is called when the last frame on a display is deleted. */
10625 x_delete_terminal (struct terminal
*terminal
)
10627 struct x_display_info
*dpyinfo
= terminal
->display_info
.x
;
10630 /* Protect against recursive calls. delete_frame in
10631 delete_terminal calls us back when it deletes our last frame. */
10632 if (!terminal
->name
)
10637 /* We must close our connection to the XIM server before closing the
10640 xim_close_dpy (dpyinfo
);
10643 /* If called from x_connection_closed, the display may already be closed
10644 and dpyinfo->display was set to 0 to indicate that. */
10645 if (dpyinfo
->display
)
10647 x_destroy_all_bitmaps (dpyinfo
);
10648 XSetCloseDownMode (dpyinfo
->display
, DestroyAll
);
10650 /* Whether or not XCloseDisplay destroys the associated resource
10651 database depends on the version of libX11. To avoid both
10652 crash and memory leak, we dissociate the database from the
10653 display and then destroy dpyinfo->xrdb ourselves.
10655 Unfortunately, the above strategy does not work in some
10656 situations due to a bug in newer versions of libX11: because
10657 XrmSetDatabase doesn't clear the flag XlibDisplayDfltRMDB if
10658 dpy->db is NULL, XCloseDisplay destroys the associated
10659 database whereas it has not been created by XGetDefault
10660 (Bug#21974 in freedesktop.org Bugzilla). As a workaround, we
10661 don't destroy the database here in order to avoid the crash
10662 in the above situations for now, though that may cause memory
10663 leaks in other situations. */
10665 #ifdef HAVE_XRMSETDATABASE
10666 XrmSetDatabase (dpyinfo
->display
, NULL
);
10668 dpyinfo
->display
->db
= NULL
;
10670 /* We used to call XrmDestroyDatabase from x_delete_display, but
10671 some older versions of libX11 crash if we call it after
10672 closing all the displays. */
10673 XrmDestroyDatabase (dpyinfo
->xrdb
);
10677 xg_display_close (dpyinfo
->display
);
10679 #ifdef USE_X_TOOLKIT
10680 XtCloseDisplay (dpyinfo
->display
);
10682 XCloseDisplay (dpyinfo
->display
);
10684 #endif /* ! USE_GTK */
10687 x_delete_display (dpyinfo
);
10691 /* Create a struct terminal, initialize it with the X11 specific
10692 functions and make DISPLAY->TERMINAL point to it. */
10694 static struct terminal
*
10695 x_create_terminal (struct x_display_info
*dpyinfo
)
10697 struct terminal
*terminal
;
10699 terminal
= create_terminal ();
10701 terminal
->type
= output_x_window
;
10702 terminal
->display_info
.x
= dpyinfo
;
10703 dpyinfo
->terminal
= terminal
;
10705 /* kboard is initialized in x_term_init. */
10707 terminal
->clear_frame_hook
= x_clear_frame
;
10708 terminal
->ins_del_lines_hook
= x_ins_del_lines
;
10709 terminal
->delete_glyphs_hook
= x_delete_glyphs
;
10710 terminal
->ring_bell_hook
= XTring_bell
;
10711 terminal
->toggle_invisible_pointer_hook
= XTtoggle_invisible_pointer
;
10712 terminal
->reset_terminal_modes_hook
= XTreset_terminal_modes
;
10713 terminal
->set_terminal_modes_hook
= XTset_terminal_modes
;
10714 terminal
->update_begin_hook
= x_update_begin
;
10715 terminal
->update_end_hook
= x_update_end
;
10716 terminal
->set_terminal_window_hook
= XTset_terminal_window
;
10717 terminal
->read_socket_hook
= XTread_socket
;
10718 terminal
->frame_up_to_date_hook
= XTframe_up_to_date
;
10719 terminal
->mouse_position_hook
= XTmouse_position
;
10720 terminal
->frame_rehighlight_hook
= XTframe_rehighlight
;
10721 terminal
->frame_raise_lower_hook
= XTframe_raise_lower
;
10722 terminal
->fullscreen_hook
= XTfullscreen_hook
;
10723 terminal
->set_vertical_scroll_bar_hook
= XTset_vertical_scroll_bar
;
10724 terminal
->condemn_scroll_bars_hook
= XTcondemn_scroll_bars
;
10725 terminal
->redeem_scroll_bar_hook
= XTredeem_scroll_bar
;
10726 terminal
->judge_scroll_bars_hook
= XTjudge_scroll_bars
;
10728 terminal
->delete_frame_hook
= x_destroy_window
;
10729 terminal
->delete_terminal_hook
= x_delete_terminal
;
10731 terminal
->rif
= &x_redisplay_interface
;
10732 terminal
->scroll_region_ok
= 1; /* We'll scroll partial frames. */
10733 terminal
->char_ins_del_ok
= 1;
10734 terminal
->line_ins_del_ok
= 1; /* We'll just blt 'em. */
10735 terminal
->fast_clear_end_of_line
= 1; /* X does this well. */
10736 terminal
->memory_below_frame
= 0; /* We don't remember what scrolls
10748 last_tool_bar_item
= -1;
10749 any_help_event_p
= 0;
10750 ignore_next_mouse_click_timeout
= 0;
10752 x_session_initialized
= 0;
10756 current_count
= -1;
10759 /* Try to use interrupt input; if we can't, then start polling. */
10760 Fset_input_interrupt_mode (Qt
);
10762 #ifdef USE_X_TOOLKIT
10763 XtToolkitInitialize ();
10765 Xt_app_con
= XtCreateApplicationContext ();
10767 /* Register a converter from strings to pixels, which uses
10768 Emacs' color allocation infrastructure. */
10769 XtAppSetTypeConverter (Xt_app_con
,
10770 XtRString
, XtRPixel
, cvt_string_to_pixel
,
10771 cvt_string_to_pixel_args
,
10772 XtNumber (cvt_string_to_pixel_args
),
10773 XtCacheByDisplay
, cvt_pixel_dtor
);
10775 XtAppSetFallbackResources (Xt_app_con
, Xt_default_resources
);
10778 #ifdef USE_TOOLKIT_SCROLL_BARS
10780 xaw3d_arrow_scroll
= False
;
10781 xaw3d_pick_top
= True
;
10785 /* Note that there is no real way portable across R3/R4 to get the
10786 original error handler. */
10787 XSetErrorHandler (x_error_handler
);
10788 XSetIOErrorHandler (x_io_error_quitter
);
10790 signal (SIGPIPE
, x_connection_signal
);
10797 x_error_message
= NULL
;
10799 staticpro (&x_display_name_list
);
10800 x_display_name_list
= Qnil
;
10802 staticpro (&last_mouse_scroll_bar
);
10803 last_mouse_scroll_bar
= Qnil
;
10805 staticpro (&Qvendor_specific_keysyms
);
10806 Qvendor_specific_keysyms
= intern ("vendor-specific-keysyms");
10808 staticpro (&Qlatin_1
);
10809 Qlatin_1
= intern ("latin-1");
10811 staticpro (&last_mouse_press_frame
);
10812 last_mouse_press_frame
= Qnil
;
10815 xg_default_icon_file
= build_string ("icons/hicolor/scalable/apps/emacs.svg");
10816 staticpro (&xg_default_icon_file
);
10818 Qx_gtk_map_stock
= intern ("x-gtk-map-stock");
10819 staticpro (&Qx_gtk_map_stock
);
10822 DEFVAR_BOOL ("x-use-underline-position-properties",
10823 &x_use_underline_position_properties
,
10824 doc
: /* *Non-nil means make use of UNDERLINE_POSITION font properties.
10825 A value of nil means ignore them. If you encounter fonts with bogus
10826 UNDERLINE_POSITION font properties, for example 7x13 on XFree prior
10827 to 4.1, set this to nil. You can also use `underline-minimum-offset'
10828 to override the font's UNDERLINE_POSITION for small font display
10830 x_use_underline_position_properties
= 1;
10832 DEFVAR_BOOL ("x-underline-at-descent-line",
10833 &x_underline_at_descent_line
,
10834 doc
: /* *Non-nil means to draw the underline at the same place as the descent line.
10835 A value of nil means to draw the underline according to the value of the
10836 variable `x-use-underline-position-properties', which is usually at the
10837 baseline level. The default value is nil. */);
10838 x_underline_at_descent_line
= 0;
10840 DEFVAR_BOOL ("x-mouse-click-focus-ignore-position",
10841 &x_mouse_click_focus_ignore_position
,
10842 doc
: /* Non-nil means that a mouse click to focus a frame does not move point.
10843 This variable is only used when the window manager requires that you
10844 click on a frame to select it (give it focus). In that case, a value
10845 of nil, means that the selected window and cursor position changes to
10846 reflect the mouse click position, while a non-nil value means that the
10847 selected window or cursor position is preserved. */);
10848 x_mouse_click_focus_ignore_position
= 0;
10850 DEFVAR_LISP ("x-toolkit-scroll-bars", &Vx_toolkit_scroll_bars
,
10851 doc
: /* What X toolkit scroll bars Emacs uses.
10852 A value of nil means Emacs doesn't use X toolkit scroll bars.
10853 Otherwise, value is a symbol describing the X toolkit. */);
10854 #ifdef USE_TOOLKIT_SCROLL_BARS
10856 Vx_toolkit_scroll_bars
= intern ("motif");
10857 #elif defined HAVE_XAW3D
10858 Vx_toolkit_scroll_bars
= intern ("xaw3d");
10860 Vx_toolkit_scroll_bars
= intern ("gtk");
10862 Vx_toolkit_scroll_bars
= intern ("xaw");
10865 Vx_toolkit_scroll_bars
= Qnil
;
10868 staticpro (&last_mouse_motion_frame
);
10869 last_mouse_motion_frame
= Qnil
;
10871 Qmodifier_value
= intern ("modifier-value");
10872 Qalt
= intern ("alt");
10873 Fput (Qalt
, Qmodifier_value
, make_number (alt_modifier
));
10874 Qhyper
= intern ("hyper");
10875 Fput (Qhyper
, Qmodifier_value
, make_number (hyper_modifier
));
10876 Qmeta
= intern ("meta");
10877 Fput (Qmeta
, Qmodifier_value
, make_number (meta_modifier
));
10878 Qsuper
= intern ("super");
10879 Fput (Qsuper
, Qmodifier_value
, make_number (super_modifier
));
10881 DEFVAR_LISP ("x-alt-keysym", &Vx_alt_keysym
,
10882 doc
: /* Which keys Emacs uses for the alt modifier.
10883 This should be one of the symbols `alt', `hyper', `meta', `super'.
10884 For example, `alt' means use the Alt_L and Alt_R keysyms. The default
10885 is nil, which is the same as `alt'. */);
10886 Vx_alt_keysym
= Qnil
;
10888 DEFVAR_LISP ("x-hyper-keysym", &Vx_hyper_keysym
,
10889 doc
: /* Which keys Emacs uses for the hyper modifier.
10890 This should be one of the symbols `alt', `hyper', `meta', `super'.
10891 For example, `hyper' means use the Hyper_L and Hyper_R keysyms. The
10892 default is nil, which is the same as `hyper'. */);
10893 Vx_hyper_keysym
= Qnil
;
10895 DEFVAR_LISP ("x-meta-keysym", &Vx_meta_keysym
,
10896 doc
: /* Which keys Emacs uses for the meta modifier.
10897 This should be one of the symbols `alt', `hyper', `meta', `super'.
10898 For example, `meta' means use the Meta_L and Meta_R keysyms. The
10899 default is nil, which is the same as `meta'. */);
10900 Vx_meta_keysym
= Qnil
;
10902 DEFVAR_LISP ("x-super-keysym", &Vx_super_keysym
,
10903 doc
: /* Which keys Emacs uses for the super modifier.
10904 This should be one of the symbols `alt', `hyper', `meta', `super'.
10905 For example, `super' means use the Super_L and Super_R keysyms. The
10906 default is nil, which is the same as `super'. */);
10907 Vx_super_keysym
= Qnil
;
10909 DEFVAR_LISP ("x-keysym-table", &Vx_keysym_table
,
10910 doc
: /* Hash table of character codes indexed by X keysym codes. */);
10911 Vx_keysym_table
= make_hash_table (Qeql
, make_number (900),
10912 make_float (DEFAULT_REHASH_SIZE
),
10913 make_float (DEFAULT_REHASH_THRESHOLD
),
10917 #endif /* HAVE_X_WINDOWS */
10919 /* arch-tag: 6d4e4cb7-abc1-4302-9585-d84dcfb09d0f
10920 (do not change this comment) */