xserver: Branch 'master'

Eamon Walsh ewalsh at kemper.freedesktop.org
Thu Jun 4 14:34:32 PDT 2009


 dix/events.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit da682abc78c9a5b2fde09679061fe08a3a1c665b
Author: Eamon Walsh <ewalsh at tycho.nsa.gov>
Date:   Thu Jun 4 17:33:25 2009 -0400

    xace: fix a bad send access hook call.

diff --git a/dix/events.c b/dix/events.c
index 3a0c3a3..538d6fd 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,


More information about the xorg-commit mailing list