diff options
Diffstat (limited to 'xorg-server/Xext/xacestr.h')
-rw-r--r-- | xorg-server/Xext/xacestr.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xorg-server/Xext/xacestr.h b/xorg-server/Xext/xacestr.h index 989b0339f..6fe8eecc8 100644 --- a/xorg-server/Xext/xacestr.h +++ b/xorg-server/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; |