diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2011-07-02 21:14:38 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2011-07-02 21:14:38 +0000 |
commit | cd1eee6d3c3faa5d024f0e10a0141cab9991cf66 (patch) | |
tree | 0a0d89a725b475fa7cada9e9101874fd6e6dab26 /lib/libXi/src/Makefile.am | |
parent | e6d41a75a2c945bcb7a2015aee3e1b704afaa3fe (diff) |
Update to libXi 1.4.2.
Tested by ajacoutot@, jasper@, krw@, shadchin@.
I believe that the bugs spotted by krw@ are fixed in an upcoming
inputproto update.
Diffstat (limited to 'lib/libXi/src/Makefile.am')
-rw-r--r-- | lib/libXi/src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libXi/src/Makefile.am b/lib/libXi/src/Makefile.am index 76b10e229..c036ae72f 100644 --- a/lib/libXi/src/Makefile.am +++ b/lib/libXi/src/Makefile.am @@ -9,6 +9,7 @@ XI2_sources = XIAllowEvents.c \ XIPassiveGrab.c \ XIProperties.c \ XISelEv.c \ + XISetCPtr.c \ XIWarpPointer.c \ XIHierarchy.c \ XIDefineCursor.c \ @@ -48,7 +49,6 @@ libXi_la_SOURCES = \ XQueryDv.c \ XSelect.c \ XSetBMap.c \ - XSetCPtr.c \ XSetDVal.c \ XSetMMap.c \ XSetMode.c \ |