]> git.eshelyaron.com Git - emacs.git/commitdiff
(x_erase_phys_cursor): Remove inverse_p.
authorJason Rumney <jasonr@gnu.org>
Sun, 21 Oct 2001 21:23:03 +0000 (21:23 +0000)
committerJason Rumney <jasonr@gnu.org>
Sun, 21 Oct 2001 21:23:03 +0000 (21:23 +0000)
src/ChangeLog
src/w32term.c

index 215eb8314829f48fe11a15252c5bb84bc132cab2..97be71da5423dd7a24b5dcbaebcf1ba8860095f4 100644 (file)
@@ -1,3 +1,7 @@
+2001-10-21  Jason Rumney  <jasonr@gnu.org>
+
+       * w32term.c (x_erase_phys_cursor): Remove inverse_p again.
+
 2001-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * mocklisp.c (Fml_if, Fml_provide_prefix_argument)
index d57444f530abfe3387d64e3248da01767a94f8b1..2b6c6007bc7a832b8f0a669ba0f8bbc94747be1d 100644 (file)
@@ -9427,8 +9427,6 @@ x_erase_phys_cursor (w)
   /* Erase the cursor by redrawing the character underneath it.  */
   if (mouse_face_here_p)
     hl = DRAW_MOUSE_FACE;
-  else if (cursor_row->inverse_p)
-    hl = DRAW_INVERSE_VIDEO;
   else
     hl = DRAW_NORMAL_TEXT;
   x_draw_phys_cursor_glyph (w, cursor_row, hl);