diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index 334ebb72fcb..32cd0f745f0 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -20892,7 +20892,8 @@ note_mouse_highlight (f, x, y) | |||
| 20892 | 20892 | ||
| 20893 | if (part == ON_VERTICAL_BORDER) | 20893 | if (part == ON_VERTICAL_BORDER) |
| 20894 | cursor = FRAME_X_OUTPUT (f)->horizontal_drag_cursor; | 20894 | cursor = FRAME_X_OUTPUT (f)->horizontal_drag_cursor; |
| 20895 | else if (part == ON_LEFT_FRINGE || part == ON_RIGHT_FRINGE) | 20895 | else if (part == ON_LEFT_FRINGE || part == ON_RIGHT_FRINGE |
| 20896 | || part == ON_SCROLL_BAR) | ||
| 20896 | cursor = FRAME_X_OUTPUT (f)->nontext_cursor; | 20897 | cursor = FRAME_X_OUTPUT (f)->nontext_cursor; |
| 20897 | else | 20898 | else |
| 20898 | cursor = FRAME_X_OUTPUT (f)->text_cursor; | 20899 | cursor = FRAME_X_OUTPUT (f)->text_cursor; |