From: Jason Rumney Date: Sun, 30 Jan 2000 18:35:30 +0000 (+0000) Subject: (get_frame, w32_console_mouse_position, mouse_moved_to): X-Git-Tag: emacs-pretest-21.0.90~5185 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=807fac2a9d9404227a3a57a360a09df68971791b;p=emacs.git (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. --- diff --git a/src/w32inevt.c b/src/w32inevt.c index 0abae10cabe..1b2b6624314 100644 --- a/src/w32inevt.c +++ b/src/w32inevt.c @@ -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;