summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Hutterer <peter@cs.unisa.edu.au>2007-10-18 10:39:21 +0930
committerPeter Hutterer <peter@cs.unisa.edu.au>2007-10-18 10:39:21 +0930
commitfbd0431546c3ede8d606559fdd7a18f4cce05743 (patch)
treec49482ae8126ca223a52e0c9f188d809c93c24c6 /src
parent3da6998ef89c99ad01f20a8f37e3c26c0b7c1ced (diff)
Add XI_2_Major and XI_2_Minor to versions.
Diffstat (limited to 'src')
-rw-r--r--src/XExtInt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/XExtInt.c b/src/XExtInt.c
index da88ae9..69d37af 100644
--- a/src/XExtInt.c
+++ b/src/XExtInt.c
@@ -129,7 +129,7 @@ static XExtensionVersion versions[] = { {XI_Absent, 0, 0},
XI_Add_XChangeDeviceControl_Minor},
{XI_Present, XI_Add_DevicePresenceNotify_Major,
XI_Add_DevicePresenceNotify_Minor},
-{XI_Present, XI_Add_MPX_Major, XI_Add_MPX_Minor}
+{XI_Present, XI_2_Major, XI_2_Minor}
};
/***********************************************************************