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.180 by root, Thu Jun 7 12:56:27 2012 UTC vs.
Revision 1.181 by root, Thu Jun 7 13:12:08 2012 UTC

2032############################################################################# 2032#############################################################################
2033# fancy bg bloatstuff (TODO: should be moved up somewhere) 2033# fancy bg bloatstuff (TODO: should be moved up somewhere)
2034 2034
2035# TODO: ugly 2035# TODO: ugly
2036void 2036void
2037rxvt_term::get_geometry () 2037rxvt_term::background_geometry (bool border = false)
2038 PPCODE: 2038 PPCODE:
2039 EXTEND (SP, 4); 2039 EXTEND (SP, 4);
2040 PUSHs (sv_2mortal (newSViv (THIS->parent_x))); 2040 PUSHs (sv_2mortal (newSViv (THIS->parent_x + (border ? THIS->window_vt_x : 0))));
2041 PUSHs (sv_2mortal (newSViv (THIS->parent_y))); 2041 PUSHs (sv_2mortal (newSViv (THIS->parent_y + (border ? THIS->window_vt_y : 0))));
2042 PUSHs (sv_2mortal (newSViv (THIS->szHint.width))); 2042 PUSHs (sv_2mortal (newSViv (border ? THIS->vt_width : THIS->szHint.width )));
2043 PUSHs (sv_2mortal (newSViv (THIS->szHint.height))); 2043 PUSHs (sv_2mortal (newSViv (border ? THIS->vt_height : THIS->szHint.height)));
2044 2044
2045#if HAVE_IMG 2045#if HAVE_IMG
2046 2046
2047#if 0 2047#if 0
2048 2048

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines