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.39 by root, Fri Jun 8 22:19:03 2012 UTC vs.
Revision 1.40 by root, Fri Jun 8 22:19:21 2012 UTC

245=item solid $width, $height, $colour 245=item solid $width, $height, $colour
246 246
247Creates a new image and completely fills it with the given colour. The 247Creates a new image and completely fills it with the given colour. The
248image is set to tiling mode. 248image is set to tiling mode.
249 249
250If <$width> and C<$height> are omitted, it creates a 1x1 image, which is 250If C<$width> and C<$height> are omitted, it creates a 1x1 image, which is
251useful for solid backgrounds or for use in filtering effects. 251useful for solid backgrounds or for use in filtering effects.
252 252
253=cut 253=cut
254 254
255 sub solid($$;$) { 255 sub solid($$;$) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines