changeset 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 27e8fb20f5b5
children 448dbcee98d6
files src/w32term.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;
 	      }