diff options
author | Peter Hutterer <peter@cs.unisa.edu.au> | 2007-02-21 10:08:41 +1030 |
---|---|---|
committer | Peter Hutterer <whot@hyena.localdomain> | 2007-02-21 10:08:41 +1030 |
commit | cd0af7a7856e8246e27acc5513d219a094211625 (patch) | |
tree | 9aaa4ec6192faf272f872ccd7e61afe680d218ee /Xi/Makefile.am | |
parent | f6c3b9fa97ccf85e96f15435d564a1c261e40532 (diff) |
Xi, dix: Only one client at a time can change the pointer-keyboard pairing,
using xRegisterPairingClient request.
Diffstat (limited to 'Xi/Makefile.am')
-rw-r--r-- | Xi/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Xi/Makefile.am b/Xi/Makefile.am index 90000308d..5d3417e65 100644 --- a/Xi/Makefile.am +++ b/Xi/Makefile.am @@ -62,6 +62,8 @@ libXi_la_SOURCES = \ querydp.h \ queryst.c \ queryst.h \ + regpair.c \ + regpair.h \ selectev.c \ selectev.h \ sendexev.c \ |