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

Comparing rxvt-unicode/src/rxvtimg.h (file contents):
Revision 1.43 by root, Sun Jun 17 21:58:18 2012 UTC vs.
Revision 1.44 by root, Mon Jul 2 02:01:41 2012 UTC

87 this->repeat = repeat; 87 this->repeat = repeat;
88 } 88 }
89 89
90 void unshare (); // prepare for write 90 void unshare (); // prepare for write
91 void fill (const rgba &c); 91 void fill (const rgba &c);
92 void fill (const rgba &c, int x, int y, int w, int h);
92 void add_alpha (); 93 void add_alpha ();
93 //void linear_gradient (const XLinearGradient *gradient, const XFixed *stops, const XRenderColor *colors, int nstops); 94 //void linear_gradient (const XLinearGradient *gradient, const XFixed *stops, const XRenderColor *colors, int nstops);
94 //void radial_gradient (const XRadialGradient *gradient, const XFixed *stops, const XRenderColor *colors, int nstops); 95 //void radial_gradient (const XRadialGradient *gradient, const XFixed *stops, const XRenderColor *colors, int nstops);
95 //void conical_gradient (const XConicalGradient *gradient, const XFixed *stops, const XRenderColor *colors, int nstops); 96 //void conical_gradient (const XConicalGradient *gradient, const XFixed *stops, const XRenderColor *colors, int nstops);
96 void brightness (int32_t r, int32_t g, int32_t b, int32_t a); 97 void brightness (int32_t r, int32_t g, int32_t b, int32_t a);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines