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:
parent
55689ab16a
commit
807fac2a9d
1 changed files with 0 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue