mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2026-05-05 01:48:01 +02:00
Protect against C++ includes.
This commit is contained in:
parent
c2d47b04c5
commit
fabe087ceb
1 changed files with 4 additions and 0 deletions
|
|
@ -1572,7 +1572,11 @@ typedef struct {
|
|||
CARD32 longOffset B32;
|
||||
CARD32 longLength B32;
|
||||
CARD8 deviceid;
|
||||
#if defined(__cplusplus) || defined(c_plusplus)
|
||||
BOOL c_delete;
|
||||
#else
|
||||
BOOL delete;
|
||||
#endif
|
||||
BOOL pending;
|
||||
CARD8 pad;
|
||||
} xGetDevicePropertyReq;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue