comparison src/xterm.h @ 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 22c9c2b59427
children e75b04a40358
comparison
equal deleted inserted replaced
39616:13a1b8cf5135 39617:d39706d66016
480 480
481 /* Background color for scroll bars. A value of -1 means use the 481 /* Background color for scroll bars. A value of -1 means use the
482 default (background color of the frame for non-toolkit scroll 482 default (background color of the frame for non-toolkit scroll
483 bars). */ 483 bars). */
484 unsigned long scroll_bar_background_pixel; 484 unsigned long scroll_bar_background_pixel;
485
486 /* Top and bottom shadow colors for 3d toolkit scrollbars. -1 means
487 let the scroll compute them itself. */
488 unsigned long scroll_bar_top_shadow_pixel;
489 unsigned long scroll_bar_bottom_shadow_pixel;
485 490
486 /* Descriptor for the cursor in use for this window. */ 491 /* Descriptor for the cursor in use for this window. */
487 Cursor text_cursor; 492 Cursor text_cursor;
488 Cursor nontext_cursor; 493 Cursor nontext_cursor;
489 Cursor modeline_cursor; 494 Cursor modeline_cursor;