ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/scrollbar-xterm.C
(Generate patch)

Comparing rxvt-unicode/src/scrollbar-xterm.C (file contents):
Revision 1.10 by pcg, Thu Apr 8 20:31:45 2004 UTC vs.
Revision 1.11 by root, Mon Jun 21 22:24:07 2004 UTC

52 gcvalue.fill_style = FillOpaqueStippled; 52 gcvalue.fill_style = FillOpaqueStippled;
53 gcvalue.foreground = PixColors[Color_fg]; 53 gcvalue.foreground = PixColors[Color_fg];
54 gcvalue.background = PixColors[Color_bg]; 54 gcvalue.background = PixColors[Color_bg];
55 55
56 xscrollbarGC = XCreateGC (display->display, scrollBar.win, 56 xscrollbarGC = XCreateGC (display->display, scrollBar.win,
57 GCForeground | GCBackground 57 GCForeground | GCBackground
58 | GCFillStyle | GCStipple, &gcvalue); 58 | GCFillStyle | GCStipple, &gcvalue);
59 gcvalue.foreground = PixColors[Color_border]; 59 gcvalue.foreground = PixColors[Color_border];
60 ShadowGC = XCreateGC (display->display, scrollBar.win, GCForeground, &gcvalue); 60 ShadowGC = XCreateGC (display->display, scrollBar.win, GCForeground, &gcvalue);
61 } 61 }
62 /* instead of XClearWindow (display->display, scrollBar.win); */ 62 /* instead of XClearWindow (display->display, scrollBar.win); */
63 xsb = (Options & Opt_scrollBar_right) ? 1 : 0; 63 xsb = (Options & Opt_scrollBar_right) ? 1 : 0;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines