aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.h
diff options
context:
space:
mode:
authorDmitry Antipov2014-07-22 17:55:04 +0400
committerDmitry Antipov2014-07-22 17:55:04 +0400
commit0df1c7293ee5a4715879ec8bf92585fa050085ea (patch)
treea75620bbe67847ea09ed70043ba695286a56484b /src/xterm.h
parent1d3710228bb29e020ab4f179b0b14362bb5691b4 (diff)
downloademacs-0df1c7293ee5a4715879ec8bf92585fa050085ea.tar.gz
emacs-0df1c7293ee5a4715879ec8bf92585fa050085ea.zip
* xterm.h (struct x_output) [USE_LUCID && USE_TOOLKIT_SCROLL_BARS]:
Define scroll_bar_top_shadow_pixel and scroll_bar_bottom_shadow_pixel as such. All related users changed.
Diffstat (limited to 'src/xterm.h')
-rw-r--r--src/xterm.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/xterm.h b/src/xterm.h
index 398d70fc8fc..569433e4242 100644
--- a/src/xterm.h
+++ b/src/xterm.h
@@ -541,10 +541,12 @@ struct x_output
541 bars). */ 541 bars). */
542 unsigned long scroll_bar_background_pixel; 542 unsigned long scroll_bar_background_pixel;
543 543
544 /* Top and bottom shadow colors for 3d toolkit scrollbars. -1 means 544#if defined (USE_LUCID) && defined (USE_TOOLKIT_SCROLL_BARS)
545 let the scroll compute them itself. */ 545 /* Top and bottom shadow colors for 3D Lucid scrollbars.
546 -1 means let the scroll compute them itself. */
546 unsigned long scroll_bar_top_shadow_pixel; 547 unsigned long scroll_bar_top_shadow_pixel;
547 unsigned long scroll_bar_bottom_shadow_pixel; 548 unsigned long scroll_bar_bottom_shadow_pixel;
549#endif
548 550
549 /* Descriptor for the cursor in use for this window. */ 551 /* Descriptor for the cursor in use for this window. */
550 Cursor text_cursor; 552 Cursor text_cursor;