changeset 40150:eed2220c99a5

(struct w32_output): Use correct spelling of x_compatible. (w32_display_info): Add mouse_face_overlay.
author Jason Rumney <jasonr@gnu.org>
date Sun, 21 Oct 2001 16:57:22 +0000
parents 7a649633317f
children 1f91376b485b
files src/w32term.h
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/w32term.h	Sun Oct 21 16:55:26 2001 +0000
+++ b/src/w32term.h	Sun Oct 21 16:57:22 2001 +0000
@@ -181,6 +181,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.  */
@@ -280,7 +281,7 @@
 struct w32_output
 {
   /* Placeholder for things accessed through output_data.x.  */
-  struct x_output x_compatibile;
+  struct x_output x_compatible;
 
   /* Menubar "widget" handle.  */
   HMENU menubar_widget;