diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2018-02-06 02:03:01 +0100 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2018-02-06 14:13:19 -0500 |
commit | 0e6b611a89a5bccd6d5b5d3b6df507643055d7f1 (patch) | |
tree | 47b11bdf391ef72051075c662deecbd24caca474 /randrproto.txt | |
parent | bd1c33db522396e81edd47b2943ebae219a07c01 (diff) |
randr: MONITORINFO has outputs, not crtcs
Reviewed-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'randrproto.txt')
-rw-r--r-- | randrproto.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/randrproto.txt b/randrproto.txt index c06bc90..f57301d 100644 --- a/randrproto.txt +++ b/randrproto.txt @@ -2363,14 +2363,14 @@ A.1.1 Common Types added in version 1.5 of the protocol 4 ATOM name 1 BOOL primary 1 BOOL automatic - 2 CARD16 ncrtcs + 2 CARD16 noutputs 2 INT16 x 2 INT16 y 2 CARD16 width in pixels 2 CARD16 height in pixels 4 CARD32 width in millimeters 4 CARD32 height in millimeters - 4*n CRTC crtcs + 4*n OUTPUT outputs └─── A.2 Protocol Requests |