diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32term.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
| 5091 | and speech synthesizers can follow the cursor. */ | 5091 | and speech synthesizers can follow the cursor. */ |
| 5092 | if (active_p) | 5092 | if (active_p) |
| 5093 | { | 5093 | { |
| 5094 | struct frame *f = XFRAME (WINDOW_FRAME (w)); | ||
| 5094 | HWND hwnd = FRAME_W32_WINDOW (f); | 5095 | HWND hwnd = FRAME_W32_WINDOW (f); |
| 5095 | 5096 | ||
| 5096 | w32_system_caret_x | 5097 | w32_system_caret_x |