diff src/w32term.c @ 31010:040345be1d12

(w32_read_socket): Change calls to gen_help_event.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 21 Aug 2000 18:57:13 +0000
parents a69a2ac4345b
children bbd7763673b6
line wrap: on
line diff
--- a/src/w32term.c	Mon Aug 21 15:33:16 2000 +0000
+++ b/src/w32term.c	Mon Aug 21 18:57:13 2000 +0000
@@ -7674,8 +7674,9 @@
                 frame = Qnil;
 
               any_help_event_p = 1;
-              n = gen_help_event (bufp, help_echo, frame, help_echo_window,
-                                  help_echo_object, help_echo_pos);
+              n = gen_help_event (bufp, numchars, help_echo, frame,
+				  help_echo_window, help_echo_object,
+				  help_echo_pos);
               bufp += n, count += n, numchars -= n;
             }
           break;
@@ -8001,7 +8002,8 @@
                   int n;
 
                   XSETFRAME (frame, f);
-                  n = gen_help_event (bufp, Qnil, frame, Qnil, Qnil, 0);
+                  n = gen_help_event (bufp, numchars, Qnil, frame,
+				      Qnil, Qnil, 0);
                   bufp += n, count += n, numchars -=n;
                 }
             }