]> code.delx.au - gnu-emacs/commit
(w32_read_socket): Remove bufp_r and numcharsp args.
authorKim F. Storm <storm@cua.dk>
Fri, 27 Feb 2004 23:49:20 +0000 (23:49 +0000)
committerKim F. Storm <storm@cua.dk>
Fri, 27 Feb 2004 23:49:20 +0000 (23:49 +0000)
commit004b1d3853dbb7ef5c5b2e3b5d011718e602c33a
treea0a44f8c7a4099170fa66800fdf615886b27b45c
parent156395866238fa97dbe03276c7e0c53679dd32ab
(w32_read_socket): Remove bufp_r and numcharsp args.
Add hold_quit arg. Rework to use just one, local, inev
input_event. Store inev directly in fifo using
kbd_buffer_store_event_hold.  Update count in one place.
Postpone call to gen_help_event until inev is stored; use new
local do_help for this.
Remove local emacs_event in handing of ButtonPress event; just use
inev instead (so no reason to copy it later).
src/w32term.c