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

Comparing rxvt-unicode/src/perl/background (file contents):
Revision 1.55 by root, Thu Jun 14 16:48:57 2012 UTC vs.
Revision 1.56 by root, Thu Jun 14 17:06:57 2012 UTC

301 301
302 sub clone($) { 302 sub clone($) {
303 $_[0]->clone 303 $_[0]->clone
304 } 304 }
305 305
306=item merge $img ...
307
308Takes any number of images and merges them together, creating a single image containing them all.
309
310=cut
311
312 sub merge(@) {
313 #TODO
314 }
315
306=head2 TILING MODES 316=head2 TILING MODES
307 317
308The following operators modify the tiling mode of an image, that is, the 318The following operators modify the tiling mode of an image, that is, the
309way that pixels outside the image area are painted when the image is used. 319way that pixels outside the image area are painted when the image is used.
310 320
761 771
762=back 772=back
763 773
764=head2 OTHER STUFF 774=head2 OTHER STUFF
765 775
766Anything that didn't fit any of the other categories, even after appliyng 776Anything that didn't fit any of the other categories, even after applying
767force and closing our eyes. 777force and closing our eyes.
768 778
769=over 4 779=over 4
770 780
771=item once { ... } 781=item once { ... }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines