diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2007-03-21 17:01:26 -0400 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-uranus.epoch.ncsc.mil> | 2007-03-21 17:01:26 -0400 |
commit | a3296d111dc4d76aa3afa7e338cbab93eb390ec4 (patch) | |
tree | 0d1052a2f739043d12fda4e2c07b1c78e9c3a126 /Xext/xacestr.h | |
parent | 4c1fb8069d5dd30a73277698503e9dcc2e9d64c6 (diff) |
xace: add access_mode argument to selection hook.
Diffstat (limited to 'Xext/xacestr.h')
-rw-r--r-- | Xext/xacestr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Xext/xacestr.h b/Xext/xacestr.h index 4c480a4ea..edf7b66fb 100644 --- a/Xext/xacestr.h +++ b/Xext/xacestr.h @@ -98,6 +98,7 @@ typedef struct { typedef struct { ClientPtr client; Selection *selection; + Mask access_mode; int rval; } XaceSelectionAccessRec; |