mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-15 08:56:26 -05:00
Rename wl_resources to resource, wl_global to global
This commit is contained in:
parent
66ac9e7f49
commit
deeca53e33
33 changed files with 114 additions and 114 deletions
|
|
@ -248,8 +248,8 @@ listener. Example:
|
|||
|
||||
```c
|
||||
struct wlr_compositor {
|
||||
struct wl_global *wl_global;
|
||||
struct wl_list wl_resources;
|
||||
struct wl_global *global;
|
||||
struct wl_list resources;
|
||||
…
|
||||
|
||||
struct wl_listener display_destroy;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue