summaryrefslogtreecommitdiff
path: root/Xext/xacestr.h
diff options
context:
space:
mode:
Diffstat (limited to 'Xext/xacestr.h')
-rw-r--r--Xext/xacestr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Xext/xacestr.h b/Xext/xacestr.h
index 989b0339f..6fe8eecc8 100644
--- a/Xext/xacestr.h
+++ b/Xext/xacestr.h
@@ -40,9 +40,9 @@ typedef struct {
ClientPtr client;
XID id;
RESTYPE rtype;
- pointer res;
+ void *res;
RESTYPE ptype;
- pointer parent;
+ void *parent;
Mask access_mode;
int status;
} XaceResourceAccessRec;