ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/rxvtperl.xs
(Generate patch)

Comparing rxvt-unicode/src/rxvtperl.xs (file contents):
Revision 1.162 by root, Mon Jun 4 16:03:33 2012 UTC vs.
Revision 1.164 by root, Mon Jun 4 18:17:25 2012 UTC

800 const_iv (XIMSecondary), 800 const_iv (XIMSecondary),
801 const_iv (XIMTertiary), 801 const_iv (XIMTertiary),
802 const_iv (XIMVisibleToForward), 802 const_iv (XIMVisibleToForward),
803 const_iv (XIMVisibleToBackword), 803 const_iv (XIMVisibleToBackword),
804 const_iv (XIMVisibleToCenter), 804 const_iv (XIMVisibleToCenter),
805#if HAVE_XRENDER 805#if XRENDER
806 const_iv (PictStandardARGB32), 806 const_iv (PictStandardARGB32),
807 const_iv (PictStandardRGB24), 807 const_iv (PictStandardRGB24),
808 const_iv (PictStandardA8), 808 const_iv (PictStandardA8),
809 const_iv (PictStandardA4), 809 const_iv (PictStandardA4),
810 const_iv (PictStandardA1), 810 const_iv (PictStandardA1),
2097 2097
2098rxvt_img * 2098rxvt_img *
2099rxvt_img::clone () 2099rxvt_img::clone ()
2100 2100
2101rxvt_img * 2101rxvt_img *
2102rxvt_img::scale (int new_width, int new_height)
2103
2104rxvt_img *
2105rxvt_img::transform (int new_width, int new_height, int repeat, NV p11, NV p12, NV p13, NV p21, NV p22, NV p23, NV p31, NV p32, NV p33) 2102rxvt_img::transform (int new_width, int new_height, int repeat, NV p11, NV p12, NV p13, NV p21, NV p22, NV p23, NV p31, NV p32, NV p33)
2106 INIT: 2103 INIT:
2107 double matrix[9] = { 2104 double matrix[9] = {
2108 p11, p12, p13, 2105 p11, p12, p13,
2109 p21, p22, p23, 2106 p21, p22, p23,
2110 p31, p32, p33 2107 p31, p32, p33
2111 }; 2108 };
2112 C_ARGS: new_width, new_height, repeat, matrix 2109 C_ARGS: new_width, new_height, repeat, matrix
2113 2110
2111rxvt_img *
2112rxvt_img::scale (int new_width, int new_height)
2113
2114rxvt_img *
2115rxvt_img::rotate (int new_width, int new_height, int repeat, int x, int y, NV phi)
2116
2114#endif 2117#endif
2115 2118

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines