*** empty log message ***
authorroot <root>
Sat, 16 Dec 2006 02:33:18 +0000 (02:33 +0000)
committerroot <root>
Sat, 16 Dec 2006 02:33:18 +0000 (02:33 +0000)
Changes
src/scrollbar-xterm.C

diff --git a/Changes b/Changes
index e231354ad0ab929cedaed84ec2dc9e585d3600f3..e9151ec94626e16fff68718808451d4a279df38e 100644 (file)
--- 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!!!
index c905dcf914d892bf0522799e1eee5b4e425d3486..917e7d2acde85134a3b3202e685adbbafcbad2dd 100644 (file)
@@ -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,