diff options
Diffstat (limited to 'app/xprop/xprop.man')
-rw-r--r-- | app/xprop/xprop.man | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/app/xprop/xprop.man b/app/xprop/xprop.man index f3d943bbc..498faa905 100644 --- a/app/xprop/xprop.man +++ b/app/xprop/xprop.man @@ -216,6 +216,12 @@ The field is a signed integer. m The field is a set of bit flags, 1 meaning on. .TP +o +The field is an array of icons, packed as a sequence of 32 bit numbers +consisting of the width, height and ARGB pixel values, as defined for +the _NET_WM_ICON property in the \fIExtended Window Manager Hints\fP +specification. A field of this type must be of size 32. +.TP s This field and the next ones until either a 0 or the end of the property represent a sequence of bytes. This format character is only usable with @@ -339,6 +345,7 @@ To get default display. Specifies the name of a file from which additional formats are to be obtained. .PP .SH SEE ALSO -X(__miscmansuffix__), xwininfo(1) +X(__miscmansuffix__), xdpyinfo(__appmansuffix__), xwininfo(__appmansuffix__), +xdriinfo(__appmansuffix__), glxinfo(__appmansuffix__), xvinfo(__appmansuffix__) .SH AUTHOR Mark Lillibridge, MIT Project Athena |