1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-26 08:10:47 -07:00

(get_frame, w32_console_mouse_position, mouse_moved_to):

Change selected_frame to SELECTED_FRAME ().
(w32_console_mouse_position): Remove #ifndef MULE from around
`insist' parameter.
This commit is contained in:
Jason Rumney 2000-01-30 18:35:30 +00:00
parent 55689ab16a
commit 807fac2a9d

View file

@ -501,9 +501,7 @@ w32_console_toggle_lock_key (int vk_code, Lisp_Object new_state)
/* Mouse position hook. */
void
w32_console_mouse_position (FRAME_PTR *f,
#ifndef MULE
int insist,
#endif
Lisp_Object *bar_window,
enum scroll_bar_part *part,
Lisp_Object *x,
@ -512,9 +510,7 @@ w32_console_mouse_position (FRAME_PTR *f,
{
BLOCK_INPUT;
#ifndef MULE
insist = insist;
#endif
*f = get_frame ();
*bar_window = Qnil;