diff options
Diffstat (limited to 'src/w32term.c')
| -rw-r--r-- | src/w32term.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32term.c b/src/w32term.c index 2870955b94f..9a6142925fd 100644 --- a/src/w32term.c +++ b/src/w32term.c | |||
| @@ -4298,7 +4298,7 @@ w32_read_socket (sd, expected, hold_quit) | |||
| 4298 | if (f) | 4298 | if (f) |
| 4299 | { | 4299 | { |
| 4300 | /* Generate SELECT_WINDOW_EVENTs when needed. */ | 4300 | /* Generate SELECT_WINDOW_EVENTs when needed. */ |
| 4301 | if (mouse_autoselect_window) | 4301 | if (!NILP (Vmouse_autoselect_window)) |
| 4302 | { | 4302 | { |
| 4303 | Lisp_Object window; | 4303 | Lisp_Object window; |
| 4304 | int x = LOWORD (msg.msg.lParam); | 4304 | int x = LOWORD (msg.msg.lParam); |