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.4 by pcg, Mon Feb 9 07:11:49 2004 UTC vs.
Revision 1.6 by pcg, Thu Apr 8 20:31:45 2004 UTC

1/*----------------------------------------------------------------------* 1/*----------------------------------------------------------------------*
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 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.
26 27
27/*----------------------------------------------------------------------*/ 28/*----------------------------------------------------------------------*/
28#if defined(PLAIN_SCROLLBAR) 29#if defined(PLAIN_SCROLLBAR)
29 30
30int 31int
31rxvt_term::scrollbar_show_plain (int update __attribute__((unused)), int last_top, int last_bot, int scrollbar_len) 32rxvt_term::scrollbar_show_plain (int update __attribute__ ((unused)), int last_top, int last_bot, int scrollbar_len)
32{ 33{
33 int xsb = 0; 34 int xsb = 0;
34 int sbwidth = scrollBar.width - 1; 35 int sbwidth = scrollBar.width - 1;
35 36
36 if ((scrollBar.init & R_SB_PLAIN) == 0) 37 if ((scrollBar.init & R_SB_PLAIN) == 0)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines