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.6 by root, Sun Jun 3 18:14:13 2012 UTC vs.
Revision 1.7 by sf-exg, Sun Jun 3 20:34:25 2012 UTC

39 39
40 // copy 40 // copy
41 rxvt_img *copy (); 41 rxvt_img *copy ();
42 rxvt_img *scale (int new_width, int new_height); 42 rxvt_img *scale (int new_width, int new_height);
43 rxvt_img *transform (int new_width, int new_height, double matrix[16]); 43 rxvt_img *transform (int new_width, int new_height, double matrix[16]);
44 rxvt_img *convert_to (XRenderPictFormat *format);
44}; 45};
45 46
46#endif 47#endif
47 48
48#endif 49#endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines