diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2007-08-30 11:48:45 -0400 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil> | 2007-08-30 11:48:45 -0400 |
commit | cda92bbf12107865e93c03c71b901ef51466dc31 (patch) | |
tree | bdf01af62041494641280badc88b2fec197856b6 /Xext/xace.c | |
parent | 47ab4d648b31ea1d5800e0bc84cf5f25025bffe3 (diff) |
xace: add hooks + new access codes: XFixes extension.
Required a new name argument to the selection access hook to handle
XFixesSelectSelectionInput.
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 3091ecd32..cc689864b 100644 --- a/Xext/xace.c +++ b/Xext/xace.c @@ -173,6 +173,7 @@ int XaceHook(int hook, ...) case XACE_SELECTION_ACCESS: { XaceSelectionAccessRec rec = { va_arg(ap, ClientPtr), + va_arg(ap, Atom), va_arg(ap, Selection*), va_arg(ap, Mask), Success /* default allow */ |