comparison src/w32term.c @ 54225:61ba665b1e90

(w32_read_socket): Fix last change to ButtonPress handling.
author Jason Rumney <jasonr@gnu.org>
date Mon, 01 Mar 2004 22:45:47 +0000
parents f6909a416c3f
children 4031909001d5 b1f57ac99be5
comparison
equal deleted inserted replaced
54224:27e8fb20f5b5 54225:61ba665b1e90
4392 } 4392 }
4393 } 4393 }
4394 4394
4395 if (tool_bar_p 4395 if (tool_bar_p
4396 || (dpyinfo->w32_focus_frame 4396 || (dpyinfo->w32_focus_frame
4397 && f == dpyinfo->w32_focus_frame)) 4397 && f != dpyinfo->w32_focus_frame))
4398 inev.kind = NO_EVENT; 4398 inev.kind = NO_EVENT;
4399 } 4399 }
4400 4400
4401 parse_button (msg.msg.message, HIWORD (msg.msg.wParam), 4401 parse_button (msg.msg.message, HIWORD (msg.msg.wParam),
4402 &button, &up); 4402 &button, &up);