From 2d4bc66f11f2ada674158ddc81e2ec184a534865 Mon Sep 17 00:00:00 2001 From: Sebastian Krzyszkowiak Date: Mon, 15 Jul 2019 22:54:39 +0200 Subject: wlr_touch: Declare wlr_touch_impl usage as const This brings it in line with wlr_keyboard and wlr_pointer --- include/wlr/interfaces/wlr_touch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/wlr/interfaces') diff --git a/include/wlr/interfaces/wlr_touch.h b/include/wlr/interfaces/wlr_touch.h index cc426332..e4ea6a78 100644 --- a/include/wlr/interfaces/wlr_touch.h +++ b/include/wlr/interfaces/wlr_touch.h @@ -16,7 +16,7 @@ struct wlr_touch_impl { }; void wlr_touch_init(struct wlr_touch *touch, - struct wlr_touch_impl *impl); + const struct wlr_touch_impl *impl); void wlr_touch_destroy(struct wlr_touch *touch); #endif -- cgit v1.2.3