diff options
Diffstat (limited to 'src/w32term.c')
| -rw-r--r-- | src/w32term.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/w32term.c b/src/w32term.c index 33b60c568c0..7145efbc604 100644 --- a/src/w32term.c +++ b/src/w32term.c | |||
| @@ -4317,7 +4317,7 @@ w32_read_socket (struct terminal *terminal, int expected, | |||
| 4317 | int x = LOWORD (msg.msg.lParam); | 4317 | int x = LOWORD (msg.msg.lParam); |
| 4318 | int y = HIWORD (msg.msg.lParam); | 4318 | int y = HIWORD (msg.msg.lParam); |
| 4319 | 4319 | ||
| 4320 | window = window_from_coordinates (f, x, y, 0, 0, 0, 0); | 4320 | window = window_from_coordinates (f, x, y, 0, 0); |
| 4321 | 4321 | ||
| 4322 | /* Window will be selected only when it is not | 4322 | /* Window will be selected only when it is not |
| 4323 | selected now and last mouse movement event was | 4323 | selected now and last mouse movement event was |
| @@ -4396,7 +4396,7 @@ w32_read_socket (struct terminal *terminal, int expected, | |||
| 4396 | int x = XFASTINT (inev.x); | 4396 | int x = XFASTINT (inev.x); |
| 4397 | int y = XFASTINT (inev.y); | 4397 | int y = XFASTINT (inev.y); |
| 4398 | 4398 | ||
| 4399 | window = window_from_coordinates (f, x, y, 0, 0, 0, 1); | 4399 | window = window_from_coordinates (f, x, y, 0, 1); |
| 4400 | 4400 | ||
| 4401 | if (EQ (window, f->tool_bar_window)) | 4401 | if (EQ (window, f->tool_bar_window)) |
| 4402 | { | 4402 | { |