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.200 by root, Sun Jun 17 21:58:18 2012 UTC vs.
Revision 1.202 by sf-exg, Sat Jun 30 09:01:12 2012 UTC

1454 CODE: 1454 CODE:
1455 RETVAL = THIS->parent_y; 1455 RETVAL = THIS->parent_y;
1456 OUTPUT: 1456 OUTPUT:
1457 RETVAL 1457 RETVAL
1458 1458
1459Window
1460rxvt_term::vt ()
1461 CODE:
1462 RETVAL = THIS->vt;
1463 OUTPUT:
1464 RETVAL
1465
1459void 1466void
1460rxvt_term::vt_emask_add (U32 emask) 1467rxvt_term::vt_emask_add (U32 emask)
1461 CODE: 1468 CODE:
1462 THIS->vt_emask_perl |= emask; 1469 THIS->vt_emask_perl |= emask;
1463 THIS->vt_select_input (); 1470 THIS->vt_select_input ();
2260 C_ARGS: filename, 0 2267 C_ARGS: filename, 0
2261 2268
2262void 2269void
2263DESTROY (urxvt::pixbuf self) 2270DESTROY (urxvt::pixbuf self)
2264 CODE: 2271 CODE:
2265 gdk_pixbuf_unref (self); 2272 g_object_unref (self);
2266 2273
2267#endif 2274#endif
2268 2275
2269MODULE = urxvt PACKAGE = urxvt::img 2276MODULE = urxvt PACKAGE = urxvt::img
2270 2277

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines