mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-27 14:00:06 +01:00
XACE: Too many arguments to selection access hook.
This commit is contained in:
parent
7721d3e921
commit
bcad2a5a24
1 changed files with 1 additions and 2 deletions
|
|
@ -135,8 +135,7 @@ XFixesSelectSelectionInput (ClientPtr pClient,
|
|||
int rc;
|
||||
SelectionEventPtr *prev, e;
|
||||
|
||||
rc = XaceHook(XACE_SELECTION_ACCESS, pClient, selection, NULL,
|
||||
DixGetAttrAccess);
|
||||
rc = XaceHook(XACE_SELECTION_ACCESS, pClient, selection, DixGetAttrAccess);
|
||||
if (rc != Success)
|
||||
return rc;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue