diff options
| author | Sam Steingold | 2001-11-05 15:02:13 +0000 |
|---|---|---|
| committer | Sam Steingold | 2001-11-05 15:02:13 +0000 |
| commit | b116830bc0974600668e633d1bdfd7dfed63e6f7 (patch) | |
| tree | 37c1b23e471f219d38227f71576cf6abd48c7f96 /src/w32term.c | |
| parent | 3297e2a11e2b09fd7e20af8bc56681e5a0750b25 (diff) | |
| download | emacs-b116830bc0974600668e633d1bdfd7dfed63e6f7.tar.gz emacs-b116830bc0974600668e633d1bdfd7dfed63e6f7.zip | |
(x_display_and_set_cursor): Fix w32 compilation error.
Diffstat (limited to 'src/w32term.c')
| -rw-r--r-- | src/w32term.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32term.c b/src/w32term.c index b9d1a1e9317..7a5185820a1 100644 --- a/src/w32term.c +++ b/src/w32term.c | |||
| @@ -9530,7 +9530,7 @@ x_display_and_set_cursor (w, on, hpos, vpos, x, y) | |||
| 9530 | marked off, draw no cursor. In all other cases, we want a hollow | 9530 | marked off, draw no cursor. In all other cases, we want a hollow |
| 9531 | box cursor. */ | 9531 | box cursor. */ |
| 9532 | cursor_non_selected | 9532 | cursor_non_selected |
| 9533 | = !NILP (Fbuffer_local_value (Qcursor_in_non_selected_windows | 9533 | = !NILP (Fbuffer_local_value (Qcursor_in_non_selected_windows, |
| 9534 | w->buffer)); | 9534 | w->buffer)); |
| 9535 | new_cursor_width = -1; | 9535 | new_cursor_width = -1; |
| 9536 | if (cursor_in_echo_area | 9536 | if (cursor_in_echo_area |