aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32term.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/w32term.c')
-rw-r--r--src/w32term.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/w32term.c b/src/w32term.c
index 4d230a2293c..82256db1721 100644
--- a/src/w32term.c
+++ b/src/w32term.c
@@ -5994,7 +5994,8 @@ w32_draw_window_cursor (struct window *w, struct glyph_row *glyph_row,
5994 = (WINDOW_TO_FRAME_PIXEL_Y (w, w->phys_cursor.y) 5994 = (WINDOW_TO_FRAME_PIXEL_Y (w, w->phys_cursor.y)
5995 + glyph_row->ascent - w->phys_cursor_ascent); 5995 + glyph_row->ascent - w->phys_cursor_ascent);
5996 w32_system_caret_window = w; 5996 w32_system_caret_window = w;
5997 w32_system_caret_hdr_height = WINDOW_TAB_LINE_HEIGHT (w) + WINDOW_HEADER_LINE_HEIGHT (w); 5997 w32_system_caret_hdr_height = WINDOW_TAB_LINE_HEIGHT (w)
5998 + WINDOW_HEADER_LINE_HEIGHT (w);
5998 w32_system_caret_mode_height = WINDOW_MODE_LINE_HEIGHT (w); 5999 w32_system_caret_mode_height = WINDOW_MODE_LINE_HEIGHT (w);
5999 6000
6000 PostMessage (hwnd, WM_IME_STARTCOMPOSITION, 0, 0); 6001 PostMessage (hwnd, WM_IME_STARTCOMPOSITION, 0, 0);