repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: 736dc2b68bb0b553d0ad3882abb6137ec1302c93: path_to: revision_to:
commit 736dc2b68bb0b553d0ad3882abb6137ec1302c93 Author: Emanuele GiaquintaDate: Sun Oct 14 12:31:59 2012 +0000 Fix compilation with --disable-rxvt-scroll. diff --git a/src/scrollbar.C b/src/scrollbar.C
--- a/src/scrollbar.C
+++ b/src/scrollbar.C
@@ -236,9 +236,11 @@ scrollBar_t::destroy ()
int
scrollBar_t::color ()
{
+#ifdef RXVT_SCROLLBAR
if (style == SB_STYLE_RXVT && shadow)
return Color_trough;
else
+#endif
return Color_border;
}
-----END OF PAGE-----