summaryrefslogtreecommitdiff
path: root/Xi/Makefile.am
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2009-05-04 17:38:02 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2009-05-06 14:37:33 +1000
commitd220d6907d1d5138d1528c48b739e77f65616225 (patch)
treecaaaa8b401f9de2115f649557afeb74d9917fc87 /Xi/Makefile.am
parent1b593ced171d02f1d00034f0f733060706bb6d41 (diff)
Xi: add GrabButton and GrabKeysym code.
We don't do keycode grabs in XI2, they're pointless.
Diffstat (limited to 'Xi/Makefile.am')
-rw-r--r--Xi/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Xi/Makefile.am b/Xi/Makefile.am
index 1fa7b9aeb..56404b6eb 100644
--- a/Xi/Makefile.am
+++ b/Xi/Makefile.am
@@ -96,6 +96,8 @@ libXi_la_SOURCES = \
xiallowev.h \
xigrabdev.c \
xigrabdev.h \
+ xipassivegrab.h \
+ xipassivegrab.c \
xiproperty.c \
xiproperty.h \
xiselectev.c \