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.4 by sasha, Fri Oct 26 17:26:16 2007 UTC vs.
Revision 1.5 by ayin, Wed Oct 31 09:55:23 2007 UTC

45 transpPmapBlured = blurNeeded, 45 transpPmapBlured = blurNeeded,
46 transpTransformations = (tintNeeded|blurNeeded) 46 transpTransformations = (tintNeeded|blurNeeded)
47 }; /* this flags are returned by make_transparency_pixmap if called */ 47 }; /* this flags are returned by make_transparency_pixmap if called */
48 48
49 bool check_clearChanged () { bool r = flags & hasChanged; flags &= ~hasChanged; return r; }; 49 bool check_clearChanged () { bool r = flags & hasChanged; flags &= ~hasChanged; return r; };
50 50
51# ifdef BG_IMAGE_FROM_FILE 51# ifdef BG_IMAGE_FROM_FILE
52# ifdef HAVE_AFTERIMAGE 52# ifdef HAVE_AFTERIMAGE
53 ASImage *original_asim; 53 ASImage *original_asim;
54 bool render_asim (ASImage *background, ARGB32 background_tint); 54 bool render_asim (ASImage *background, ARGB32 background_tint);
55# endif 55# endif
108 bool need_client_side_rendering (); 108 bool need_client_side_rendering ();
109 void apply (); 109 void apply ();
110 bool render (); 110 bool render ();
111 void invalidate () { 111 void invalidate () {
112 if (!(flags & isInvalid)) 112 if (!(flags & isInvalid))
113 { 113 {
114 flags |= isInvalid; 114 flags |= isInvalid;
115 invalid_since = NOW; 115 invalid_since = NOW;
116 } 116 }
117 }; 117 };
118}; 118};
119#else 119#else

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines