From 0648dde0da60856aa02b78078ae7e380aba02e39 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Sun, 23 Mar 2003 11:38:55 +0000 Subject: [PATCH] (w32_draw_window_cursor): Fix last change. --- src/w32term.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/w32term.c b/src/w32term.c index 24167caa3a8..4098ee54824 100644 --- a/src/w32term.c +++ b/src/w32term.c @@ -5091,6 +5091,7 @@ w32_draw_window_cursor (w, glyph_row, x, y, cursor_type, cursor_width, on_p, act and speech synthesizers can follow the cursor. */ if (active_p) { + struct frame *f = XFRAME (WINDOW_FRAME (w)); HWND hwnd = FRAME_W32_WINDOW (f); w32_system_caret_x -- 2.39.2