comparison src/xterm.h @ 36586:1879cd230f9c

(struct x_display_info): Add mouse_face_overlay.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 06 Mar 2001 15:29:39 +0000
parents f64eaa8f61aa
children 9ace5acd0d74
comparison
equal deleted inserted replaced
36585:50e14a0ca5eb 36586:1879cd230f9c
1 /* Definitions and headers for communication with X protocol. 1 /* Definitions and headers for communication with X protocol.
2 Copyright (C) 1989, 1993, 1994, 1998, 1999, 2000, 2001 2 Copyright (C) 1989, 1993, 1994, 1998, 1999, 2000, 2001, 2001
3 Free Software Foundation, Inc. 3 Free Software Foundation, Inc.
4 4
5 This file is part of GNU Emacs. 5 This file is part of GNU Emacs.
6 6
7 GNU Emacs is free software; you can redistribute it and/or modify 7 GNU Emacs is free software; you can redistribute it and/or modify
207 int mouse_face_end_row, mouse_face_end_col; 207 int mouse_face_end_row, mouse_face_end_col;
208 int mouse_face_end_x, mouse_face_end_y; 208 int mouse_face_end_x, mouse_face_end_y;
209 int mouse_face_past_end; 209 int mouse_face_past_end;
210 Lisp_Object mouse_face_window; 210 Lisp_Object mouse_face_window;
211 int mouse_face_face_id; 211 int mouse_face_face_id;
212 Lisp_Object mouse_face_overlay;
212 213
213 /* 1 if a mouse motion event came and we didn't handle it right away because 214 /* 1 if a mouse motion event came and we didn't handle it right away because
214 gc was in progress. */ 215 gc was in progress. */
215 int mouse_face_deferred_gc; 216 int mouse_face_deferred_gc;
216 217