From da9541dd1086b7bab52940c82915efe114bb7419 Mon Sep 17 00:00:00 2001 From: Alexander Gramiak Date: Thu, 11 Apr 2019 09:00:58 -0600 Subject: Add prefixes to some window system-dependent procedures * src/nsterm.m (note_mouse_movement): * src/w32fns.c (construct_console_modifiers): * src/w32inevt.c: * src/w32term.c (frame_highlight, frame_unhighlight) (construct_mouse_click, construct_mouse_wheel, construct_drag_n_drop) (lispy_file_action, queue_notifications, note_mouse_movement): * src/w32term.h: * src/xterm.c (frame_highlight, frame_unhighlight) (construct_mouse_click, note_mouse_movement, get_current_wm_state): Add and use window system prefixes. --- src/w32inevt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/w32inevt.c') diff --git a/src/w32inevt.c b/src/w32inevt.c index ab71c560d69..fc1f90cd025 100644 --- a/src/w32inevt.c +++ b/src/w32inevt.c @@ -680,7 +680,7 @@ handle_file_notifications (struct input_event *hold_quit) already be defined at this point. */ Lisp_Object fname = code_convert_string_norecord (utf_16_fn, cs, 0); - Lisp_Object action = lispy_file_action (fni->Action); + Lisp_Object action = w32_lispy_file_action (fni->Action); inev.kind = FILE_NOTIFY_EVENT; inev.timestamp = GetTickCount (); -- cgit v1.2.1