Add const to x11 and input interfaces

This commit is contained in:
Scott Anderson 2018-03-06 19:59:10 +13:00
parent 902d6cc240
commit 3c9fc7c68e
6 changed files with 10 additions and 10 deletions

View file

@ -14,7 +14,7 @@
void wlr_input_device_init(struct wlr_input_device *dev,
enum wlr_input_device_type type,
struct wlr_input_device_impl *impl,
const struct wlr_input_device_impl *impl,
const char *name, int vendor, int product) {
dev->type = type;
dev->impl = impl;