Mercurial > emacs
changeset 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 | 50e14a0ca5eb |
children | d9bb01d5dbbb |
files | src/xterm.h |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xterm.h Tue Mar 06 15:29:14 2001 +0000 +++ b/src/xterm.h Tue Mar 06 15:29:39 2001 +0000 @@ -1,5 +1,5 @@ /* Definitions and headers for communication with X protocol. - Copyright (C) 1989, 1993, 1994, 1998, 1999, 2000, 2001 + Copyright (C) 1989, 1993, 1994, 1998, 1999, 2000, 2001, 2001 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -209,6 +209,7 @@ int mouse_face_past_end; Lisp_Object mouse_face_window; int mouse_face_face_id; + Lisp_Object mouse_face_overlay; /* 1 if a mouse motion event came and we didn't handle it right away because gc was in progress. */