summaryrefslogtreecommitdiff
path: root/src/w32term.c
diff options
context:
space:
mode:
authorJason Rumney <jasonr@gnu.org>2004-03-01 22:46:39 +0000
committerJason Rumney <jasonr@gnu.org>2004-03-01 22:46:39 +0000
commitc1464661891126fccf9e5b6a0e962e05fc4c254f (patch)
treed72ba5a069fb60e94a68a860514ccb46e6d20331 /src/w32term.c
parent45435c0eaf0cedf8ac79edc839d380d59b0f3bdb (diff)
downloademacs-c1464661891126fccf9e5b6a0e962e05fc4c254f.tar.gz
(w32_read_socket): Fix last change to ButtonPress handling.
Diffstat (limited to 'src/w32term.c')
-rw-r--r--src/w32term.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32term.c b/src/w32term.c
index b9077a1e0b6..f69b0860bab 100644
--- a/src/w32term.c
+++ b/src/w32term.c
@@ -4394,7 +4394,7 @@ w32_read_socket (sd, expected, hold_quit)
if (tool_bar_p
|| (dpyinfo->w32_focus_frame
- && f == dpyinfo->w32_focus_frame))
+ && f != dpyinfo->w32_focus_frame))
inev.kind = NO_EVENT;
}