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

Comparing rxvt-unicode/src/scrollbar.C (file contents):
Revision 1.71 by sf-exg, Sun Aug 28 18:48:41 2011 UTC vs.
Revision 1.72 by sf-exg, Sun Aug 28 19:04:23 2011 UTC

38 { 38 {
39 state = STATE_IDLE; 39 state = STATE_IDLE;
40 40
41 if (!win) 41 if (!win)
42 resize (); 42 resize ();
43 else
44 XMapWindow (term->dpy, win);
45 }
46 else
47 {
48 state = STATE_OFF;
43 49
44 if (win) 50 if (win)
45 {
46 XMapWindow (term->dpy, win);
47 }
48 }
49 else
50 {
51 state = STATE_OFF;
52 XUnmapWindow (term->dpy, win); 51 XUnmapWindow (term->dpy, win);
53 } 52 }
54} 53}
55 54
56void 55void
57scrollBar_t::resize () 56scrollBar_t::resize ()

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines