]> git.eshelyaron.com Git - emacs.git/commitdiff
(show_mouse_face): Don't use updated_area, use TEXT_AREA.
authorGerd Moellmann <gerd@gnu.org>
Tue, 14 Dec 1999 10:44:20 +0000 (10:44 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 14 Dec 1999 10:44:20 +0000 (10:44 +0000)
src/xterm.c

index 715cb2e83cf40b24c3e564f5316a9f3888a18b46..270bc76c7856ade8571069b05ecb1e9b2d0a3a6a 100644 (file)
@@ -6742,7 +6742,7 @@ show_mouse_face (dpyinfo, draw)
        }
 
       if (end_hpos > start_hpos)
-       x_draw_glyphs (w, start_x, row, updated_area
+       x_draw_glyphs (w, start_x, row, TEXT_AREA
                       start_hpos, end_hpos, draw, NULL, NULL, 0);
     }