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.25 by sf-exg, Tue Oct 5 20:22:25 2010 UTC vs.
Revision 1.37 by sf-exg, Fri Nov 19 23:29:30 2010 UTC

21{ 21{
22 bgPixmap_t (); 22 bgPixmap_t ();
23 void destroy (); 23 void destroy ();
24 24
25 enum { 25 enum {
26 geometrySet = 1 << 0,
27 propScale = 1 << 1, 26 propScale = 1 << 1,
28 rootAlign = 1 << 2, 27 rootAlign = 1 << 2,
29 geometryFlags = geometrySet | propScale | rootAlign, 28 geometryFlags = propScale | rootAlign,
30 29
31 tintSet = 1 << 8, 30 tintSet = 1 << 8,
32 tintNeeded = 1 << 9, 31 tintNeeded = 1 << 9,
33 tintWholesome = 1 << 10, 32 tintWholesome = 1 << 10,
34 tintServerSide = 1 << 11,
35 tintFlags = tintSet | tintServerSide | tintNeeded | tintWholesome, 33 tintFlags = tintSet | tintNeeded | tintWholesome,
36 34
37 blurNeeded = 1 << 12, 35 blurNeeded = 1 << 11,
38 blurServerSide = 1 << 13, /* this doesn't work yet */ 36
37 HAS_RENDER = 1 << 12,
38 HAS_RENDER_CONV = 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
43 vt window instead of parent[0]! */
44 hasChanged = 1 << 19, 42 hasChanged = 1 << 19,
45 sizeSensitive = 1 << 20, 43 sizeSensitive = 1 << 20,
46 }; 44 };
47 45
48 unsigned int flags; 46 unsigned int flags;
49 47
50 enum { 48 enum {
51 transpPmapTiled = 1 << 0, 49 transpPmapTiled = 1 << 0,
52 transpPmapTinted = tintNeeded, 50 transpPmapTinted = tintNeeded,
53 transpPmapBlured = blurNeeded, 51 transpPmapBlurred = blurNeeded,
54 transpTransformations = tintNeeded | blurNeeded, 52 transpTransformations = tintNeeded | blurNeeded,
55 }; /* these flags are returned by make_transparency_pixmap if called */ 53 }; /* these flags are returned by make_transparency_pixmap if called */
56
57 bool check_clearChanged ()
58 {
59 bool r = flags & hasChanged;
60 flags &= ~hasChanged;
61 return r;
62 };
63 54
64# ifdef BG_IMAGE_FROM_FILE 55# ifdef BG_IMAGE_FROM_FILE
65# ifdef HAVE_AFTERIMAGE 56# ifdef HAVE_AFTERIMAGE
66 ASImage *original_asim; 57 ASImage *original_asim;
67# endif 58# endif
83 }; 74 };
84 75
85 unsigned int h_scale, v_scale;/* percents of the window size */ 76 unsigned int h_scale, v_scale;/* percents of the window size */
86 int h_align, v_align; /* percents of the window size: 77 int h_align, v_align; /* percents of the window size:
87 0 - left align, 50 - center, 100 - right */ 78 0 - left align, 50 - center, 100 - right */
88 void unset_geometry ()
89 {
90 flags = flags & ~geometryFlags;
91 };
92 bool set_geometry (const char *geom); 79 bool set_geometry (const char *geom, bool update = false);
93 void set_defaultGeometry () 80 void set_defaultGeometry ()
94 { 81 {
95 h_scale = v_scale = defaultScale; 82 h_scale = v_scale = defaultScale;
96 h_align = v_align = defaultAlign; 83 h_align = v_align = defaultAlign;
97 flags |= geometrySet;
98 }; 84 }
99 85
100 bool set_file (const char *file); 86 bool set_file (const char *file);
101# endif /* BG_IMAGE_FROM_FILE */ 87# endif /* BG_IMAGE_FROM_FILE */
102 88
103 rxvt_term *target; 89 rxvt_term *target;
104 bool set_target (rxvt_term *new_target); 90 void set_target (rxvt_term *new_target);
105 91
106# ifdef ENABLE_TRANSPARENCY 92# ifdef ENABLE_TRANSPARENCY
107 int root_depth; /* obtained when target is set */
108 Pixmap root_pixmap; /* current root pixmap set */ 93 Pixmap root_pixmap; /* current root pixmap set */
109 rxvt_color tint; 94 rxvt_color tint;
110 int shade; 95 int shade;
111 int h_blurRadius, v_blurRadius; 96 int h_blurRadius, v_blurRadius;
112 97
113 bool set_transparent (); 98 bool set_transparent ();
114 bool set_blur_radius (const char *geom); 99 bool set_blur_radius (const char *geom);
115 bool set_tint (rxvt_color &new_tint); 100 bool set_tint (rxvt_color &new_tint);
116 bool unset_tint (); 101 bool unset_tint ();
117 bool set_shade (const char *shade_str); 102 bool set_shade (const char *shade_str);
103 bool blur_pixmap (Pixmap pixmap, Visual *visual, int width, int height);
118 bool tint_pixmap (Pixmap pixmap, Window root, int width, int height); 104 bool tint_pixmap (Pixmap pixmap, Visual *visual, int width, int height);
119 bool set_root_pixmap (); 105 void set_root_pixmap ();
120 106
121 unsigned long make_transparency_pixmap ();/* returns combination of the transpTransformations flags */ 107 unsigned long make_transparency_pixmap ();/* returns combination of the transpTransformations flags */
122# endif 108# endif
123 double invalid_since, valid_since; 109 double invalid_since, valid_since;
124 110
125 Pixmap pixmap; 111 Pixmap pixmap;
126 unsigned int pmap_width, pmap_height; 112 unsigned int pmap_width, pmap_height;
127 unsigned int pmap_depth; 113 unsigned int pmap_depth;
128 114
115 int target_x;
116 int target_y;
117 bool set_position (int x, int y);
129 bool window_size_sensitive (); 118 bool window_size_sensitive ();
130 bool window_position_sensitive (); 119 bool window_position_sensitive ();
131
132 bool is_parentOrigin ()
133 {
134 return !(flags & isVtOrigin);
135 };
136 120
137 bool need_client_side_rendering (); 121 bool need_client_side_rendering ();
138 void apply (); 122 void apply ();
139 bool render (); 123 bool render ();
140 void invalidate () 124 void invalidate ()
142 if (!(flags & isInvalid)) 126 if (!(flags & isInvalid))
143 { 127 {
144 flags |= isInvalid; 128 flags |= isInvalid;
145 invalid_since = ev::now (); 129 invalid_since = ev::now ();
146 } 130 }
147 }; 131 }
148}; 132};
149#else 133#else
150# undef HAVE_BG_PIXMAP 134# undef HAVE_BG_PIXMAP
151#endif 135#endif
152 136

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines