xserver: Branch 'master'

Ben Byer bbyer at kemper.freedesktop.org
Wed Sep 5 04:40:08 PDT 2007


 hw/darwin/iokit/xfIOKit.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
diff-tree b6c0697fd67323893a9ad3676c33f2f1ec48e15e (from 136fde2c7b5ed590bc6c63d11ede31e92dc679a2)
Author: Ben Byer <bbyer at bbyer.local>
Date:   Wed Sep 5 04:40:03 2007 -0700

    fixed path for event_status_driver.h
    (The path currently used is deprecated on Tiger and invalid on Leopard.)

diff --git a/hw/darwin/iokit/xfIOKit.c b/hw/darwin/iokit/xfIOKit.c
index c7ebd1c..9de33c0 100644
--- a/hw/darwin/iokit/xfIOKit.c
+++ b/hw/darwin/iokit/xfIOKit.c
@@ -62,8 +62,8 @@
 #define NO_CFPLUGIN
 #include <IOKit/IOKitLib.h>
 #include <IOKit/hidsystem/IOHIDShared.h>
+#include <IOKit/hidsystem/event_status_driver.h>
 #include <IOKit/graphics/IOGraphicsLib.h>
-#include <drivers/event_status_driver.h>
 
 // Define this to work around bugs in the display drivers for
 // older PowerBook G3's. If the X server starts without this


More information about the xorg-commit mailing list