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.22 by sf-exg, Sun Oct 3 20:48:34 2010 UTC vs.
Revision 1.24 by sf-exg, Mon Oct 4 14:31:01 2010 UTC

23 void destroy (); 23 void destroy ();
24 24
25 enum { 25 enum {
26 geometrySet = 1 << 0, 26 geometrySet = 1 << 0,
27 propScale = 1 << 1, 27 propScale = 1 << 1,
28 rootAlign = 1 << 2,
28 geometryFlags = geometrySet | propScale, 29 geometryFlags = geometrySet | propScale | rootAlign,
29 30
30 tintSet = 1 << 8, 31 tintSet = 1 << 8,
31 tintNeeded = 1 << 9, 32 tintNeeded = 1 << 9,
32 tintWholesome = 1 << 10, 33 tintWholesome = 1 << 10,
33 tintServerSide = 1 << 11, 34 tintServerSide = 1 << 11,
77 noScale = 0, 78 noScale = 0,
78 windowScale = 100, 79 windowScale = 100,
79 defaultScale = windowScale, 80 defaultScale = windowScale,
80 centerAlign = 50, 81 centerAlign = 50,
81 defaultAlign = centerAlign, 82 defaultAlign = centerAlign,
82 rootAlign = -10000
83 }; 83 };
84 84
85 unsigned int h_scale, v_scale;/* percents of the window size */ 85 unsigned int h_scale, v_scale;/* percents of the window size */
86 int h_align, v_align; /* percents of the window size: 86 int h_align, v_align; /* percents of the window size:
87 0 - left align, 50 - center, 100 - right */ 87 0 - left align, 50 - center, 100 - right */
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 tint_pixmap (Pixmap pixmap);
118 bool set_root_pixmap (); 119 bool set_root_pixmap ();
119 120
120 unsigned long make_transparency_pixmap ();/* returns combination of the transpTransformations flags */ 121 unsigned long make_transparency_pixmap ();/* returns combination of the transpTransformations flags */
121# endif 122# endif
122 double invalid_since, valid_since; 123 double invalid_since, valid_since;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines