aboutsummaryrefslogtreecommitdiff
path: root/backend/libinput
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-03-06 21:50:00 +0100
committerGitHub <noreply@github.com>2018-03-06 21:50:00 +0100
commit36dcad13d09d63bd321958ed79d479687479f852 (patch)
tree92f33db4faf0ae3ff1f8345805303fb2c0884dd2 /backend/libinput
parentc986cc24a9bd6f09acb99c1ae4f3b95dc7c560c5 (diff)
parent3c9fc7c68ec7e0474f40bedc33d55862e03af057 (diff)
Merge pull request #707 from ascent12/xcb_fixes
Xcb fixes
Diffstat (limited to 'backend/libinput')
-rw-r--r--backend/libinput/events.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/libinput/events.c b/backend/libinput/events.c
index 603eed07..d92de830 100644
--- a/backend/libinput/events.c
+++ b/backend/libinput/events.c
@@ -31,7 +31,7 @@ static void wlr_libinput_device_destroy(struct wlr_input_device *_dev) {
free(dev);
}
-static struct wlr_input_device_impl input_device_impl = {
+static const struct wlr_input_device_impl input_device_impl = {
.destroy = wlr_libinput_device_destroy
};