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.21 by root, Thu Jun 7 11:34:09 2012 UTC vs.
Revision 1.22 by root, Thu Jun 7 17:21:56 2012 UTC

93 rxvt_img *clone (); 93 rxvt_img *clone ();
94 rxvt_img *sub_rect (int x, int y, int width, int height); 94 rxvt_img *sub_rect (int x, int y, int width, int height);
95 rxvt_img *transform (int new_width, int new_height, double matrix[9]); 95 rxvt_img *transform (int new_width, int new_height, double matrix[9]);
96 rxvt_img *scale (int new_width, int new_height); 96 rxvt_img *scale (int new_width, int new_height);
97 rxvt_img *rotate (int new_width, int new_height, int x, int y, double phi); 97 rxvt_img *rotate (int new_width, int new_height, int x, int y, double phi);
98 rxvt_img *convert_to (XRenderPictFormat *format, const rxvt_color &bg); 98 rxvt_img *convert_format (XRenderPictFormat *format, const rxvt_color &bg);
99 rxvt_img *blend (rxvt_img *img, double factor); 99 rxvt_img *blend (rxvt_img *img, double factor);
100}; 100};
101 101
102#endif 102#endif
103 103

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines