(w32_display_info): Add mouse_face_overlay.
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. */
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;