Mercurial > emacs
changeset 39617:d39706d66016
(struct x_output): Add scroll_bar_top_shadow_pixel and
scroll_bar_bottom_shadow_pixel fields.
author | Miles Bader <miles@gnu.org> |
---|---|
date | Fri, 05 Oct 2001 16:33:06 +0000 |
parents | 13a1b8cf5135 |
children | 6d60a3a33839 |
files | src/xterm.h |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xterm.h Fri Oct 05 16:21:14 2001 +0000 +++ b/src/xterm.h Fri Oct 05 16:33:06 2001 +0000 @@ -483,6 +483,11 @@ bars). */ unsigned long scroll_bar_background_pixel; + /* Top and bottom shadow colors for 3d toolkit scrollbars. -1 means + let the scroll compute them itself. */ + unsigned long scroll_bar_top_shadow_pixel; + unsigned long scroll_bar_bottom_shadow_pixel; + /* Descriptor for the cursor in use for this window. */ Cursor text_cursor; Cursor nontext_cursor;