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

Comparing rxvt-unicode/src/rxvtperl.xs (file contents):
Revision 1.81 by root, Fri Jan 20 13:32:29 2006 UTC vs.
Revision 1.82 by root, Fri Jan 20 14:41:07 2006 UTC

1734 1734
1735void 1735void
1736XMoveResizeWindow (rxvt_term *term, Window window, int x, int y, unsigned int width, unsigned int height) 1736XMoveResizeWindow (rxvt_term *term, Window window, int x, int y, unsigned int width, unsigned int height)
1737 C_ARGS: term->display->display, (Window)window, x, y, width, height 1737 C_ARGS: term->display->display, (Window)window, x, y, width, height
1738 1738
1739void
1740rxvt_term::XTranslateCoordinates (Window src, Window dst, int x, int y)
1741 PPCODE:
1742{
1743 int dx, dy;
1744 Window child;
1745
1746 if (XTranslateCoordinates (THIS->display->display, src, dst, x, y, &dx, &dy, &child))
1747 {
1748 EXTEND (SP, 3);
1749 PUSHs (newSViv (dx));
1750 PUSHs (newSViv (dy));
1751 PUSHs (newSVuv (child));
1752 }
1753}
1754
1739############################################################################# 1755#############################################################################
1740# urxvt::overlay 1756# urxvt::overlay
1741############################################################################# 1757#############################################################################
1742 1758
1743MODULE = urxvt PACKAGE = urxvt::overlay 1759MODULE = urxvt PACKAGE = urxvt::overlay

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines