]> git.eshelyaron.com Git - emacs.git/commitdiff
(get_frame, w32_console_mouse_position, mouse_moved_to):
authorJason Rumney <jasonr@gnu.org>
Sun, 30 Jan 2000 18:35:30 +0000 (18:35 +0000)
committerJason Rumney <jasonr@gnu.org>
Sun, 30 Jan 2000 18:35:30 +0000 (18:35 +0000)
Change selected_frame to SELECTED_FRAME ().
(w32_console_mouse_position): Remove #ifndef MULE from around
`insist' parameter.

src/w32inevt.c

index 0abae10cabefe3f2628c0dfa46c84faae91695d0..1b2b6624314fa72129253e355604e9dac51bba2e 100644 (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;