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.112 by root, Thu Dec 14 17:40:03 2006 UTC vs.
Revision 1.113 by ayin, Tue May 1 21:10:04 2007 UTC

1474 1474
1475const char * 1475const char *
1476rxvt_term::x_resource (const char *name) 1476rxvt_term::x_resource (const char *name)
1477 1477
1478bool 1478bool
1479rxvt_term::option (U32 optval, int set = -1) 1479rxvt_term::option (U8 optval, int set = -1)
1480 CODE: 1480 CODE:
1481{ 1481{
1482 RETVAL = THIS->options & optval; 1482 RETVAL = THIS->option (optval);
1483 1483
1484 if (set >= 0) 1484 if (set >= 0)
1485 { 1485 {
1486 if (set)
1487 THIS->options |= optval; 1486 THIS->set_option (optval, set);
1488 else
1489 THIS->options &= ~optval;
1490 1487
1491 if (THIS->check_ev.is_active ()) // avoid doing this before START 1488 if (THIS->check_ev.is_active ()) // avoid doing this before START
1492 switch (optval) 1489 switch (optval)
1493 { 1490 {
1494 case Opt_skipBuiltinGlyphs: 1491 case Opt_skipBuiltinGlyphs:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines