Bug #16149: Make the field not be named 'delete' in C++ mode.

Thanks for the upward compatibility, Bjarne.
This commit is contained in:
Adam Jackson 2008-06-23 14:52:12 -04:00
parent 2df8499d24
commit 9ab3d5cca3

View file

@ -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;