diff options
author | Robert Ancell <robert.ancell@canonical.com> | 2014-05-21 10:19:46 +1200 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2015-09-18 10:54:32 -0400 |
commit | b9f75016066fdb86345eb59e17cdbf18d9ab7299 (patch) | |
tree | e71d87f4b5c6a51375cefebe746d163cde35aea1 /renderproto.txt | |
parent | e745e6c475059455839c85e341cb32b6db433741 (diff) |
Correct QueryPictFormats reply fields.
The QueryPictFormats reply referred to a fallback which does not exist and didn't document the ndepths and nvisuals fields.
Diffstat (limited to 'renderproto.txt')
-rw-r--r-- | renderproto.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/renderproto.txt b/renderproto.txt index 357e651..92ac805 100644 --- a/renderproto.txt +++ b/renderproto.txt @@ -519,9 +519,10 @@ QueryPictFormats -> - fallback: PICTFORMAT formats: LISTofPICTFORMINFO screens: LISTofPICTSCREEN + ndepths: CARD32 + nvisuals: CARD32 subpixels: LISTofSUBPIXEL Errors: @@ -532,8 +533,8 @@ QueryPictFormats Every PictFormat must match a supported depth, but not every PictFormat need have a matching visual. - The fallback format is used as an intermediate representation - in cases where there is no ideal choice. + The total number of PICTDEPTH and PICTVISUAL objects is this reply + is given in 'ndepths' and 'nvisuals'. The relationship between the red, green and blue elements making up each pixel indexed by screen is returned in subpixels. |