aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2001-03-06 15:29:39 +0000
committerGerd Moellmann2001-03-06 15:29:39 +0000
commit59affd2f8b2ffc7524c1ce6afda518e61ec275ca (patch)
treeb38c509bfe2a53c299af0d9801b84828e38131c6
parentd3d92d2591becc787e0cbebf52994e5bbc744805 (diff)
downloademacs-59affd2f8b2ffc7524c1ce6afda518e61ec275ca.tar.gz
emacs-59affd2f8b2ffc7524c1ce6afda518e61ec275ca.zip
(struct x_display_info): Add mouse_face_overlay.
-rw-r--r--src/xterm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xterm.h b/src/xterm.h
index 6cdd8cfe182..a4fd17ff9c7 100644
--- a/src/xterm.h
+++ b/src/xterm.h
@@ -1,5 +1,5 @@
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
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
@@ -209,6 +209,7 @@ struct x_display_info
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. */