XACE: Too many arguments to selection access hook.
This commit is contained in:
parent
7721d3e921
commit
bcad2a5a24
|
@ -135,8 +135,7 @@ XFixesSelectSelectionInput (ClientPtr pClient,
|
||||||
int rc;
|
int rc;
|
||||||
SelectionEventPtr *prev, e;
|
SelectionEventPtr *prev, e;
|
||||||
|
|
||||||
rc = XaceHook(XACE_SELECTION_ACCESS, pClient, selection, NULL,
|
rc = XaceHook(XACE_SELECTION_ACCESS, pClient, selection, DixGetAttrAccess);
|
||||||
DixGetAttrAccess);
|
|
||||||
if (rc != Success)
|
if (rc != Success)
|
||||||
return rc;
|
return rc;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue