summaryrefslogtreecommitdiff
path: root/Xext/xace.c
diff options
context:
space:
mode:
authorEamon Walsh <ewalsh@tycho.nsa.gov>2007-03-22 17:33:16 -0400
committerEamon Walsh <ewalsh@moss-uranus.epoch.ncsc.mil>2007-03-22 17:33:16 -0400
commite1cc68add0bcdd5e0e4e15cf6ee8a3da136d3534 (patch)
treec6803e459ca005a2d6f75bd6d51e67fecb3bd5b6 /Xext/xace.c
parentc9fb8a35332d101897607d8f06ed5a6512eac7cf (diff)
xace: drop the name argument from the property callback.
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 8e277ac81..a3c4d426e 100644
--- a/Xext/xace.c
+++ b/Xext/xace.c
@@ -96,7 +96,6 @@ int XaceHook(int hook, ...)
va_arg(ap, ClientPtr),
va_arg(ap, WindowPtr),
va_arg(ap, PropertyPtr),
- va_arg(ap, Atom),
va_arg(ap, Mask),
XaceAllowOperation /* default allow */
};