diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index c80e1f35df3..93fdb68eeac 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -10858,7 +10858,7 @@ note_tool_bar_highlight (struct frame *f, int x, int y) | |||
| 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 | { |