diff options
author | rws <empty> | 1991-07-17 18:23:25 +0000 |
---|---|---|
committer | rws <empty> | 1991-07-17 18:23:25 +0000 |
commit | 662a76c47dcbf47e50885e50025df2b07ee3309f (patch) | |
tree | f6105f0ba281b030b4b11dab5e5f8f07c72a23f8 /xc/programs/xwd | |
parent | 632acffc78982da6b749074bb4b0e032af09e835 (diff) |
add -icmap
Diffstat (limited to 'xc/programs/xwd')
-rw-r--r-- | xc/programs/xwd/xwd.man | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/xc/programs/xwd/xwd.man b/xc/programs/xwd/xwd.man index b0a706e19..35d75c171 100644 --- a/xc/programs/xwd/xwd.man +++ b/xc/programs/xwd/xwd.man @@ -4,7 +4,7 @@ xwd - dump an image of an X window .SH SYNOPSIS .B "xwd" [-debug] [-help] [-nobdrs] [-out \fIfile\fP] [-xy] [-frame] [-add \fIvalue\fP] -[-root | -id \fIid\fP | -name \fIname\fP ] [-screen] +[-root | -id \fIid\fP | -name \fIname\fP ] [-icmap] [-screen] [-display \fIdisplay\fP] .SH DESCRIPTION .PP @@ -71,6 +71,12 @@ should be selected for the window dump, without requiring the user to select a window with the pointer. .PP .TP 8 +.B "-icmap" +Normally the colormap of the chosen window is used to obtain RGB values. +This option forces the first installed colormap of the screen to be used +instead. +.PP +.TP 8 .B "-screen" This option indicates that the GetImage request used to obtain the image should be done on the root window, rather than directly on the specified |