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/xace.c | |
parent | 4c1fb8069d5dd30a73277698503e9dcc2e9d64c6 (diff) |
xace: add access_mode argument to selection hook.
Diffstat (limited to 'Xext/xace.c')
-rw-r--r-- | Xext/xace.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Xext/xace.c b/Xext/xace.c index 2b873cbf0..9502b5da9 100644 --- a/Xext/xace.c +++ b/Xext/xace.c @@ -151,6 +151,7 @@ int XaceHook(int hook, ...) XaceSelectionAccessRec rec = { va_arg(ap, ClientPtr), va_arg(ap, Selection*), + va_arg(ap, Mask), TRUE /* default allow */ }; calldata = &rec; |