aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32term.c
diff options
context:
space:
mode:
authorJuri Linkov2019-10-01 23:01:08 +0300
committerJuri Linkov2019-10-01 23:01:08 +0300
commit3f981a0a89bca47a207fb362485f07e7322bb145 (patch)
tree95001fa93b9693684108dd114da2a0232640e32e /src/w32term.c
parent457a7edb4784869079eac2a47d2dc1738332c07a (diff)
downloademacs-feature/tabs.tar.gz
emacs-feature/tabs.zip
Remove unused code and reformat to 70 columns.feature/tabs
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);