aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKim F. Storm2003-03-23 11:38:55 +0000
committerKim F. Storm2003-03-23 11:38:55 +0000
commit0648dde0da60856aa02b78078ae7e380aba02e39 (patch)
treebd7559966333f8b4b3ff1291729a3028b257b31f /src
parenta526b96ce7ecd6cf1ab3dd67bcb9982ca1bccd9d (diff)
downloademacs-0648dde0da60856aa02b78078ae7e380aba02e39.tar.gz
emacs-0648dde0da60856aa02b78078ae7e380aba02e39.zip
(w32_draw_window_cursor): Fix last change.
Diffstat (limited to 'src')
-rw-r--r--src/w32term.c1
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