~ubuntu-branches/ubuntu/karmic/rxvt-unicode/karmic

« back to all changes in this revision

Viewing changes to src/scrollbar-plain.C

  • Committer: Bazaar Package Importer
  • Author(s): Decklin Foster
  • Date: 2007-08-03 12:44:44 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20070803124444-uwmus5csvd7rm4fp
Tags: 8.3-1
* New upstream release (Closes: #433004)
  - Rolled with autoconf 2.61 (Closes: #422540)
* Match https URLs in selection-popup (Closes: #428659)
* Fix typos in urxvtperl(3) (Closes: #411074, #415848)
* Use sensible-browser instead of x-www-browser directly (Closes: #415846)
* Added urxvtcd as alternative (Closes: #381967)

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
      pscrollbarGC = XCreateGC (dpy, scrollBar.win, GCForeground, &gcvalue);
44
44
    }
45
45
 
46
 
  xsb = OPTION (Opt_scrollBar_right) ? 1 : 0;
 
46
  xsb = option (Opt_scrollBar_right) ? 1 : 0;
47
47
 
48
48
  if (update)
49
49
    {