comparison src/xterm.c @ 1935:047e196658fa

* xterm.c (XTread_socket): Pass the proper number of arguments to construct_mouse_click.
author Jim Blandy <jimb@redhat.com>
date Mon, 22 Feb 1993 15:10:46 +0000
parents f569bc4e9b8f
children 645d96bd3daf
comparison
equal deleted inserted replaced
1934:458a1fceb462 1935:047e196658fa
2953 f = x_window_to_frame (event.xbutton.window); 2953 f = x_window_to_frame (event.xbutton.window);
2954 if (f) 2954 if (f)
2955 { 2955 {
2956 if (!x_focus_frame || (f == x_focus_frame)) 2956 if (!x_focus_frame || (f == x_focus_frame))
2957 construct_mouse_click (&emacs_event, 2957 construct_mouse_click (&emacs_event,
2958 &event, f, Qnil, 0); 2958 &event, f);
2959 } 2959 }
2960 else 2960 else
2961 { 2961 {
2962 struct scrollbar *bar = 2962 struct scrollbar *bar =
2963 x_window_to_scrollbar (event.xbutton.window); 2963 x_window_to_scrollbar (event.xbutton.window);