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.107 by root, Thu Dec 7 03:50:36 2006 UTC vs.
Revision 1.108 by root, Sun Dec 10 15:14:05 2006 UTC

941 RETVAL 941 RETVAL
942 942
943int 943int
944GET_CUSTOM (int rend) 944GET_CUSTOM (int rend)
945 CODE: 945 CODE:
946 RETVAL = (rend && RS_customMask) >> RS_customShift; 946 RETVAL = (rend & RS_customMask) >> RS_customShift;
947 OUTPUT: 947 OUTPUT:
948 RETVAL 948 RETVAL
949 949
950int 950int
951SET_CUSTOM (int rend, int new_value) 951SET_CUSTOM (int rend, int new_value)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines