]> git.eshelyaron.com Git - emacs.git/commitdiff
(struct x_output): Add scroll_bar_top_shadow_pixel and
authorMiles Bader <miles@gnu.org>
Fri, 5 Oct 2001 16:33:06 +0000 (16:33 +0000)
committerMiles Bader <miles@gnu.org>
Fri, 5 Oct 2001 16:33:06 +0000 (16:33 +0000)
scroll_bar_bottom_shadow_pixel fields.

src/xterm.h

index 7bd2d212e899c278c302e4419549bdb4b6a1d1a2..c59de131cc96908f60e07d187291d46becb8c358 100644 (file)
@@ -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;