mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-03 09:01:40 -05:00
pointer-constraints: rename wl_{global,resources}
This commit is contained in:
parent
e3736d4acc
commit
c89cd4945b
2 changed files with 7 additions and 7 deletions
|
|
@ -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 {
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue