mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-20 10:23:57 +00:00
(struct x_display_info): Add mouse_face_overlay.
This commit is contained in:
parent
d3d92d2591
commit
59affd2f8b
@ -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 @@ struct x_display_info
|
||||
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. */
|
||||
|
Loading…
Reference in New Issue
Block a user