aboutsummaryrefslogtreecommitdiffstats
path: root/src/msdos.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/msdos.c')
-rw-r--r--src/msdos.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/msdos.c b/src/msdos.c
index d13f2304852..1192b37a0d4 100644
--- a/src/msdos.c
+++ b/src/msdos.c
@@ -2655,7 +2655,7 @@ dos_rawgetc (void)
2655 static Lisp_Object last_mouse_window; 2655 static Lisp_Object last_mouse_window;
2656 2656
2657 mouse_window = window_from_coordinates 2657 mouse_window = window_from_coordinates
2658 (SELECTED_FRAME (), mouse_last_x, mouse_last_y, 0, 0); 2658 (SELECTED_FRAME (), mouse_last_x, mouse_last_y, 0, 0, 0);
2659 /* A window will be selected only when it is not 2659 /* A window will be selected only when it is not
2660 selected now, and the last mouse movement event was 2660 selected now, and the last mouse movement event was
2661 not in it. A minibuffer window will be selected iff 2661 not in it. A minibuffer window will be selected iff