]> code.delx.au - gnu-emacs/commitdiff
(w32_read_socket): Fix last change to ButtonPress handling.
authorJason Rumney <jasonr@gnu.org>
Mon, 1 Mar 2004 22:46:39 +0000 (22:46 +0000)
committerJason Rumney <jasonr@gnu.org>
Mon, 1 Mar 2004 22:46:39 +0000 (22:46 +0000)
src/ChangeLog
src/w32term.c

index d370d953ac6248f668d7cc14219e024327a8c686..31cb437e8eb549777cc4d3a961ef6a33564e3386 100644 (file)
@@ -1,3 +1,7 @@
+2004-03-01  Jason Rumney  <jasonr@gnu.org>
+
+       * w32term.c (w32_read_socket): Fix last change to ButtonPress handling.
+
 2004-03-01  Juanma Barranquero  <lektu@terra.es>
 
        * fringe.c (Fdefine_fringe_bitmap): Fix typo in docstring.
index b9077a1e0b6d4da18fdbaea15899daadff7be271..f69b0860babd5716d4ab8b39f6bc237c2de9e89c 100644 (file)
@@ -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;
              }