From 01eb1c03fe06bbbba9e8ff9e8ff3257ac0f0002a Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Sat, 10 Nov 2001 13:18:40 +0000 Subject: [PATCH] (struct w32_output): Correct spelling of x_compatible. (w32_display_info): Add mouse_face_overlay. --- src/w32term.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/w32term.h b/src/w32term.h index da234487e3c..e1b6a9f173e 100644 --- a/src/w32term.h +++ b/src/w32term.h @@ -181,6 +181,7 @@ struct w32_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. */ @@ -280,7 +281,7 @@ struct x_output 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; -- 2.39.2