]> git.eshelyaron.com Git - emacs.git/commitdiff
(x_draw_bar_cursor): Get glyph's face.
authorJason Rumney <jasonr@gnu.org>
Sun, 18 Nov 2001 01:43:56 +0000 (01:43 +0000)
committerJason Rumney <jasonr@gnu.org>
Sun, 18 Nov 2001 01:43:56 +0000 (01:43 +0000)
src/w32term.c

index 568395fcc15da6fd855f79a70e9ba895e3bf0f58..fe34a8c6ee89f86d6e156d228119ad7baeeacdcc 100644 (file)
@@ -9231,6 +9231,7 @@ x_draw_bar_cursor (w, row, width)
   else
     {
       COLORREF cursor_color = f->output_data.w32->cursor_pixel;
+      struct face *face = FACE_FROM_ID (f, cursor_glyph->face_id);
 
       if (width < 0)
         width = f->output_data.w32->cursor_width;