diff options
Diffstat (limited to 'src/xterm.c')
| -rw-r--r-- | src/xterm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xterm.c b/src/xterm.c index 331ff9ab4a9..eaa19523970 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -6658,7 +6658,7 @@ handle_one_xevent (struct x_display_info *dpyinfo, XEvent *eventp, int *finish, | |||
| 6658 | 6658 | ||
| 6659 | window = window_from_coordinates (f, | 6659 | window = window_from_coordinates (f, |
| 6660 | event.xmotion.x, event.xmotion.y, | 6660 | event.xmotion.x, event.xmotion.y, |
| 6661 | 0, 0, 0, 0); | 6661 | 0, 0); |
| 6662 | 6662 | ||
| 6663 | /* Window will be selected only when it is not selected now and | 6663 | /* Window will be selected only when it is not selected now and |
| 6664 | last mouse movement event was not in it. Minibuffer window | 6664 | last mouse movement event was not in it. Minibuffer window |
| @@ -6797,7 +6797,7 @@ handle_one_xevent (struct x_display_info *dpyinfo, XEvent *eventp, int *finish, | |||
| 6797 | int x = event.xbutton.x; | 6797 | int x = event.xbutton.x; |
| 6798 | int y = event.xbutton.y; | 6798 | int y = event.xbutton.y; |
| 6799 | 6799 | ||
| 6800 | window = window_from_coordinates (f, x, y, 0, 0, 0, 1); | 6800 | window = window_from_coordinates (f, x, y, 0, 1); |
| 6801 | tool_bar_p = EQ (window, f->tool_bar_window); | 6801 | tool_bar_p = EQ (window, f->tool_bar_window); |
| 6802 | 6802 | ||
| 6803 | if (tool_bar_p && event.xbutton.button < 4) | 6803 | if (tool_bar_p && event.xbutton.button < 4) |