diff options
author | Peter Hutterer <peter@cs.unisa.edu.au> | 2006-12-20 13:08:29 +1030 |
---|---|---|
committer | Peter Hutterer <whot@hyena.localdomain> | 2006-12-20 13:08:29 +1030 |
commit | 448def03e88d3460ce97a49df0816dedd609c1e3 (patch) | |
tree | 7d3a40e60bbf0591643263ec2e0cf25296608319 /src/Makefile.am | |
parent | c8696a5230c565f8999fea136a85a875b04e7b9a (diff) |
Adding XWarpDevicePointer and XQueryDevicePointer calls.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index a02428c..f4db3d5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -29,6 +29,7 @@ libXi_la_SOURCES = \ XListDev.c \ XOpenDev.c \ XQueryDv.c \ + XQueryDvPtr.c \ XSelect.c \ XSetBMap.c \ XSetDVal.c \ @@ -39,6 +40,7 @@ libXi_la_SOURCES = \ XUngrDev.c \ XUngrDvB.c \ XUngrDvK.c \ + XWarpDvPtr.c \ XExtInt.c \ XIint.h |