aboutsummaryrefslogtreecommitdiffstats
path: root/evdev.c
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2010-06-04 21:52:02 -0400
committerKristian Høgsberg <krh@bitplanet.net>2010-06-04 21:52:02 -0400
commit8286302644614ca8fd8bdcfce71de0dfa26649be (patch)
treefdbdf51bb7f61825b976cd8ae6bb168079e8cd4e /evdev.c
parentMove clients to subdirectory (diff)
downloadwayland-8286302644614ca8fd8bdcfce71de0dfa26649be.tar
wayland-8286302644614ca8fd8bdcfce71de0dfa26649be.tar.gz
wayland-8286302644614ca8fd8bdcfce71de0dfa26649be.tar.bz2
wayland-8286302644614ca8fd8bdcfce71de0dfa26649be.tar.lz
wayland-8286302644614ca8fd8bdcfce71de0dfa26649be.tar.xz
wayland-8286302644614ca8fd8bdcfce71de0dfa26649be.tar.zst
wayland-8286302644614ca8fd8bdcfce71de0dfa26649be.zip
Rename wayland-system-compositor back to just compositor
Diffstat (limited to 'evdev.c')
-rw-r--r--evdev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/evdev.c b/evdev.c
index d79db8f..d934aa6 100644
--- a/evdev.c
+++ b/evdev.c
@@ -25,7 +25,7 @@
#include <linux/input.h>
#include "wayland.h"
-#include "wayland-system-compositor.h"
+#include "compositor.h"
struct evdev_input_device {
struct wlsc_input_device *device;