xace: drop the name argument from the property callback.

This commit is contained in:
Eamon Walsh
2007-03-22 17:33:16 -04:00
committed by Eamon Walsh
parent c9fb8a3533
commit e1cc68add0
5 changed files with 8 additions and 13 deletions

View File

@@ -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 */
};