comparison 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
comparison
equal deleted inserted replaced
31009:8c16eb0c611c 31010:040345be1d12
7672 XSETFRAME (frame, f); 7672 XSETFRAME (frame, f);
7673 else 7673 else
7674 frame = Qnil; 7674 frame = Qnil;
7675 7675
7676 any_help_event_p = 1; 7676 any_help_event_p = 1;
7677 n = gen_help_event (bufp, help_echo, frame, help_echo_window, 7677 n = gen_help_event (bufp, numchars, help_echo, frame,
7678 help_echo_object, help_echo_pos); 7678 help_echo_window, help_echo_object,
7679 help_echo_pos);
7679 bufp += n, count += n, numchars -= n; 7680 bufp += n, count += n, numchars -= n;
7680 } 7681 }
7681 break; 7682 break;
7682 7683
7683 case WM_LBUTTONDOWN: 7684 case WM_LBUTTONDOWN:
7999 if (any_help_event_p) 8000 if (any_help_event_p)
8000 { 8001 {
8001 int n; 8002 int n;
8002 8003
8003 XSETFRAME (frame, f); 8004 XSETFRAME (frame, f);
8004 n = gen_help_event (bufp, Qnil, frame, Qnil, Qnil, 0); 8005 n = gen_help_event (bufp, numchars, Qnil, frame,
8006 Qnil, Qnil, 0);
8005 bufp += n, count += n, numchars -=n; 8007 bufp += n, count += n, numchars -=n;
8006 } 8008 }
8007 } 8009 }
8008 8010
8009 dpyinfo->grabbed = 0; 8011 dpyinfo->grabbed = 0;