]> code.delx.au - gnu-emacs/blobdiff - src/xdisp.c
Support mouse highlight on w32 text-mode frames.
[gnu-emacs] / src / xdisp.c
index 0a25eab1cbc34f3662afe326ba4cf2e0c1185086..794355af153ed88e2dcdc23e151b86c2da67b369 100644 (file)
@@ -25832,7 +25832,7 @@ draw_row_with_mouse_face (struct window *w, int start_x, struct glyph_row *row,
       return;
     }
 #endif
-#if defined (HAVE_GPM) || defined (MSDOS)
+#if defined (HAVE_GPM) || defined (MSDOS) || defined (WINDOWSNT)
   tty_draw_row_with_mouse_face (w, row, start_hpos, end_hpos, draw);
 #endif
 }