From da682abc78c9a5b2fde09679061fe08a3a1c665b Mon Sep 17 00:00:00 2001 From: Eamon Walsh Date: Thu, 4 Jun 2009 17:33:25 -0400 Subject: [PATCH] xace: fix a bad send access hook call. --- dix/events.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dix/events.c b/dix/events.c index 3a0c3a322..538d6fd32 100644 --- a/dix/events.c +++ b/dix/events.c @@ -3722,7 +3722,7 @@ DeliverFocusedEvent(DeviceIntPtr keybd, InternalEvent *event, WindowPtr window) { rc = EventToCore(event, &core); if (rc == Success && - XaceHook(XACE_SEND_ACCESS, NULL, keybd, focus, core, 1) == Success) + XaceHook(XACE_SEND_ACCESS, NULL, keybd, focus, &core, 1) == Success) { FixUpEventFromWindow(keybd, &core, focus, None, FALSE); deliveries = DeliverEventsToWindow(keybd, focus, &core, 1,