ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/rxvt-unicode/src/rxvt.h
(Generate patch)

Comparing cvsroot/rxvt-unicode/src/rxvt.h (file contents):
Revision 1.358 by ayin, Fri Feb 15 10:56:29 2008 UTC vs.
Revision 1.359 by ayin, Sun Feb 17 11:13:12 2008 UTC

1356 options[opt >> 3] |= (1 << (opt & 7)); 1356 options[opt >> 3] |= (1 << (opt & 7));
1357 else 1357 else
1358 options[opt >> 3] &= ~(1 << (opt & 7)); 1358 options[opt >> 3] &= ~(1 << (opt & 7));
1359 } 1359 }
1360 1360
1361 void PrivMode (int set, unsigned bit) NOTHROW 1361 void set_privmode (unsigned bit, int set) NOTHROW
1362 { 1362 {
1363 if (set) 1363 if (set)
1364 priv_modes |= bit; 1364 priv_modes |= bit;
1365 else 1365 else
1366 priv_modes &= ~bit; 1366 priv_modes &= ~bit;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines