diff options
author | Peter Hutterer <peter@cs.unisa.edu.au> | 2007-05-14 10:42:03 +0930 |
---|---|---|
committer | Peter Hutterer <peter@cs.unisa.edu.au> | 2007-05-14 10:42:03 +0930 |
commit | 4dc973f08c54294e06bc831bd2839fd3aa24ecfb (patch) | |
tree | 6ff55d0c818f912507e2be426559b327cdf60e64 /Xi/Makefile.am | |
parent | cb22bdbe678a9948eda75d464d6701a729664ef0 (diff) |
Add ExtendedGrabDevice handling.
Add XGE handling in DeliverGrabbedEvent.
We can now grab something selecting XGE events, but the current code is a
bit messy and doesn't work too well yet.
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 d020210df..2cf11a042 100644 --- a/Xi/Makefile.am +++ b/Xi/Makefile.am @@ -29,6 +29,8 @@ libXi_la_SOURCES = \ devbell.h \ exevents.c \ exglobals.h \ + extgrbdev.c \ + extgrbdev.h \ extinit.c \ fakedevdata.c \ fakedevdata.h \ |