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.13 by sf-exg, Tue Jun 5 18:52:48 2012 UTC vs.
Revision 1.14 by root, Wed Jun 6 20:20:23 2012 UTC

42 rxvt_img *clone (); 42 rxvt_img *clone ();
43 rxvt_img *sub_rect (int x, int y, int width, int height, int repeat = RepeatNormal); 43 rxvt_img *sub_rect (int x, int y, int width, int height, int repeat = RepeatNormal);
44 rxvt_img *transform (int new_width, int new_height, double matrix[9], int repeat = RepeatNormal); 44 rxvt_img *transform (int new_width, int new_height, double matrix[9], int repeat = RepeatNormal);
45 rxvt_img *scale (int new_width, int new_height); 45 rxvt_img *scale (int new_width, int new_height);
46 rxvt_img *rotate (int new_width, int new_height, int x, int y, double phi, int repeat = RepeatNormal); 46 rxvt_img *rotate (int new_width, int new_height, int x, int y, double phi, int repeat = RepeatNormal);
47 rxvt_img *convert_to (XRenderPictFormat *format); 47 rxvt_img *convert_to (XRenderPictFormat *format, const rxvt_color &bg);
48 rxvt_img *blend (rxvt_img *img, double factor); 48 rxvt_img *blend (rxvt_img *img, double factor);
49}; 49};
50 50
51#endif 51#endif
52 52

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines