summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--XIproto.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/XIproto.h b/XIproto.h
index 9ab7d5d..0645f8b 100644
--- a/XIproto.h
+++ b/XIproto.h
@@ -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;