diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2008-02-29 17:55:31 -0500 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil> | 2008-02-29 18:01:37 -0500 |
commit | cc76ea6e3ac6a405f0c198c4e62be40aa8d2b546 (patch) | |
tree | 54acaee702799d6911ca983817038aa792df4a39 /Xext/xacestr.h | |
parent | 34bf308a9e66f1a2f48630a15b1802afad50ec24 (diff) |
XACE: Add generic support for property and selection polyinstantiation.
Diffstat (limited to 'Xext/xacestr.h')
-rw-r--r-- | Xext/xacestr.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Xext/xacestr.h b/Xext/xacestr.h index e31d4246a..ba115a427 100644 --- a/Xext/xacestr.h +++ b/Xext/xacestr.h @@ -59,7 +59,7 @@ typedef struct { typedef struct { ClientPtr client; WindowPtr pWin; - PropertyPtr pProp; + PropertyPtr *ppProp; Mask access_mode; int status; } XacePropertyAccessRec; @@ -110,7 +110,7 @@ typedef struct { /* XACE_SELECTION_ACCESS */ typedef struct { ClientPtr client; - Atom name; + Selection **ppSel; Mask access_mode; int status; } XaceSelectionAccessRec; |