pointer-constraints: rename wl_{global,resources}

This commit is contained in:
emersion 2018-09-26 17:38:41 +02:00
parent e3736d4acc
commit c89cd4945b
2 changed files with 7 additions and 7 deletions

View file

@ -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 {
/**