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.26 by root, Fri Jun 8 22:19:03 2012 UTC vs.
Revision 1.27 by root, Sat Jun 9 10:21:19 2012 UTC

96 rxvt_img *transform (int new_width, int new_height, double matrix[9]); 96 rxvt_img *transform (int new_width, int new_height, double matrix[9]);
97 rxvt_img *scale (int new_width, int new_height); 97 rxvt_img *scale (int new_width, int new_height);
98 rxvt_img *rotate (int new_width, int new_height, int x, int y, double phi); 98 rxvt_img *rotate (int new_width, int new_height, int x, int y, double phi);
99 rxvt_img *convert_format (XRenderPictFormat *format, const rxvt_color &bg); 99 rxvt_img *convert_format (XRenderPictFormat *format, const rxvt_color &bg);
100 rxvt_img *blend (rxvt_img *img, double factor); 100 rxvt_img *blend (rxvt_img *img, double factor);
101
102 // egregiuous helper category
103 rxvt_img *replace (rxvt_img *&p)
104 {
105 delete p;
106 p = this;
107 return this;
108 }
101}; 109};
102 110
103#endif 111#endif
104 112
105#endif 113#endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines