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.39 by root, Fri Jun 15 18:36:26 2012 UTC vs.
Revision 1.40 by root, Fri Jun 15 19:50:56 2012 UTC

88 float_to_component (b), 88 float_to_component (b),
89 float_to_component (a)); 89 float_to_component (a));
90 } 90 }
91 91
92 void draw (rxvt_img *img, int op = PictOpOver, nv mask = 1.); 92 void draw (rxvt_img *img, int op = PictOpOver, nv mask = 1.);
93#if 0
94 void draw (rxvt_img *img, int op = PictOpOver, nv mask = 1.,
95 nv px, nv py, nv qx, nv qy, nv rx, nv ry, nv sx, nv sy);
96#endif
93 97
94 // copy 98 // copy
95 rxvt_img *reify (); // make x, y 0, make real width/height 99 rxvt_img *reify (); // make x, y 0, make real width/height
96 rxvt_img *blur (int rh, int rv); 100 rxvt_img *blur (int rh, int rv);
97 rxvt_img *clone (); 101 rxvt_img *clone ();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines