mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2026-05-08 20:38:08 +02:00
Use BYTE for one-byte values. #undef Drawable needed.
This commit is contained in:
parent
a86f4b9442
commit
7363d448c7
1 changed files with 3 additions and 2 deletions
|
|
@ -317,13 +317,13 @@ typedef struct {
|
|||
|
||||
typedef struct {
|
||||
BYTE type;
|
||||
CARD8 nProperties;
|
||||
BYTE pad0;
|
||||
CARD16 sequenceNumber B16;
|
||||
CARD32 length B32;
|
||||
BOOL pending;
|
||||
BOOL range;
|
||||
BOOL immutable;
|
||||
BOOL pad0;
|
||||
BYTE pad1;
|
||||
CARD16 pad2 B16;
|
||||
CARD32 pad3 B32;
|
||||
CARD32 pad4 B32;
|
||||
|
|
@ -632,6 +632,7 @@ typedef struct {
|
|||
#undef RROutput
|
||||
#undef RRMode
|
||||
#undef RRCrtc
|
||||
#undef Drawable
|
||||
#undef Window
|
||||
#undef Font
|
||||
#undef Pixmap
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue