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.23 by sf-exg, Sun Oct 3 21:44:39 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 */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines