diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2011-12-20 20:18:28 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2011-12-20 20:18:28 +0000 |
commit | 2e35e4ed5279a6b19cf28a55d72ff580f2f3ff52 (patch) | |
tree | d1766ecc065edc07d3fc42f971dae6cd6dedacdc /lib/libXi/src | |
parent | 98f527998d3c9e32cb3d450d5b640e934434739a (diff) |
Update to libXi 1.4.5.
Diffstat (limited to 'lib/libXi/src')
-rw-r--r-- | lib/libXi/src/XExtInt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libXi/src/XExtInt.c b/lib/libXi/src/XExtInt.c index a5e70b5ab..63afb8f2f 100644 --- a/lib/libXi/src/XExtInt.c +++ b/lib/libXi/src/XExtInt.c @@ -268,7 +268,7 @@ static XExtensionVersion versions[] = { {XI_Absent, 0, 0}, XI_Add_DevicePresenceNotify_Minor}, {XI_Present, XI_Add_DeviceProperties_Major, XI_Add_DeviceProperties_Minor}, -{XI_Present, XI_2_Major, XI_2_Minor} +{XI_Present, 2, 0} }; /*********************************************************************** |