# HG changeset patch # User Miles Bader # Date 1002299586 0 # Node ID d39706d660167bd19621f3df5de195d754d480d7 # Parent 13a1b8cf5135eb628f0d4a1e372669c48b3a388b (struct x_output): Add scroll_bar_top_shadow_pixel and scroll_bar_bottom_shadow_pixel fields. diff -r 13a1b8cf5135 -r d39706d66016 src/xterm.h --- 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;