diff options
| author | Jason Rumney | 2001-10-21 16:57:22 +0000 |
|---|---|---|
| committer | Jason Rumney | 2001-10-21 16:57:22 +0000 |
| commit | 42bde733cf5c9d67e726311d442951d947b6aab7 (patch) | |
| tree | 2a6d1b53e02c72c4b0aa4b8b425c29389c9dfac6 /src | |
| parent | 93026d88c2b31eb101bf0550d129a50b05850ceb (diff) | |
| download | emacs-42bde733cf5c9d67e726311d442951d947b6aab7.tar.gz emacs-42bde733cf5c9d67e726311d442951d947b6aab7.zip | |
(struct w32_output): Use correct spelling of x_compatible.
(w32_display_info): Add mouse_face_overlay.
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32term.h | 3 |
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 | |||
| 181 | int mouse_face_past_end; | 181 | int mouse_face_past_end; |
| 182 | Lisp_Object mouse_face_window; | 182 | Lisp_Object mouse_face_window; |
| 183 | int mouse_face_face_id; | 183 | int mouse_face_face_id; |
| 184 | Lisp_Object mouse_face_overlay; | ||
| 184 | 185 | ||
| 185 | /* 1 if a mouse motion event came and we didn't handle it right away because | 186 | /* 1 if a mouse motion event came and we didn't handle it right away because |
| 186 | gc was in progress. */ | 187 | gc was in progress. */ |
| @@ -280,7 +281,7 @@ struct x_output | |||
| 280 | struct w32_output | 281 | struct w32_output |
| 281 | { | 282 | { |
| 282 | /* Placeholder for things accessed through output_data.x. */ | 283 | /* Placeholder for things accessed through output_data.x. */ |
| 283 | struct x_output x_compatibile; | 284 | struct x_output x_compatible; |
| 284 | 285 | ||
| 285 | /* Menubar "widget" handle. */ | 286 | /* Menubar "widget" handle. */ |
| 286 | HMENU menubar_widget; | 287 | HMENU menubar_widget; |