From: Gerd Moellmann Date: Tue, 6 Mar 2001 15:29:39 +0000 (+0000) Subject: (struct x_display_info): Add mouse_face_overlay. X-Git-Tag: emacs-pretest-21.0.100~182 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=59affd2f8b2ffc7524c1ce6afda518e61ec275ca;p=emacs.git (struct x_display_info): Add mouse_face_overlay. --- 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 @@ /* 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. */