From 5061ddba1bd533969915acc4d51f9791fa95e8f3 Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Sun, 18 Nov 2001 01:43:56 +0000 Subject: [PATCH] (x_draw_bar_cursor): Get glyph's face. --- src/w32term.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/w32term.c b/src/w32term.c index 568395fcc15..fe34a8c6ee8 100644 --- a/src/w32term.c +++ b/src/w32term.c @@ -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; -- 2.39.2