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

Comparing rxvt-unicode/src/rxvt.h (file contents):
Revision 1.294 by sasha, Fri Aug 17 22:01:33 2007 UTC vs.
Revision 1.295 by sasha, Thu Aug 23 20:53:36 2007 UTC

181 propScale = (1UL<<1), 181 propScale = (1UL<<1),
182 geometryFlags = (geometrySet|propScale), 182 geometryFlags = (geometrySet|propScale),
183 183
184 tintSet = (1UL<<8), 184 tintSet = (1UL<<8),
185 tintNeeded = (1UL<<9), 185 tintNeeded = (1UL<<9),
186 tintWholesome = (1UL<<10),
186 tintServerSide = (1UL<<10), 187 tintServerSide = (1UL<<11),
187 tintFlags = (tintSet|tintServerSide|tintNeeded), 188 tintFlags = (tintSet|tintServerSide|tintNeeded|tintWholesome),
188 blurNeeded = (1UL<<11), 189 blurNeeded = (1UL<<12),
189 190
190 isTransparent = (1UL<<16), 191 isTransparent = (1UL<<16),
191 isInvalid = (1UL<<17) 192 isInvalid = (1UL<<17)
192 }; 193 };
193 194

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines