summaryrefslogtreecommitdiff
path: root/Xext/xace.c
diff options
context:
space:
mode:
authorEamon Walsh <ewalsh@tycho.nsa.gov>2007-10-23 17:12:57 -0400
committerEamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil>2007-10-23 17:12:57 -0400
commit825f09dffd94cfcd0562a01c5181998503851461 (patch)
tree22a302e955e641e0b2109568d1a98163a82ed7ba /Xext/xace.c
parent660557593ea961948722298ea8ffba83891c9914 (diff)
xace: Still more changes to selection code. Removed the SelectionPtr from
the hook - the hook only needs the Atom to control access to the selection object. Upgraded the SelectionCallback to take a client argument and additional type codes so that it can be used for redirection.
Diffstat (limited to 'Xext/xace.c')
-rw-r--r--Xext/xace.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Xext/xace.c b/Xext/xace.c
index b12666159..7b27ecd6a 100644
--- a/Xext/xace.c
+++ b/Xext/xace.c
@@ -177,7 +177,6 @@ int XaceHook(int hook, ...)
XaceSelectionAccessRec rec = {
va_arg(ap, ClientPtr),
va_arg(ap, Atom),
- va_arg(ap, Selection*),
va_arg(ap, Mask),
Success /* default allow */
};