Mercurial > emacs
comparison src/termhooks.h @ 15181:b163c199496b
(enum scroll_bar_part): Delete extra comma.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 08 May 1996 00:04:11 +0000 |
parents | 87c0298bd4f7 |
children | 481b7874a1e9 |
comparison
equal
deleted
inserted
replaced
15180:9a22c72359c1 | 15181:b163c199496b |
---|---|
59 enum scroll_bar_part { | 59 enum scroll_bar_part { |
60 scroll_bar_above_handle, | 60 scroll_bar_above_handle, |
61 scroll_bar_handle, | 61 scroll_bar_handle, |
62 scroll_bar_below_handle, | 62 scroll_bar_below_handle, |
63 scroll_bar_up_arrow, | 63 scroll_bar_up_arrow, |
64 scroll_bar_down_arrow, | 64 scroll_bar_down_arrow |
65 }; | 65 }; |
66 | 66 |
67 /* Return the current position of the mouse. | 67 /* Return the current position of the mouse. |
68 | 68 |
69 Set *f to the frame the mouse is in, or zero if the mouse is in no | 69 Set *f to the frame the mouse is in, or zero if the mouse is in no |