mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2026-05-08 22:58:13 +02:00
Fix the size of the padding fields of xRRGetCrtcGamma.
This commit is contained in:
parent
615f8077c5
commit
34ebf25a88
1 changed files with 5 additions and 5 deletions
10
randrproto.h
10
randrproto.h
|
|
@ -539,11 +539,11 @@ typedef struct {
|
|||
CARD32 length B32;
|
||||
CARD16 size B16;
|
||||
CARD16 pad1 B16;
|
||||
CARD16 pad2 B32;
|
||||
CARD16 pad3 B32;
|
||||
CARD16 pad4 B32;
|
||||
CARD16 pad5 B32;
|
||||
CARD16 pad6 B32;
|
||||
CARD32 pad2 B32;
|
||||
CARD32 pad3 B32;
|
||||
CARD32 pad4 B32;
|
||||
CARD32 pad5 B32;
|
||||
CARD32 pad6 B32;
|
||||
} xRRGetCrtcGammaReply;
|
||||
#define sz_xRRGetCrtcGammaReply 32
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue