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.29 by sf-exg, Fri Oct 22 18:03:10 2010 UTC vs.
Revision 1.32 by sf-exg, Sun Oct 31 11:15:29 2010 UTC

93 93
94 rxvt_term *target; 94 rxvt_term *target;
95 bool set_target (rxvt_term *new_target); 95 bool set_target (rxvt_term *new_target);
96 96
97# ifdef ENABLE_TRANSPARENCY 97# ifdef ENABLE_TRANSPARENCY
98 int root_depth; /* obtained when target is set */
99 Pixmap root_pixmap; /* current root pixmap set */ 98 Pixmap root_pixmap; /* current root pixmap set */
100 rxvt_color tint; 99 rxvt_color tint;
101 int shade; 100 int shade;
102 int h_blurRadius, v_blurRadius; 101 int h_blurRadius, v_blurRadius;
103 102
106 bool set_tint (rxvt_color &new_tint); 105 bool set_tint (rxvt_color &new_tint);
107 bool unset_tint (); 106 bool unset_tint ();
108 bool set_shade (const char *shade_str); 107 bool set_shade (const char *shade_str);
109 bool blur_pixmap (Pixmap pixmap, Visual *visual, int width, int height); 108 bool blur_pixmap (Pixmap pixmap, Visual *visual, int width, int height);
110 bool tint_pixmap (Pixmap pixmap, Visual *visual, int width, int height); 109 bool tint_pixmap (Pixmap pixmap, Visual *visual, int width, int height);
111 bool set_root_pixmap (); 110 void set_root_pixmap ();
112 111
113 unsigned long make_transparency_pixmap ();/* returns combination of the transpTransformations flags */ 112 unsigned long make_transparency_pixmap ();/* returns combination of the transpTransformations flags */
114# endif 113# endif
115 double invalid_since, valid_since; 114 double invalid_since, valid_since;
116 115

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines