# HG changeset patch # User Jason Rumney # Date 1078181147 0 # Node ID 61ba665b1e905666b859722a43263660cf94fca7 # Parent 27e8fb20f5b5d12c7b1f7ff6e4f8d079bae35053 (w32_read_socket): Fix last change to ButtonPress handling. diff -r 27e8fb20f5b5 -r 61ba665b1e90 src/w32term.c --- a/src/w32term.c Mon Mar 01 22:45:27 2004 +0000 +++ b/src/w32term.c Mon Mar 01 22:45:47 2004 +0000 @@ -4394,7 +4394,7 @@ if (tool_bar_p || (dpyinfo->w32_focus_frame - && f == dpyinfo->w32_focus_frame)) + && f != dpyinfo->w32_focus_frame)) inev.kind = NO_EVENT; }