repo: rxvt-unicode-sixel
action: commit
revision: 
path_from: 
revision_from: d6a8b3313bac590b07a1b69c4e3a476fd4dc62e8:
path_to: 
revision_to: 
git.thebackupbox.net
rxvt-unicode-sixel
git clone git://git.thebackupbox.net/rxvt-unicode-sixel
commit d6a8b3313bac590b07a1b69c4e3a476fd4dc62e8
Author: Emanuele Giaquinta 
Date:   Fri Sep 3 10:16:12 2010 +0000

    Add gdk-pixbuf docs.

diff --git a/doc/rxvt.1.pod b/doc/rxvt.1.pod
index c774ed32b63c294127656784a511582572451b38..
index ..f4cb017bc8d99dd3d5ed7a509880e24e254db12f 100644
--- a/doc/rxvt.1.pod
+++ b/doc/rxvt.1.pod
@@ -186,7 +186,7 @@ resource I.

 =item B<-icon> I

-Compile I: Use the specified image as application icon. This
+Compile I or I: Use the specified image as application icon. This
 is used by many window managers, taskbars and pagers to represent the
 application window; resource I.

@@ -200,7 +200,7 @@ Window foreground colour; resource B.

 =item B<-pixmap> I

-Compile I: Specify image file for the background and also
+Compile I or I: Specify image file for the background and also
 optionally specify its scaling with a geometry string. Note you may need to
 add quotes to avoid special shell interpretation of the C<;> in the
 command-line; for more details see resource B.
diff --git a/doc/rxvt.7.pod b/doc/rxvt.7.pod
index 3200fbc9187d534b073d51fde2237929aa37a5bd..
index ..7ec363580dc69f03aea777faa491d46fbad4281a 100644
--- a/doc/rxvt.7.pod
+++ b/doc/rxvt.7.pod
@@ -249,7 +249,7 @@ your picture with gimp or any other tool:
    convert wallpaper.jpg -blur 20x20 -modulate 30 background.jpg
    @@URXVT_NAME@@ -pixmap "background.jpg;:root"

-That works. If you think it doesn't, you lack AfterImage support, or you
+That works. If you think it doesn't, you lack libAfterImage or GDK-PixBuf support, or you
 are unable to read.

 3. Use an ARGB visual:
@@ -2007,7 +2007,7 @@ B can be escaped by prefixing it with SYN (0x16, ^V).
 	B<< C >>	Change colour of mouse foreground to B<< C >>
 	B<< C >>	Change background colour of highlight characters to B<< C >>
 	B<< C >>	Change foreground colour of highlight characters to B<< C >>
-	B<< C >>	Change background pixmap parameters (see section BACKGROUND IMAGE) (Compile AfterImage).
+	B<< C >>	Change background pixmap parameters (see section BACKGROUND IMAGE) (Compile afterimage or pixbuf).
 	B<< C >>	Change default foreground colour to B<< C >>. [deprecated, use 10]
 	B<< C >>	Change Log File to B<< C >> I
 	B<< C >>	Change default background colour to B<< C >>. [deprecated, use 11]
@@ -2369,6 +2369,12 @@ increase by a few megabytes even if no extra features are used (mostly due
 to third-party libraries used by libAI). Memory footprint may somewhat be
 lowered if libAfterImage is configured without support for SVG.

+=item --enable-pixbuf (default: off)
+
+Add support for GDK-PixBuf to be used for background images.
+It adds support for many file formats including JPG, PNG,
+TIFF, GIF, XPM, BMP, ICO and TGA.
+
 =item --enable-transparency (default: on)

 Add support for backgrounds, creating illusion of transparency in the term.

-----END OF PAGE-----