summaryrefslogtreecommitdiff
path: root/xfixes/select.c
diff options
context:
space:
mode:
Diffstat (limited to 'xfixes/select.c')
-rwxr-xr-xxfixes/select.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/xfixes/select.c b/xfixes/select.c
index 2321212ce..415257ec1 100755
--- a/xfixes/select.c
+++ b/xfixes/select.c
@@ -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;