comparison src/xterm.c @ 54733:edff9ce01ed0

(handle_one_xevent): Set mouse_face_hidden after clearing highlight.
author Kim F. Storm <storm@cua.dk>
date Mon, 05 Apr 2004 21:55:16 +0000
parents ee25175db902
children 44eb66585062 1029206e72f2
comparison
equal deleted inserted replaced
54732:e04c6343cf61 54733:edff9ce01ed0
6188 6188
6189 f = x_any_window_to_frame (dpyinfo, event.xkey.window); 6189 f = x_any_window_to_frame (dpyinfo, event.xkey.window);
6190 6190
6191 if (!dpyinfo->mouse_face_hidden && INTEGERP (Vmouse_highlight)) 6191 if (!dpyinfo->mouse_face_hidden && INTEGERP (Vmouse_highlight))
6192 { 6192 {
6193 clear_mouse_face (dpyinfo);
6193 dpyinfo->mouse_face_hidden = 1; 6194 dpyinfo->mouse_face_hidden = 1;
6194 clear_mouse_face (dpyinfo);
6195 } 6195 }
6196 6196
6197 #if defined USE_MOTIF && defined USE_TOOLKIT_SCROLL_BARS 6197 #if defined USE_MOTIF && defined USE_TOOLKIT_SCROLL_BARS
6198 if (f == 0) 6198 if (f == 0)
6199 { 6199 {