comparison src/xterm.c @ 34449:06453a32471a

(clear_mouse_face): Treat tip_frame as a Lisp_Object.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 11 Dec 2000 19:25:30 +0000
parents d302f6935ff8
children 1f69c833e2af
comparison
equal deleted inserted replaced
34448:8f8d6aa6af8b 34449:06453a32471a
7288 7288
7289 void 7289 void
7290 clear_mouse_face (dpyinfo) 7290 clear_mouse_face (dpyinfo)
7291 struct x_display_info *dpyinfo; 7291 struct x_display_info *dpyinfo;
7292 { 7292 {
7293 if (tip_frame) 7293 if (!NILP (tip_frame))
7294 return; 7294 return;
7295 7295
7296 if (! NILP (dpyinfo->mouse_face_window)) 7296 if (! NILP (dpyinfo->mouse_face_window))
7297 show_mouse_face (dpyinfo, DRAW_NORMAL_TEXT); 7297 show_mouse_face (dpyinfo, DRAW_NORMAL_TEXT);
7298 7298