# HG changeset patch # User Sam Steingold # Date 1004972533 0 # Node ID 205f4498ca85cd30113f57905e42f9176c91b31a # Parent a5268e702a5c1d4949e5d9a48767ed8fbc03fcd9 (x_display_and_set_cursor): Fix w32 compilation error. diff -r a5268e702a5c -r 205f4498ca85 src/ChangeLog --- a/src/ChangeLog Mon Nov 05 14:09:32 2001 +0000 +++ b/src/ChangeLog Mon Nov 05 15:02:13 2001 +0000 @@ -1,3 +1,7 @@ +2001-11-05 Sam Steingold + + * w32term.c (x_display_and_set_cursor): Fix w32 compilation error. + 2001-11-05 Andreas Schwab * sound.c (sound_perror): Save errno from being clobbered. @@ -35,14 +39,14 @@ * buffer.c (Fbuffer_local_value): New function. (syms_of_buffer): defsubr it. - + * xterm.c, w32term.c (x_display_and_set_cursor): Use buffer-local value of `cursor-in-non-selected-windows'. * lisp.h (Qcursor_in_non_selected_windows): New declaration. * xdisp.c (Qcursor_in_non_selected_windows): New variable. (syms_of_xdisp): Initialize it. - + 2001-11-04 Pavel Jan,Bm(Bk * xfns.c (Fx_create_frame): Doc fix. @@ -331,7 +335,7 @@ * xterm.c (x_after_update_window_line): Clear internal border in different circumstances. - + * xterm.c (XTread_socket) : Don't use STRING_CHAR_AND_LENGTH if nchars == nbytes. From Kenichi Handa . @@ -344,7 +348,7 @@ 2001-10-28 Gerd Moellmann * xfns.c (x_build_heuristic_mask): Use x_alloc_image_color. - + * xfns.c (x_build_heuristic_mask): Fix a bug not incrementing a loop counter. @@ -355,7 +359,7 @@ * keyboard.c: Change doc-string comments to `new style' [w/`doc:' keyword]. Fix typos in comments. - + * emacs.c (bug_reporting_address): New function. Use it when displaying usage message. diff -r a5268e702a5c -r 205f4498ca85 src/w32term.c --- a/src/w32term.c Mon Nov 05 14:09:32 2001 +0000 +++ b/src/w32term.c Mon Nov 05 15:02:13 2001 +0000 @@ -9530,7 +9530,7 @@ marked off, draw no cursor. In all other cases, we want a hollow box cursor. */ cursor_non_selected - = !NILP (Fbuffer_local_value (Qcursor_in_non_selected_windows + = !NILP (Fbuffer_local_value (Qcursor_in_non_selected_windows, w->buffer)); new_cursor_width = -1; if (cursor_in_echo_area