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

Comparing rxvt-unicode/src/command.C (file contents):
Revision 1.474 by sf-exg, Fri Jan 28 00:08:58 2011 UTC vs.
Revision 1.475 by sf-exg, Tue Feb 1 00:41:01 2011 UTC

1551 if (ev.xany.window == vt) 1551 if (ev.xany.window == vt)
1552 { 1552 {
1553 do 1553 do
1554 { 1554 {
1555 scr_expose (ev.xexpose.x, ev.xexpose.y, 1555 scr_expose (ev.xexpose.x, ev.xexpose.y,
1556 ev.xexpose.width, ev.xexpose.height, False); 1556 ev.xexpose.width, ev.xexpose.height, false);
1557 } 1557 }
1558 while (XCheckTypedWindowEvent (dpy, vt, ev.xany.type, &ev)); 1558 while (XCheckTypedWindowEvent (dpy, vt, ev.xany.type, &ev));
1559 1559
1560 ev.xany.type = ev.xany.type == Expose ? GraphicsExpose : Expose; 1560 ev.xany.type = ev.xany.type == Expose ? GraphicsExpose : Expose;
1561 1561
1562 while (XCheckTypedWindowEvent (dpy, vt, ev.xany.type, &ev)) 1562 while (XCheckTypedWindowEvent (dpy, vt, ev.xany.type, &ev))
1563 { 1563 {
1564 scr_expose (ev.xexpose.x, ev.xexpose.y, 1564 scr_expose (ev.xexpose.x, ev.xexpose.y,
1565 ev.xexpose.width, ev.xexpose.height, False); 1565 ev.xexpose.width, ev.xexpose.height, false);
1566 } 1566 }
1567 1567
1568 want_refresh = 1; 1568 want_refresh = 1;
1569 } 1569 }
1570 else 1570 else

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines