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.32 by ayin, Tue Feb 19 17:49:16 2008 UTC vs.
Revision 1.34 by sf-exg, Thu Sep 1 08:11:27 2011 UTC

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-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 2 of the License, or
12 * (at your option) any later version. 12 * (at your option) any later version.
35scrollBar_t::show_xterm (int update) 35scrollBar_t::show_xterm (int update)
36{ 36{
37 int xsb = 0; 37 int xsb = 0;
38 int sbwidth = width - 1; 38 int sbwidth = width - 1;
39 39
40 if ((init & R_SB_XTERM) == 0) 40 if ((init & SB_STYLE_XTERM) == 0)
41 { 41 {
42 XGCValues gcvalue; 42 XGCValues gcvalue;
43 43
44 init |= R_SB_XTERM; 44 init |= SB_STYLE_XTERM;
45 gcvalue.stipple = XCreateBitmapFromData (term->dpy, win, 45 gcvalue.stipple = XCreateBitmapFromData (term->dpy, win,
46 (char *)x_stp_bits, x_stp_width, 46 (char *)x_stp_bits, x_stp_width,
47 x_stp_height); 47 x_stp_height);
48 if (!gcvalue.stipple) 48 if (!gcvalue.stipple)
49 rxvt_fatal ("can't create bitmap\n"); 49 rxvt_fatal ("can't create bitmap\n");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines