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

Comparing rxvt-unicode/src/main.C (file contents):
Revision 1.288 by ayin, Tue Dec 18 01:36:24 2007 UTC vs.
Revision 1.290 by ayin, Tue Dec 18 12:52:30 2007 UTC

1677void 1677void
1678rxvt_term::get_window_origin (int &x, int &y) 1678rxvt_term::get_window_origin (int &x, int &y)
1679{ 1679{
1680 Window cr; 1680 Window cr;
1681 XTranslateCoordinates (dpy, parent[0], display->root, 0, 0, &x, &y, &cr); 1681 XTranslateCoordinates (dpy, parent[0], display->root, 0, 0, &x, &y, &cr);
1682/* fprintf( stderr, "origin is %+d%+d\n", x, y);*/ 1682/* fprintf (stderr, "origin is %+d%+d\n", x, y);*/
1683} 1683}
1684 1684
1685Pixmap 1685Pixmap
1686rxvt_term::get_pixmap_property (int prop_id) 1686rxvt_term::get_pixmap_property (int prop_id)
1687{ 1687{
1730 refresh = .05; 1730 refresh = .05;
1731 else if (bgPixmap.flags & bgPixmap_t::blurNeeded) 1731 else if (bgPixmap.flags & bgPixmap_t::blurNeeded)
1732 refresh = .20; /* very slow !!! */ 1732 refresh = .20; /* very slow !!! */
1733 else 1733 else
1734 refresh = .07; 1734 refresh = .07;
1735 update_background_ev.start (refresh); 1735 update_background_ev.start (refresh);
1736 } 1736 }
1737 1737
1738 return 0; 1738 return 0;
1739} 1739}
1740 1740

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines