From: root Date: Sat, 16 Dec 2006 02:33:18 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=f4709ef7d0820c07d0601441c27592a807c834a6;p=dana%2Furxvt.git *** empty log message *** --- diff --git a/Changes b/Changes index e231354a..e9151ec9 100644 --- a/Changes +++ b/Changes @@ -26,6 +26,8 @@ TODO: fix rounding of colors when !xft (#aaaaaa => #a9a900) (do not use correct, - fixed typo in urxvt::GET_CUSTOM, causing the result to be wrong. (patch by Sergey Vlasov). - unbundled iom perl interface somewhat. + - scrollbar-xterm now uses the selected scrollColor instead of fg + (found by Aiviru). 8.1 Thu Dec 7 22:27:25 CET 2006 - ケリスマスプレゼント - zomg!!1, it's too early!!! diff --git a/src/scrollbar-xterm.C b/src/scrollbar-xterm.C index c905dcf9..917e7d2a 100644 --- a/src/scrollbar-xterm.C +++ b/src/scrollbar-xterm.C @@ -1,4 +1,4 @@ -/*--------------------------------*-C-*---------------------------------* +/*----------------------------------------------------------------------* * File: scrollbar-xterm.C *----------------------------------------------------------------------* * @@ -49,7 +49,7 @@ rxvt_term::scrollbar_show_xterm (int update, int last_top, int last_bot, int scr rxvt_fatal ("can't create bitmap\n"); gcvalue.fill_style = FillOpaqueStippled; - gcvalue.foreground = pix_colors_focused[Color_fg]; + gcvalue.foreground = pix_colors_focused[Color_scroll]; gcvalue.background = pix_colors_focused[Color_bg]; xscrollbarGC = XCreateGC (dpy, scrollBar.win,