mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2025-12-26 17:00:12 +01:00
randr: MONITORINFO has outputs, not crtcs
Reviewed-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
parent
bd1c33db52
commit
0e6b611a89
1 changed files with 2 additions and 2 deletions
|
|
@ -2363,14 +2363,14 @@ A.1.1 Common Types added in version 1.5 of the protocol
|
||||||
4 ATOM name
|
4 ATOM name
|
||||||
1 BOOL primary
|
1 BOOL primary
|
||||||
1 BOOL automatic
|
1 BOOL automatic
|
||||||
2 CARD16 ncrtcs
|
2 CARD16 noutputs
|
||||||
2 INT16 x
|
2 INT16 x
|
||||||
2 INT16 y
|
2 INT16 y
|
||||||
2 CARD16 width in pixels
|
2 CARD16 width in pixels
|
||||||
2 CARD16 height in pixels
|
2 CARD16 height in pixels
|
||||||
4 CARD32 width in millimeters
|
4 CARD32 width in millimeters
|
||||||
4 CARD32 height in millimeters
|
4 CARD32 height in millimeters
|
||||||
4*n CRTC crtcs
|
4*n OUTPUT outputs
|
||||||
└───
|
└───
|
||||||
|
|
||||||
A.2 Protocol Requests
|
A.2 Protocol Requests
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue