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

Comparing rxvt-unicode/src/rxvt.h (file contents):
Revision 1.284 by ayin, Fri Aug 3 23:32:14 2007 UTC vs.
Revision 1.285 by sasha, Sat Aug 4 07:05:31 2007 UTC

179 179
180# ifdef HAVE_AFTERIMAGE 180# ifdef HAVE_AFTERIMAGE
181 ASImage *original_asim; 181 ASImage *original_asim;
182# endif 182# endif
183 183
184#define bgPmap_defaultScale 100
185#define bgPmap_defaultAlign 50
184 unsigned int h_scale, v_scale;/* percents of the window size */ 186 unsigned int h_scale, v_scale;/* percents of the window size */
185 int h_align, v_align; /* percents of the window size: 187 int h_align, v_align; /* percents of the window size:
186 0 - left align, 50 - center, 100 - right */ 188 0 - left align, 50 - center, 100 - right */
187 189
188 bool handle_geometry (const char *geom); 190 bool handle_geometry (const char *geom);
189 191
190# endif 192# endif
191 193
192# define bgPmap_geometrySet (1UL<<0) 194# define bgPmap_geometrySet (1UL<<0)
193# define bgPmap_hScale (1UL<<1)
194# define bgPmap_vScale (1UL<<2)
195# define bgPmap_Scale (bgPmap_hScale|bgPmap_vScale)
196# define bgPmap_propScale (1UL<<3) 195# define bgPmap_propScale (1UL<<1)
197# define bgPmap_geometryFlags (bgPmap_geometrySet|bgPmap_Scale|bgPmap_propScale) 196# define bgPmap_geometryFlags (bgPmap_geometrySet|bgPmap_propScale)
198 197
199# define bgPmap_Transparent (1UL<<16) 198# define bgPmap_Transparent (1UL<<16)
200 unsigned long flags; 199 unsigned long flags;
201 200
202 Pixmap pixmap; 201 Pixmap pixmap;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines