From 155e2c559ed0dbf31b6d39d48648a3ee22b37635 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 19 Oct 2007 14:37:07 +0930 Subject: [PATCH] Xi: advertise as XInput v2 capable --- Xi/extinit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Xi/extinit.c b/Xi/extinit.c index c933e55b8..d02053cca 100644 --- a/Xi/extinit.c +++ b/Xi/extinit.c @@ -236,8 +236,8 @@ Mask PropagateMask[MAX_DEVICES]; */ static XExtensionVersion thisversion = { XI_Present, - XI_Add_DevicePresenceNotify_Major, - XI_Add_DevicePresenceNotify_Minor + XI_2_Major, + XI_2_Minor };