diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2007-03-22 17:33:16 -0400 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-uranus.epoch.ncsc.mil> | 2007-03-22 17:33:16 -0400 |
commit | e1cc68add0bcdd5e0e4e15cf6ee8a3da136d3534 (patch) | |
tree | c6803e459ca005a2d6f75bd6d51e67fecb3bd5b6 /Xext/xace.c | |
parent | c9fb8a35332d101897607d8f06ed5a6512eac7cf (diff) |
xace: drop the name argument from the property callback.
Diffstat (limited to 'Xext/xace.c')
-rw-r--r-- | Xext/xace.c | 1 |
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 */ }; |