comparison src/xdisp.c @ 56891:10705eddc995

(note_mouse_highlight): Set the mouse pointer shape to nontext_cursor if it is on a scroll bar.
author Steven Tamm <steventamm@mac.com>
date Thu, 02 Sep 2004 17:01:20 +0000
parents e6e0caa7ec87
children 8beec197715e
comparison
equal deleted inserted replaced
56890:e8bafb4b47db 56891:10705eddc995
20890 return; 20890 return;
20891 } 20891 }
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;
20899 20900
20900 /* Are we in a window whose display is up to date? 20901 /* Are we in a window whose display is up to date?