summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorGiovanni Campagna <gcampagn@redhat.com>2013-09-06 14:14:31 +0200
committerGiovanni Campagna <gcampagna@src.gnome.org>2013-10-03 21:11:13 +0200
commit34398b273c7cf4806b3d0986b9d655500e7bb819 (patch)
tree60286dd461377ac42a2222393a10137691bfddb8 /src/Makefile.am
parent00a73c5bdc6f38a36a5d4f1eeb813a6aebe21861 (diff)
downloadmutter-34398b273c7cf4806b3d0986b9d655500e7bb819.tar.gz
wayland: add support for pointer barrierswip/wayland-work
Use the clutter pointer constrain callback and a lot of copypasted code from Xorg to implement reactive pointer barriers and pointer barrier events. https://bugzilla.gnome.org/show_bug.cgi?id=706655
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 29172020f..b63fa176d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -52,6 +52,7 @@ libmutter_wayland_la_SOURCES = \
core/async-getprop.h \
core/barrier.c \
meta/barrier.h \
+ core/barrier-private.h \
core/bell.c \
core/bell.h \
core/boxes.c \