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.9 by pcg, Wed Mar 17 03:47:14 2004 UTC vs.
Revision 1.11 by root, Mon Jun 21 22:24:07 2004 UTC

1/*--------------------------------*-C-*---------------------------------* 1/*--------------------------------*-C-*---------------------------------*
2 * File: scrollbar-xterm.c 2 * File: scrollbar-xterm.C
3 *----------------------------------------------------------------------* 3 *----------------------------------------------------------------------*
4 * 4 *
5 * Copyright (c) 1997,1998 mj olesen <olesen@me.QueensU.CA> 5 * Copyright (c) 1997,1998 mj olesen <olesen@me.QueensU.CA>
6 * Copyright (c) 1999-2001 Geoff Wing <gcw@pobox.com> 6 * Copyright (c) 1999-2001 Geoff Wing <gcw@pobox.com>
7 * Copyright (c) 2004 Marc Lehmann <pcg@goof.com>
7 * 8 *
8 * This program is free software; you can redistribute it and/or modify 9 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by 10 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; either version 2 of the License, or 11 * the Free Software Foundation; either version 2 of the License, or
11 * (at your option) any later version. 12 * (at your option) any later version.
51 gcvalue.fill_style = FillOpaqueStippled; 52 gcvalue.fill_style = FillOpaqueStippled;
52 gcvalue.foreground = PixColors[Color_fg]; 53 gcvalue.foreground = PixColors[Color_fg];
53 gcvalue.background = PixColors[Color_bg]; 54 gcvalue.background = PixColors[Color_bg];
54 55
55 xscrollbarGC = XCreateGC (display->display, scrollBar.win, 56 xscrollbarGC = XCreateGC (display->display, scrollBar.win,
56 GCForeground | GCBackground 57 GCForeground | GCBackground
57 | GCFillStyle | GCStipple, &gcvalue); 58 | GCFillStyle | GCStipple, &gcvalue);
58 gcvalue.foreground = PixColors[Color_border]; 59 gcvalue.foreground = PixColors[Color_border];
59 ShadowGC = XCreateGC (display->display, scrollBar.win, GCForeground, &gcvalue); 60 ShadowGC = XCreateGC (display->display, scrollBar.win, GCForeground, &gcvalue);
60 } 61 }
61 /* instead of XClearWindow (display->display, scrollBar.win); */ 62 /* instead of XClearWindow (display->display, scrollBar.win); */
62 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