From f9fdaa6a2773b365693889050d66af2f69354860 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Fri, 5 Oct 2001 16:33:06 +0000 Subject: [PATCH] (struct x_output): Add scroll_bar_top_shadow_pixel and scroll_bar_bottom_shadow_pixel fields. --- src/xterm.h | 5 +++++ 1 file changed, 5 insertions(+) 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; -- 2.39.2