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.27 by sf-exg, Tue Oct 12 22:14:05 2010 UTC vs.
Revision 1.28 by sf-exg, Wed Oct 13 23:04:57 2010 UTC

33 tintWholesome = 1 << 10, 33 tintWholesome = 1 << 10,
34 tintServerSide = 1 << 11, 34 tintServerSide = 1 << 11,
35 tintFlags = tintSet | tintServerSide | tintNeeded | tintWholesome, 35 tintFlags = tintSet | tintServerSide | tintNeeded | tintWholesome,
36 36
37 blurNeeded = 1 << 12, 37 blurNeeded = 1 << 12,
38 blurServerSide = 1 << 13, /* this doesn't work yet */ 38 blurServerSide = 1 << 13,
39 39
40 isTransparent = 1 << 16, 40 isTransparent = 1 << 16,
41 isInvalid = 1 << 17, 41 isInvalid = 1 << 17,
42 isVtOrigin = 1 << 18, /* if set pixmap has origin at corner of 42 isVtOrigin = 1 << 18, /* if set pixmap has origin at corner of
43 vt window instead of parent[0]! */ 43 vt window instead of parent[0]! */
113 bool set_transparent (); 113 bool set_transparent ();
114 bool set_blur_radius (const char *geom); 114 bool set_blur_radius (const char *geom);
115 bool set_tint (rxvt_color &new_tint); 115 bool set_tint (rxvt_color &new_tint);
116 bool unset_tint (); 116 bool unset_tint ();
117 bool set_shade (const char *shade_str); 117 bool set_shade (const char *shade_str);
118 bool blur_pixmap (Pixmap pixmap, Visual *visual, int width, int height);
118 bool tint_pixmap (Pixmap pixmap, Visual *visual, int width, int height); 119 bool tint_pixmap (Pixmap pixmap, Visual *visual, int width, int height);
119 bool set_root_pixmap (); 120 bool set_root_pixmap ();
120 121
121 unsigned long make_transparency_pixmap ();/* returns combination of the transpTransformations flags */ 122 unsigned long make_transparency_pixmap ();/* returns combination of the transpTransformations flags */
122# endif 123# endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines