| 4828 | | mw32_clear_mouse_face (f); |
|---|
| 4829 | | dpyinfo->mouse_face_mouse_frame = NULL; |
|---|
| 4830 | | last_mouse_motion_frame = Qnil; |
|---|
| 4831 | | |
|---|
| 4832 | | /* Generate a nil HELP_EVENT to cancel a help-echo. |
|---|
| 4833 | | Do it only if there's something to cancel. |
|---|
| 4834 | | Otherwise, the startup message is cleared when |
|---|
| 4835 | | the mouse leaves the frame. */ |
|---|
| 4836 | | if (msg.wParam && any_help_event_p) |
|---|
| | 4828 | if (f) |
|---|
| 4840 | | XSETFRAME (frame, f); |
|---|
| 4841 | | help_echo_string = Qnil; |
|---|
| 4842 | | gen_help_event (Qnil, frame, Qnil, Qnil, 0); |
|---|
| 4843 | | any_help_event_p = 0; |
|---|
| | 4834 | /* Generate a nil HELP_EVENT to cancel a help-echo. |
|---|
| | 4835 | Do it only if there's something to cancel. |
|---|
| | 4836 | Otherwise, the startup message is cleared when |
|---|
| | 4837 | the mouse leaves the frame. */ |
|---|
| | 4838 | if (msg.wParam && any_help_event_p) |
|---|
| | 4839 | { |
|---|
| | 4840 | Lisp_Object frame; |
|---|
| | 4841 | |
|---|
| | 4842 | XSETFRAME (frame, f); |
|---|
| | 4843 | help_echo_string = Qnil; |
|---|
| | 4844 | gen_help_event (Qnil, frame, Qnil, Qnil, 0); |
|---|
| | 4845 | any_help_event_p = 0; |
|---|
| | 4846 | } |
|---|
| 5032 | | XSETFRAME (frame, f); |
|---|
| 5033 | | help_echo_string = Qnil; |
|---|
| 5034 | | gen_help_event (Qnil, frame, Qnil, Qnil, 0); |
|---|
| 5035 | | any_help_event_p = 0; |
|---|
| | 5029 | /* Generate a nil HELP_EVENT to cancel a help-echo. |
|---|
| | 5030 | Do it only if there's something to cancel. |
|---|
| | 5031 | Otherwise, the startup message is cleared when |
|---|
| | 5032 | the mouse leaves the frame. */ |
|---|
| | 5033 | if (msg.wParam && any_help_event_p) |
|---|
| | 5034 | { |
|---|
| | 5035 | Lisp_Object frame; |
|---|
| | 5036 | |
|---|
| | 5037 | XSETFRAME (frame, f); |
|---|
| | 5038 | help_echo_string = Qnil; |
|---|
| | 5039 | gen_help_event (Qnil, frame, Qnil, Qnil, 0); |
|---|
| | 5040 | any_help_event_p = 0; |
|---|
| | 5041 | } |
|---|