From c89cd4945be9a719ef8d0ff3fbd1736b573f92bc Mon Sep 17 00:00:00 2001 From: emersion Date: Wed, 26 Sep 2018 17:38:41 +0200 Subject: pointer-constraints: rename wl_{global,resources} --- include/wlr/types/wlr_pointer_constraints_v1.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/wlr/types/wlr_pointer_constraints_v1.h b/include/wlr/types/wlr_pointer_constraints_v1.h index b8015a57..8a73efcc 100644 --- a/include/wlr/types/wlr_pointer_constraints_v1.h +++ b/include/wlr/types/wlr_pointer_constraints_v1.h @@ -47,8 +47,8 @@ struct wlr_pointer_constraint_v1 { }; struct wlr_pointer_constraints_v1 { - struct wl_list wl_resources; // wl_resource_get_link - struct wl_global *wl_global; + struct wl_list resources; // wl_resource_get_link + struct wl_global *global; struct { /** -- cgit v1.2.3