summaryrefslogtreecommitdiff
path: root/src/w32term.h
diff options
context:
space:
mode:
authorJason Rumney <jasonr@gnu.org>2001-10-21 16:57:22 +0000
committerJason Rumney <jasonr@gnu.org>2001-10-21 16:57:22 +0000
commit42bde733cf5c9d67e726311d442951d947b6aab7 (patch)
tree2a6d1b53e02c72c4b0aa4b8b425c29389c9dfac6 /src/w32term.h
parent93026d88c2b31eb101bf0550d129a50b05850ceb (diff)
downloademacs-42bde733cf5c9d67e726311d442951d947b6aab7.tar.gz
(struct w32_output): Use correct spelling of x_compatible.
(w32_display_info): Add mouse_face_overlay.
Diffstat (limited to 'src/w32term.h')
-rw-r--r--src/w32term.h3
1 files changed, 2 insertions, 1 deletions
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;