aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMiles Bader2001-10-05 16:33:06 +0000
committerMiles Bader2001-10-05 16:33:06 +0000
commitf9fdaa6a2773b365693889050d66af2f69354860 (patch)
tree28b23e43e1df7d4f61ed4599857eebe2104df3ae /src
parentb4f05c3831958b43db41b07cac35bfa95b656a49 (diff)
downloademacs-f9fdaa6a2773b365693889050d66af2f69354860.tar.gz
emacs-f9fdaa6a2773b365693889050d66af2f69354860.zip
(struct x_output): Add scroll_bar_top_shadow_pixel and
scroll_bar_bottom_shadow_pixel fields.
Diffstat (limited to 'src')
-rw-r--r--src/xterm.h5
1 files changed, 5 insertions, 0 deletions
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
483 bars). */ 483 bars). */
484 unsigned long scroll_bar_background_pixel; 484 unsigned long scroll_bar_background_pixel;
485 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;
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;