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.171 by root, Tue Jun 5 22:23:07 2012 UTC vs.
Revision 1.172 by root, Tue Jun 5 22:46:50 2012 UTC

2046 OUTPUT: 2046 OUTPUT:
2047 RETVAL 2047 RETVAL
2048 2048
2049#if ENABLE_TRANSPARENCY 2049#if ENABLE_TRANSPARENCY
2050 2050
2051#if 0
2052
2053rxvt_img * 2051rxvt_img *
2054rxvt_term::new_img_from_root () 2052rxvt_term::new_img_from_root ()
2055 CODE: 2053 CODE:
2056 RETVAL = rxvt_img::new_from_root (THIS); 2054 RETVAL = rxvt_img::new_from_root (THIS);
2057 OUTPUT: 2055 OUTPUT:
2058 RETVAL 2056 RETVAL
2059
2060#endif
2061 2057
2062#endif 2058#endif
2063 2059
2064#if HAVE_PIXBUF 2060#if HAVE_PIXBUF
2065 2061
2089 THIS->bg_flags &= ~rxvt_term::BG_NEEDS_REFRESH; 2085 THIS->bg_flags &= ~rxvt_term::BG_NEEDS_REFRESH;
2090 2086
2091 if (img) // TODO: cannot be false 2087 if (img) // TODO: cannot be false
2092 { 2088 {
2093 img->unshare (); 2089 img->unshare ();
2090 //TODO: convetr to visual, possibly precompose with colour
2094 THIS->bg_pixmap = img->steal (); 2091 THIS->bg_pixmap = img->steal ();
2095 THIS->bg_flags |= rxvt_term::BG_NEEDS_REFRESH; 2092 THIS->bg_flags |= rxvt_term::BG_NEEDS_REFRESH;
2096 THIS->bg_valid_since = ev::now (); // TODO: extra bloat 2093 THIS->bg_valid_since = ev::now (); // TODO: extra bloat
2097 } 2094 }
2098 2095

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines