From: Miles Bader Date: Fri, 5 Oct 2001 16:33:06 +0000 (+0000) Subject: (struct x_output): Add scroll_bar_top_shadow_pixel and X-Git-Tag: ttn-vms-21-2-B4~19703 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f9fdaa6a2773b365693889050d66af2f69354860;p=emacs.git (struct x_output): Add scroll_bar_top_shadow_pixel and scroll_bar_bottom_shadow_pixel fields. --- diff --git a/src/xterm.h b/src/xterm.h index 7bd2d212e89..c59de131cc9 100644 --- a/src/xterm.h +++ b/src/xterm.h @@ -483,6 +483,11 @@ struct x_output 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;