diff options
Diffstat (limited to 'xorg-server/Xi/stubs.c')
-rw-r--r-- | xorg-server/Xi/stubs.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/xorg-server/Xi/stubs.c b/xorg-server/Xi/stubs.c index d01927c73..400e937d1 100644 --- a/xorg-server/Xi/stubs.c +++ b/xorg-server/Xi/stubs.c @@ -54,7 +54,6 @@ SOFTWARE. * Xnest could do the same thing. */ -#define NEED_EVENTS #ifdef HAVE_DIX_CONFIG_H #include <dix-config.h> #endif @@ -154,7 +153,7 @@ AddOtherInputDevices(void) void OpenInputDevice(DeviceIntPtr dev, ClientPtr client, int *status) { - *status = XaceHook(XACE_DEVICE_ACCESS, client, dev, DixReadAccess); + *status = XaceHook(XACE_DEVICE_ACCESS, client, dev, DixUseAccess); } /**************************************************************************** |