diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2009-05-25 16:34:01 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-05-28 14:49:03 +1000 |
commit | 4d962ed1841f35aa255bbec89e37f396612cfd96 (patch) | |
tree | 3d934defd377a7701a6fc0ac7dd03935e7c65f56 /man/Makefile.am | |
parent | 7922430e0d063b0c3617050320d613d9dc7de7ba (diff) |
Add support for Enter/FocusIn passive grabs.
Diffstat (limited to 'man/Makefile.am')
-rw-r--r-- | man/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/man/Makefile.am b/man/Makefile.am index 304f993..81db8f8 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -33,6 +33,7 @@ XI2_manpages = \ XIDefineCursor.txt \ XIGrabButton.txt \ XIGrabDevice.txt \ + XIGrabEnter.txt \ XIQueryPointer.txt \ XIQueryVersion.txt \ XISelectEvents.txt \ @@ -77,6 +78,9 @@ XI2_refpages = \ XIGrabKeysym.man \ XIUngrabKeysym.man \ XIUngrabDevice.man \ + XIUngrabEnter.man \ + XIGrabFocusIn.man \ + XIUngrabFocusIn.man \ XIGetClientPointer.man \ XIGetFocus.man \ XIGetSelectedEvents.man |