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

Comparing rxvt-unicode/src/background.h (file contents):
Revision 1.21 by sf-exg, Wed Sep 8 22:17:06 2010 UTC vs.
Revision 1.22 by sf-exg, Sun Oct 3 20:48:34 2010 UTC

39 isTransparent = 1 << 16, 39 isTransparent = 1 << 16,
40 isInvalid = 1 << 17, 40 isInvalid = 1 << 17,
41 isVtOrigin = 1 << 18, /* if set pixmap has origin at corner of 41 isVtOrigin = 1 << 18, /* if set pixmap has origin at corner of
42 vt window instead of parent[0]! */ 42 vt window instead of parent[0]! */
43 hasChanged = 1 << 19, 43 hasChanged = 1 << 19,
44 sizeSensitive = 1 << 20,
44 }; 45 };
45 46
46 unsigned int flags; 47 unsigned int flags;
47 48
48 enum { 49 enum {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines