ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/rxvt-unicode/src/rxvt.h
(Generate patch)

Comparing cvsroot/rxvt-unicode/src/rxvt.h (file contents):
Revision 1.287 by sasha, Mon Aug 6 22:42:05 2007 UTC vs.
Revision 1.288 by sasha, Tue Aug 7 22:43:33 2007 UTC

178# ifdef XPM_BACKGROUND 178# ifdef XPM_BACKGROUND
179 179
180# ifdef HAVE_AFTERIMAGE 180# ifdef HAVE_AFTERIMAGE
181 ASImage *original_asim; 181 ASImage *original_asim;
182 182
183 bool render_asim (rxvt_term *target, ASImage *background, ARGB32 tint); 183 bool render_asim (rxvt_term *target, ASImage *background, ARGB32 background_tint);
184# endif 184# endif
185 185
186#define bgPmap_defaultScale 100 186#define bgPmap_defaultScale 100
187#define bgPmap_defaultAlign 50 187#define bgPmap_defaultAlign 50
188 unsigned int h_scale, v_scale;/* percents of the window size */ 188 unsigned int h_scale, v_scale;/* percents of the window size */
189 int h_align, v_align; /* percents of the window size: 189 int h_align, v_align; /* percents of the window size:
190 0 - left align, 50 - center, 100 - right */ 190 0 - left align, 50 - center, 100 - right */
191 191
192 bool handle_geometry (const char *geom); 192 bool handle_geometry (const char *geom);
193 void set_defaultGeometry ()
194 {
195 h_scale = v_scale = bgPmap_defaultScale;
196 h_align = v_align = bgPmap_defaultAlign;
197 };
193 198
194# endif 199# endif
195 200
196# define bgPmap_geometrySet (1UL<<0) 201# define bgPmap_geometrySet (1UL<<0)
197# define bgPmap_propScale (1UL<<1) 202# define bgPmap_propScale (1UL<<1)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines