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

Comparing rxvt-unicode/src/scrollbar-plain.C (file contents):
Revision 1.26 by ayin, Tue Feb 19 17:49:16 2008 UTC vs.
Revision 1.29 by root, Thu May 22 18:54:33 2014 UTC

2 * File: scrollbar-plain.C 2 * File: scrollbar-plain.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-2006 Marc Lehmann <pcg@goof.com> 7 * Copyright (c) 2004-2006 Marc Lehmann <schmorp@schmorp.de>
8 * 8 *
9 * 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
10 * 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
11 * the Free Software Foundation; either version 2 of the License, or 11 * the Free Software Foundation; either version 3 of the License, or
12 * (at your option) any later version. 12 * (at your option) any later version.
13 * 13 *
14 * This program is distributed in the hope that it will be useful, 14 * This program is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
31scrollBar_t::show_plain (int update) 31scrollBar_t::show_plain (int update)
32{ 32{
33 int xsb = 0; 33 int xsb = 0;
34 int sbwidth = width - 1; 34 int sbwidth = width - 1;
35 35
36 if ((init & R_SB_PLAIN) == 0) 36 if ((init & SB_STYLE_PLAIN) == 0)
37 { 37 {
38 XGCValues gcvalue; 38 XGCValues gcvalue;
39 39
40 init |= R_SB_PLAIN; 40 init |= SB_STYLE_PLAIN;
41 gcvalue.foreground = term->pix_colors_focused[Color_scroll]; 41 gcvalue.foreground = term->pix_colors_focused[Color_scroll];
42 42
43 pscrollbarGC = XCreateGC (term->dpy, win, GCForeground, &gcvalue); 43 pscrollbarGC = XCreateGC (term->dpy, win, GCForeground, &gcvalue);
44 } 44 }
45 45

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines