comparison src/xdisp.c @ 109906:4083ea4ca585

xdisp.c: Fix typo in a comment in note_tool_bar_highlight.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 21 Aug 2010 16:25:03 +0300
parents b6004420857b
children 7ab569e9f738
comparison
equal deleted inserted replaced
109905:c2d849aa4021 109906:4083ea4ca585
10856 Lisp_Object enabled_p; 10856 Lisp_Object enabled_p;
10857 int prop_idx; 10857 int prop_idx;
10858 enum draw_glyphs_face draw = DRAW_IMAGE_RAISED; 10858 enum draw_glyphs_face draw = DRAW_IMAGE_RAISED;
10859 int mouse_down_p, rc; 10859 int mouse_down_p, rc;
10860 10860
10861 /* Function note_mouse_highlight is called with negative x(y 10861 /* Function note_mouse_highlight is called with negative X/Y
10862 values when mouse moves outside of the frame. */ 10862 values when mouse moves outside of the frame. */
10863 if (x <= 0 || y <= 0) 10863 if (x <= 0 || y <= 0)
10864 { 10864 {
10865 clear_mouse_face (dpyinfo); 10865 clear_mouse_face (dpyinfo);
10866 return; 10866 return;