~ubuntu-branches/ubuntu/utopic/rxvt-unicode/utopic

« back to all changes in this revision

Viewing changes to src/scrollbar-xterm.C

  • Committer: Package Import Robot
  • Author(s): Ryan Kavanagh
  • Date: 2011-12-22 18:09:33 UTC
  • mfrom: (1.1.20)
  • Revision ID: package-import@ubuntu.com-20111222180933-c0elqpfuu4vv18ob
Tags: 9.14-1
* Imported Upstream version 9.14
  - Updated copyright file
  - Includes perl extension to specify bell command (Closes: #633989)
  - Fixes bugs in tabbed extension (Closes: #531751, #511377, #459924)
  - Fixes redraw bug that occurs when window managers do not honour the size
    hints set by urxvt (Closes: #551898)
* Added missing NMU to changelog
* Recommend "fonts-vlgothic | fonts-japanese-gothic", not
  "ttf-sazanami-gothic". (Closes: #642533)
* Drop 08_rebuild_docs.diff, upstream now supports rebuilding documentation
* Update debian/rules to rebuild docs using upstream Makefile
* rxvt-unicode-ml should be oldlibs/extra since it's a transition package

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
  int xsb = 0;
38
38
  int sbwidth = width - 1;
39
39
 
40
 
  if ((init & R_SB_XTERM) == 0)
 
40
  if ((init & SB_STYLE_XTERM) == 0)
41
41
    {
42
42
      XGCValues       gcvalue;
43
43
 
44
 
      init |= R_SB_XTERM;
 
44
      init |= SB_STYLE_XTERM;
45
45
      gcvalue.stipple = XCreateBitmapFromData (term->dpy, win,
46
46
                                               (char *)x_stp_bits, x_stp_width,
47
47
                                               x_stp_height);