From 04fd275275c7b6b556060486e56794bca23b5068 Mon Sep 17 00:00:00 2001 From: ayin Date: Wed, 6 Feb 2008 10:44:45 +0000 Subject: [PATCH] Fix build with rxvt style scrollbar enabled. --- src/scrollbar.C | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/scrollbar.C b/src/scrollbar.C index a55c1d66..c676cbf7 100644 --- a/src/scrollbar.C +++ b/src/scrollbar.C @@ -231,13 +231,13 @@ scrollBar_t::setup (rxvt_term *term) # ifdef RXVT_SCROLLBAR if (! term->option (Opt_scrollBar_floating) && style == R_SB_RXVT) - scrollBar.shadow = SHADOW_WIDTH; + shadow = SHADOW_WIDTH; # endif this->style = style; this->width = width; - /* scrollBar.align = R_SB_ALIGN_CENTRE; */ + /* align = R_SB_ALIGN_CENTRE; */ if (scrollalign) { if (strncasecmp (scrollalign, "top", 3) == 0) -- 2.34.1