mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2026-05-09 07:08:08 +02:00
Bug #16149: Make the field not be named 'delete' in C++ mode.
Thanks for the upward compatibility, Bjarne.
This commit is contained in:
parent
2df8499d24
commit
9ab3d5cca3
1 changed files with 4 additions and 0 deletions
|
|
@ -376,7 +376,11 @@ typedef struct {
|
|||
Atom type B32;
|
||||
CARD32 longOffset B32;
|
||||
CARD32 longLength B32;
|
||||
#ifdef __cplusplus
|
||||
BOOL _delete;
|
||||
#else
|
||||
BOOL delete;
|
||||
#endif
|
||||
BOOL pending;
|
||||
CARD16 pad1 B16;
|
||||
} xRRGetOutputPropertyReq;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue